public interface IFormAttachmentService
| Modifier and Type | Method and Description |
|---|---|
org.opensingular.form.persistence.entity.FormAttachmentEntityId |
createFormAttachmentEntityId(org.opensingular.form.persistence.entity.AttachmentEntity attachmentEntity,
org.opensingular.form.persistence.entity.FormVersionEntity formVersion) |
org.opensingular.form.persistence.entity.FormAttachmentEntityId |
createFormAttachmentEntityId(org.opensingular.form.persistence.entity.FormVersionEntity formVersion,
org.opensingular.form.persistence.entity.AttachmentEntity attachmentEntity) |
void |
deleteFormAttachmentEntity(org.opensingular.form.persistence.entity.AttachmentEntity attachmentEntity,
org.opensingular.form.persistence.entity.FormVersionEntity formVersionEntity) |
void |
deleteFormAttachmentEntity(org.opensingular.form.persistence.entity.FormAttachmentEntity formAttachmentEntity) |
List<org.opensingular.form.persistence.entity.FormAttachmentEntity> |
findAllByVersion(org.opensingular.form.persistence.entity.FormVersionEntity formVersionEntity) |
org.opensingular.form.persistence.entity.FormAttachmentEntity |
findFormAttachmentEntity(org.opensingular.form.persistence.entity.AttachmentEntity attachmentEntity,
org.opensingular.form.persistence.entity.FormVersionEntity formVersionEntity) |
void |
saveNewFormAttachmentEntity(org.opensingular.form.persistence.entity.AttachmentEntity attachmentEntity,
org.opensingular.form.persistence.entity.FormVersionEntity currentFormVersion) |
void saveNewFormAttachmentEntity(org.opensingular.form.persistence.entity.AttachmentEntity attachmentEntity,
org.opensingular.form.persistence.entity.FormVersionEntity currentFormVersion)
void deleteFormAttachmentEntity(org.opensingular.form.persistence.entity.AttachmentEntity attachmentEntity,
org.opensingular.form.persistence.entity.FormVersionEntity formVersionEntity)
org.opensingular.form.persistence.entity.FormAttachmentEntity findFormAttachmentEntity(org.opensingular.form.persistence.entity.AttachmentEntity attachmentEntity,
org.opensingular.form.persistence.entity.FormVersionEntity formVersionEntity)
org.opensingular.form.persistence.entity.FormAttachmentEntityId createFormAttachmentEntityId(org.opensingular.form.persistence.entity.AttachmentEntity attachmentEntity,
org.opensingular.form.persistence.entity.FormVersionEntity formVersion)
org.opensingular.form.persistence.entity.FormAttachmentEntityId createFormAttachmentEntityId(org.opensingular.form.persistence.entity.FormVersionEntity formVersion,
org.opensingular.form.persistence.entity.AttachmentEntity attachmentEntity)
List<org.opensingular.form.persistence.entity.FormAttachmentEntity> findAllByVersion(org.opensingular.form.persistence.entity.FormVersionEntity formVersionEntity)
void deleteFormAttachmentEntity(org.opensingular.form.persistence.entity.FormAttachmentEntity formAttachmentEntity)
Copyright © 2020. All rights reserved.