Uses of Class
de.hybris.platform.customerreview.model.CustomerReviewModel
-
-
Uses of CustomerReviewModel in de.hybris.platform.assistedservicestorefront.customer360.populators
Methods in de.hybris.platform.assistedservicestorefront.customer360.populators with parameters of type CustomerReviewModel Modifier and Type Method Description voidReviewDataPopulator. populate(CustomerReviewModel customerReviewModel, ReviewData reviewData) -
Uses of CustomerReviewModel in de.hybris.platform.assistedservicestorefront.customer360.provider
Methods in de.hybris.platform.assistedservicestorefront.customer360.provider that return types with arguments of type CustomerReviewModel Modifier and Type Method Description Converter<CustomerReviewModel,ReviewData>ReviewsModelProvider. getAsmReviewConverter()Method parameters in de.hybris.platform.assistedservicestorefront.customer360.provider with type arguments of type CustomerReviewModel Modifier and Type Method Description voidReviewsModelProvider. setAsmReviewConverter(Converter<CustomerReviewModel,ReviewData> asmReviewConverter) -
Uses of CustomerReviewModel in de.hybris.platform.b2b.model
Constructor parameters in de.hybris.platform.b2b.model with type arguments of type CustomerReviewModel Constructor Description B2BCustomerModel(java.util.Collection<CustomerReviewModel> _customerReviews, java.lang.String _email, boolean _loginDisabled, ItemModel _owner, java.lang.String _uid)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parameters -
Uses of CustomerReviewModel in de.hybris.platform.commercefacades.product.converters.populator
Methods in de.hybris.platform.commercefacades.product.converters.populator that return types with arguments of type CustomerReviewModel Modifier and Type Method Description protected Converter<CustomerReviewModel,ReviewData>ProductReviewsPopulator. getCustomerReviewConverter()Methods in de.hybris.platform.commercefacades.product.converters.populator with parameters of type CustomerReviewModel Modifier and Type Method Description voidCustomerReviewPopulator. populate(CustomerReviewModel source, ReviewData target)Method parameters in de.hybris.platform.commercefacades.product.converters.populator with type arguments of type CustomerReviewModel Modifier and Type Method Description voidProductReviewsPopulator. setCustomerReviewConverter(Converter<CustomerReviewModel,ReviewData> customerReviewConverter) -
Uses of CustomerReviewModel in de.hybris.platform.commercefacades.product.impl
Methods in de.hybris.platform.commercefacades.product.impl that return types with arguments of type CustomerReviewModel Modifier and Type Method Description protected Converter<CustomerReviewModel,ReviewData>DefaultProductFacade. getCustomerReviewConverter()Method parameters in de.hybris.platform.commercefacades.product.impl with type arguments of type CustomerReviewModel Modifier and Type Method Description voidDefaultProductFacade. setCustomerReviewConverter(Converter<CustomerReviewModel,ReviewData> customerReviewConverter) -
Uses of CustomerReviewModel in de.hybris.platform.core.model.product
Methods in de.hybris.platform.core.model.product that return types with arguments of type CustomerReviewModel Modifier and Type Method Description java.util.Collection<CustomerReviewModel>ProductModel. getProductReviews()Generated method - Getter of theProduct.productReviewsattribute defined at extensioncustomerreview.Method parameters in de.hybris.platform.core.model.product with type arguments of type CustomerReviewModel Modifier and Type Method Description voidProductModel. setProductReviews(java.util.Collection<CustomerReviewModel> value)Generated method - Setter ofProduct.productReviewsattribute defined at extensioncustomerreview. -
Uses of CustomerReviewModel in de.hybris.platform.core.model.test
Constructor parameters in de.hybris.platform.core.model.test with type arguments of type CustomerReviewModel Constructor Description TestEmployeeModel(java.util.Collection<CustomerReviewModel> _customerReviews, boolean _loginDisabled, ItemModel _owner, java.lang.String _uid)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parameters -
Uses of CustomerReviewModel in de.hybris.platform.core.model.user
Methods in de.hybris.platform.core.model.user that return types with arguments of type CustomerReviewModel Modifier and Type Method Description java.util.Collection<CustomerReviewModel>UserModel. getCustomerReviews()Generated method - Getter of theUser.customerReviewsattribute defined at extensioncustomerreview.Method parameters in de.hybris.platform.core.model.user with type arguments of type CustomerReviewModel Modifier and Type Method Description voidUserModel. setCustomerReviews(java.util.Collection<CustomerReviewModel> value)Generated method - Initial setter ofUser.customerReviewsattribute defined at extensioncustomerreview.Constructor parameters in de.hybris.platform.core.model.user with type arguments of type CustomerReviewModel Constructor Description CustomerModel(java.util.Collection<CustomerReviewModel> _customerReviews, boolean _loginDisabled, ItemModel _owner, java.lang.String _uid)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersEmployeeModel(java.util.Collection<CustomerReviewModel> _customerReviews, boolean _loginDisabled, ItemModel _owner, java.lang.String _uid)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersUserModel(java.util.Collection<CustomerReviewModel> _customerReviews, boolean _loginDisabled, ItemModel _owner, java.lang.String _uid)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parameters -
Uses of CustomerReviewModel in de.hybris.platform.customerreview
Methods in de.hybris.platform.customerreview that return CustomerReviewModel Modifier and Type Method Description CustomerReviewModelCustomerReviewService. createCustomerReview(java.lang.Double rating, java.lang.String headline, java.lang.String comment, UserModel user, ProductModel product)Creates a new customer review based on the given parametersMethods in de.hybris.platform.customerreview that return types with arguments of type CustomerReviewModel Modifier and Type Method Description java.util.List<CustomerReviewModel>CustomerReviewService. getReviewsForCustomer(UserModel userModel)Get the reviews for the specified customer.java.util.List<CustomerReviewModel>CustomerReviewService. getReviewsForProduct(ProductModel product)Get the reviews for the specified product.java.util.List<CustomerReviewModel>CustomerReviewService. getReviewsForProductAndLanguage(ProductModel product, LanguageModel language)Get the reviews for the specified product in the specified language. -
Uses of CustomerReviewModel in de.hybris.platform.customerreview.dao
Methods in de.hybris.platform.customerreview.dao that return types with arguments of type CustomerReviewModel Modifier and Type Method Description java.util.List<CustomerReviewModel>CustomerReviewDao. getReviewsForCustomer(UserModel userModel)Get the reviews for the specified customer.java.util.List<CustomerReviewModel>CustomerReviewDao. getReviewsForProduct(ProductModel product)Get the reviews for the specified product.java.util.List<CustomerReviewModel>CustomerReviewDao. getReviewsForProductAndLanguage(ProductModel product, LanguageModel language)Get the reviews for the specified product in the specified language. -
Uses of CustomerReviewModel in de.hybris.platform.customerreview.dao.impl
Methods in de.hybris.platform.customerreview.dao.impl that return types with arguments of type CustomerReviewModel Modifier and Type Method Description java.util.List<CustomerReviewModel>DefaultCustomerReviewDao. getReviewsForCustomer(UserModel customer)java.util.List<CustomerReviewModel>DefaultCustomerReviewDao. getReviewsForProduct(ProductModel product)java.util.List<CustomerReviewModel>DefaultCustomerReviewDao. getReviewsForProductAndLanguage(ProductModel product, LanguageModel language) -
Uses of CustomerReviewModel in de.hybris.platform.customerreview.impl
Methods in de.hybris.platform.customerreview.impl that return CustomerReviewModel Modifier and Type Method Description CustomerReviewModelDefaultCustomerReviewService. createCustomerReview(java.lang.Double rating, java.lang.String headline, java.lang.String comment, UserModel user, ProductModel product)Methods in de.hybris.platform.customerreview.impl that return types with arguments of type CustomerReviewModel Modifier and Type Method Description java.util.List<CustomerReviewModel>DefaultCustomerReviewService. getReviewsForCustomer(UserModel userModel)java.util.List<CustomerReviewModel>DefaultCustomerReviewService. getReviewsForProduct(ProductModel product)java.util.List<CustomerReviewModel>DefaultCustomerReviewService. getReviewsForProductAndLanguage(ProductModel product, LanguageModel language) -
Uses of CustomerReviewModel in de.hybris.platform.customersupportbackoffice.labelproviders
Methods in de.hybris.platform.customersupportbackoffice.labelproviders with parameters of type CustomerReviewModel Modifier and Type Method Description voidReviewsBlockedLabelRenderer. render(org.zkoss.zul.Listcell parent, com.hybris.cockpitng.core.config.impl.jaxb.listview.ListColumn configuration, CustomerReviewModel customerReview, com.hybris.cockpitng.dataaccess.facades.type.DataType dataType, com.hybris.cockpitng.engine.WidgetInstanceManager widgetInstanceManager) -
Uses of CustomerReviewModel in de.hybris.platform.marketplaceservices.model
Constructor parameters in de.hybris.platform.marketplaceservices.model with type arguments of type CustomerReviewModel Constructor Description VendorUserModel(java.util.Collection<CustomerReviewModel> _customerReviews, boolean _loginDisabled, ItemModel _owner, java.lang.String _uid, VendorModel _vendor)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parameters
-