Uses of Class
de.xima.fc.mdl.attachment.AttachmentPersistData
-
Packages that use AttachmentPersistData Package Description de.xima.fc.api.entity Package for the API access of the model classes.de.xima.fc.handler.entity de.xima.fc.handler.interfaces.entity de.xima.fc.mdl.attachment -
-
Uses of AttachmentPersistData in de.xima.fc.api.entity
Method parameters in de.xima.fc.api.entity with type arguments of type AttachmentPersistData Modifier and Type Method Description List<Attachment>
AttachmentAPI. mergeAllByUser(UserContext uc, String username, List<AttachmentPersistData> attachmentData)
-
Uses of AttachmentPersistData in de.xima.fc.handler.entity
Method parameters in de.xima.fc.handler.entity with type arguments of type AttachmentPersistData Modifier and Type Method Description List<Attachment>
AttachmentHandler. mergeAllByUser(UserContext uc, String username, List<AttachmentPersistData> attachmentData)
-
Uses of AttachmentPersistData in de.xima.fc.handler.interfaces.entity
Method parameters in de.xima.fc.handler.interfaces.entity with type arguments of type AttachmentPersistData Modifier and Type Method Description List<Attachment>
IAttachmentHandler. mergeAllByUser(UserContext uc, String username, List<AttachmentPersistData> attachmentData)
Creates or updates a list of attachments. -
Uses of AttachmentPersistData in de.xima.fc.mdl.attachment
Methods in de.xima.fc.mdl.attachment that return AttachmentPersistData Modifier and Type Method Description static AttachmentPersistData
AttachmentPersistData. forExistingAttachment(Attachment attachment, String oldFileName)
static AttachmentPersistData
AttachmentPersistData. forNewAttachment(Attachment attachment)
Methods in de.xima.fc.mdl.attachment that return types with arguments of type AttachmentPersistData Modifier and Type Method Description List<AttachmentPersistData>
AttachmentPersistBuildData. getToPersist()
Constructor parameters in de.xima.fc.mdl.attachment with type arguments of type AttachmentPersistData Constructor Description AttachmentPersistBuildData(String userName, List<AttachmentPersistData> persistDataList, List<Attachment> delArrayList)
-