public interface UpdateRLPromotionCmd extends TaskCommand
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
COPYRIGHT
The copyright information.
|
static java.lang.String |
defaultCommandClassName
The default implementation class for the command.
|
static java.lang.String |
NAME
The class name.
|
Modifier and Type | Method and Description |
---|---|
void |
setCalCodeId(java.lang.String newCalCodeId)
Set CALCODE ID.
|
void |
setRLPromotion(RLPromotion newRLPromotion)
Set RLPromotion Object.
|
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 defaultCommandClassName
static final java.lang.String NAME
void setCalCodeId(java.lang.String newCalCodeId)
newCalCodeId
- java.lang.String the calcode id to set.void setRLPromotion(RLPromotion newRLPromotion)
newRLPromotion
- the RLPromotion object to set.