Uses of Class
de.hybris.platform.inboundservices.jalo.InboundRequestError
Packages that use InboundRequestError
-
Uses of InboundRequestError in de.hybris.platform.inboundservices.jalo
Fields in de.hybris.platform.inboundservices.jalo with type parameters of type InboundRequestErrorModifier and TypeFieldDescriptionprotected static final OneToManyHandler<InboundRequestError>GeneratedInboundRequest.ERRORSHANDLEROneToManyHandlerfor handling 1:n ERRORS's relation attributes from 'many' side.Methods in de.hybris.platform.inboundservices.jalo that return types with arguments of type InboundRequestErrorModifier and TypeMethodDescriptionGeneratedInboundRequest.getErrors()Generated method - Getter of theInboundRequest.errorsattribute.GeneratedInboundRequest.getErrors(SessionContext ctx) Generated method - Getter of theInboundRequest.errorsattribute.Methods in de.hybris.platform.inboundservices.jalo with parameters of type InboundRequestErrorModifier and TypeMethodDescriptionvoidGeneratedInboundRequest.addToErrors(InboundRequestError value) Generated method - Addsvalueto errors.voidGeneratedInboundRequest.addToErrors(SessionContext ctx, InboundRequestError value) Generated method - Addsvalueto errors.voidGeneratedInboundRequest.removeFromErrors(InboundRequestError value) Generated method - Removesvaluefrom errors.voidGeneratedInboundRequest.removeFromErrors(SessionContext ctx, InboundRequestError value) Generated method - Removesvaluefrom errors.Method parameters in de.hybris.platform.inboundservices.jalo with type arguments of type InboundRequestErrorModifier and TypeMethodDescriptionvoidGeneratedInboundRequest.setErrors(SessionContext ctx, Set<InboundRequestError> value) Generated method - Setter of theInboundRequest.errorsattribute.voidGeneratedInboundRequest.setErrors(Set<InboundRequestError> value) Generated method - Setter of theInboundRequest.errorsattribute.