public class CreditCardIsExpired
extends atg.servlet.DynamoServlet
CreditCardTools| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
CLASS_VERSION |
static atg.nucleus.naming.ParameterName |
CREDIT_CARD |
static atg.nucleus.naming.ParameterName |
ERROR |
static atg.nucleus.naming.ParameterName |
FALSE |
protected static java.lang.String |
MSG_NO_CREDIT_CARD |
static atg.nucleus.naming.ParameterName |
TRUE |
| Constructor and Description |
|---|
CreditCardIsExpired() |
| Modifier and Type | Method and Description |
|---|---|
void |
service(atg.servlet.DynamoHttpServletRequest pRequest,
atg.servlet.DynamoHttpServletResponse pResponse)
Determines if the given order component is modifiable.
|
boolean |
verifyCreditCardDate(atg.payment.creditcard.CreditCardInfo pCreditCard,
java.lang.String pExpMonth,
java.lang.String pExpDayOfMonth,
java.lang.String pExpYear)
This method finds whether credit card expired or not.
|
doDelete, doGet, doPost, doPut, getParameter, getParameters, getServletContext, init, service, service, setParameterdestroy, getServletConfig, getServletInfo, setServletInfogetAverageRequestHandlingTime, getHandledRequestCount, getRequestStartTime, getTotalRequestHandlingTime, isKeepingStatistics, notifyHandledRequest, resetStatistics, setKeepingStatisticsaddLogListener, clearAbsoluteNameAndContext, createAdminServlet, doStartService, doStopService, getAbsoluteName, getAdminServlet, getAdminServletOutputStreamEncoding, getLoggingForVlogging, getLogListenerCount, getLogListeners, getName, getNameContext, getNucleus, getRoot, getServiceConfiguration, getServiceInfo, isAdminServletUseServletOutputStream, isLoggingDebug, isLoggingError, isLoggingInfo, isLoggingTrace, isLoggingWarning, isRunning, isStartServiceComplete, 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, stopService, toStringvlogDebug, vlogDebug, vlogDebug, vlogDebug, vlogDebugTrace, vlogError, vlogError, vlogError, vlogError, vlogInfo, vlogInfo, vlogInfo, vlogInfo, vlogTrace, vlogTrace, vlogTrace, vlogTrace, vlogWarning, vlogWarning, vlogWarning, vlogWarningpublic static java.lang.String CLASS_VERSION
public static final atg.nucleus.naming.ParameterName CREDIT_CARD
public static final atg.nucleus.naming.ParameterName TRUE
public static final atg.nucleus.naming.ParameterName FALSE
public static final atg.nucleus.naming.ParameterName ERROR
protected static final java.lang.String MSG_NO_CREDIT_CARD
public void service(atg.servlet.DynamoHttpServletRequest pRequest,
atg.servlet.DynamoHttpServletResponse pResponse)
throws javax.servlet.ServletException,
java.io.IOException
service in class atg.servlet.DynamoServletpRequest - the HTTP requestpResponse - the HTTP responsejavax.servlet.ServletExceptionjava.io.IOExceptionpublic boolean verifyCreditCardDate(atg.payment.creditcard.CreditCardInfo pCreditCard,
java.lang.String pExpMonth,
java.lang.String pExpDayOfMonth,
java.lang.String pExpYear)
pCreditCard - pExpMonth - pExpDayOfMonth - pExpYear -