Interface DelegationDAO

  • All Superinterfaces:
    GenericDAO<com.flower.docs.domain.delegation.Delegation>

    public interface DelegationDAO
    extends GenericDAO<com.flower.docs.domain.delegation.Delegation>
    Data Access Object allowing to manage persistence and access to Delegation domain objects
    • Method Detail

      • find

        com.flower.docs.domain.search.SearchResponse find​(com.flower.docs.domain.search.SearchRequest request)
                                                   throws com.flower.docs.domain.exception.TechnicalException
        Throws:
        com.flower.docs.domain.exception.TechnicalException