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

Packages that use InsightModel
fr.paris5.shaman.insight.client Client tools. 
fr.paris5.shaman.insight.content Defines storage behavior for content resources.  
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.  
fr.paris5.shaman.insight.server.rmi Insight exposed services.  
fr.paris5.shaman.insight.service Insight services definition. 
 

Uses of InsightModel in fr.paris5.shaman.insight.client
 

Methods in fr.paris5.shaman.insight.client with parameters of type InsightModel
protected  void OperationCombinerTest.DummyOperation.doExecute(InsightModel model)
           
 

Uses of InsightModel in fr.paris5.shaman.insight.content
 

Fields in fr.paris5.shaman.insight.content declared as InsightModel
private  InsightModel BLOBStoreTest.insightModel
           
private  InsightModel ImportFromLegendServerTest.insightModel
          Deprecated.  
private  InsightModel FileSystemStore.insightModel
           
 

Methods in fr.paris5.shaman.insight.content that return InsightModel
protected  InsightModel FileSystemStore.getInsightModel()
           
 

Methods in fr.paris5.shaman.insight.content with parameters of type InsightModel
 PublicationModel ImportFromLegend.importResources(InsightModel insightModel)
          Deprecated.  
 

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

Fields in fr.paris5.shaman.insight.model declared as InsightModel
private  InsightModel RootTopicModel.insightModel
           
 

Methods in fr.paris5.shaman.insight.model that return InsightModel
 InsightModel TopicModel.getInsightModel()
           
 InsightModel RootTopicModel.getInsightModel()
           
 

Constructors in fr.paris5.shaman.insight.model with parameters of type InsightModel
RootTopicModel(InsightModel insightModel)
           
 

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

Fields in fr.paris5.shaman.insight.operation declared as InsightModel
protected  InsightModel AbstractOperationTest.insightModel
           
 

Methods in fr.paris5.shaman.insight.operation with parameters of type InsightModel
protected  void RenameTopicOperation.doExecute(InsightModel model)
           
protected  void GetRootTopicOperation.doExecute(InsightModel insightModel)
           
 void GetTopicDefaultPublicationOperation.doExecute(InsightModel insightModel)
           
 void CreateTopicOperation.doExecute(InsightModel insightModel)
           
protected  void CreatePublicationOperation.doExecute(InsightModel insightModel)
           
protected  void GetTopicPublicationsOperation.doExecute(InsightModel insightModel)
           
protected  void UpdatePublicationStateOperation.doExecute(InsightModel insightModel)
           
 void SetTopicDefaultPublicationOperation.doExecute(InsightModel insightModel)
           
protected  void GetPublicationFragmentsOperation.doExecute(InsightModel insightModel)
           
protected  void GetTopicTreeOperation.doExecute(InsightModel model)
           
 

Uses of InsightModel in fr.paris5.shaman.insight.server.rmi
 

Fields in fr.paris5.shaman.insight.server.rmi declared as InsightModel
private  InsightModel OperationServiceImpl.insightModel
           
 

Methods in fr.paris5.shaman.insight.server.rmi that return InsightModel
private  InsightModel OperationServiceImpl.getInsightModel()
           
 

Uses of InsightModel in fr.paris5.shaman.insight.service
 

Fields in fr.paris5.shaman.insight.service declared as InsightModel
private  InsightModel Operation.insightModel
           
 

Methods in fr.paris5.shaman.insight.service that return InsightModel
protected  InsightModel Operation.getInsightModel()
           
 

Methods in fr.paris5.shaman.insight.service with parameters of type InsightModel
protected abstract  void Operation.doExecute(InsightModel model)
           
 



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