|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use InsightModel | |
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.service | Insight services definition. |
Uses of InsightModel in fr.paris5.shaman.insight.content |
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 |
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 |
Methods in fr.paris5.shaman.insight.operation with parameters of type InsightModel | |
protected void |
UpdatePublicationStateOperation.doExecute(InsightModel insightModel)
|
protected void |
GetTopicTreeOperation.doExecute(InsightModel model)
|
void |
SetTopicDefaultPublicationOperation.doExecute(InsightModel insightModel)
|
protected void |
GetPublicationFragmentsOperation.doExecute(InsightModel insightModel)
|
protected void |
GetTopicPublicationsOperation.doExecute(InsightModel insightModel)
|
void |
CreateTopicOperation.doExecute(InsightModel insightModel)
|
protected void |
CreatePublicationOperation.doExecute(InsightModel insightModel)
|
void |
GetTopicDefaultPublicationOperation.doExecute(InsightModel insightModel)
|
protected void |
GetRootTopicOperation.doExecute(InsightModel insightModel)
|
protected void |
RenameTopicOperation.doExecute(InsightModel model)
|
Uses of InsightModel in fr.paris5.shaman.insight.service |
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)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |