public class OrderStatusFormHandler extends GenericFormHandler
GenericFormHandler| Modifier and Type | Field and Description | 
|---|---|
static java.lang.String | 
CLASS_VERSION
Class version string 
 | 
PARAM_DEFER_FORWARD_OR_REDIRECT, PARAM_USE_FORWARDSSERVICE_INFO_KEYDEFAULT_LOG_TRACE_STATUSDEFAULT_LOG_DEBUG_STATUS, DEFAULT_LOG_ERROR_STATUS, DEFAULT_LOG_INFO_STATUS, DEFAULT_LOG_WARNING_STATUS| Constructor and Description | 
|---|
OrderStatusFormHandler()  | 
| Modifier and Type | Method and Description | 
|---|---|
java.lang.String | 
getFailureURL()
Returns property FailureURL 
 | 
java.lang.String[] | 
getOrderStates()
Returns property OrderStates 
 | 
java.lang.String[] | 
getSharedViewStates()
Returns property sharedViewStates 
 | 
java.lang.String | 
getSortBy()
Returns property SortBy 
 | 
java.lang.String | 
getSuccessURL()
Returns property SuccessURL 
 | 
boolean | 
handleShowOrders(DynamoHttpServletRequest pRequest,
                DynamoHttpServletResponse pResponse)  | 
boolean | 
isSortAscending()
Returns property SortAscending 
 | 
void | 
setFailureURL(java.lang.String pFailureURL)
Sets property FailureURL 
 | 
void | 
setOrderStates(java.lang.String[] pOrderStates)
Sets property OrderStates 
 | 
void | 
setSharedViewStates(java.lang.String[] pSharedViewStates)
Sets property sharedViewStates 
 | 
void | 
setSortAscending(boolean pSortAscending)
Sets property SortAscending 
 | 
void | 
setSortBy(java.lang.String pSortBy)
Sets property SortBy 
 | 
void | 
setSuccessURL(java.lang.String pSuccessURL)
Sets property SuccessURL 
 | 
addFormException, addUncheckedFormException, afterSet, beforeSet, checkFormRedirect, createFormSubmissionMessage, getCancelURL, getCheckForValidSession, getFormError, getFormExceptions, getFormName, getMessagePort, getMessageSource, getMessageType, getPropertyExceptions, getSendMessages, getUncheckedFormExceptions, handleCancel, handleFormException, handleUncheckedFormException, hasUncheckedFormExceptions, isDeferForwardsAndRedirects, isRestorableForm, isUseForwards, isValidSession, redirectOrForward, resetFormExceptions, setCancelURL, setCheckForValidSession, setDeferForwardsAndRedirects, setFormName, setMessagePort, setMessageSource, setMessageType, setRestorableForm, setSendMessages, setUseForwardsafterGet, beforeGetaddLogListener, 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 setOrderStates(java.lang.String[] pOrderStates)
pOrderStates - The property to store the Order States specified by the user.public java.lang.String[] getOrderStates()
public void setSharedViewStates(java.lang.String[] pSharedViewStates)
pSharedViewStates - The property to store the Shared View of the States specified by the user.public java.lang.String[] getSharedViewStates()
public void setSortBy(java.lang.String pSortBy)
pSortBy - The property to store the Sorting column specified by the user.public java.lang.String getSortBy()
public void setSortAscending(boolean pSortAscending)
pSortAscending - The property to store the sorting order - ascending or descending.public boolean isSortAscending()
public void setFailureURL(java.lang.String pFailureURL)
pFailureURL - The property to store the success URL for Full view of order status gear.public java.lang.String getFailureURL()
public void setSuccessURL(java.lang.String pSuccessURL)
pSuccessURL - The property to store the success URL for Full view of order status gear.public java.lang.String getSuccessURL()
public boolean handleShowOrders(DynamoHttpServletRequest pRequest, DynamoHttpServletResponse pResponse) throws java.io.IOException, javax.servlet.ServletException
java.io.IOExceptionjavax.servlet.ServletException