|
Open SiteSearch 4.1.1 Final |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--ORG.oclc.obi.DefineTopic
The DefineTopic class creates or updates a TopicEntry. DefinTopic uses input parameters (widgets) contained in a RequestManager object. These widgets will contain a TopicName and list of ZDB objects. The new TopicEntry is assigned the defaultTopic's disallowed list and dbgroup.
A successful execution of DefinTopic updates userTopics entity in the current UserStateObject and sets up the next page or command for execution in the RequestManager object. If a failure occurs the userTopic is not created or updated. contain the reason and the bad page or command for execution is set up in the RequestManager.
The URL widgets recognized by the DefineTopic class are:
dbname - the database name(s)
CustomTopicLongName - name of the TopicEntry
Topics
,
TopicEntry
,
UserStateObject
,
DataPairs
,
RequestManager
,
ZDb
Constructor Summary | |
DefineTopic()
Constructs a DefineTopic object. |
Method Summary | |
void |
runit(RequestManager rMngr)
Run the customize action by parsing the url widgets to get the list of database names and the name of the topic area to create/modify. |
Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
Constructor Detail |
public DefineTopic()
Method Detail |
public void runit(RequestManager rMngr)
rMngr
- the RequestManager object
|
Open SiteSearch 4.1.1 Final |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |