Class DefaultInboundRequestService
java.lang.Object
de.hybris.platform.odata2services.odata.monitoring.impl.DefaultInboundRequestService
- All Implemented Interfaces:
InboundRequestService
The default implementation of the
InboundRequestService-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected UserModelprotected ModelServiceprotected UserServicevoidregister(InboundRequestServiceParameter parameter) Collects entities contained in the incoming request and the corresponding response, turns them intoInboundRequestand persists them.voidsetModelService(ModelService modelService) voidsetUserService(UserService userService)
-
Constructor Details
-
DefaultInboundRequestService
public DefaultInboundRequestService()
-
-
Method Details
-
register
Description copied from interface:InboundRequestServiceCollects entities contained in the incoming request and the corresponding response, turns them intoInboundRequestand persists them.- Specified by:
registerin interfaceInboundRequestService- Parameters:
parameter- information necessary to create an InboundRequest
-
findUser
-
getModelService
-
setModelService
-
getUserService
-
setUserService
-