public interface ResolvePromotionCodeTaskCmd 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.
|
static java.lang.String |
NAME
The name of the Command Interface class.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.Short |
getPromotionCodeType()
This method returns the implementation type that is used for promotion
code.
|
PromotionKey[] |
getPromotionKeys()
This is the method declaration to get the PromotionKey array.
|
void |
setPromotionCode(java.lang.String promotionCode)
This is the method declaration to Set Promotion Code.
|
void |
setPromotionCodeType(java.lang.Short promotionCodeType)
This method sets the implementation type that is used for promotion code.
|
void |
setPromotionStatus(java.util.List listPromotionStatus)
This is the method declaration to Set Promotion Status.
|
void |
setSeparator(java.lang.String separator)
This is the method declaration to Set Separator.
|
void |
setStoreId(java.lang.Integer storeId)
This is the method declaration to Set Store 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 setPromotionCode(java.lang.String promotionCode)
promotionCode - A String representing the promotion code to be used in the
command.void setStoreId(java.lang.Integer storeId)
storeId - A String representing the store id information to be used in
the command.void setPromotionCodeType(java.lang.Short promotionCodeType)
promotionCodeType - A Short representing the promotion code implementation type to
be used in the command.void setPromotionStatus(java.util.List listPromotionStatus)
listPromotionStatus - A List representing the allowed promotion status.void setSeparator(java.lang.String separator)
separator - The delimiter used to separate different codes.PromotionKey[] getPromotionKeys()
java.lang.Short getPromotionCodeType()