Uses of Class
de.hybris.platform.odata2services.odata.monitoring.ResponseChangeSetEntity
-
Packages that use ResponseChangeSetEntity Package Description de.hybris.platform.odata2services.odata.monitoring de.hybris.platform.odata2services.odata.monitoring.impl -
-
Uses of ResponseChangeSetEntity in de.hybris.platform.odata2services.odata.monitoring
Methods in de.hybris.platform.odata2services.odata.monitoring that return ResponseChangeSetEntity Modifier and Type Method Description ResponseChangeSetEntityResponseChangeSetEntityBuilder. build()Methods in de.hybris.platform.odata2services.odata.monitoring that return types with arguments of type ResponseChangeSetEntity Modifier and Type Method Description java.util.List<ResponseChangeSetEntity>ResponseEntityExtractor. extractFrom(org.apache.olingo.odata2.api.processor.ODataResponse response)Extracts entities returned back in an OData response.java.util.List<ResponseChangeSetEntity>InboundRequestServiceParameter. getResponses()Gets the information pertaining to the inbound requests extracted from the responsesMethods in de.hybris.platform.odata2services.odata.monitoring with parameters of type ResponseChangeSetEntity Modifier and Type Method Description InboundRequestBuilderInboundRequestBuilder. withResponse(ResponseChangeSetEntity response)Method parameters in de.hybris.platform.odata2services.odata.monitoring with type arguments of type ResponseChangeSetEntity Modifier and Type Method Description InboundRequestServiceParameter.InboundRequestServiceParameterBuilderInboundRequestServiceParameter.InboundRequestServiceParameterBuilder. withResponses(java.util.List<ResponseChangeSetEntity> responses)Sets the information pertaining to the inbound requests extracted from the responses -
Uses of ResponseChangeSetEntity in de.hybris.platform.odata2services.odata.monitoring.impl
Methods in de.hybris.platform.odata2services.odata.monitoring.impl that return ResponseChangeSetEntity Modifier and Type Method Description protected ResponseChangeSetEntityDefaultInboundRequestService.InboundRequestPartsCoordinator. getChangeSet()protected ResponseChangeSetEntityDefaultInboundRequestService.InboundRequestPartsCoordinator. rollToLastChangeSetInBatch()The number of the change sets returned from the parser is not consistent.Methods in de.hybris.platform.odata2services.odata.monitoring.impl that return types with arguments of type ResponseChangeSetEntity Modifier and Type Method Description java.util.List<ResponseChangeSetEntity>DefaultResponseEntityExtractor. extractFrom(org.apache.olingo.odata2.api.processor.ODataResponse response)protected java.util.List<ResponseChangeSetEntity>DefaultResponseEntityExtractor. extractFromBatchResponse(org.apache.olingo.odata2.api.processor.ODataResponse oDataResponse)protected java.util.List<ResponseChangeSetEntity>DefaultResponseEntityExtractor. extractFromSingleResponse(org.apache.olingo.odata2.api.processor.ODataResponse oDataResponse)
-