|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface GroupProfileMBean
MBean for wli group profile management.
Method Summary | |
---|---|
void |
deleteGroupProfile(String groupid)
Removes this group information from the WLI database |
String |
getGroupCalendarId(String groupid)
Retrieve the calendar id for this group |
String |
getGroupEmail(String groupid)
Retrieve the email address for this group. |
int |
getGroupProfileCount()
|
void |
syncGroups()
Removes all 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 MBeanException
groupid
- email
-
MBeanException
String getGroupEmail(String groupid) throws MBeanException
groupid
-
MBeanException
void updateGroupCalendar(String groupid, String calendarId) throws MBeanException
groupid
- calendarId
-
MBeanException
void unsetGroupCalendar(String groupid) throws MBeanException
groupid
-
MBeanException
String getGroupCalendarId(String groupid) throws MBeanException
groupid
-
MBeanException
void deleteGroupProfile(String groupid) throws MBeanException
groupid
-
MBeanException
void syncGroups() throws MBeanException
MBeanException
int getGroupProfileCount() throws MBeanException
MBeanException
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |