|
uPortal 2.3.2 API Documentation |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Interface for managing creation and removal of User Portal Data
Method Summary | |
int |
getPortalUID(IPerson person)
Returns a unique uPortal key for a user. |
int |
getPortalUID(IPerson person,
boolean createPortalData)
Returns a unique uPortal key for a user. |
void |
removePortalUID(int uPortalUID)
|
Method Detail |
public int getPortalUID(IPerson person) throws AuthorizationException
person
- the person object
Authorization
- exception if no user is found.
AuthorizationException
public int getPortalUID(IPerson person, boolean createPortalData) throws AuthorizationException
person
- object, boolean createPortalData indicating whether to try to create all uPortal data for this user.
Authorization
- exception if createPortalData is false and no user is found
or if a sql error is encountered
AuthorizationException
public void removePortalUID(int uPortalUID) throws java.lang.Exception
java.lang.Exception
|
uPortal 2.3.2 API Documentation |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |