public class StoreOrderHolder
extends atg.commerce.order.OrderHolder
ShoppingCart component.
This extension can set a copy of some order as current, instead of creating a new empty order.| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
CLASS_VERSION
Class version string.
|
static java.lang.String |
LOGOUT_ORDER_ID
This constant specifies a request parameter name, parameter with this name
contains an order ID to be cloned.
|
| Constructor and Description |
|---|
StoreOrderHolder() |
| Modifier and Type | Method and Description |
|---|---|
atg.commerce.order.Order |
getCurrent()
This method returns a current order (or shopping cart).
|
atg.servlet.DynamoHttpServletRequest |
getCurrentRequest()
This method is a shortcut to the
ServletUtil.getCurrentRequest() method. |
createInitialOrder, deleteOrder, getCurrent, getFailoverRecoveryPricingOperation, getHandlerOrderId, getLast, getLoggingIdentifier, getMessageSender, getOrderManager, getOrderType, getProfile, getProfileTools, getRestorableOrders, getReturnRequest, getSaved, getTransactionManager, handleCreate, handleDelete, handleDeleteAll, handleSwitch, isCurrentEmpty, isCurrentExists, isCurrentTransient, isEmpty, isEnableCVVNumberSessionBackup, isPersistOrders, isPersistOrdersForAnonymousUsers, isRepriceAfterFailoverRecovery, isSavedEmpty, isSaveEmptyOrders, removeSavedOrder, repriceRestoredShoppingCart, repriceRestoredShoppingCarts, resetOrderProfileId, sendScenarioEvent, sendSwitchOrderMessage, sessionRestored, setCurrent, setEnableCVVNumberSessionBackup, setFailoverRecoveryPricingOperation, setHandlerOrderId, setLast, setLoggingIdentifier, setMessageSender, setOrderManager, setOrderType, setPersistOrders, setPersistOrdersForAnonymousUsers, setProfile, setProfileTools, setRepriceAfterFailoverRecovery, setRestorableOrders, setReturnRequest, setSaved, setSaveEmptyOrders, setTransactionManager, shouldSaveOnSwitch, switchCurrentOrder, validActiveShoppingCart, validRestoredShoppingCartaddGlobalLogListeners, addLogListener, getLoggingForVlogging, getLoggingIdentifer, getLogListenerCount, getLogListeners, initializeFromServiceEvent, isAutoInitListeners, isLoggingDebug, isLoggingError, isLoggingInfo, isLoggingTrace, isLoggingWarning, logDebug, logDebug, logDebug, logError, logError, logError, logInfo, logInfo, logInfo, logTrace, logTrace, logTrace, logWarning, logWarning, logWarning, removeLogListener, sendLogEvent, setAutoInitListeners, setLoggingDebug, setLoggingError, setLoggingInfo, setLoggingTrace, setLoggingWarningvlogDebug, vlogDebug, vlogDebug, vlogDebug, vlogDebugTrace, vlogError, vlogError, vlogError, vlogError, vlogInfo, vlogInfo, vlogInfo, vlogInfo, vlogTrace, vlogTrace, vlogTrace, vlogTrace, vlogWarning, vlogWarning, vlogWarning, vlogWarningpublic static final java.lang.String CLASS_VERSION
public static final java.lang.String LOGOUT_ORDER_ID
public atg.servlet.DynamoHttpServletRequest getCurrentRequest()
ServletUtil.getCurrentRequest() method.public atg.commerce.order.Order getCurrent()
LOGOUT_ORDER_ID request property,
there will be created a copy of the order specified and set as shopping cart.
getCurrent in class atg.commerce.order.OrderHolderOrder instance.OrderHolder.getCurrent()