|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.ontopia.topicmaps.nav.context.UserFilterContextStore
public class UserFilterContextStore
INTERNAL: Storage of four different sets of scoping themes in dependance of a topicmap.
An object of this class can be set to the user session or referenced by another class which stores user information in the JSP session context.
Constructor Summary | |
---|---|
UserFilterContextStore()
default constructor |
Method Summary | |
---|---|
protected void |
finalize()
default destructor |
Collection |
getScopeAssociations(TopicMapIF topicmap)
|
Collection |
getScopeOccurrences(TopicMapIF topicmap)
|
Collection |
getScopeTopicNames(TopicMapIF topicmap)
|
Collection |
getScopeVariantNames(TopicMapIF topicmap)
|
void |
resetScopeAssociations(TopicMapIF topicmap)
|
void |
resetScopeOccurrences(TopicMapIF topicmap)
|
void |
resetScopeTopicNames(TopicMapIF topicmap)
|
void |
resetScopeVariantNames(TopicMapIF topicmap)
|
void |
setScopeAssociations(TopicMapIF topicmap,
Collection themes_associations)
|
void |
setScopeOccurrences(TopicMapIF topicmap,
Collection themes_occurrences)
|
void |
setScopeTopicNames(TopicMapIF topicmap,
Collection themes_baseNames)
|
void |
setScopeVariantNames(TopicMapIF topicmap,
Collection themes_variantNames)
|
String |
toString()
serialize this for debugging purposes. |
Methods inherited from class java.lang.Object |
---|
clone, equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public UserFilterContextStore()
Method Detail |
---|
protected void finalize()
finalize
in class Object
public String toString()
toString
in class Object
public void setScopeTopicNames(TopicMapIF topicmap, Collection themes_baseNames)
public void setScopeVariantNames(TopicMapIF topicmap, Collection themes_variantNames)
public void setScopeOccurrences(TopicMapIF topicmap, Collection themes_occurrences)
public void setScopeAssociations(TopicMapIF topicmap, Collection themes_associations)
public void resetScopeTopicNames(TopicMapIF topicmap)
public void resetScopeVariantNames(TopicMapIF topicmap)
public void resetScopeOccurrences(TopicMapIF topicmap)
public void resetScopeAssociations(TopicMapIF topicmap)
public Collection getScopeTopicNames(TopicMapIF topicmap)
public Collection getScopeVariantNames(TopicMapIF topicmap)
public Collection getScopeOccurrences(TopicMapIF topicmap)
public Collection getScopeAssociations(TopicMapIF topicmap)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |