Interface PagedAccommodationOfferingCustomerReviewDao
- All Known Implementing Classes:
DefaultPagedAccommodationOfferingCustomerReviewDao
public interface PagedAccommodationOfferingCustomerReviewDao
PagedAccommodationOfferingCustomerReviewDao interface which provides functionality to fetch pageable CustomerReview.
-
Method Summary
Modifier and TypeMethodDescriptionfindPagedCustomerReview(String accommodationOfferingCode, PageableData pageableData) Returns the SearchPageData corresponding to the given AccommodaionOffering's code.
-
Method Details
-
findPagedCustomerReview
SearchPageData<CustomerReviewModel> findPagedCustomerReview(String accommodationOfferingCode, PageableData pageableData) Returns the SearchPageData corresponding to the given AccommodaionOffering's code.- Parameters:
accommodationOfferingCode- the accommodation offering codepageableData- the pageable data- Returns:
- the SearchPageData having list of CustomerReviewModel
-