Open SiteSearch 4.1.1
Final

Uses of Class
ORG.oclc.obi.util.TopicEntry

Packages that use TopicEntry
ORG.oclc.obi   
ORG.oclc.obi.util   
 

Uses of TopicEntry in ORG.oclc.obi
 

Methods in ORG.oclc.obi with parameters of type TopicEntry
protected  Vector resultsframescreen.buildList(DbResults[] newList, TopicEntry entry)
          The buildList method returns a Vector of DbResults elements that have been ordered by TopicArea definition.
 

Uses of TopicEntry in ORG.oclc.obi.util
 

Methods in ORG.oclc.obi.util that return TopicEntry
static TopicEntry Topics.findEntry(Vector topicAreas, String name)
          Find a TopicEntry in the list of Topics.
static TopicEntry Topics.findEntrybyLongName(Vector topicAreas, String name)
          Find a TopicEntry in the list of Topics by longname.
static TopicEntry Topics.getDefaultTopicEntry()
          Retrieves the default TopicEntry.
 

Methods in ORG.oclc.obi.util with parameters of type TopicEntry
static boolean Topics.isAllowed(String dbname, TopicEntry entry)
          Determines if a dbname is NOT allowed in a TopicEntry's database list
 


Open SiteSearch 4.1.1
Final