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