Uses of Class
org.dajlab.bricksetapi.v3.vo.Reviews
-
Packages that use Reviews Package Description org.dajlab.bricksetapi.v3.service org.dajlab.bricksetapi.v3.service.impl org.dajlab.bricksetapi.v3.vo -
-
Uses of Reviews in org.dajlab.bricksetapi.v3.service
Methods in org.dajlab.bricksetapi.v3.service that return types with arguments of type Reviews Modifier and Type Method Description List<Reviews>IBricksetService. getReviews(int setId)Get user reviews for the specified set. -
Uses of Reviews in org.dajlab.bricksetapi.v3.service.impl
Methods in org.dajlab.bricksetapi.v3.service.impl that return types with arguments of type Reviews Modifier and Type Method Description List<Reviews>BricksetServiceImpl. getReviews(int setId)Get user reviews for the specified set.List<Reviews>SetsServiceImpl. getReviews(int setId)Get user reviews for the specified set. -
Uses of Reviews in org.dajlab.bricksetapi.v3.vo
Methods in org.dajlab.bricksetapi.v3.vo that return types with arguments of type Reviews Modifier and Type Method Description List<Reviews>Response. getReviews()Method parameters in org.dajlab.bricksetapi.v3.vo with type arguments of type Reviews Modifier and Type Method Description voidResponse. setReviews(List<Reviews> reviews)
-