Interface StoredSearchService

  • All Superinterfaces:
    CRUDService<com.flower.docs.domain.search.StoredSearch>

    public interface StoredSearchService
    extends CRUDService<com.flower.docs.domain.search.StoredSearch>
    Manages Search domain objects
    • Method Detail

      • getAll

        java.util.List<com.flower.docs.domain.search.StoredSearch> getAll()
                                                                   throws com.flower.docs.domain.exception.FunctionalException,
                                                                          com.flower.docs.domain.exception.TechnicalException
        Throws:
        com.flower.docs.domain.exception.FunctionalException
        com.flower.docs.domain.exception.TechnicalException