Uses of Class
com.skava.ratingandreviews.model.domain.PageableDO
Packages that use PageableDO
Package
Description
Provides the process classes for collection.
Provides the exception classes for list.
-
Uses of PageableDO in com.skava.ratingandreviews.collection.process
Methods in com.skava.ratingandreviews.collection.process that return PageableDOModifier and TypeMethodDescriptionCollectionProcess.findAll(CollectionDomain collectionDO) This function is used to find all collection from the given request. -
Uses of PageableDO in com.skava.ratingandreviews.process
Methods in com.skava.ratingandreviews.process that return PageableDOModifier and TypeMethodDescriptionRatingReviewPreferenceProcess.findAll(RatingReviewDomain ratingreviewDomain, boolean skipTotalCount) method findAll This method is used to find RatingReviewDomain with the help of filters,collectionID,sort,Page,size which are derived from the RatingReviewdomain passed as argument to it.RatingSummaryProcess.findAll(RatingSummaryDomain ratingsummaryDomain) method findAll This method is used to find all the Rating summary which satisifies the CollectionId,Filters,sort which are derived from the RatingSummaryDomain.