public interface GeneralReferenceService extends CRUDService<GeneralReferenceDTO,GeneralReferenceData,GeneralReferenceDataParams>
| Modifier and Type | Method and Description |
|---|---|
GeneralReferenceSearchData |
getSearchData(GeneralReferenceQuery query)
Returns data used for search, like results and statistics
|
ReferenceStatisticsVO |
getStatistics(GeneralReferenceQuery params)
Returns statistics according to the given query parameters
|
Page<GeneralReferenceVO> |
search(GeneralReferenceQuery query)
Searches for references, according to the specified query parameters
|
getData, getDataForNew, load, remove, removeAll, saveGeneralReferenceSearchData getSearchData(GeneralReferenceQuery query) throws FrameworkException
FrameworkExceptionReferenceStatisticsVO getStatistics(GeneralReferenceQuery params) throws FrameworkException
FrameworkExceptionPage<GeneralReferenceVO> search(GeneralReferenceQuery query) throws FrameworkException
FrameworkException