Interface StoredSearchService
-
- All Superinterfaces:
CRUDService<com.flower.docs.domain.search.StoredSearch>
public interface StoredSearchService extends CRUDService<com.flower.docs.domain.search.StoredSearch>
ManagesSearchdomain objects
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.util.List<com.flower.docs.domain.search.StoredSearch>getAll()-
Methods inherited from interface com.flower.docs.service.api.common.CRUDService
create, delete, get, update
-
-
-
-
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.FunctionalExceptioncom.flower.docs.domain.exception.TechnicalException
-
-