public class FormAttachmentService extends AbstractFormAttachmentService<org.opensingular.form.persistence.entity.AttachmentEntity,org.opensingular.form.persistence.entity.AttachmentContentEntity,org.opensingular.form.persistence.entity.FormAttachmentEntity>
| Constructor and Description |
|---|
FormAttachmentService() |
| Modifier and Type | Method and Description |
|---|---|
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) |
createFormAttachmentEntityId, createFormAttachmentEntityIdpublic void saveNewFormAttachmentEntity(org.opensingular.form.persistence.entity.AttachmentEntity attachmentEntity,
org.opensingular.form.persistence.entity.FormVersionEntity currentFormVersion)
public void deleteFormAttachmentEntity(org.opensingular.form.persistence.entity.AttachmentEntity attachmentEntity,
org.opensingular.form.persistence.entity.FormVersionEntity formVersionEntity)
public org.opensingular.form.persistence.entity.FormAttachmentEntity findFormAttachmentEntity(org.opensingular.form.persistence.entity.AttachmentEntity attachmentEntity,
org.opensingular.form.persistence.entity.FormVersionEntity formVersionEntity)
public List<org.opensingular.form.persistence.entity.FormAttachmentEntity> findAllByVersion(org.opensingular.form.persistence.entity.FormVersionEntity formVersionEntity)
public void deleteFormAttachmentEntity(org.opensingular.form.persistence.entity.FormAttachmentEntity formAttachmentEntity)
Copyright © 2020. All rights reserved.