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.Methods in de.hybris.platform.odata2services.odata.monitoring with parameters of type ResponseChangeSetEntity Modifier and Type Method Description InboundRequestBuilderInboundRequestBuilder. withResponse(ResponseChangeSetEntity response) -
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)
-