Interface DocumentDao
- All Known Implementing Classes:
DocumentDaoImpl
public interface DocumentDao
-
Method Summary
Modifier and TypeMethodDescriptionvoid
save
(Entity entity, String fieldName, OutputCenterInputSupplier documentSupplier, @Nullable String fileName) Save the documentSupplier to the provided field and entity
-
Method Details
-
save
void save(Entity entity, String fieldName, OutputCenterInputSupplier documentSupplier, @Nullable @Nullable String fileName) Save the documentSupplier to the provided field and entity- Parameters:
entity
- the entity to save the document onfieldName
- name of the document fielddocumentSupplier
- a supplier for the documentfileName
- an optional filename for the document
-
get
-
getOutputJobDocumentDao
OutputJobDocumentDao getOutputJobDocumentDao()
-