|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectatg.nucleus.logging.VariableArgumentApplicationLoggingImpl
atg.nucleus.GenericService
atg.commerce.order.purchase.PurchaseProcessHelper
atg.projects.store.order.purchase.StorePurchaseProcessHelper
public class StorePurchaseProcessHelper
Store implementation of the purchase process helper.
| Field Summary | |
|---|---|
static java.lang.String |
CLASS_VERSION
Class version string. |
static java.lang.String |
MSG_MISSING_REQUIRED_ADDRESS_PROPERTY
Missing required address property. |
static java.lang.String |
PRICING_ERROR
Pricing error message key. |
static java.lang.String |
PRICING_ERROR_ADDRESS
Pricing error invalid address message key. |
| Fields inherited from class atg.commerce.order.purchase.PurchaseProcessHelper |
|---|
ERROR_FETCHING_PROFILE, MSG_ERROR_ADDING_CREDIT_CARD, MSG_ERROR_ADDING_SHIPPINGGROUP, MSG_ERROR_ADDING_TO_ORDER, MSG_ERROR_CREATING_ORDER, MSG_ERROR_MOVING_ITEM_BETWEEN_SHIPPING_GROUPS, MSG_ERROR_REMOVING_ITEM, MSG_ERROR_REMOVING_ITEM_FROM_SHIPPING_GROUP, MSG_ERROR_SETTING_ORDER_AMOUNT, MSG_INVALID_PROFILE_ID |
| Fields inherited from class atg.nucleus.GenericService |
|---|
SERVICE_INFO_KEY |
| Fields inherited from interface atg.nucleus.logging.TraceApplicationLogging |
|---|
DEFAULT_LOG_TRACE_STATUS |
| Fields inherited from interface atg.nucleus.logging.ApplicationLogging |
|---|
DEFAULT_LOG_DEBUG_STATUS, DEFAULT_LOG_ERROR_STATUS, DEFAULT_LOG_INFO_STATUS, DEFAULT_LOG_WARNING_STATUS |
| Constructor Summary | |
|---|---|
StorePurchaseProcessHelper()
|
|
| Method Summary | |
|---|---|
protected void |
addItemToShippingGroup(atg.commerce.order.CommerceItem pItem,
atg.commerce.order.purchase.AddCommerceItemInfo pItemInfo,
atg.commerce.order.Order pOrder,
atg.commerce.order.ShippingGroup pShippingGroup)
Associate a commerce item with the shipping group specified by the pItemInfo.shippingGroup property or the default
shipping group supplied by our caller. |
java.util.List |
checkForRequiredAddressProperties(atg.core.util.ContactInfo pContactInfo,
atg.servlet.DynamoHttpServletRequest pRequest)
Validates the required billing properties. |
java.util.Map |
getAddressPropertyNameMap()
|
protected java.util.List |
getMandatoryStateCountryList(atg.servlet.DynamoHttpServletRequest pRequest)
Get mandatory state country list. |
atg.commerce.pricing.PricingTools |
getPricingTools()
|
java.lang.String[] |
getRequiredAddressPropertyNames()
|
protected atg.commerce.order.ShippingGroup |
getShippingGroupForItem(atg.commerce.order.purchase.AddCommerceItemInfo pItemInfo,
atg.commerce.order.ShippingGroup pShippingGroup)
Figures out what shipping group to use for a new commerce item. |
StoreConfiguration |
getStoreConfiguration()
|
StoreOrderTools |
getStoreOrderTools()
|
protected void |
processGiftAddition(atg.commerce.order.CommerceItem pItem,
atg.commerce.order.purchase.AddCommerceItemInfo pItemInfo,
atg.commerce.order.Order pOrder,
atg.repository.RepositoryItem pProfile,
atg.commerce.order.ShippingGroup pShippingGroup)
Perform giftlist related processing for an item being ordered from a giftlist. |
void |
repriceOrder(atg.commerce.order.Order pOrder,
atg.commerce.pricing.PricingModelHolder pUserPricingModels,
java.util.Locale pUserLocale,
atg.repository.RepositoryItem pProfile)
Logic to reprice order, and parse any errors. |
void |
setAddressPropertyNameMap(java.util.Map pAddressPropertyNameMap)
|
void |
setPricingTools(atg.commerce.pricing.PricingTools pPricingTools)
|
void |
setRequiredAddressPropertyNames(java.lang.String[] pRequiredAddressPropertyNames)
|
void |
setStoreConfiguration(StoreConfiguration pStoreConfiguration)
|
void |
setStoreOrderTools(StoreOrderTools pStoreOrderTools)
|
| Methods inherited from class atg.commerce.order.purchase.PurchaseProcessHelper |
|---|
addCreditCardToOrder, addItemsToOrder, addItemsToOrder, addShippingAddressToOrder, adjustItemRelationshipsForQuantityChange, adjustNonGiftHandlingInstructionsForQuantityDecrease, adjustNonGiftHandlingInstructionsForQuantityIncrease, applyValueDictionary, copyCreditCardInfo, createCommerceItem, createConfigurableSubitems, createOrder, decreaseRelationshipQuantity, deleteItems, deleteItems, getAddItemToOrderChainId, getAddItemToOrderPricingOp, getCommerceItemManager, getDefaultHardgoodShippingGroupType, getDeleteItemsFromOrderPricingOp, getGiftlistManager, getOrderManager, getPipelineManager, getRepriceOrderChainId, getShippingGroupForItem, getShippingGroupManager, getTransactionManager, increaseRelationshipQuantity, isAddItemToDefaultShippingGroup, moveItemBetweenShippingGroups, processPipelineErrors, removeEntireRelationshipQuantity, removeItemQuantityFromShippingGroup, runProcess, runProcess, runProcess, runProcessAddItemToOrder, runProcessRepriceOrder, runProcessSendScenarioEvent, runRepricingProcess, setAddItemToDefaultShippingGroup, setAddItemToOrderChainId, setAddItemToOrderPricingOp, setCommerceItemManager, setCommerceItemProperties, setDefaultHardgoodShippingGroupType, setDeleteItemsFromOrderPricingOp, setGiftlistManager, setOrderAmountToPaymentGroup, setOrderManager, setPipelineManager, setRepriceOrderChainId, setShippingGroupManager, setTransactionManager |
| Methods inherited from class atg.nucleus.GenericService |
|---|
addLogListener, createAdminServlet, doStartService, doStopService, getAbsoluteName, getAdminServlet, getLoggingForVlogging, getLogListenerCount, getLogListeners, getName, getNameContext, getNucleus, getRoot, getServiceConfiguration, getServiceInfo, isLoggingDebug, isLoggingError, isLoggingInfo, isLoggingTrace, isLoggingWarning, isRunning, logDebug, logDebug, logDebug, logError, logError, logError, logInfo, logInfo, logInfo, logTrace, logTrace, logTrace, logWarning, logWarning, logWarning, nameContextElementBound, nameContextElementUnbound, removeLogListener, resolveName, resolveName, resolveName, resolveName, sendLogEvent, setLoggingDebug, setLoggingError, setLoggingInfo, setLoggingTrace, setLoggingWarning, setNucleus, setServiceInfo, startService, stopService |
| Methods inherited from class atg.nucleus.logging.VariableArgumentApplicationLoggingImpl |
|---|
vlogDebug, vlogDebug, vlogDebug, vlogDebug, vlogError, vlogError, vlogError, vlogError, vlogInfo, vlogInfo, vlogInfo, vlogInfo, vlogTrace, vlogTrace, vlogTrace, vlogTrace, vlogWarning, vlogWarning, vlogWarning, vlogWarning |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final java.lang.String CLASS_VERSION
public static final java.lang.String MSG_MISSING_REQUIRED_ADDRESS_PROPERTY
public static java.lang.String PRICING_ERROR_ADDRESS
public static java.lang.String PRICING_ERROR
| Constructor Detail |
|---|
public StorePurchaseProcessHelper()
| Method Detail |
|---|
public java.util.Map getAddressPropertyNameMap()
public void setAddressPropertyNameMap(java.util.Map pAddressPropertyNameMap)
pAddressPropertyNameMap - - the address property name map to set.public java.lang.String[] getRequiredAddressPropertyNames()
public void setRequiredAddressPropertyNames(java.lang.String[] pRequiredAddressPropertyNames)
pRequiredAddressPropertyNames - - the address property name map to set.public StoreOrderTools getStoreOrderTools()
public void setStoreOrderTools(StoreOrderTools pStoreOrderTools)
pStoreOrderTools - - the Store order tools property.public StoreConfiguration getStoreConfiguration()
public void setStoreConfiguration(StoreConfiguration pStoreConfiguration)
pStoreConfiguration - - the store configuration to set.public void setPricingTools(atg.commerce.pricing.PricingTools pPricingTools)
pPricingTools - - pricing tools.public atg.commerce.pricing.PricingTools getPricingTools()
protected void addItemToShippingGroup(atg.commerce.order.CommerceItem pItem,
atg.commerce.order.purchase.AddCommerceItemInfo pItemInfo,
atg.commerce.order.Order pOrder,
atg.commerce.order.ShippingGroup pShippingGroup)
throws atg.commerce.CommerceException
pItemInfo.shippingGroup property or the default
shipping group supplied by our caller.
addItemToShippingGroup in class atg.commerce.order.purchase.PurchaseProcessHelperpItem - the CommerceItempItemInfo - the object that supplies input for the commerce itempOrder - the item's orderpShippingGroup - the default shipping group for the order
atg.commerce.CommerceException - if there was an error while executing the code
protected void processGiftAddition(atg.commerce.order.CommerceItem pItem,
atg.commerce.order.purchase.AddCommerceItemInfo pItemInfo,
atg.commerce.order.Order pOrder,
atg.repository.RepositoryItem pProfile,
atg.commerce.order.ShippingGroup pShippingGroup)
throws atg.commerce.CommerceException
processGiftAddition in class atg.commerce.order.purchase.PurchaseProcessHelperpItem - the CommerceItempItemInfo - the object that supplies input for the commerce itempOrder - the item's orderpProfile - the owner of the orderpShippingGroup - the default shipping group for the order
atg.commerce.CommerceException - if there was an error while executing the code
protected atg.commerce.order.ShippingGroup getShippingGroupForItem(atg.commerce.order.purchase.AddCommerceItemInfo pItemInfo,
atg.commerce.order.ShippingGroup pShippingGroup)
pItemInfo mentions a specific shipping group, returns
that. Otherwise, returns the default shipping group.
pItemInfo - the object that supplies input for the commerce itempShippingGroup - the default shipping group for the order
protected java.util.List getMandatoryStateCountryList(atg.servlet.DynamoHttpServletRequest pRequest)
pRequest - - http request
public java.util.List checkForRequiredAddressProperties(atg.core.util.ContactInfo pContactInfo,
atg.servlet.DynamoHttpServletRequest pRequest)
pContactInfo - - contact information
public void repriceOrder(atg.commerce.order.Order pOrder,
atg.commerce.pricing.PricingModelHolder pUserPricingModels,
java.util.Locale pUserLocale,
atg.repository.RepositoryItem pProfile)
throws atg.commerce.pricing.PricingException
pOrder - the order to pricepUserLocale - the locale of the user, may be nullpProfile - the user, may be nullpUserPricingModels - the PricingModelHolder is an object which contains all the
pricing models associated with a user (i.e. item, shipping, order and tax).
atg.commerce.pricing.PricingException - if there was an error while computing the pricing information
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||