Uses of Interface
org.cxbox.core.service.ResponseService
-
Packages that use ResponseService Package Description org.cxbox.core.crudma.bc.impl org.cxbox.core.crudma.impl org.cxbox.core.service org.cxbox.core.service.rowmeta -
-
Uses of ResponseService in org.cxbox.core.crudma.bc.impl
Constructor parameters in org.cxbox.core.crudma.bc.impl with type arguments of type ResponseService Constructor Description InnerBcDescription(String name, String parentName, Class<? extends ResponseService> serviceClass, boolean refresh) -
Uses of ResponseService in org.cxbox.core.crudma.impl
Classes in org.cxbox.core.crudma.impl that implement ResponseService Modifier and Type Class Description classAbstractResponseService<T extends org.cxbox.api.data.dto.DataResponseDTO,E extends BaseEntity>classHistoricityResponseService<T extends HistoricityDto,E extends HistoricityEntity>classVersionAwareResponseService<T extends org.cxbox.api.data.dto.DataResponseDTO,E extends BaseEntity> -
Uses of ResponseService in org.cxbox.core.service
Methods in org.cxbox.core.service that return ResponseService Modifier and Type Method Description ResponseServiceResponseFactory. getService(InnerBcDescription innerBcDescription) -
Uses of ResponseService in org.cxbox.core.service.rowmeta
Methods in org.cxbox.core.service.rowmeta with parameters of type ResponseService Modifier and Type Method Description MetaDTORowResponseService. getResponse(RowMetaType type, org.cxbox.api.data.dto.DataResponseDTO dataDTO, BusinessComponent bc, ResponseService<?,?> responseService)MetaDTORowResponseService. getResponse(RowMetaType type, CreateResult createResult, BusinessComponent bc, ResponseService<?,?> responseService)
-