Uses of Class
org.broadleafcommerce.core.rating.service.type.RatingSortType

Packages that use RatingSortType
org.broadleafcommerce.core.rating.service   
org.broadleafcommerce.core.rating.service.type   
 

Uses of RatingSortType in org.broadleafcommerce.core.rating.service
 

Methods in org.broadleafcommerce.core.rating.service with parameters of type RatingSortType
 java.util.List<ReviewDetail> RatingServiceImpl.readReviews(java.lang.String itemId, RatingType type, int start, int finish, RatingSortType sortBy)
           
 java.util.List<ReviewDetail> RatingService.readReviews(java.lang.String itemId, RatingType type, int start, int finish, RatingSortType sortBy)
           
 

Uses of RatingSortType in org.broadleafcommerce.core.rating.service.type
 

Fields in org.broadleafcommerce.core.rating.service.type declared as RatingSortType
static RatingSortType RatingSortType.DEFAULT
           
static RatingSortType RatingSortType.MOST_HELPFUL
           
static RatingSortType RatingSortType.MOST_RECENT
           
 

Methods in org.broadleafcommerce.core.rating.service.type that return RatingSortType
static RatingSortType RatingSortType.getInstance(java.lang.String type)
           
 



Copyright © 2012. All Rights Reserved.