Uses of Class
de.hybris.platform.inboundservices.jalo.InboundRequestError
-
Packages that use InboundRequestError Package Description de.hybris.platform.inboundservices.jalo -
-
Uses of InboundRequestError in de.hybris.platform.inboundservices.jalo
Fields in de.hybris.platform.inboundservices.jalo with type parameters of type InboundRequestError Modifier and Type Field Description protected static 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 InboundRequestError Modifier and Type Method Description java.util.Set<InboundRequestError>GeneratedInboundRequest. getErrors()Generated method - Getter of theInboundRequest.errorsattribute.java.util.Set<InboundRequestError>GeneratedInboundRequest. getErrors(SessionContext ctx)Generated method - Getter of theInboundRequest.errorsattribute.Methods in de.hybris.platform.inboundservices.jalo with parameters of type InboundRequestError Modifier and Type Method Description voidGeneratedInboundRequest. 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 InboundRequestError Modifier and Type Method Description voidGeneratedInboundRequest. setErrors(SessionContext ctx, java.util.Set<InboundRequestError> value)Generated method - Setter of theInboundRequest.errorsattribute.voidGeneratedInboundRequest. setErrors(java.util.Set<InboundRequestError> value)Generated method - Setter of theInboundRequest.errorsattribute.
-