Uses of Class
de.hybris.platform.b2b.jalo.B2BComment
Packages that use B2BComment
-
Uses of B2BComment in de.hybris.platform.b2b.jalo
Fields in de.hybris.platform.b2b.jalo with type parameters of type B2BCommentModifier and TypeFieldDescriptionprotected static final OneToManyHandler<B2BComment>GeneratedB2BCommerceManager.ABSTRACTORDER2B2BCOMMENTB2BCOMMENTSHANDLEROneToManyHandlerfor handling 1:n B2BCOMMENTS's relation attributes from 'many' side.Methods in de.hybris.platform.b2b.jalo that return B2BCommentModifier and TypeMethodDescriptionGeneratedB2BCommerceManager.createB2BComment(SessionContext ctx, Map attributeValues) GeneratedB2BCommerceManager.createB2BComment(Map attributeValues) Methods in de.hybris.platform.b2b.jalo that return types with arguments of type B2BCommentModifier and TypeMethodDescriptionGeneratedB2BCommerceManager.getB2bcomments(AbstractOrder item) Generated method - Getter of theAbstractOrder.b2bcommentsattribute.GeneratedB2BCommerceManager.getB2bcomments(SessionContext ctx, AbstractOrder item) Generated method - Getter of theAbstractOrder.b2bcommentsattribute.Methods in de.hybris.platform.b2b.jalo with parameters of type B2BCommentModifier and TypeMethodDescriptionvoidGeneratedB2BCommerceManager.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 B2BCommentModifier and TypeMethodDescriptionvoidGeneratedB2BCommerceManager.setB2bcomments(AbstractOrder item, Collection<B2BComment> value) Generated method - Setter of theAbstractOrder.b2bcommentsattribute.voidGeneratedB2BCommerceManager.setB2bcomments(SessionContext ctx, AbstractOrder item, Collection<B2BComment> value) Generated method - Setter of theAbstractOrder.b2bcommentsattribute.