|
uPortal 2.4.1 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 java.lang.Exception
person
- the person object
java.lang.Exception
- exception if an error occurs.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.
AuthorizationException
- if createPortalData is false and no user is found
or if a sql error is encounteredpublic void removePortalUID(int uPortalUID) throws java.lang.Exception
java.lang.Exception
|
uPortal 2.4.1 API Documentation |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |