public String getLocalizedGenreResource(String genre) { return UpreaderConstants.getLocalizedGenreResource(genre, context.getLocale()); }
public List<SelectItem> retreiveSubGenres(String genre) { return UpreaderConstants.getLocalizedSubGenresResource(genre, context.getLocale()); }
public String getLocalizedCategoryResource(String category) { return UpreaderConstants.getLocalizedCategoryResource(category, context.getLocale()); }