com.ibm.commerce.membergroup.commands
Interface DeleteMemberGroupAllMemberCmd

All Superinterfaces:
TaskCommand
All Known Implementing Classes:
DeleteMemberGroupAllMemberCmdImpl

public interface DeleteMemberGroupAllMemberCmd
extends TaskCommand

This interface must be implemented to provide a task command that removes all 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
 java.lang.Long getMemberGroupId()
          Returns the member group ID of the member group that had all its members deleted.
 void setExclusion(java.lang.String exclusion)
          Sets the exclusion.
 void setMemberGroupId(java.lang.Long memberGroupId)           Sets the member group ID.
 

Field Detail
public static final java.lang.String COPYRIGHT
Copyright.
See Also:
Constant Field Values

NAME

public static final java.lang.String NAME
The name of this interface.
See Also:
Constant Field Values

defaultCommandClassName

public static final java.lang.String defaultCommandClassName
The name of the default implementation of this interface.
See Also:
Constant Field Values
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.

getMemberGroupId

public java.lang.Long getMemberGroupId()
Returns the member group ID of the member group that had all its members deleted.
Returns:
The ID of the member group.

setExclusion

public void setExclusion(java.lang.String exclusion)
Sets the exclusion. This parameter is optional. if set, then this command will only delete all explicitly included or excluded members of this member group. Otherwise, will delete all explicitly included and excluded members. "1" excluded, "0" included
Parameters:
exclusion - .