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 | |
---|---|
java.lang.Long |
getMemberGroupId() Returns the member group ID of the member group that had members added. |
void |
setCustomerId(java.lang.String customerId) Sets the customer ID value for the member group to 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 to member relationship. |
void |
setMemberGroupId(java.lang.Long memberGroupId) Sets the member group ID. |
void |
setMemberIds(java.lang.Long[] userIds)
Sets the member IDs of the members that are to be added to the
specified member group. |
Field Detail |
---|
public static final java.lang.String COPYRIGHT
public static final java.lang.String NAME
public static final java.lang.String defaultCommandClassName
Method Detail |
---|
public void setMemberGroupId(java.lang.Long memberGroupId)
memberGroupId
- The ID of the member
group.public void setMemberIds(java.lang.Long[] userIds)
public void setExclude(java.lang.String exclude)
exclude
- .public void setField1(java.lang.String field1)
field1
- The value for field 1.public void setCustomerId(java.lang.String customerId)
customerId
- The value for customer ID.public java.lang.Long getMemberGroupId()