public interface DuplicateMemberGroupCmd 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()
Return the member group ID of the member group that is duplicated.
|
java.lang.Long |
getOrigMemberGroupId()
Return the member group ID to be duplicated.
|
void |
setMbrGrpDescription(java.lang.String description)
Sets new member group description.
|
void |
setMbrGrpName(java.lang.String name)
Sets new member group name.
|
void |
setMemberGroupId(java.lang.Long memberGroupId)
Sets the member group ID to be duplicated.
|
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 setMbrGrpName(java.lang.String name)
name
- The name of new member group.void setMbrGrpDescription(java.lang.String description)
description
- The description of new member group.java.lang.Long getOrigMemberGroupId()
java.lang.Long getMemberGroupId()
void enableContentManagement(boolean enabled)
enabled
- true will use the Content Management flow