|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Supported API: false
Extendable: false
Method Summary | |
NmChangeModel[] |
addToAdmin(NmCommandBean cb,
ArrayList users)
Supported API: false |
NmDefaultHTMLTable |
checkedOutStuff(NmCommandBean cb)
Supported API: false |
ArrayList |
findOrgGroups(NmCommandBean cb,
String query,
int maxCount,
int clientType)
Supported API: false |
ArrayList |
findOrgUsers(NmCommandBean cb,
String query,
int maxCount,
int clientType)
Searches the user repository and returns an ArrayList containing all users whose common name attribute contains the passed in query. |
ArrayList |
getAdminRowData(NmUser nmUser)
Supported API: false |
TimeZone |
getLocalTimeZoneForUser()
Supported API: false |
TimeZone |
getLocalTimeZoneForUser(WTPrincipal user)
Get the preferred TimeZone for the specified user . |
String |
getLocalTimeZoneStringForUser()
Supported API: false |
NmUser |
getNmUser(WTUser user,
WTContainer container)
Supported API: false |
NmUser |
getNmUserLastFirst(WTUser user,
ContainerTeamManaged container)
Supported API: false |
NmUser |
getNmUserRegistered(WTUser user)
Supported API: false |
NmUser |
getNmUserRegisteredLastFirst(WTUser user)
Supported API: false |
WTUser |
getProjectUserByEmail(NmOid nmprojectoid,
String email)
Returns the WTUser object of the user identified by the passed in email from the current project. |
WTUser |
getProjectUserByEmail(Project2 project,
String email)
Returns the WTUser object of the user identified by the passed in email from the current project. |
String[][] |
getTimeZoneStrings()
Supported API: false |
String |
getUserName()
Supported API: false |
String |
getUserOrgName()
Supported API: false |
NmOid |
getUserOrgOid()
Supported API: false |
ArrayList |
getUserToProfile(NmCommandBean cb)
gets the user's directory attributes (index 0) and local time zone (index 1) for the user on the url if the user has access else the current user Supported API: false |
boolean |
hasProjectLinkAccess()
Supported API: false |
boolean |
isExchangeAdmin()
Supported API: false |
boolean |
isOrgAdmin(NmCommandBean cb)
Supported API: false |
boolean |
isOrgAdmin(NmOid containerOid)
Supported API: false |
boolean |
isOrgAdmin(WTContainer container)
Supported API: false |
NmDefaultHTMLTable |
listAdmin(NmCommandBean cb)
Supported API: false |
NmDefaultHTMLTable |
listUserEvents(NmCommandBean cb)
Supported API: false |
void |
processSwitchFormSubmittal(String signature,
String invitedEmail,
String registeredEmail,
String dnToSwitch,
String projectOID)
Supported API: false |
NmChangeModel[] |
removeFromAdmin(NmCommandBean cb,
NmOid userOid)
Supported API: false |
NmChangeModel[] |
removeUserFromRole(NmCommandBean cb)
Supported API: false |
NmChangeModel[] |
replaceUserInProject(NmCommandBean cb,
ArrayList users)
Replaces the selected user with the new user. |
void |
resolveAmbiguousEmail(String existingUserRefString,
String newUserRefString,
NmOid nmprojectoid)
Searches the user repository and returns an ArrayList containing all users whose common name attribute contains the passed in query. |
void |
sendSwitchForm(String invitedEmail,
String registeredEmail,
String projectOID,
String dnToSwitch)
Supported API: false |
void |
setLocalTimeZoneForUser(String zoneID)
Supported API: false |
void |
setLocalTimeZoneForUser(TimeZone zone)
Supported API: false |
NmUser |
setUserProperties(NmOid userOid,
WTContainer container)
Supported API: false |
String |
signMessage(String msg)
Supported API: false |
ArrayList |
userHasCheckouts(NmCommandBean cb,
NmOid projectOid,
NmOid userOid)
Returns null if the user does not have checkouts. |
boolean |
verifySignedMessage(String msg,
String signature)
Supported API: false |
NmModel |
view(NmCommandBean cb)
Supported API: false |
Method Detail |
public NmChangeModel[] removeUserFromRole(NmCommandBean cb) throws WTException
cb
-
WTException
public NmModel view(NmCommandBean cb) throws WTException
cb
-
WTException
public void sendSwitchForm(String invitedEmail, String registeredEmail, String projectOID, String dnToSwitch) throws WTException
invitedEmail
- registeredEmail
- projectOID
- dnToSwitch
-
WTException
public void processSwitchFormSubmittal(String signature, String invitedEmail, String registeredEmail, String dnToSwitch, String projectOID) throws WTException
signature
- invitedEmail
- registeredEmail
- dnToSwitch
- projectOID
-
WTException
public NmDefaultHTMLTable checkedOutStuff(NmCommandBean cb) throws WTException
cb
-
WTException
public NmDefaultHTMLTable listUserEvents(NmCommandBean cb) throws WTException
cb
-
WTException
public NmUser setUserProperties(NmOid userOid, WTContainer container) throws WTException
userOid
- container
-
WTException
public void setLocalTimeZoneForUser(TimeZone zone) throws WTException
zone
-
WTException
public void setLocalTimeZoneForUser(String zoneID) throws WTException
zoneID
-
WTException
public TimeZone getLocalTimeZoneForUser() throws WTException
WTException
public TimeZone getLocalTimeZoneForUser(WTPrincipal user) throws WTException
TimeZone
for the specified user
.
user
-
WTException
public String getLocalTimeZoneStringForUser() throws WTException
WTException
public String[][] getTimeZoneStrings() throws WTException
WTException
public String getUserName() throws WTException
WTException
public String getUserOrgName() throws WTException
WTException
public ArrayList findOrgUsers(NmCommandBean cb, String query, int maxCount, int clientType) throws WTException
cb
- query
- maxCount
- clientType
-
WTException
public void resolveAmbiguousEmail(String existingUserRefString, String newUserRefString, NmOid nmprojectoid) throws WTException
existingUserRefString
- newUserRefString
- nmprojectoid
-
WTException
public WTUser getProjectUserByEmail(NmOid nmprojectoid, String email) throws WTException
nmprojectoid
- email
-
WTException
public WTUser getProjectUserByEmail(Project2 project, String email) throws WTException
project
- email
-
WTException
public NmChangeModel[] replaceUserInProject(NmCommandBean cb, ArrayList users) throws WTException
cb
- users
-
WTException
public ArrayList userHasCheckouts(NmCommandBean cb, NmOid projectOid, NmOid userOid) throws WTException
cb
- projectOid
- userOid
-
WTException
public NmUser getNmUser(WTUser user, WTContainer container) throws WTException
user
- container
-
WTException
public NmUser getNmUserRegistered(WTUser user) throws WTException
user
-
WTException
public NmUser getNmUserLastFirst(WTUser user, ContainerTeamManaged container) throws WTException
user
- container
-
WTException
public NmUser getNmUserRegisteredLastFirst(WTUser user) throws WTException
user
-
WTException
public boolean isExchangeAdmin() throws WTException
WTException
public ArrayList getUserToProfile(NmCommandBean cb) throws WTException
cb
-
WTException
public NmOid getUserOrgOid() throws WTException
WTException
public ArrayList findOrgGroups(NmCommandBean cb, String query, int maxCount, int clientType) throws WTException
cb
- query
- maxCount
- clientType
-
WTException
public String signMessage(String msg) throws WTException
msg
-
WTException
public boolean verifySignedMessage(String msg, String signature) throws WTException
msg
- signature
-
WTException
public NmDefaultHTMLTable listAdmin(NmCommandBean cb) throws WTException
cb
-
WTException
public NmChangeModel[] removeFromAdmin(NmCommandBean cb, NmOid userOid) throws WTException
cb
- userOid
-
WTException
public NmChangeModel[] addToAdmin(NmCommandBean cb, ArrayList users) throws WTException
cb
- users
-
WTException
public ArrayList getAdminRowData(NmUser nmUser) throws WTException
nmUser
-
WTException
public boolean hasProjectLinkAccess() throws WTException
WTException
public boolean isOrgAdmin(WTContainer container) throws WTException
container
-
WTException
public boolean isOrgAdmin(NmOid containerOid) throws WTException
containerOid
-
WTException
public boolean isOrgAdmin(NmCommandBean cb) throws WTException
cb
-
WTException
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |