|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Category | |
---|---|
lumis.service.newsletter |
Uses of Category in lumis.service.newsletter |
---|
Methods in lumis.service.newsletter that return Category | |
---|---|
Category |
ICategoryDao.get(String id,
ITransaction transaction)
|
Category |
CategoryDaoHib.get(String id,
ITransaction transaction)
|
Methods in lumis.service.newsletter that return types with arguments of type Category | |
---|---|
Collection<Category> |
Subscription.getCategories()
Returns the categories. |
Collection<Category> |
Model.getCategories()
Returns the categories. |
Methods in lumis.service.newsletter with parameters of type Category | |
---|---|
void |
ICategoryDao.addOrUpdate(Category bean,
ITransaction transaction)
|
void |
CategoryDaoHib.addOrUpdate(Category bean,
ITransaction transaction)
|
int |
Category.compareTo(Category o2)
|
List<String> |
ICategoryDao.getCategoryContentItemIds(Locale locale,
Category category,
Date startDateTime,
ITransaction transaction)
|
List<String> |
CategoryDaoHib.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 | |
---|---|
void |
Subscription.setCategories(Collection<Category> categories)
Sets the categories. |
void |
Model.setCategories(Collection<Category> categories)
Sets the categories. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |