Interface BaseResourceService<ResponseDTO,ID,FilterDTO extends GenericFilterDTO,CreateDTO,UpdateDTO>
- All Superinterfaces:
BaseResourceCommandService<ResponseDTO,,ID, CreateDTO, UpdateDTO> BaseResourceQueryService<ResponseDTO,ID, FilterDTO>
- All Known Implementing Classes:
AbstractBaseResourceService
public interface BaseResourceService<ResponseDTO,ID,FilterDTO extends GenericFilterDTO,CreateDTO,UpdateDTO>
extends BaseResourceQueryService<ResponseDTO,ID,FilterDTO>, BaseResourceCommandService<ResponseDTO,ID,CreateDTO,UpdateDTO>
Contrato agregado do novo core resource-oriented.
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.praxisplatform.uischema.service.base.BaseResourceCommandService
BaseResourceCommandService.SavedResult<ID,R> -
Method Summary
Methods inherited from interface org.praxisplatform.uischema.service.base.BaseResourceCommandService
create, deleteAllById, deleteById, updateMethods inherited from interface org.praxisplatform.uischema.service.base.BaseResourceQueryService
byIdsOptions, byIdsOptionSourceOptions, distributionStats, filter, filterByCursor, filterOptions, filterOptionSourceOptions, findAll, findAllById, findById, getDatasetVersion, getDefaultSort, getDistributionStatsSupportMode, getGroupByStatsSupportMode, getIdFieldName, getOptionSourceRegistry, getStatsFieldRegistry, getTimeSeriesStatsSupportMode, groupByStats, hasOptionSource, locate, resolveOptionSource, timeSeriesStats