|
Foundation |
|
| |||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface GlobalProfileInterface
Global profile.
Field Summary |
---|
Fields inherited from interface com.sas.services.user.ProfileInterface |
---|
NO_BACK_END_MSG_KEY |
Method Summary | |
---|---|
void |
addMail(java.lang.String address)
Add a mail address to the list of addresses for the user. |
com.sas.services.user.GroupProfileInterface |
getGroupProfile(java.lang.String group)
Deprecated. Group profile functionality is no longer supported. |
java.util.List |
getGroupProfiles()
Deprecated. Group profile functionality is no longer supported. |
java.util.Locale |
getLocale()
Get the default locale for this profile. |
java.util.List |
getMail()
Get a list of valid email addresses for the user. |
java.lang.String |
getName()
Get the user's name from the profile. |
PersonalRepositoryInterface |
getPersonalRepository()
Get a handle to the Personal Repository for the user. |
void |
removeMail(java.lang.String address)
Remove an address from the list of email addresses for the user. |
void |
setLocale(java.util.Locale locale)
Set the default locale for this user. |
void |
setMail(java.lang.String address)
Set a user's email address to a single string value. |
void |
setName(java.lang.String name)
Set the user's name via the profile. |
Methods inherited from interface com.sas.services.user.ProfileInterface |
---|
addAttribute, addProfile, create, createSubprofile, deleteProfile, destroy, getAllAttributes, getApplication, getAttribute, getAttributes, getLocale, getParentProfile, getPathFromRoot, getProfile, getProfile, getRootProfile, getUserContext, isLoaded, keySet, load, persist, refresh, removeAttribute, removeProfile, setAttribute, setLoadParameters, setLocale, setParentProfile, setRefreshCycle, values |
Method Detail |
---|
com.sas.services.user.GroupProfileInterface getGroupProfile(java.lang.String group) throws java.rmi.RemoteException
group
- The name of the group to get the profile for.
java.rmi.RemoteException
- in the event of remote object failure.java.util.List getGroupProfiles() throws java.rmi.RemoteException
java.rmi.RemoteException
- in the event of remote object failure.java.lang.String getName() throws java.rmi.RemoteException
java.rmi.RemoteException
- In the event of remote object failure.void setName(java.lang.String name) throws java.rmi.RemoteException
name
- The user's name.
java.rmi.RemoteException
- in the event of remote object failure.java.util.List getMail() throws ServiceException, java.rmi.RemoteException
ServiceException
- If a service level error occurs.
java.rmi.RemoteException
- in the event of remote object failure.void setMail(java.lang.String address) throws ServiceException, java.rmi.RemoteException
address
- The address to set as the only email address for the user.
ServiceException
- If a service level error occurs.
java.rmi.RemoteException
- in the event of remote object failure.void addMail(java.lang.String address) throws ServiceException, java.rmi.RemoteException
address
- A new address to add to the list of email addresses for the user.
ServiceException
- If a service level error occurs.
java.rmi.RemoteException
- in the event of remote object failure.void removeMail(java.lang.String address) throws ServiceException, java.rmi.RemoteException
address
- The address to remove from the list of emails for the user.
ServiceException
- If a service level error occurs.
java.rmi.RemoteException
- in the event of remote object failure.java.util.Locale getLocale() throws ServiceException, java.rmi.RemoteException
ServiceException
- If a repository or service error occurs.
java.rmi.RemoteException
- In the event of remote object failure.void setLocale(java.util.Locale locale) throws ServiceException, java.rmi.RemoteException
locale
- The default locale preference for the user.
ServiceException
- If a repository or service error occurs.
java.rmi.RemoteException
- In the event of remote object failure.PersonalRepositoryInterface getPersonalRepository() throws ServiceException, java.rmi.RemoteException
ServiceException
- if unable to get the personal repository.
java.rmi.RemoteException
- in the event of remote object failure.
|
Foundation |
|
| |||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |