|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use AttachmentException | |
---|---|
org.silverpeas.attachment | |
org.silverpeas.attachment.mock |
Uses of AttachmentException in org.silverpeas.attachment |
---|
Methods in org.silverpeas.attachment that throw AttachmentException | |
---|---|
SimpleDocument |
SimpleDocumentService.createAttachment(SimpleDocument document,
File content)
|
SimpleDocument |
AttachmentService.createAttachment(SimpleDocument document,
File content)
Create file attached to an object who is identified by the foreignId. |
SimpleDocument |
SimpleDocumentService.createAttachment(SimpleDocument document,
InputStream content)
Create file attached to an object who is identified by the foreignId. |
SimpleDocument |
AttachmentService.createAttachment(SimpleDocument document,
InputStream content)
Create file attached to an object who is identified by the foreignId. |
void |
SimpleDocumentService.deleteAllAttachments(String componentInstanceId)
|
void |
AttachmentService.deleteAllAttachments(String componentInstanceId)
Deletes all the documents related to the component instance identified by the specified identifier. |
void |
ScheduledReservedFile.doScheduledReservedFile()
|
void |
ScheduledReservedFile.notifyUser(NotificationMetaData notifMetaData,
String senderId,
String componentId)
|
void |
SimpleDocumentService.reorderAttachments(List<SimpleDocumentPK> pks)
Reorder the attachments according to the order in the list. |
void |
AttachmentService.reorderAttachments(List<SimpleDocumentPK> pks)
Reorder the attachments according to the order in the list. |
void |
SimpleDocumentService.reorderDocuments(List<SimpleDocument> documents)
Reorder the attachments according to the order in the list. |
void |
AttachmentService.reorderDocuments(List<SimpleDocument> documents)
Reorder the attachments according to the order in the list. |
Uses of AttachmentException in org.silverpeas.attachment.mock |
---|
Methods in org.silverpeas.attachment.mock that throw AttachmentException | |
---|---|
SimpleDocument |
SimpleDocumentServiceWrapper.createAttachment(SimpleDocument document,
File content)
|
SimpleDocument |
SimpleDocumentServiceWrapper.createAttachment(SimpleDocument document,
InputStream content)
|
void |
SimpleDocumentServiceWrapper.deleteAllAttachments(String componentInstanceId)
|
void |
SimpleDocumentServiceWrapper.reorderAttachments(List<SimpleDocumentPK> pks)
|
void |
SimpleDocumentServiceWrapper.reorderDocuments(List<SimpleDocument> documents)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |