Uses of Class
org.dajlab.bricksetapi.v3.vo.Year
-
Packages that use Year Package Description org.dajlab.bricksetapi.v3.service org.dajlab.bricksetapi.v3.service.impl org.dajlab.bricksetapi.v3.vo -
-
Uses of Year in org.dajlab.bricksetapi.v3.service
Methods in org.dajlab.bricksetapi.v3.service that return types with arguments of type Year Modifier and Type Method Description List<Year>IBricksetService. getYears(String theme)Get a list of years for a given theme, with the total number of sets in each. -
Uses of Year in org.dajlab.bricksetapi.v3.service.impl
Methods in org.dajlab.bricksetapi.v3.service.impl that return types with arguments of type Year Modifier and Type Method Description List<Year>BricksetServiceImpl. getYears(String theme)Get a list of years for a given theme, with the total number of sets in each.List<Year>SetsServiceImpl. getYears(String theme)Get a list of years for a given theme, with the total number of sets in each. -
Uses of Year in org.dajlab.bricksetapi.v3.vo
Methods in org.dajlab.bricksetapi.v3.vo that return types with arguments of type Year Modifier and Type Method Description List<Year>Response. getYears()Method parameters in org.dajlab.bricksetapi.v3.vo with type arguments of type Year Modifier and Type Method Description voidResponse. setYears(List<Year> years)
-