|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use CategoryIF | |
---|---|
de.nava.informa.core | This package contains interfaces for the news channel objects, it builds the core API for all news channel storage implementation. |
de.nava.informa.impl.basic | Provides an in-memory implementation of the core news channel interfaces. |
de.nava.informa.impl.hibernate | Provides an implementation of the core news channel interfaces using persistence mechanism provided by Hibernate (for more see http://www.hibernate.org. |
de.nava.informa.utils | Provides utility classes that are convenient when handling the news channel object model. |
Uses of CategoryIF in de.nava.informa.core |
---|
Methods in de.nava.informa.core that return CategoryIF | |
---|---|
CategoryIF |
ChannelBuilderIF.createCategory(CategoryIF parent,
String title)
|
CategoryIF |
CategoryIF.getParent()
|
Methods in de.nava.informa.core with parameters of type CategoryIF | |
---|---|
void |
WithCategoriesMIF.addCategory(CategoryIF category)
|
void |
CategoryIF.addChild(CategoryIF child)
|
CategoryIF |
ChannelBuilderIF.createCategory(CategoryIF parent,
String title)
|
void |
WithCategoriesMIF.removeCategory(CategoryIF category)
|
void |
CategoryIF.removeChild(CategoryIF child)
|
void |
CategoryIF.setParent(CategoryIF parent)
|
Method parameters in de.nava.informa.core with type arguments of type CategoryIF | |
---|---|
void |
WithCategoriesMIF.setCategories(Collection<CategoryIF> categories)
|
Uses of CategoryIF in de.nava.informa.impl.basic |
---|
Classes in de.nava.informa.impl.basic that implement CategoryIF | |
---|---|
class |
Category
In-Memory implementation of the CategoryIF interface. |
Methods in de.nava.informa.impl.basic that return CategoryIF | |
---|---|
CategoryIF |
ChannelBuilder.createCategory(CategoryIF parent,
String title)
|
CategoryIF |
Category.getParent()
|
Methods in de.nava.informa.impl.basic that return types with arguments of type CategoryIF | |
---|---|
Collection<CategoryIF> |
Category.getChildren()
|
Methods in de.nava.informa.impl.basic with parameters of type CategoryIF | |
---|---|
void |
Item.addCategory(CategoryIF category)
|
void |
Channel.addCategory(CategoryIF category)
|
void |
Category.addChild(CategoryIF child)
|
CategoryIF |
ChannelBuilder.createCategory(CategoryIF parent,
String title)
|
void |
Item.removeCategory(CategoryIF category)
|
void |
Channel.removeCategory(CategoryIF category)
|
void |
Category.removeChild(CategoryIF child)
|
void |
Category.setParent(CategoryIF parent)
|
Method parameters in de.nava.informa.impl.basic with type arguments of type CategoryIF | |
---|---|
void |
Item.setCategories(Collection<CategoryIF> categories)
|
void |
Channel.setCategories(Collection<CategoryIF> categories)
|
Constructors in de.nava.informa.impl.basic with parameters of type CategoryIF | |
---|---|
Category(CategoryIF parent,
String title)
|
Uses of CategoryIF in de.nava.informa.impl.hibernate |
---|
Methods in de.nava.informa.impl.hibernate that return CategoryIF | |
---|---|
CategoryIF |
ChannelBuilder.createCategory(CategoryIF parent,
String title)
|
CategoryIF |
ChannelBuilder.createCategory(CategoryIF parent,
String title,
String domain)
|
CategoryIF |
Category.getParent()
|
Methods in de.nava.informa.impl.hibernate that return types with arguments of type CategoryIF | |
---|---|
Collection<CategoryIF> |
Category.getChildren()
|
Methods in de.nava.informa.impl.hibernate with parameters of type CategoryIF | |
---|---|
void |
Item.addCategory(CategoryIF category)
|
void |
Channel.addCategory(CategoryIF category)
|
void |
Category.addChild(CategoryIF child)
|
CategoryIF |
ChannelBuilder.createCategory(CategoryIF parent,
String title)
|
CategoryIF |
ChannelBuilder.createCategory(CategoryIF parent,
String title,
String domain)
|
void |
Item.removeCategory(CategoryIF category)
|
void |
Channel.removeCategory(CategoryIF category)
|
void |
Category.removeChild(CategoryIF child)
|
void |
Category.setParent(CategoryIF parent)
|
Method parameters in de.nava.informa.impl.hibernate with type arguments of type CategoryIF | |
---|---|
void |
Item.setCategories(Collection<CategoryIF> aCategories)
|
void |
Channel.setCategories(Collection<CategoryIF> aCategories)
|
void |
Category.setChildren(Collection<CategoryIF> children)
|
Uses of CategoryIF in de.nava.informa.utils |
---|
Method parameters in de.nava.informa.utils with type arguments of type CategoryIF | |
---|---|
ChannelIF |
ChannelRegistry.addChannel(URL url,
Collection<CategoryIF> categories,
int interval,
boolean active)
Adds one new channel object in the given category to the registry. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |