Interface Summary |
AddMemberGroupCmd |
This interface must be implemented to provide a task
command that creates member groups. |
AddMemberGroupMemberCmd |
This interface must be implemented to provide a task
command that adds a member to a member group. |
CheckCurrentUserInMemberGroupCmd |
This interface must be implemented to provide a task
command that checks to see if the current user belongs to a specified member group. |
CheckUserInMemberGroupCmd |
This interface must be implemented to provide a task
command that checks to see if a user belongs to a specified member group. |
CountUsersInMemberGroupCmd |
This interface must be implemented to provide a task
command that counts the number of users that belong to a specified member group. |
DeleteMemberGroupCmd |
This interface must be implemented to provide a task
command that deletes member groups. |
DeleteMemberGroupMemberCmd |
This interface must be implemented to provide a task
command that removes a member from a member group. |
ListMemberGroupsForCurrentUserCmd |
This interface must be implemented to provide a task
command that lists the member groups to which a user belongs. |
ListMemberGroupsForUserCmd |
This interface must be implemented to provide a task
command that lists the member groups to which a user belongs. |
ListUsersInMemberGroupCmd |
This interface must be implemented to provide a task
command that returns the complete list users that belong to a specified member group. |
UpdateMemberGroupCmd |
This interface must be implemented to provide a task
command that updates member groups. |
Class Summary |
AddMemberGroupCmdImpl |
This class implements the AddMemberGroupCmd interface to
provide the task command that creates a member group. |
AddMemberGroupMemberCmdImpl |
This class implements the AddMemberGroupMemberCmd interface to
provide the task command that adds a member to a member group. |
CheckCurrentUserInMemberGroupCmdImpl |
The CheckCurrentUserInMemberGroupCmdImpl class implements the CheckCheckCurrentUserInMemberGroupCmd interface to
provide the task command that checks to see if the current user belongs to a specified member group. |
CheckUserInMemberGroupCmdImpl |
This class implements the CheckUserInMemberGroupCmd interface to
provide the task command that checks if a specified user belongs to a specified member group. |
CountUsersInMemberGroupCmdImpl |
The CountUsersInMemberGroupCmdImpl class implements the CountUsersInMemberGroupCmd interface to
provide the task command that counts the number of users that belong to a specified member group. |
DeleteMemberGroupCmdImpl |
This class implements the DeleteMemberGroupCmd interface to
provide the task command that deletes a member group. |
DeleteMemberGroupMemberCmdImpl |
This class implements the DeleteMemberGroupMemberCmd interface to
provide the task command that removes a member from a member group. |
ListMemberGroupsForCurrentUserCmdImpl |
This class implements the ListMemberGroupsForCurrentUserCmd interface to
provide the task command that lists all of the member groups to which the current user belongs. |
ListMemberGroupsForUserCmdImpl |
This class implements the ListMemberGroupsForUserCmd interface to
provide the task command that lists all of the member groups to which a specified user belongs. |
ListUsersInMemberGroupCmdImpl |
This class implements the ListUsersInMemberGroupCmd interface to
provide the task command that lists all of the users that belong to a specified member group. |
UpdateMemberGroupCmdImpl |
This class implements the UpdateMemberGroupCmd interface to
provide the task command that updates a member group. |