Uses of Class
de.hybris.platform.customerreview.model.CustomerReviewModel
Packages that use CustomerReviewModel
Package
Description
Contains generated models for each type of de.hybris.platform.b2b.jalo package.
Contains generated models for each type of de.hybris.platform.jalo.product package.
Contains generated models for each type of de.hybris.platform.jalo.test package.
Contains generated models for each type of de.hybris.platform.jalo.user package.
Contains generated models for each type of de.hybris.platform.marketplaceservices.jalo package.
-
Uses of CustomerReviewModel in de.hybris.platform.assistedservicestorefront.customer360.populators
Methods in de.hybris.platform.assistedservicestorefront.customer360.populators with parameters of type CustomerReviewModelModifier and TypeMethodDescriptionvoidReviewDataPopulator.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 CustomerReviewModelMethod parameters in de.hybris.platform.assistedservicestorefront.customer360.provider with type arguments of type CustomerReviewModelModifier and TypeMethodDescriptionvoidReviewsModelProvider.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 CustomerReviewModelModifierConstructorDescriptionB2BCustomerModel(Collection<CustomerReviewModel> _customerReviews, String _email, boolean _loginDisabled, ItemModel _owner, 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 CustomerReviewModelModifier and TypeMethodDescriptionprotected Converter<CustomerReviewModel,ReviewData> ProductReviewsPopulator.getCustomerReviewConverter()Methods in de.hybris.platform.commercefacades.product.converters.populator with parameters of type CustomerReviewModelModifier and TypeMethodDescriptionvoidCustomerReviewPopulator.populate(CustomerReviewModel source, ReviewData target) Method parameters in de.hybris.platform.commercefacades.product.converters.populator with type arguments of type CustomerReviewModelModifier and TypeMethodDescriptionvoidProductReviewsPopulator.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 CustomerReviewModelModifier and TypeMethodDescriptionprotected Converter<CustomerReviewModel,ReviewData> DefaultProductFacade.getCustomerReviewConverter()Method parameters in de.hybris.platform.commercefacades.product.impl with type arguments of type CustomerReviewModelModifier and TypeMethodDescriptionvoidDefaultProductFacade.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 CustomerReviewModelModifier and TypeMethodDescriptionProductModel.getProductReviews()Generated method - Getter of theProduct.productReviewsattribute defined at extensioncustomerreview.Method parameters in de.hybris.platform.core.model.product with type arguments of type CustomerReviewModelModifier and TypeMethodDescriptionvoidProductModel.setProductReviews(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 CustomerReviewModelModifierConstructorDescriptionTestEmployeeModel(Collection<CustomerReviewModel> _customerReviews, boolean _loginDisabled, ItemModel _owner, 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 CustomerReviewModelModifier and TypeMethodDescriptionUserModel.getCustomerReviews()Generated method - Getter of theUser.customerReviewsattribute defined at extensioncustomerreview.Method parameters in de.hybris.platform.core.model.user with type arguments of type CustomerReviewModelModifier and TypeMethodDescriptionvoidUserModel.setCustomerReviews(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 CustomerReviewModelModifierConstructorDescriptionCustomerModel(Collection<CustomerReviewModel> _customerReviews, boolean _loginDisabled, ItemModel _owner, 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(Collection<CustomerReviewModel> _customerReviews, boolean _loginDisabled, ItemModel _owner, 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(Collection<CustomerReviewModel> _customerReviews, boolean _loginDisabled, ItemModel _owner, 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 CustomerReviewModelModifier and TypeMethodDescriptionCustomerReviewService.createCustomerReview(Double rating, String headline, 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 CustomerReviewModelModifier and TypeMethodDescriptionCustomerReviewService.getReviewsForCustomer(UserModel userModel) Get the reviews for the specified customer.CustomerReviewService.getReviewsForProduct(ProductModel product) Get the reviews for the specified product.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 CustomerReviewModelModifier and TypeMethodDescriptionCustomerReviewDao.getReviewsForCustomer(UserModel userModel) Get the reviews for the specified customer.CustomerReviewDao.getReviewsForProduct(ProductModel product) Get the reviews for the specified product.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 CustomerReviewModelModifier and TypeMethodDescriptionDefaultCustomerReviewDao.getReviewsForCustomer(UserModel customer) DefaultCustomerReviewDao.getReviewsForProduct(ProductModel product) DefaultCustomerReviewDao.getReviewsForProductAndLanguage(ProductModel product, LanguageModel language) -
Uses of CustomerReviewModel in de.hybris.platform.customerreview.impl
Methods in de.hybris.platform.customerreview.impl that return CustomerReviewModelModifier and TypeMethodDescriptionDefaultCustomerReviewService.createCustomerReview(Double rating, String headline, String comment, UserModel user, ProductModel product) Methods in de.hybris.platform.customerreview.impl that return types with arguments of type CustomerReviewModelModifier and TypeMethodDescriptionDefaultCustomerReviewService.getReviewsForCustomer(UserModel userModel) DefaultCustomerReviewService.getReviewsForProduct(ProductModel product) 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 CustomerReviewModelModifier and TypeMethodDescriptionvoidReviewsBlockedLabelRenderer.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 CustomerReviewModelModifierConstructorDescriptionVendorUserModel(Collection<CustomerReviewModel> _customerReviews, boolean _loginDisabled, ItemModel _owner, 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