Uses of Class
lumis.service.newsletter.Category
-
Packages that use Category Package Description lumis.service.newsletter -
-
Uses of Category in lumis.service.newsletter
Methods in lumis.service.newsletter that return Category Modifier and Type Method Description Category
CategoryDaoHib. get(String id, ITransaction transaction)
Category
ICategoryDao. get(String id, ITransaction transaction)
Methods in lumis.service.newsletter that return types with arguments of type Category Modifier and Type Method Description Collection<Category>
Model. getCategories()
Returns the categories.Collection<Category>
Subscription. getCategories()
Returns the categories.Methods in lumis.service.newsletter with parameters of type Category Modifier and Type Method Description void
CategoryDaoHib. addOrUpdate(Category bean, ITransaction transaction)
void
ICategoryDao. addOrUpdate(Category bean, ITransaction transaction)
int
Category. compareTo(Category o2)
List<String>
CategoryDaoHib. getCategoryContentItemIds(Locale locale, Category category, Date startDateTime, ITransaction transaction)
List<String>
ICategoryDao. getCategoryContentItemIds(Locale locale, Category category, Date startDateTime, ITransaction transaction)
protected String
CategoryDaoHib. getIdentifier(Category bean)
Method parameters in lumis.service.newsletter with type arguments of type Category Modifier and Type Method Description void
Model. setCategories(Collection<Category> categories)
Sets the categories.void
Subscription. setCategories(Collection<Category> categories)
Sets the categories.
-