|
Open SiteSearch 4.1.1 Final |
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of UserStateObject in ORG.oclc.fmts |
Fields in ORG.oclc.fmts declared as UserStateObject | |
protected UserStateObject |
WebZFormatter.user
UserStateObject object containing the user's state. |
Uses of UserStateObject in ORG.oclc.gadgets |
Fields in ORG.oclc.gadgets declared as UserStateObject | |
protected UserStateObject |
FormatRecords.user
UserStateObject containing the user specific context. |
protected UserStateObject |
SearchHeader.user
|
Methods in ORG.oclc.gadgets with parameters of type UserStateObject | |
void |
FormatRecords.init(UserStateObject user,
String name)
|
String |
BookMarkFull.getFormattedBookMark(UserStateObject user,
String name,
BookMarkEntry entry)
|
Uses of UserStateObject in ORG.oclc.jassi |
Fields in ORG.oclc.jassi declared as UserStateObject | |
UserStateObject |
RequestManager.user
UserStateObject object for the current user. |
Methods in ORG.oclc.jassi with parameters of type UserStateObject | |
void |
UserApplicationContext.delete(UserStateObject user)
Deletes the UserApplicationContext object using the input parameter UserStateObject object. |
void |
UserApplicationContext.init(UserStateObject user)
Initializes the UserApplicationContext object using the input parameter UserStateObject object. |
Constructors in ORG.oclc.jassi with parameters of type UserStateObject | |
RequestManager.RequestManager(UserStateObject user,
HttpMessage httpObject)
Constructs a RequestManager object using the input UserStateObject and HttpMessage object. |
|
Action.Action(UserStateObject u,
HttpMessage httpObj)
Constructs a Action object using input parameters of a UserStateObject object and an HttpMessage object. |
Uses of UserStateObject in ORG.oclc.jassi.access |
Fields in ORG.oclc.jassi.access declared as UserStateObject | |
protected UserStateObject |
DefaultAccessClient.user
User object; |
Methods in ORG.oclc.jassi.access with parameters of type UserStateObject | |
static AccessClient |
AccessUserData.get(UserStateObject user)
Gets the AccessClient object for the user for the ServerType "AccessServer". |
static AccessClient |
AccessUserData.get(UserStateObject user,
String AccessServerName)
Gets the AccessClient object for the user for the supplied AccessServerName. |
void |
AccessUserData.init(UserStateObject user)
Initializes the AccessUserData class for the input UserStateObject. |
void |
AccessUserData.delete(UserStateObject user)
Cleans up all the AccessClients for this user. |
Uses of UserStateObject in ORG.oclc.mantis |
Methods in ORG.oclc.mantis with parameters of type UserStateObject | |
static void |
EditSessionInfo.cleanBySessionID(String sessionid,
UserStateObject user,
RequestManager rMngr)
|
static void |
EditSessionInfo.cleanEditSessionIDs(UserStateObject user,
RequestManager rMngr)
|
static void |
EditSessionInfo.dumpEditSessionInfos(UserStateObject user)
|
static boolean |
EditSessionInfo.existsEditSessionID(String editsessionid,
UserStateObject user)
|
static EditSessionInfo |
EditSessionInfo.getEditSessionInfo(String editsessionid,
UserStateObject user)
|
static Vector |
EditSessionInfo.getEditSessionInfos(String sessionid,
UserStateObject user)
|
static void |
EditSessionInfo.putEditSessionID(String editsessionid,
UserStateObject user,
String templateName)
|
void |
EditSessionInfo.refetch(RequestManager rMngr,
UserStateObject user)
|
void |
EditSessionInfo.setFromRawData(UserStateObject user,
RequestManager rMngr,
String templateName)
- Probably not used! - public static void remove(UserStateObject user, EditSessionInfo e, RequestManager rMngr){ Hashtable h = (Hashtable)user.get(editSessionIDHashName); Vector v = (Vector)user.get(editSessionIDVectorName); if(e != null){ // Release lock ESLock eslock = new ESLock(esi, "unlock", 0); eslock.runit(rMngr); if (h != null) h.remove(e.editsessionid); if (v != null) v.removeElement(e); } } |
void |
EditSessionInfo.setRecId(UserStateObject user,
String recId)
|
void |
EditSessionInfo.setRecId(UserStateObject user)
|
void |
EditSessionInfo.setup(RequestManager rMngr,
UserStateObject user,
String templateName)
|
static boolean |
MantisAuth.checkAutho(RequestManager rMngr,
UserStateObject user,
int authLevel,
String next)
|
static boolean |
MantisAuth.checkAutho(UserStateObject user,
int authLevel)
|
static boolean |
MantisAuth.checkAutho(RequestManager rMngr,
UserStateObject user,
String accessType,
String objectName,
String objectType,
String next)
|
static boolean |
MantisAuth.checkAutho(UserStateObject user,
String accessType,
String objectName,
String objectType)
|
static MantisUtil |
MantisUtil.getInfo(UserStateObject user)
|
static MantisUtil |
MantisUtil.getInfo(UserStateObject user,
String templateName)
|
long |
MantisUtil.getNextSequentialId(UserStateObject user)
|
Constructors in ORG.oclc.mantis with parameters of type UserStateObject | |
TemplateEditor.TemplateEditor(RequestManager rMngr,
String URLCmd,
UserStateObject user)
Constructor. |
|
CreateHTMLTemplate.CreateHTMLTemplate(RequestManager rMngr,
String URLCmd,
UserStateObject user)
|
Uses of UserStateObject in ORG.oclc.mantis.obi |
Fields in ORG.oclc.mantis.obi declared as UserStateObject | |
protected UserStateObject |
AuthorityQuery.user
The current user. |
protected UserStateObject |
chooser.user
|
protected UserStateObject |
rbsearchscreen.user
The current user. |
protected UserStateObject |
nosession.user
|
protected UserStateObject |
savesearchscreen.user
The current user. |
protected UserStateObject |
SetSearchPage.user
The current user. |
Uses of UserStateObject in ORG.oclc.mantis.verbs |
Constructors in ORG.oclc.mantis.verbs with parameters of type UserStateObject | |
MLOGOFF.MLOGOFF(RequestManager rMngr,
String URLCmd,
UserStateObject user)
Constructs a MLOGOFF object for the input RequestManager object. |
|
LoadWorkForm.LoadWorkForm(RequestManager rMngr,
UserStateObject user)
|
Uses of UserStateObject in ORG.oclc.obi |
Fields in ORG.oclc.obi declared as UserStateObject | |
protected UserStateObject |
searchscreen.user
The current user. |
Uses of UserStateObject in ORG.oclc.obi.util |
Methods in ORG.oclc.obi.util with parameters of type UserStateObject | |
static String |
Sorts.getSortResultMessage(UserStateObject user,
String resultset)
Builds the informational Sort result message indicating the fields sorted on or the Sort error message. |
static Vector |
Topics.filterUserTopics(UserStateObject user,
String topicNames)
Remove any TopicEntry that a user is not allowed to see. |
static Vector |
Topics.filterUserTopics(UserStateObject user,
String topicNames,
boolean retainUserDefinedTopics)
Remove any TopicEntry that a user is not allowed to see. |
static void |
Topics.resetDbList(UserStateObject user,
Vector dblist)
Resets the user's Topics after authorization. |
static Vector |
Topics.cloneUserTopics(UserStateObject user)
Clone the Vector of TopicEntry(s) and update the UserStateObject entity userTopics. |
static Vector |
Topics.cloneUserTopics(UserStateObject user,
boolean updateUserState)
Clone the Vector of TopicEntry(s) and update the UserStateObject entity userTopics if the input flag indicates to do so. |
static Vector |
Topics.cloneUserTopics(Vector allTopics,
UserStateObject user,
boolean updateUserState)
Clone the complete Vector of TopicEntry(s), add the user-defined Topics and update the UserStateObject entity userTopics if the input flag indicates to do so. |
static String |
Topics.getDbCheckBoxes(UserStateObject user,
String topicName)
Retrieve the named TopicEntry's list database as a set HTML checkbox for the current user. |
static String |
Topics.getDbCheckBoxes(UserStateObject user,
String topicName,
int numBoxPerLine)
Retrieve the named TopicEntry's list database as a set HTML checkbox for the current user. |
static String |
Topics.getDbgroupFromTopics(UserStateObject user,
String topicName)
Retrieve the named TopicEntry's database group name for the current user. |
static String |
Topics.getDbnameFromTopics(UserStateObject user,
String topicName)
Retrieve a space seperated list of database name for the named TopicEntry for the current user. |
static String |
Topics.getTopicLongNames(UserStateObject user,
String topicName,
String separator)
Retrieves a String containing a list of LongNames for the input topic name where the separator provided is used to delimit multiple topic names. |
static String |
Topics.buildQuickSearchBoxes(UserStateObject user,
String topicNames,
String font)
Create a set of HTML checkboxes for the set of "QuickSearch" TopicEntry(s). |
static Vector |
Topics.getUserTopics(UserStateObject user)
Retrieves a user's Vector of TopicEntry(s). |
static void |
Databases.setCheckBoxSelected(UserStateObject user,
String selectedName)
Toggles the "CHECKED" attribute of the list of checkboxes based on whether the database is currently selected. |
static void |
Databases.setCheckBoxSelected(UserStateObject user,
String selectedName,
String nameWidget)
Toggles the "CHECKED" attribute of the list of checkboxes based on whether the database is currently selected. |
Uses of UserStateObject in ORG.oclc.webz |
Fields in ORG.oclc.webz declared as UserStateObject | |
protected UserStateObject |
Verb.user
UserStateObject object containing the user's state. |
UserStateObject |
DisplayUserData.user
|
Methods in ORG.oclc.webz with parameters of type UserStateObject | |
DataPairs |
SSWidgets2Infix.widgets2infix(UserStateObject user,
DataPairs widgets,
ZDb db,
boolean scan)
Creates a DataPairs object containing parsed URL input query data for a SEARCH or SCAN that is ready for the Z39.58 parser. |
void |
ZUserData.init(UserStateObject user)
Initializes the ZUserData object for the input UserStateObject. |
void |
ZUserData.delete(UserStateObject user)
Cleans up the ZUserData object for the input UserStateObject by closing all Z3950 connections and releasing access to any objects the class maintains. |
boolean |
ZUserData.initZSession(UserStateObject user)
Establishes a Z3950 session on the current Z39 server for the user by issuing a Z3950 Init Request. |
boolean |
ZUserData.initZSession(UserStateObject user,
ZDb Db)
Establishes a Z3950 session for the user for the input ZDb Database object by issuing a Z3950 Init Request. |
boolean |
ZUserData.initZSession(UserStateObject user,
ZDb Db,
String autho,
String password)
Establishes a Z3950 session for the user for input Database using the input autho and password by issuing a Z3950 Init Request. |
boolean |
ZUserData.initZSession(UserStateObject user,
ZDb Db,
String autho,
String password,
String newPassword)
Establishes a Z3950 session for the user for the input ZDb Database object, autho, password, and newpassword by issuing a Z3950 Init Request. |
boolean |
ZUserData.initZSession(UserStateObject user,
Z39session z39sess,
ZServer zServer)
Establishes a Z3950 session for user for the input Z39session and ZServer objects by issuing a Z3950 Init Request. |
static ZUserData |
ZUserData.get(UserStateObject user)
Retrieves a ZUserData object for the input UserStateObject. |
void |
ILLUserData.init(UserStateObject user)
Initializes the ILLUserData Information is defaulted from the ILLServer |
void |
ILLUserData.delete(UserStateObject user)
Cleans up the ILLUserData object for the input UserStateObject by releasing access to any object the class maintains and writes stats out. |
static ILLUserData |
ILLUserData.get(UserStateObject user)
Retrieves an ILLUserData object for the input UserStateObject. |
static DisplayUserData |
DisplayUserData.get(UserStateObject user)
Retrieves the DisplayUserData object for the user. |
DataPairs |
Widgets2Infix.widgets2infix(UserStateObject user,
DataPairs widgets,
ZDb db,
boolean scan)
Creates an infix query string suitable for the Z3958 parser to create a postfix query acceptable for the Z39.50 client. |
static void |
WebZUserHistory.add(UserStateObject user,
int action)
Adds a WebZUserHistory object to the user's history for the specified type of activity. |
static void |
WebZUserHistory.update(UserStateObject user,
int action,
ZDb db,
String resultSetName,
DbResults[] results,
DataPairs queryInfo,
String elementSetName,
String fmtClass,
int numrecs,
boolean fDbGroup,
boolean tempDb,
boolean ranked,
int status,
int zcode,
String parserMessage,
int zrequestLen,
int zresponseLen)
Updates the current WebZUserHistory search entry with the results of the Z3950 query request. |
static void |
WebZUserHistory.update(UserStateObject user,
int action,
String dbName,
String resultSetName,
String elementSetName,
String fmtClass,
int startRecno,
int numrecs,
int status,
int zcode,
int zrequestLen,
int zresponseLen)
Updates the current WebZUserHistory present entry with the results of the Z3950 present request. |
static void |
WebZUserHistory.update(UserStateObject user,
int action,
String resultSetName,
int status,
int zcode,
int zrequestLen,
int zresponseLen)
Updates the current WebZUserHistory deleteResultSet entry with the results of the Z3950 deleteresultset status. |
static void |
WebZUserHistory.update(UserStateObject user,
int action,
Object txnInfo,
int status)
Updates the current WebZUserHistory ISOILL entry with the results of the ILL transaction. |
static void |
WebZUserHistory.update(UserStateObject user,
int action,
String resultSetName,
String dedupResultSetName,
DbResults[] dedupedResults,
boolean tempDb,
int status,
int zcode,
int zrequestLen,
int zresponseLen)
Updates the current WebZUserHistory dedup entry with the results of the Z3950 dedup request. |
static void |
WebZUserHistory.update(UserStateObject user,
int action,
String resultSetName,
String sortResultSetName,
String[] sortKeys,
int[] sortOrders,
boolean tempDb,
int status,
int zcode,
int zrequestLen,
int zresponseLen)
Updates the current WebZUserHistory sort entry with the results of the Z3950 sort request. |
static void |
WebZUserHistory.update(UserStateObject user,
int action,
DataPairs queryInfo,
String dbName,
ZDb db,
int status,
int zcode,
String parserMessage,
int zrequestLen,
int zresponseLen)
Updates the current WebZUserHistory scan entry with the results of the Z3950 scan request. |
static void |
WebZUserHistory.update(UserStateObject user,
int action,
int port,
String host,
int status,
int zcode,
int zrequestLen,
int zresponseLen)
Updates the current WebZUserHistory init entry with the results of the Z3950 init request. |
static void |
WebZUserHistory.update(UserStateObject user,
int action,
int status,
int zcode,
int zrequestLen,
int zresponseLen)
Updates a WebZUserHistory entry with the current time/status, zcode, and message lengths. |
static void |
WebZUserHistory.update(UserStateObject user,
int action,
int status)
Updates a WebZUserHistory entry with the current time/status. |
|
Open SiteSearch 4.1.1 Final |
|||||||||
PREV NEXT | FRAMES NO FRAMES |