Uses of Class
de.hybris.platform.customerreview.model.CustomerReviewModel
-
Packages that use CustomerReviewModel Package Description de.hybris.platform.b2ctelcofacades.converters.populator de.hybris.platform.b2ctelcoservices.daos de.hybris.platform.b2ctelcoservices.daos.impl de.hybris.platform.b2ctelcoservices.services de.hybris.platform.b2ctelcoservices.services.impl de.hybris.platform.core.model.product Contains generated models for each type of de.hybris.platform.jalo.product package.de.hybris.platform.core.model.test Contains generated models for each type of de.hybris.platform.jalo.test package.de.hybris.platform.core.model.user Contains generated models for each type of de.hybris.platform.jalo.user package. -
-
Uses of CustomerReviewModel in de.hybris.platform.b2ctelcofacades.converters.populator
Methods in de.hybris.platform.b2ctelcofacades.converters.populator with parameters of type CustomerReviewModel Modifier and Type Method Description voidTmaReviewDataPopulator. 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 CustomerReviewModel Modifier and Type Method Description java.util.List<CustomerReviewModel>TmaCustomerReviewDao. 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 CustomerReviewModel Modifier and Type Method Description java.util.List<CustomerReviewModel>DefaultTmaCustomerReviewDao. 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 CustomerReviewModel Modifier and Type Method Description java.util.List<CustomerReviewModel>TmaCustomerReviewService. 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 CustomerReviewModel Modifier and Type Method Description java.util.List<CustomerReviewModel>DefaultTmaCustomerReviewService. 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 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
-