Uses of Class
de.xima.fc.mdl.attachment.AttachmentPersistData
Packages that use AttachmentPersistData
Package
Description
Package for the API access of the model classes.
- 
Uses of AttachmentPersistData in de.xima.fc.api.entity
Method parameters in de.xima.fc.api.entity with type arguments of type AttachmentPersistDataModifier and TypeMethodDescriptionAttachmentAPI.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 AttachmentPersistDataModifier and TypeMethodDescriptionAttachmentHandler.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 AttachmentPersistDataModifier and TypeMethodDescriptionIAttachmentHandler.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 AttachmentPersistDataModifier and TypeMethodDescriptionstatic AttachmentPersistDataAttachmentPersistData.forExistingAttachment(Attachment attachment, String oldFileName) static AttachmentPersistDataAttachmentPersistData.forNewAttachment(Attachment attachment) static AttachmentPersistDataAttachmentPersistData.forUnchangedAttachment(Attachment attachment, String oldFileName) Methods in de.xima.fc.mdl.attachment that return types with arguments of type AttachmentPersistDataConstructor parameters in de.xima.fc.mdl.attachment with type arguments of type AttachmentPersistDataModifierConstructorDescriptionAttachmentPersistBuildData(String userName, List<AttachmentPersistData> persistList, List<Attachment> delList) Creates a new POJO with the data describing which attachments to persist and which attachments to delete.