|
||||||||||
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.droplet.EmptyFormHandler
atg.droplet.GenericFormHandler
atg.commerce.gifts.SearchFormHandler
atg.projects.store.gifts.StoreSearchFormHandler
public class StoreSearchFormHandler
Store extension of the SearchFormHandler from DCS. Filters giftslists with non-shippable addresses.
Field Summary | |
---|---|
static java.lang.String |
CLASS_VERSION
Class version string. |
static java.lang.String |
STORE_CONFIGURATION_ATTRIBUTE_NAME
|
Fields inherited from class atg.commerce.gifts.SearchFormHandler |
---|
mSearchErrorURL, mSearchSuccessURL |
Fields inherited from class atg.droplet.GenericFormHandler |
---|
PARAM_DEFER_FORWARD_OR_REDIRECT, PARAM_USE_FORWARDS |
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 | |
---|---|
StoreSearchFormHandler()
|
Method Summary | |
---|---|
InternationalizationStoreConfiguration |
getInternationalizationStoreConfiguration()
Gets the internationalization StoreConfiguration. |
SessionBean |
getSessionBean()
Gets the session bean property |
void |
postSearch(atg.servlet.DynamoHttpServletRequest pDynamoHttpServletRequest,
atg.servlet.DynamoHttpServletResponse pDynamoHttpServletResponse)
Remove any giftlist whose shipping addresses are non-shippable from the current country store. |
void |
setInternationalizationStoreConfiguration(InternationalizationStoreConfiguration pInternationalizationStoreConfiguration)
Sets the InternationalizationStoreConfiguration. |
void |
setSessionBean(SessionBean pSessionBean)
Sets session bean property |
Methods inherited from class atg.commerce.gifts.SearchFormHandler |
---|
doSearch, generateAdvancedSearchQuery, generateNameSearchQuery, generatePublishedSearchQuery, generateResultSet, generateSearchQuery, generateSearchValues, getAdvancedSearchPropertyNames, getGiftlistRepository, getItemTypes, getLoggingIdentifier, getNameSearchPropertyNames, getPropertyValues, getPropertyValuesByType, getPublishedSearchPropertyNames, getQueryOptions, getSearchErrorURL, getSearchInput, getSearchResults, getSearchResultsByItemType, getSearchStringFormat, getSearchSuccessURL, getStatePropertyName, handleSearch, isDoAdvancedSearch, isDoNameSearch, isDoPublishedSearch, isToLowerCaseKeywords, isToUpperCaseKeywords, preSearch, setAdvancedSearchPropertyNames, setDoAdvancedSearch, setDoNameSearch, setDoPublishedSearch, setGiftlistRepository, setItemTypes, setLoggingIdentifier, setNameSearchPropertyNames, setPropertyValues, setPublishedSearchPropertyNames, setQueryOptions, setSearchErrorURL, setSearchInput, setSearchStringFormat, setSearchSuccessURL, setStatePropertyName, setToLowerCaseKeywords, setToUpperCaseKeywords |
Methods inherited from class atg.droplet.GenericFormHandler |
---|
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, setUseForwards |
Methods inherited from class atg.droplet.EmptyFormHandler |
---|
afterGet, beforeGet |
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 java.lang.String CLASS_VERSION
public static final java.lang.String STORE_CONFIGURATION_ATTRIBUTE_NAME
Constructor Detail |
---|
public StoreSearchFormHandler()
Method Detail |
---|
public InternationalizationStoreConfiguration getInternationalizationStoreConfiguration()
public void setInternationalizationStoreConfiguration(InternationalizationStoreConfiguration pInternationalizationStoreConfiguration)
pInternationalizationStoreConfiguration
- store configuration.public SessionBean getSessionBean()
public void setSessionBean(SessionBean pSessionBean)
pSessionBean
- session beanpublic void postSearch(atg.servlet.DynamoHttpServletRequest pDynamoHttpServletRequest, atg.servlet.DynamoHttpServletResponse pDynamoHttpServletResponse) throws javax.servlet.ServletException, java.io.IOException
postSearch
in class atg.commerce.gifts.SearchFormHandler
pDynamoHttpServletRequest
- - http requestpDynamoHttpServletResponse
- - http response
javax.servlet.ServletException
java.io.IOException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |