public interface AddMemberGroupMemberCmd extends TaskCommand
| Modifier and Type | Field and Description |
|---|---|
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.
|
| 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()
Returns the member ID of the member being 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 |
setMemberId(java.lang.Long userId)
Sets the member ID of the member that is to be added to the
specified member group.
|
executeFromCache, getCaller, getEntryInfo, getId, getSharingPolicy, postExecute, preExecute, setCaller, updateCachegetCommandTarget, getCommandTargetName, hasOutputProperties, performExecute, setCommandTarget, setCommandTargetName, setOutputPropertiescheckIsAllowed, checkResourcePermission, createCommandExecutionEvent, getAccCheck, getCommandContext, getCommandIfName, getCommandName, getCommandStoreId, getDefaultProperties, getExceptionInvokeParameters, getPostInvokeParameters, getPreInvokeParameters, getResources, getStoreId, getUser, getUserId, performExecute, setAccCheck, setCommandContext, setCommandIfName, setCommandStoreId, setDefaultProperties, validateParametersstatic final java.lang.String COPYRIGHT
static final java.lang.String Name
static final java.lang.String defaultCommandClassName
void setMemberGroupId(java.lang.Long memberGroupId)
memberGroupId - The ID of the member group.void setMemberId(java.lang.Long userId)
memberId - The ID of the member.void setExclude(java.lang.String exclude)
memberId - The ID of the member.void setField1(java.lang.String field1)
field1 - The value for field 1.void setCustomerId(java.lang.String customerId)
customerId - The value for customer ID.java.lang.String getMemberId()
void enableContentManagement(boolean enabled)
enabled - true will use the Content Management flow