Beispiel #1
0
 public String getLocalizedGenreResource(String genre) {
   return UpreaderConstants.getLocalizedGenreResource(genre, context.getLocale());
 }
Beispiel #2
0
 public List<SelectItem> retreiveSubGenres(String genre) {
   return UpreaderConstants.getLocalizedSubGenresResource(genre, context.getLocale());
 }
Beispiel #3
0
 public String getLocalizedCategoryResource(String category) {
   return UpreaderConstants.getLocalizedCategoryResource(category, context.getLocale());
 }