public class AddMemberGroupMemberCmdImpl extends TaskCommandImpl implements AddMemberGroupMemberCmd
Modifier and Type | Field and Description |
---|---|
protected java.lang.String | _customerId
Customer ID.
|
protected java.lang.String | _exclude
Exclude flag.
|
protected java.lang.String | _field1
Custom field 1 value.
|
protected java.lang.Long | _memberGroupId
Member group ID.
|
protected java.lang.Long | _memberId
Member ID.
|
static java.lang.String | COPYRIGHT
Copyright.
|
Constructor and Description |
---|
AddMemberGroupMemberCmdImpl() |
Modifier and Type | Method and Description |
---|---|
void | enableContentManagement(boolean enabled)
Indicates whether Content Management flow should be used for the command
|
java.lang.String | getMemberId()
Gets the ID of this member.
|
boolean | isReadyToCallExecute()
Checks to see if the command is ready to call.
|
void | performExecute()
Performs the execution of the command.
|
void | setCustomerId(java.lang.String customerId)
Sets the customer ID.
|
void | setExclude(java.lang.String exclude)
Sets the exclude flag.
|
void | setField1(java.lang.String field1)
Sets the custom field 1 value.
|
void | setMemberGroupId(java.lang.Long memberGroupId)
Sets the member group ID.
|
void | setMemberId(java.lang.Long memberId)
Sets the member ID.
|
public static final java.lang.String COPYRIGHT
protected java.lang.Long _memberGroupId
protected java.lang.Long _memberId
protected java.lang.String _exclude
protected java.lang.String _field1
protected java.lang.String _customerId
public void enableContentManagement(boolean enabled)
public java.lang.String getMemberId()
public void setMemberGroupId(java.lang.Long memberGroupId)
public void setMemberId(java.lang.Long memberId)
public void setExclude(java.lang.String exclude)
public void setField1(java.lang.String field1)
public void setCustomerId(java.lang.String customerId)
public boolean isReadyToCallExecute()
public void performExecute() throws ECException