public class PurchaselistItemDroplet extends GiftitemDroplet
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
CLASS_VERSION |
ERRORMESSAGE, MSG_EXCEPTION, MSG_NO_GIFTLIST, MSG_NOT_GIFTLIST_OWNERmAllowCleanupRequest, mParametersSERVLET_INFO_KEYSERVICE_INFO_KEYDEFAULT_LOG_TRACE_STATUSDEFAULT_LOG_DEBUG_STATUS, DEFAULT_LOG_ERROR_STATUS, DEFAULT_LOG_INFO_STATUS, DEFAULT_LOG_WARNING_STATUS| Constructor and Description |
|---|
PurchaselistItemDroplet() |
| Modifier and Type | Method and Description |
|---|---|
void |
service(DynamoHttpServletRequest pRequest,
DynamoHttpServletResponse pResponse)
Looks for a giftitem in a giftlist and if found, either removes it
from the giftlist or moves it to the current default shopping cart.
|
getAction, getGiftActionBuyProperty, getGiftActionRemoveProperty, getGiftlistManager, getGiftlistRepository, getOrder, getProfile, getShippingGroup, getShoppingCart, setAction, setGiftActionBuyProperty, setGiftActionRemoveProperty, setGiftlistManager, setGiftlistRepository, setProfile, setShippingGroup, setShoppingCartdoDelete, doGet, doPost, doPut, getParameter, getParameters, getServletContext, init, service, service, setParameterdestroy, getServletConfig, getServletInfo, setServletInfogetAverageRequestHandlingTime, getHandledRequestCount, getRequestStartTime, getTotalRequestHandlingTime, isKeepingStatistics, notifyHandledRequest, resetStatistics, setKeepingStatisticsaddLogListener, createAdminServlet, doStartService, doStopService, getAbsoluteName, getAdminServlet, getAdminServletOutputStreamEncoding, getLoggingForVlogging, getLogListenerCount, getLogListeners, getName, getNameContext, getNucleus, getRoot, getServiceConfiguration, getServiceInfo, isAdminServletUseServletOutputStream, isLoggingDebug, isLoggingError, isLoggingInfo, isLoggingTrace, isLoggingWarning, isRunning, logDebug, logDebug, logDebug, logError, logError, logError, logInfo, logInfo, logInfo, logTrace, logTrace, logTrace, logWarning, logWarning, logWarning, nameContextElementBound, nameContextElementUnbound, removeLogListener, reResolveThis, resolveName, resolveName, resolveName, resolveName, sendLogEvent, setAdminServletOutputStreamEncoding, setAdminServletUseServletOutputStream, setLoggingDebug, setLoggingError, setLoggingInfo, setLoggingTrace, setLoggingWarning, setNucleus, setServiceInfo, startService, stopServicevlogDebug, vlogDebug, vlogDebug, vlogDebug, vlogDebugTrace, vlogError, vlogError, vlogError, vlogError, vlogInfo, vlogInfo, vlogInfo, vlogInfo, vlogTrace, vlogTrace, vlogTrace, vlogTrace, vlogWarning, vlogWarning, vlogWarning, vlogWarningpublic void service(DynamoHttpServletRequest pRequest, DynamoHttpServletResponse pResponse) throws javax.servlet.ServletException, java.io.IOException
GiftitemDropletservice in class GiftitemDropletpRequest - the dynamo request objectpResponse - the dynamo response objectjavax.servlet.ServletException - if something went wrongjava.io.IOException - if something went wrong