Interface AccommodationCustomerReviewDao

All Superinterfaces:
de.hybris.platform.servicelayer.internal.dao.Dao
All Known Implementing Classes:
DefaultAccommodationCustomerReviewDao

public interface AccommodationCustomerReviewDao extends de.hybris.platform.servicelayer.internal.dao.Dao
Interface for dao handling accommodation customer reviews
  • Method Details

    • getCustomerReviewsForBooking

      List<CustomerReviewModel> getCustomerReviewsForBooking(String bookingReference, UserModel user, String accommodationCode) throws de.hybris.platform.servicelayer.exceptions.ModelNotFoundException
      Retrieves a customer review added against a booking and a certain accommodation belonging to a room stay
      Parameters:
      bookingReference -
      roomStayRefNumber -
      user -
      accommodationCode -
      Returns:
      Throws:
      de.hybris.platform.servicelayer.exceptions.ModelNotFoundException