Uses of Class
de.hybris.platform.b2b.model.B2BCommentModel
-
Packages that use B2BCommentModel Package Description de.hybris.platform.b2b.dao de.hybris.platform.b2b.dao.impl de.hybris.platform.b2b.services de.hybris.platform.b2b.services.impl de.hybris.platform.b2bacceleratorfacades.order.populators de.hybris.platform.core.model.order Contains generated models for each type of de.hybris.platform.jalo.order package. -
-
Uses of B2BCommentModel in de.hybris.platform.b2b.dao
Classes in de.hybris.platform.b2b.dao with type parameters of type B2BCommentModel Modifier and Type Interface Description interfaceB2BCommentDao<C extends B2BCommentModel,T extends AbstractOrderModel>A dao aroundB2BCommentModel -
Uses of B2BCommentModel in de.hybris.platform.b2b.dao.impl
Methods in de.hybris.platform.b2b.dao.impl that return types with arguments of type B2BCommentModel Modifier and Type Method Description java.util.List<B2BCommentModel>DefaultB2BCommentDao. findCommentsByOrder(AbstractOrderModel order)java.util.List<B2BCommentModel>DefaultB2BCommentDao. findCommentsByUser(UserModel user, AbstractOrderModel order) -
Uses of B2BCommentModel in de.hybris.platform.b2b.services
Methods in de.hybris.platform.b2b.services that return types with arguments of type B2BCommentModel Modifier and Type Method Description java.util.List<B2BCommentModel>B2BCommentService. getB2BCommentsForUser(T model, UserModel user)Retrives a list ofB2BCommentassociated to the order owned by a particular userjava.util.List<B2BCommentModel>B2BCommentService. getComments(T model)Retrives a list ofB2BCommentassociated to the orderMethods in de.hybris.platform.b2b.services with parameters of type B2BCommentModel Modifier and Type Method Description voidB2BCommentService. addComment(T model, B2BCommentModel comment)Adds aB2BCommentModeltoAbstractOrderModel -
Uses of B2BCommentModel in de.hybris.platform.b2b.services.impl
Methods in de.hybris.platform.b2b.services.impl that return types with arguments of type B2BCommentModel Modifier and Type Method Description java.util.List<B2BCommentModel>DefaultB2BCommentService. getB2BCommentsForUser(AbstractOrderModel model, UserModel user)java.util.List<B2BCommentModel>DefaultB2BCommentService. getComments(AbstractOrderModel model)Methods in de.hybris.platform.b2b.services.impl with parameters of type B2BCommentModel Modifier and Type Method Description voidDefaultB2BCommentService. addComment(AbstractOrderModel model, B2BCommentModel comment) -
Uses of B2BCommentModel in de.hybris.platform.b2bacceleratorfacades.order.populators
Methods in de.hybris.platform.b2bacceleratorfacades.order.populators that return B2BCommentModel Modifier and Type Method Description protected B2BCommentModelB2BOrderPopulator. filterOutLastComment(OrderModel processedOrder)Methods in de.hybris.platform.b2bacceleratorfacades.order.populators that return types with arguments of type B2BCommentModel Modifier and Type Method Description protected Converter<B2BCommentModel,B2BCommentData>B2BCartPopulator. getB2BCommentConverter()protected Converter<B2BCommentModel,B2BCommentData>B2BOrderPopulator. getB2BCommentConverter()Methods in de.hybris.platform.b2bacceleratorfacades.order.populators with parameters of type B2BCommentModel Modifier and Type Method Description voidB2BCommentPopulator. populate(B2BCommentModel source, B2BCommentData target)Method parameters in de.hybris.platform.b2bacceleratorfacades.order.populators with type arguments of type B2BCommentModel Modifier and Type Method Description voidB2BCartPopulator. setB2BCommentConverter(Converter<B2BCommentModel,B2BCommentData> b2BCommentConverter)voidB2BOrderPopulator. setB2BCommentConverter(Converter<B2BCommentModel,B2BCommentData> b2BCommentConverter) -
Uses of B2BCommentModel in de.hybris.platform.core.model.order
Methods in de.hybris.platform.core.model.order that return types with arguments of type B2BCommentModel Modifier and Type Method Description java.util.Collection<B2BCommentModel>AbstractOrderModel. getB2bcomments()Generated method - Getter of theAbstractOrder.b2bcommentsattribute defined at extensionb2bcommerce.Method parameters in de.hybris.platform.core.model.order with type arguments of type B2BCommentModel Modifier and Type Method Description voidAbstractOrderModel. setB2bcomments(java.util.Collection<B2BCommentModel> value)Generated method - Setter ofAbstractOrder.b2bcommentsattribute defined at extensionb2bcommerce.
-