Interface DocumentDao

All Known Implementing Classes:
DocumentDaoImpl

public interface DocumentDao
  • 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 on
      fieldName - name of the document field
      documentSupplier - a supplier for the document
      fileName - an optional filename for the document
    • get

    • getOutputJobDocumentDao

      OutputJobDocumentDao getOutputJobDocumentDao()