|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use TopicModel | |
fr.paris5.shaman.insight.model | Buisness Objects, made persistent by Prevayler. |
Uses of TopicModel in fr.paris5.shaman.insight.model |
Subclasses of TopicModel in fr.paris5.shaman.insight.model | |
class |
RootTopicModel
Title: Description: Copyright: /* Company: |
Methods in fr.paris5.shaman.insight.model that return TopicModel | |
TopicModel |
TopicModel.getParent()
|
TopicModel[] |
TopicModel.getChildren()
|
TopicModel |
TopicModel.getChild(java.lang.String name)
|
TopicModel[] |
TopicModel.getAllChildren(boolean includeThis)
Returns all children (recursively). |
TopicModel[] |
TopicModel.getAllChildren()
Returns all children (recursively). |
TopicModel |
InsightModel.getRootTopicModel()
|
TopicModel |
InsightModel.getTopicModel(Topic topic)
|
TopicModel |
InsightModel.getTopicModel(java.lang.String fqn)
Not tested at all, may not work. |
TopicModel |
InsightModel.getTopicModel(long id)
|
TopicModel |
PublicationModel.getTopicModel()
|
Constructors in fr.paris5.shaman.insight.model with parameters of type TopicModel | |
TopicModel(TopicModel parent,
java.lang.String name)
|
|
PublicationModel(TopicModel topic)
Constructor, does not add the PublicationModel to the topic until commited. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |