|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
This interface must be implemented to provide a task command that adds a member to 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 |
setCustomerId(java.lang.String customerId)
Sets the customer id value for the member group/member relationship. |
void |
setExclude(java.lang.String exclude)
Sets the exclude value. |
void |
setField1(java.lang.String field1)
Sets field 1 for the member group/member relationship. |
void |
setMemberGroupId(java.lang.Long memberGroupId)
Sets the member group id. |
void |
setMemberId(java.lang.Long userId)
Sets the member id of the member that is to be added to the specified member group. |
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 |
public static final java.lang.String COPYRIGHT
public static final java.lang.String defaultCommandClassName
public static final java.lang.String Name
Method Detail |
public void setCustomerId(java.lang.String customerId)
customerId
- The value for customer id.public void setExclude(java.lang.String exclude)
memberId
- The id of the member.public void setField1(java.lang.String field1)
field1
- The value for field 1.public void setMemberGroupId(java.lang.Long memberGroupId)
memberGroupId
- The id of the member group.public void setMemberId(java.lang.Long userId)
memberId
- The id of the member.
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |