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.
-
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, BaseSiteModel _site, 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.b2ctelcofacades.converters.populator
Methods in de.hybris.platform.b2ctelcofacades.converters.populator with parameters of type CustomerReviewModelModifier and TypeMethodDescriptionvoidTmaReviewDataPopulator.populate(CustomerReviewModel reviewModel, ReviewData reviewData) -
Uses of CustomerReviewModel in de.hybris.platform.b2ctelcoservices.daos
Methods in de.hybris.platform.b2ctelcoservices.daos that return types with arguments of type CustomerReviewModelModifier and TypeMethodDescriptionTmaCustomerReviewDao.getReviewsForProductByLimitOffsetAndLanguage(ProductModel product, int offset, int limit, LanguageModel language) Retrieves theCustomerReviewModels that belong to a product by offset, limit and language. -
Uses of CustomerReviewModel in de.hybris.platform.b2ctelcoservices.daos.impl
Methods in de.hybris.platform.b2ctelcoservices.daos.impl that return types with arguments of type CustomerReviewModelModifier and TypeMethodDescriptionDefaultTmaCustomerReviewDao.getReviewsForProductByLimitOffsetAndLanguage(ProductModel product, int offset, int limit, LanguageModel language) -
Uses of CustomerReviewModel in de.hybris.platform.b2ctelcoservices.services
Methods in de.hybris.platform.b2ctelcoservices.services that return types with arguments of type CustomerReviewModelModifier and TypeMethodDescriptionTmaCustomerReviewService.getReviewsForProductByLimitOffsetAndLanguage(ProductModel product, int offset, int limit, LanguageModel language) Retrieves all reviews for a product by offset, limit and language. -
Uses of CustomerReviewModel in de.hybris.platform.b2ctelcoservices.services.impl
Methods in de.hybris.platform.b2ctelcoservices.services.impl that return types with arguments of type CustomerReviewModelModifier and TypeMethodDescriptionDefaultTmaCustomerReviewService.getReviewsForProductByLimitOffsetAndLanguage(ProductModel product, int offset, int limit, LanguageModel language) -
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, BaseSiteModel _site, 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