public interface AddMemberGroupMembersCmd 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.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 |
setCustomerIds(java.lang.String[] customerIds)
Sets customer ID values 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 |
setField1s(java.lang.String[] field1s)
Sets field 1 values 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.
|
executeFromCache, getCaller, getEntryInfo, getId, getSharingPolicy, postExecute, preExecute, setCaller, updateCache
getCommandTarget, getCommandTargetName, hasOutputProperties, performExecute, setCommandTarget, setCommandTargetName, setOutputProperties
checkIsAllowed, checkResourcePermission, createCommandExecutionEvent, getAccCheck, getCommandContext, getCommandIfName, getCommandName, getCommandStoreId, getDefaultProperties, getExceptionInvokeParameters, getPostInvokeParameters, getPreInvokeParameters, getResources, getStoreId, getUser, getUserId, performExecute, setAccCheck, setCommandContext, setCommandIfName, setCommandStoreId, setDefaultProperties, validateParameters
static 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 setMemberIds(java.lang.Long[] userIds)
memberIds
- The IDs of the member.void setExclude(java.lang.String exclude)
exclude
- .void setField1(java.lang.String field1)
field1
- The value for field 1.void setField1s(java.lang.String[] field1s)
field1s
- The array of field 1 for all the members belonging to the membergroup.void setCustomerId(java.lang.String customerId)
customerId
- The value for customer ID.void setCustomerIds(java.lang.String[] customerIds)
customerIds
- The array of customer Id for all the members belonging to the membergroup.java.lang.Long getMemberGroupId()
void enableContentManagement(boolean enabled)
enabled
- true will use the Content Management flow