public class AdminQuoteItemUpdateCmdImpl extends QuoteItemUpdateCmdImpl implements AdminQuoteItemUpdateCmd
AdminQuoteItemUpdateCmd
controller command.
Behavior
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
CLASS_NAME
The full name of this class.
|
static java.lang.String |
COPYRIGHT
IBM copyright notice field.
|
GENERATED_ORDERITEM, MANUAL_FULFILLMENT_CENTER, MANUAL_PRICE, NORMAL_ORDERITEM, STR_INVALID_INPUT_ERROR_VIEW
defaultCommandClassName, NAME
defaultCommandClassName, NAME
badPartNumberErrorView, defaultCommandClassName, NAME
defaultCommandClassName, NAME
Constructor and Description |
---|
AdminQuoteItemUpdateCmdImpl() |
Modifier and Type | Method and Description |
---|---|
java.lang.Long |
getTheUserId()
Returns user id.
|
void |
reset()
Resets the instance variables.
|
void |
setCurrency(java.util.Hashtable ahshCurrency)
Sets the currency.
|
void |
setForUserId(java.lang.Long aForUserId)
Sets the for user id.
|
void |
setFulfillmentCenterId(java.util.Hashtable ahshFulfillmentCenterId)
Sets the fulfillment center id to be stored in OrderItem.
|
void |
setNewTradingId(java.lang.Long anTradingId)
Sets the trading id to be stored in OrderItem.
|
void |
setPrice(java.util.Hashtable ahshPrice)
Sets the price.
|
void |
setRequestProperties(TypedProperty aRequestProperties)
Sets the request properties.
|
validateParameters
getATPParms, getCalculationUsageIds, getDeletedOrderItemCatEntryIds, getDeletedOrderItemIds, getIsExpedited, getNewOrderId, getNewOrderItemIds, getNonBuyableCatentryIds, getOrderField1, getOrderField2, getOrderField3, getOrderIds, getOrderItemIds, getOutOfInvItems, getRepriceOrderFlag, getResolvedRequestProperties, getResources, getTheUser, getTieShipCode, performExecute, setAddressId, setATPParms, setAttrName, setAttrValue, setCalculationUsageIds, setCarrAccntNum, setCatEntryId, setChargeTypes, setComment, setComp_priceLocks, setComp_prices, setComp_quantities, setCompListId, setConfiguration, setConfigurationId, setContinue, setContractId, setCorrelationGroup, setDescription, setDk_price, setDk_priceLock, setDoPrice, setExpandConfigurationId, setField1, setField2, setIsExpedited, setListId, setMemberId, setOfferId, setOrderComment, setOrderDesc, setOrderField1, setOrderField2, setOrderField3, setOrderId, setOrderItemId, setOutOrderItemName, setOutOrderName, setPartNumber, setPhysicalStoreId, setQuantity, setQuantity, setRepriceOrderFlag, setRequestedShipDate, setShipAsComplete, setShipInstructions, setShipmodeId, setTieShipCode, setTradingId, setUom
checkPermission, fulfills, getForUserId, getGeneric, getOwner, getRequestProperties, getResourceOwners, getResponseProperties, getRetriable, getViewInputProperties, isGeneric, isRetriable, mergeProperties, setGeneric, setOwner, setResponseProperties, setRetriable, setViewInputProperties
accessControlCheck, checkIsAllowed, checkResourcePermission, createCommandExecutionEvent, execute, getAccCheck, getCommandContext, getCommandIfName, getCommandName, getCommandStoreId, getDefaultProperties, getExceptionInvokeParameters, getObjectSize, getPostInvokeParameters, getPreInvokeParameters, getStoreId, getUser, getUserId, isReadyToCallExecute, setAccCheck, setCommandContext, setCommandIfName, setCommandStoreId, setDefaultProperties
executeFromCache, getCaller, getEntryInfo, getId, getSharingPolicy, postExecute, preExecute, setCaller, setObjectSize, unionDependencies, updateCache
getCommandTarget, getCommandTargetName, getTargetPolicy, hasOutputProperties, performExecute, setCommandTarget, setCommandTargetName, setHasOutputProperties, setOutputProperties, setTargetPolicy
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getDeletedOrderItemIds, getNewOrderItemIds, getOrderIds, getOrderItemIds, getOutOfInvItems, setAddressId, setAttrName, setAttrValue, setCatEntryId, setComment, setCompListId, setConfigurationId, setContinue, setContractId, setCorrelationGroup, setDescription, setExpandConfigurationId, setField1, setField2, setListId, setMemberId, setOfferId, setOrderComment, setOrderDesc, setOrderId, setOrderItemId, setOutOrderItemName, setPartNumber, setQuantity, setShipmodeId, setTradingId, setUom
checkPermission, execute, getGeneric, getRequestProperties, getResolvedRequestProperties, getResponseProperties, getRetriable, getViewInputProperties, isGeneric, isRetriable, mergeProperties, setGeneric, setRetriable, setViewInputProperties
executeFromCache, getCaller, getEntryInfo, getId, getSharingPolicy, postExecute, preExecute, setCaller, updateCache
getCommandTarget, getCommandTargetName, hasOutputProperties, performExecute, setCommandTarget, setCommandTargetName, setOutputProperties
accessControlCheck, getAccCheck, getForUserId, getResourceOwners, setAccCheck, setOwner
checkIsAllowed, checkResourcePermission, createCommandExecutionEvent, getCommandContext, getCommandIfName, getCommandName, getCommandStoreId, getDefaultProperties, getExceptionInvokeParameters, getPostInvokeParameters, getPreInvokeParameters, getResources, getStoreId, getUser, getUserId, performExecute, setCommandContext, setCommandIfName, setCommandStoreId, setDefaultProperties, validateParameters
fulfills, getOwner
getOrderIds, getOrderItemIds, setAddressId, setAttrName, setAttrValue, setCatEntryId, setComment, setConfigurationId, setContinue, setContractId, setCorrelationGroup, setDescription, setExpandConfigurationId, setField1, setField2, setListId, setMemberId, setOfferId, setOrderComment, setOrderDesc, setOrderId, setOutOrderItemName, setPartNumber, setQuantity, setShipmodeId, setTradingId, setUom
public static final java.lang.String COPYRIGHT
public static final java.lang.String CLASS_NAME
public java.lang.Long getTheUserId()
getTheUserId
in class OrderItemBaseCmdImpl
public void reset()
reset
in interface com.ibm.websphere.command.Command
reset
in class OrderItemBaseCmdImpl
public void setCurrency(java.util.Hashtable ahshCurrency)
setCurrency
in interface AdminQuoteItemUpdateCmd
ahshCurrency
- a hashtable of currency.public void setForUserId(java.lang.Long aForUserId)
setForUserId
in interface AccCommand
setForUserId
in interface AdminQuoteItemUpdateCmd
setForUserId
in class ControllerCommandImpl
aForUserId
- the for user id.public void setFulfillmentCenterId(java.util.Hashtable ahshFulfillmentCenterId)
setFulfillmentCenterId
in interface OrderItemAddCmd
setFulfillmentCenterId
in interface OrderItemUpdateCmd
setFulfillmentCenterId
in class OrderItemBaseCmdImpl
ahshFulfillmentCenterId
- a hashtable of fulfillment center id.public void setPrice(java.util.Hashtable ahshPrice)
setPrice
in interface AdminQuoteItemUpdateCmd
ahshPrice
- a hashtable of pricepublic void setRequestProperties(TypedProperty aRequestProperties) throws ECException
setRequestProperties
in interface ControllerCommand
setRequestProperties
in class com.ibm.commerce.quote.commands.QuoteItemBaseCmdImpl
aRequestProperties
- request properties.ECException
- the exception is thrown if the super.setRequestProperties throws the exception.public void setNewTradingId(java.lang.Long anTradingId)
anTradingId
- the trading id to be stored in OrderItem.