See:
Description
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. |
AddMemberGroupMembersCmd | 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. |
DeleteMemberGroupAllMemberCmd | This interface must be implemented to provide a task command that removes all member from a 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. |
DuplicateMemberGroupCmd | This interface must be implemented to provide a task command that adds a member to 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. |
ListUsersInStoreMemberGroupCmd | This interface must be implemented to provide a task command that returns the complete list users that belong to a specified member group and have Registered Customer role for the store the member group associated. |
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. |
AddMemberGroupMembersCmdImpl | This class implements the AddMemberGroupMembersCmd interface to provide the task command that adds a list of members 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. |
DeleteMemberGroupAllMemberCmdImpl | This class implements the DeleteMemberGroupAllMemberCmd interface to provide the task command that removes all member from a 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. |
DuplicateMemberGroupCmdImpl | This class implements the DuplicateMemberGroupCmd interface to provide the task command that duplicate 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. |
ListUsersInStoreMemberGroupCmdImpl | This class implements the ListUsersInStoreMemberGroupCmd interface to provide the task command that lists all of the users that belong to a specified member group and have Registered Customer role for the store the member group associated. |
UpdateMemberGroupCmdImpl | This class implements the UpdateMemberGroupCmd interface to provide the task command that updates a member group. |
Provides the Task Commands along with their implementations that are required for member group.