public interface DeleteMemberGroupCmd 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 was just deleted.
|
void |
setMemberGroupId(java.lang.Long memberGroupId)
Sets the member group ID.
|
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.java.lang.Long getMemberGroupId()
void enableContentManagement(boolean enabled)
enabled - true will use the Content Management flow