Class DefaultTmaCustomerReviewDao

java.lang.Object
de.hybris.platform.servicelayer.internal.dao.AbstractItemDao
de.hybris.platform.customerreview.dao.impl.DefaultCustomerReviewDao
de.hybris.platform.b2ctelcoservices.daos.impl.DefaultTmaCustomerReviewDao
All Implemented Interfaces:
TmaCustomerReviewDao, de.hybris.platform.customerreview.dao.CustomerReviewDao, de.hybris.platform.servicelayer.internal.dao.Dao

public class DefaultTmaCustomerReviewDao extends de.hybris.platform.customerreview.dao.impl.DefaultCustomerReviewDao implements TmaCustomerReviewDao
Default implementation for TmaCustomerReviewDao.
Since:
1907
  • Field Summary

    Fields inherited from class de.hybris.platform.servicelayer.internal.dao.AbstractItemDao

    flexibleSearchService, modelService
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    Retrieves the the number of reviews that exist for a product in a given language.
    getReviewsForProductByLimitOffsetAndLanguage(ProductModel product, int offset, int limit, LanguageModel language)
    Retrieves the CustomerReviewModels that belong to a product by offset, limit and language.

    Methods inherited from class de.hybris.platform.customerreview.dao.impl.DefaultCustomerReviewDao

    getAverageRating, getNumberOfReviews, getReviewsForCustomer, getReviewsForProduct, getReviewsForProductAndLanguage

    Methods inherited from class de.hybris.platform.servicelayer.internal.dao.AbstractItemDao

    getAllSources, getFlexibleSearchService, getModelService, getSource, load, loadAll, search, search, searchUnique, setFlexibleSearchService, setModelService

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

    Methods inherited from interface de.hybris.platform.customerreview.dao.CustomerReviewDao

    getAverageRating, getNumberOfReviews, getReviewsForCustomer, getReviewsForProduct, getReviewsForProductAndLanguage