|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface GroupProfile
Method Summary | |
---|---|
void |
deleteGroupProfile(String groupid)
Removes this group profile |
String[] |
getAllGroupIds()
Returns all the Groups with in the WLS server |
String |
getGroupCalendarId(String groupid)
Retrieve the calendar id for this group |
String |
getGroupEmail(String groupid)
Retrieve the email address for this group. |
boolean |
groupExistsWLS(String groupId)
|
void |
sync()
Removes all group profiles for groups that do not exist in WLS |
void |
unsetGroupCalendar(String groupid)
Unsets the calendar for this group. |
void |
updateGroupCalendar(String groupid,
String calendarId)
Sets the calendar for this group. |
void |
updateGroupEmail(String groupid,
String email)
Sets the email address for this group. |
Method Detail |
---|
void updateGroupEmail(String groupid, String email) throws ProfileException, RemoteException
groupid
- email
-
ProfileException
RemoteException
String getGroupEmail(String groupid) throws ProfileException, RemoteException
groupid
-
ProfileException
RemoteException
void updateGroupCalendar(String groupid, String calendarId) throws ProfileException, RemoteException
groupid
- calendarId
-
ProfileException
RemoteException
void unsetGroupCalendar(String groupid) throws ProfileException, RemoteException
groupid
-
ProfileException
RemoteException
String getGroupCalendarId(String groupid) throws ProfileException, RemoteException
groupid
-
ProfileException
RemoteException
void deleteGroupProfile(String groupid) throws ProfileException, RemoteException
groupid
-
ProfileException
RemoteException
void sync() throws ProfileException, RemoteException
ProfileException
RemoteException
boolean groupExistsWLS(String groupId) throws ProfileException, RemoteException
groupId
-
ProfileException
RemoteException
String[] getAllGroupIds() throws RemoteException
RemoteException
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |