public interface UpdateECouponPromotionTaskCmd extends TaskCommand
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
COPYRIGHT
Deprecated.
IBM Copyright notice field
|
static java.lang.String |
defaultCommandClassName
Deprecated.
Name of the default implementation of the interface
|
static java.lang.String |
NAME
Deprecated.
Name of the comamnd.
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getError()
Deprecated.
Gets the error.
|
ECMessage |
getErrorMessage()
Deprecated.
Gets the error message.
|
java.lang.String |
getErrorMessageString()
Deprecated.
Gets the error message string.
|
void |
setCommandContext(CommandContext aCommandContext)
Deprecated.
Sets the command context.
|
void |
setLanguageId(java.lang.Integer newLanguageId)
Deprecated.
Sets the language ID selected by the user in this session.
|
void |
setLocale(java.util.Locale newLocale)
Deprecated.
Sets the locale selected by the user in this session.
|
void |
setPromoId(java.lang.Integer newPromoId)
Deprecated.
Sets the coupon promotion ID for which the updation is to be done.
|
void |
setStoreId(java.lang.Integer newStoreId)
Deprecated.
Sets the store ID to which the coupon promotion belongs.
|
void |
setXml(java.util.Hashtable newXml)
Deprecated.
Set the XML.
|
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, setCommandIfName, setCommandStoreId, setDefaultProperties, validateParameters
static final java.lang.String COPYRIGHT
static final java.lang.String NAME
static final java.lang.String defaultCommandClassName
java.lang.String getError()
ECMessage getErrorMessage()
java.lang.String getErrorMessageString()
void setCommandContext(CommandContext aCommandContext)
setCommandContext
in interface ECCommand
aCommandContext
- CommandContextvoid setLanguageId(java.lang.Integer newLanguageId)
newLanguageId
- java.lang.Integervoid setLocale(java.util.Locale newLocale)
newLocale
- com.ibm.NamingStringSyntax.StandardSyntaxModelPackage.Localevoid setPromoId(java.lang.Integer newPromoId)
newPromoId
- java.lang.Integervoid setStoreId(java.lang.Integer newStoreId)
newStoreId
- java.lang.Integervoid setXml(java.util.Hashtable newXml)
newXmlFile
- java.lang.String