|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
Used to perform administrative tasks on users
IPTUser| Method Summary | |
IPTSession |
AcceptInvitation(java.lang.String sInvitationCode,
java.lang.String sProposedUserName,
java.lang.String sProposedPassword)
An invitation is a token that can be sent to a potential user. |
void |
AddAdminFolderShortcut(int lNewFolderIDShortcut)
AdminFolderShortcuts are favorite admin folders associated with the current user. |
IPTQueryResult |
GetLockedAccounts()
Returns a QueryResult that lists the users that have been locked. |
IPTQueryResult |
QueryAdminFolderShortcuts()
AdminFolderShortcuts are favorite admin folders associated with the current user. |
void |
RemoveAdminFolderShortcut(int lFolderIDShortcut)
AdminFolderShortcuts are favorite admin folders associated with the current user. |
| Method Detail |
public IPTQueryResult GetLockedAccounts()
public IPTSession AcceptInvitation(java.lang.String sInvitationCode,
java.lang.String sProposedUserName,
java.lang.String sProposedPassword)
sInvitationCode - the token to be used to create the usersProposedUserName - the name for the new usersProposedPassword - the password for the new userpublic void AddAdminFolderShortcut(int lNewFolderIDShortcut)
lNewFolderIDShortcut - the ID of the admin folder to addpublic void RemoveAdminFolderShortcut(int lFolderIDShortcut)
lFolderIDShortcut - the ID of the admin folder to removepublic IPTQueryResult QueryAdminFolderShortcuts()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||