Uses of Class
de.hybris.platform.inboundservices.model.InboundRequestErrorModel
Packages that use InboundRequestErrorModel
Package
Description
Contains generated models for each type of de.hybris.platform.inboundservices.jalo package.
-
Uses of InboundRequestErrorModel in de.hybris.platform.inboundservices.model
Methods in de.hybris.platform.inboundservices.model that return types with arguments of type InboundRequestErrorModelModifier and TypeMethodDescriptionInboundRequestModel.getErrors()Generated method - Getter of theInboundRequest.errorsattribute defined at extensioninboundservices.Method parameters in de.hybris.platform.inboundservices.model with type arguments of type InboundRequestErrorModelModifier and TypeMethodDescriptionvoidInboundRequestModel.setErrors(Set<InboundRequestErrorModel> value) Generated method - Setter ofInboundRequest.errorsattribute defined at extensioninboundservices. -
Uses of InboundRequestErrorModel in de.hybris.platform.inboundservices.util
Methods in de.hybris.platform.inboundservices.util that return types with arguments of type InboundRequestErrorModelModifier and TypeMethodDescriptionInboundRequestPersistenceContext.searchAllInboundRequestErrors() -
Uses of InboundRequestErrorModel in de.hybris.platform.odata2services.odata.monitoring
Methods in de.hybris.platform.odata2services.odata.monitoring that return types with arguments of type InboundRequestErrorModelMethods in de.hybris.platform.odata2services.odata.monitoring with parameters of type InboundRequestErrorModelModifier and TypeMethodDescriptionResponseChangeSetEntityBuilder.withRequestError(InboundRequestErrorModel error) Constructors in de.hybris.platform.odata2services.odata.monitoring with parameters of type InboundRequestErrorModelModifierConstructorDescriptionprotectedResponseChangeSetEntity(String key, HttpStatus code, InboundRequestErrorModel error) -
Uses of InboundRequestErrorModel in de.hybris.platform.odata2services.odata.monitoring.impl
Methods in de.hybris.platform.odata2services.odata.monitoring.impl that return InboundRequestErrorModelModifier and TypeMethodDescriptionprotected InboundRequestErrorModelDefaultResponseEntityExtractor.parseErrorsFrom(String contentType, int statusCode, String responseBody) protected InboundRequestErrorModelDefaultResponseEntityExtractor.parseResponseErrors(org.apache.olingo.odata2.api.client.batch.BatchSingleResponse singleResponse) protected InboundRequestErrorModelDefaultResponseEntityExtractor.parseResponseErrors(org.apache.olingo.odata2.api.processor.ODataResponse oDataResponse) Method parameters in de.hybris.platform.odata2services.odata.monitoring.impl with type arguments of type InboundRequestErrorModelModifier and TypeMethodDescriptionvoidDefaultResponseEntityExtractor.setErrorParsers(List<MonitoredRequestErrorParser<InboundRequestErrorModel>> errorParsers)