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