com.ibm.commerce.tools.epromotion.commands
Interface UpdateRLPromotionCmd
-
- All Superinterfaces:
- com.ibm.websphere.command.CacheableCommand, com.ibm.commerce.command.CacheableECCommand, com.ibm.websphere.command.Command, com.ibm.websphere.command.CommandCaller, ECCommand, java.io.Serializable, com.ibm.websphere.command.TargetableCommand, TaskCommand
- All Known Implementing Classes:
- UpdateRLPromotionCmdImpl
public interface UpdateRLPromotionCmd extends TaskCommand
This is the task command interface for updating RLPromotion.
-
-
Field Summary
Fields 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.
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method and Description void
setCalCodeId(java.lang.String newCalCodeId)
Set CALCODE ID.void
setRLPromotion(RLPromotion newRLPromotion)
Set RLPromotion Object.-
Methods inherited from interface com.ibm.websphere.command.CacheableCommand
executeFromCache, getCaller, getEntryInfo, getId, getSharingPolicy, postExecute, preExecute, setCaller, updateCache
-
Methods inherited from interface com.ibm.websphere.command.TargetableCommand
getCommandTarget, getCommandTargetName, hasOutputProperties, performExecute, setCommandTarget, setCommandTargetName, setOutputProperties
-
Methods inherited from interface com.ibm.commerce.command.ECCommand
checkIsAllowed, checkResourcePermission, createCommandExecutionEvent, getAccCheck, getCommandContext, getCommandIfName, getCommandName, getCommandStoreId, getDefaultProperties, getExceptionInvokeParameters, getPostInvokeParameters, getPreInvokeParameters, getResources, getStoreId, getUser, getUserId, performExecute, setAccCheck, setCommandContext, setCommandIfName, setCommandStoreId, setDefaultProperties, validateParameters
-
-
-
-
Field Detail
-
COPYRIGHT
static final java.lang.String COPYRIGHT
The copyright information.- See Also:
- Constant Field Values
-
defaultCommandClassName
static final java.lang.String defaultCommandClassName
The default implementation class for the command.
-
NAME
static final java.lang.String NAME
The class name.
-
-
Method Detail
-
setCalCodeId
void setCalCodeId(java.lang.String newCalCodeId)
Set CALCODE ID.- Parameters:
newCalCodeId
- java.lang.String the calcode id to set.
-
setRLPromotion
void setRLPromotion(RLPromotion newRLPromotion)
Set RLPromotion Object.- Parameters:
newRLPromotion
- the RLPromotion object to set.
-
-