Uses of Class
de.hybris.platform.b2b.jalo.B2BComment
-
Packages that use B2BComment Package Description de.hybris.platform.b2b.jalo -
-
Uses of B2BComment in de.hybris.platform.b2b.jalo
Fields in de.hybris.platform.b2b.jalo with type parameters of type B2BComment Modifier and Type Field Description protected static OneToManyHandler<B2BComment>GeneratedB2BCommerceManager. ABSTRACTORDER2B2BCOMMENTB2BCOMMENTSHANDLEROneToManyHandlerfor handling 1:n B2BCOMMENTS's relation attributes from 'many' side.Methods in de.hybris.platform.b2b.jalo that return B2BComment Modifier and Type Method Description B2BCommentGeneratedB2BCommerceManager. createB2BComment(SessionContext ctx, java.util.Map attributeValues)B2BCommentGeneratedB2BCommerceManager. createB2BComment(java.util.Map attributeValues)Methods in de.hybris.platform.b2b.jalo that return types with arguments of type B2BComment Modifier and Type Method Description java.util.Collection<B2BComment>GeneratedB2BCommerceManager. getB2bcomments(AbstractOrder item)Generated method - Getter of theAbstractOrder.b2bcommentsattribute.java.util.Collection<B2BComment>GeneratedB2BCommerceManager. getB2bcomments(SessionContext ctx, AbstractOrder item)Generated method - Getter of theAbstractOrder.b2bcommentsattribute.Methods in de.hybris.platform.b2b.jalo with parameters of type B2BComment Modifier and Type Method Description voidGeneratedB2BCommerceManager. addToB2bcomments(AbstractOrder item, B2BComment value)Generated method - Addsvalueto b2bcomments.voidGeneratedB2BCommerceManager. addToB2bcomments(SessionContext ctx, AbstractOrder item, B2BComment value)Generated method - Addsvalueto b2bcomments.voidGeneratedB2BCommerceManager. removeFromB2bcomments(AbstractOrder item, B2BComment value)Generated method - Removesvaluefrom b2bcomments.voidGeneratedB2BCommerceManager. removeFromB2bcomments(SessionContext ctx, AbstractOrder item, B2BComment value)Generated method - Removesvaluefrom b2bcomments.Method parameters in de.hybris.platform.b2b.jalo with type arguments of type B2BComment Modifier and Type Method Description voidGeneratedB2BCommerceManager. setB2bcomments(AbstractOrder item, java.util.Collection<B2BComment> value)Generated method - Setter of theAbstractOrder.b2bcommentsattribute.voidGeneratedB2BCommerceManager. setB2bcomments(SessionContext ctx, AbstractOrder item, java.util.Collection<B2BComment> value)Generated method - Setter of theAbstractOrder.b2bcommentsattribute.
-