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