com.ibm.commerce.membergroup.commands
Interface DeleteMemberGroupMemberCmd

All Superinterfaces:
ECCommand, TaskCommand
All Known Implementing Classes:
DeleteMemberGroupMemberCmdImpl

public interface DeleteMemberGroupMemberCmd
extends TaskCommand

This interface must be implemented to provide a task command that removes a member from a member group. Different implementations of this interface can be provided for different stores.


Field Summary
static java.lang.String COPYRIGHT
          Copyright.
static java.lang.String defaultCommandClassName
          The name of the default implementation of this interface.
static java.lang.String Name
          The name of this interface.
 
Method Summary
 void setMemberGroupId(java.lang.Long memberGroupId)
          Sets the member group ID.
 void setMemberId(java.lang.Long memberId)
          Sets the member ID.
 
Methods inherited from interface com.ibm.commerce.command.ECCommand
checkIsAllowed, checkResourcePermission, execute, getAccCheck, getCommandContext, getCommandIfName, getCommandName, getDefaultProperties, getResources, getStoreId, getUser, getUserId, performExecute, setAccCheck, setCommandContext, setCommandIfName, setDefaultProperties, validateParameters
 

Field Detail

COPYRIGHT

public static final java.lang.String COPYRIGHT
Copyright.

defaultCommandClassName

public static final java.lang.String defaultCommandClassName
The name of the default implementation of this interface.

Name

public static final java.lang.String Name
The name of this interface.
Method Detail

setMemberGroupId

public void setMemberGroupId(java.lang.Long memberGroupId)
Sets the member group ID. This parameter is required.
Parameters:
memberGroupId - The ID of the member group.

setMemberId

public void setMemberId(java.lang.Long memberId)
Sets the member ID. This parameter is required.
Parameters:
memberId - The ID of the member.