Creates or updates customer's default billing and shipping addresses, shipping mode and payment information.
Field Summary | |
---|---|
static java.lang.String |
COPYRIGHT IBM copyright notice field. |
static java.lang.String |
NAME The name of the Command Interface class. |
Fields inherited from interface com.ibm.commerce.command. ECCommand |
defaultCommandClassName |
Method Summary | |
---|---|
void |
setBillingAddress(java.lang.Long anBillingAddress) Sets the the default address to bill. |
void |
setPaymentInfo(java.util.Hashtable ahshPaymentInfo) Sets the default payment information. |
void |
setShippingAddress(java.lang.Long anShippingAddress) Sets the default address to ship. |
void |
setShippingMode(java.lang.Integer anShippingMode) Sets the default shipping mode. |
Methods inherited from interface com.ibm.commerce.command. ControllerCommand |
checkPermission,
execute,
getGeneric,
getRequestProperties,
getResolvedRequestProperties,
getResponseProperties,
getRetriable,
getViewInputProperties,
isGeneric,
isRetriable,
mergeProperties,
setGeneric,
setRequestProperties,
setRetriable,
setViewInputProperties |
Methods inherited from interface com.ibm.commerce.command. AccCommand |
accessControlCheck,
getAccCheck,
getForUserId,
getResourceOwners,
setAccCheck,
setForUserId,
setOwner |
Methods inherited from interface com.ibm.commerce.command. ECCommand |
checkIsAllowed,
checkResourcePermission,
createCommandExecutionEvent,
getCommandContext,
getCommandIfName,
getCommandName,
getCommandStoreId,
getDefaultProperties,
getResources,
getStoreId,
getUser,
getUserId,
performExecute,
setCommandContext,
setCommandIfName,
setCommandStoreId,
setDefaultProperties,
validateParameters |
Field Detail |
---|
public static final java.lang.String COPYRIGHT
public static final java.lang.String NAME
Method Detail |
---|
public void setBillingAddress(java.lang.Long anBillingAddress)
anBillingAddress
- java.lang.Long - billing address
identifierpublic void setPaymentInfo(java.util.Hashtable ahshPaymentInfo)
ahshPaymentInfo
- java.util.Hashtable - payment name-value
pairs.public void setShippingAddress(java.lang.Long anShippingAddress)
anShippingAddress
- java.lang.Long - shipping address
identifierpublic void setShippingMode(java.lang.Integer anShippingMode)
anShippingMode
- java.lang.Integer - shipping mode
identifier