Class QueryController
- java.lang.Object
-
- net.n2oapp.framework.ui.controller.query.GetController
-
- net.n2oapp.framework.ui.controller.query.QueryController
-
- All Implemented Interfaces:
ControllerTypeAware
@Controller public class QueryController extends GetController
Контроллер получения выборки данных
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class net.n2oapp.framework.ui.controller.query.GetController
GetController.RecordNotFoundCollector
-
-
Constructor Summary
Constructors Constructor Description QueryController(DataProcessingStack dataProcessingStack, QueryProcessor queryProcessor, SubModelsProcessor subModelsProcessor, ErrorMessageBuilder errorMessageBuilder, MetadataEnvironment environment)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description GetDataResponseexecute(QueryRequestInfo requestInfo, QueryResponseInfo responseInfo)ControllerTypegetControllerType()-
Methods inherited from class net.n2oapp.framework.ui.controller.query.GetController
executeQuery, getDataProcessingStack, getErrorMessageBuilder, getQueryProcessor, getSubModelsProcessor
-
-
-
-
Constructor Detail
-
QueryController
public QueryController(DataProcessingStack dataProcessingStack, QueryProcessor queryProcessor, SubModelsProcessor subModelsProcessor, ErrorMessageBuilder errorMessageBuilder, MetadataEnvironment environment)
-
-
Method Detail
-
execute
public GetDataResponse execute(QueryRequestInfo requestInfo, QueryResponseInfo responseInfo)
- Specified by:
executein classGetController
-
getControllerType
public ControllerType getControllerType()
-
-