public interface AddOrderItemWithPromotionCodeOrCouponCmd extends OrderItemAddCmd
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
COPYRIGHT
IBM Copyright
|
static java.lang.String |
defaultCommandClassName
Default implementation class name
|
badPartNumberErrorView, badPartNumberList, badPartNumberQuantityList, goodPartNumberList, goodPartNumberQuantityList, multiplePartNumberCatalogEntriesList, multiplePartNumberList, multiplePartNumberQuantityList, NAME
Modifier and Type | Method and Description |
---|---|
void |
setGuestToken(java.lang.String aToken)
Sets the string identifier of a guest customer.
|
void |
setPromotionCode(java.lang.String pCode)
Sets promotion code.
|
void |
setPromotionName(java.lang.String pName)
Sets promotion name.
|
void |
setPromotionVersion(java.lang.Integer version)
Sets promotion version.
|
getNonBuyableCatentryIds, getOrderIds, getOrderItemIds, setAddressId, setAttrName, setAttrValue, setCatEntryId, setComment, setConfigurationId, setContinue, setContractId, setCorrelationGroup, setDescription, setExpandConfigurationId, setField1, setField2, setFulfillmentCenterId, setListId, setMemberId, setOfferId, setOrderComment, setOrderDesc, setOrderId, setOutOrderItemName, setOutOrderName, setPartNumber, setQuantity, setShipmodeId, setTradingId, setUom
checkPermission, execute, getGeneric, getRequestProperties, getResolvedRequestProperties, getResponseProperties, getRetriable, getViewInputProperties, isGeneric, isRetriable, mergeProperties, setGeneric, setRequestProperties, setRetriable, setViewInputProperties
executeFromCache, getCaller, getEntryInfo, getId, getSharingPolicy, postExecute, preExecute, setCaller, updateCache
getCommandTarget, getCommandTargetName, hasOutputProperties, performExecute, setCommandTarget, setCommandTargetName, setOutputProperties
accessControlCheck, getAccCheck, getForUserId, getResourceOwners, setAccCheck, setForUserId, setOwner
checkIsAllowed, checkResourcePermission, createCommandExecutionEvent, getCommandContext, getCommandIfName, getCommandName, getCommandStoreId, getDefaultProperties, getExceptionInvokeParameters, getPostInvokeParameters, getPreInvokeParameters, getResources, getStoreId, getUser, getUserId, performExecute, setCommandContext, setCommandIfName, setCommandStoreId, setDefaultProperties, validateParameters
fulfills, getOwner
static final java.lang.String COPYRIGHT
static final java.lang.String defaultCommandClassName
void setPromotionCode(java.lang.String pCode)
pCode
- the promotion codevoid setPromotionName(java.lang.String pName)
pName
- the name of the promotionvoid setPromotionVersion(java.lang.Integer version)
version
- set the version for promotion. Promotions with different
version numbers are considered different promotions. Among all
the promotions with same name in the same store, only one is
active at any given time. This one is identified by promotion
name, version or revision numbers, and store ID. The rest of
them will be marked as obsolete.void setGuestToken(java.lang.String aToken)
aToken
- the string identifier of the guest customer