Uses of Class
fr.paris5.shaman.insight.model.TopicModel

Packages that use TopicModel
fr.paris5.shaman.insight.model Buisness Objects, made persistent by Prevayler.  
fr.paris5.shaman.insight.operation Operation objects encapsulate "things to do" on the server.  
 

Uses of TopicModel in fr.paris5.shaman.insight.model
 

Subclasses of TopicModel in fr.paris5.shaman.insight.model
 class RootTopicModel
          Title: Description: Copyright: /* Company:
 

Fields in fr.paris5.shaman.insight.model declared as TopicModel
private  TopicModel TopicModel.parent
           
private  TopicModel InsightModel.rootTopic
           
private  TopicModel PublicationModel.topic
           
 

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.
private  TopicModel InsightModel.lookFor(TopicModel parent, long id)
           
 TopicModel InsightModel.getTopicModel(long id)
           
 TopicModel PublicationModel.getTopicModel()
           
 

Methods in fr.paris5.shaman.insight.model with parameters of type TopicModel
private  void TopicModel.addTopic(TopicModel topic)
           
private  void TopicModel.getAllChildren(TopicModel parent, java.util.List childrenList)
           
private  TopicModel InsightModel.lookFor(TopicModel parent, long id)
           
 

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.
 

Uses of TopicModel in fr.paris5.shaman.insight.operation
 

Methods in fr.paris5.shaman.insight.operation with parameters of type TopicModel
private  PublicationModel[] GetTopicPublicationsOperation.collectPublicationModels(TopicModel topicModel)
           
protected static TopicImpl DataObjectHelper.createTopicImpl(TopicModel tm)
           
protected static void DataObjectHelper.populateTopicNodeImpl(TopicModel from, TopicNodeImpl populated, boolean recurse)
           
 



Copyright © 2002 Laurent Caillette and l'Université René Descartes, Paris 5. All rights reserved.