public abstract class AbstractFormAttachmentService<T extends org.opensingular.form.persistence.entity.AttachmentEntity,C extends org.opensingular.form.persistence.entity.AttachmentContentEntity,F extends org.opensingular.form.persistence.entity.AbstractFormAttachmentEntity<T>> extends Object implements IFormAttachmentService
| Constructor and Description |
|---|
AbstractFormAttachmentService() |
| 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)
cria a chave utilizando a ref e o documento
|
org.opensingular.form.persistence.entity.FormAttachmentEntityId |
createFormAttachmentEntityId(org.opensingular.form.persistence.entity.FormVersionEntity formVersion,
org.opensingular.form.persistence.entity.AttachmentEntity attachmentEntity)
cria a primaria key de form attachment entity
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitdeleteFormAttachmentEntity, deleteFormAttachmentEntity, findAllByVersion, findFormAttachmentEntity, saveNewFormAttachmentEntitypublic org.opensingular.form.persistence.entity.FormAttachmentEntityId createFormAttachmentEntityId(org.opensingular.form.persistence.entity.AttachmentEntity attachmentEntity,
org.opensingular.form.persistence.entity.FormVersionEntity formVersion)
createFormAttachmentEntityId in interface IFormAttachmentServiceformVersion - a versao do formulariopublic org.opensingular.form.persistence.entity.FormAttachmentEntityId createFormAttachmentEntityId(org.opensingular.form.persistence.entity.FormVersionEntity formVersion,
org.opensingular.form.persistence.entity.AttachmentEntity attachmentEntity)
createFormAttachmentEntityId in interface IFormAttachmentServiceformVersion - versao do formularioattachmentEntity - anexoCopyright © 2020. All rights reserved.