|
||||||||||
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.search.formhandlers.BaseSearchFormHandler
atg.search.formhandlers.PagedRequestFormHandler
atg.search.formhandlers.TreeQueryFormHandler
atg.svc.agent.ui.formhandlers.SearchFormHandler
atg.svc.agent.ui.formhandlers.CustomerSearchTreeQueryFormHandler
public class CustomerSearchTreeQueryFormHandler
This class is used to house the properties that seed the TreeQueryRequst.fields[] from the form's hidden input.
Field Summary | |
---|---|
static java.lang.String |
CLASS_VERSION
Class version string |
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 | |
---|---|
CustomerSearchTreeQueryFormHandler()
|
Method Summary | |
---|---|
java.lang.String |
getEmailProperty()
Returns the mEmailProperty |
java.lang.String |
getFirstNameProperty()
Returns the mFirstNameProperty |
java.lang.String |
getLastNameProperty()
Returns the mLastNameProperty |
java.lang.String |
getLoginProperty()
Returns the mLoginProperty |
java.lang.String |
getMaxSearchResults()
Returns the mMaxSearchResults |
java.lang.String |
getMaxSearchResultsPerPage()
Returns the mMaxSearchResultsPerPage |
java.lang.String |
getPhoneNumberProperty()
Returns the mPhoneNumberProperty |
java.lang.String |
getPostalCodeProperty()
Returns the mPostalCodeProperty |
void |
setEmailProperty(java.lang.String pEmailProperty)
Sets the mEmailProperty |
void |
setFirstNameProperty(java.lang.String pFirstNameProperty)
Sets the mFirstNameProperty |
void |
setLastNameProperty(java.lang.String pLastNameProperty)
Sets the mLastNameProperty |
void |
setLoginProperty(java.lang.String pLoginProperty)
Sets the mLoginProperty |
void |
setMaxSearchResults(java.lang.String pMaxSearchResults)
Sets the mMaxSearchResults |
void |
setMaxSearchResultsPerPage(java.lang.String pMaxSearchResultsPerPage)
Sets the mMaxSearchResultsPerPage |
void |
setPhoneNumberProperty(java.lang.String pPhoneNumberProperty)
Sets the mPhoneNumberProperty |
void |
setPostalCodeProperty(java.lang.String pPostalCodeProperty)
Sets the mPostalCodeProperty |
Methods inherited from class atg.svc.agent.ui.formhandlers.SearchFormHandler |
---|
afterSearch, getAgentSearchRequestTrackerPath, setAgentSearchRequestTrackerPath |
Methods inherited from class atg.search.formhandlers.TreeQueryFormHandler |
---|
getPreviousSearchRequest, stringToRequest |
Methods inherited from class atg.search.formhandlers.PagedRequestFormHandler |
---|
beforeSearch, getGoToPage, getPagesAvailable, handleGoToPage, setGoToPage |
Methods inherited from class atg.search.formhandlers.BaseSearchFormHandler |
---|
createSearchSession, doRedirect, getClearFormURL, getEnvironmentTargets, getErrorURL, getLogicalPartitionNames, getRedirect, getRedirects, getRequestFile, getResultsFetcher, getSearchAssetTools, getSearchClient, getSearchContext, getSearchException, getSearchExceptions, getSearchRedirectProcessors, getSearchRequest, getSearchRequestProcessors, getSearchResponse, getSearchResponseProcessors, getSearchSession, getSuccessURL, getUserProfile, handleClearForm, handleConnect, handleErrorCondition, handleLoad, handleLoadAndSearch, handleSearch, isForceDeployedOnlyAssets, isPageRequest, isRedirectEnabled, isShowDetailedResults, isShowXml, search, setClearFormURL, setErrorURL, setForceDeployedOnlyAssets, setPageRequest, setRedirectEnabled, setRequestFile, setResultsFetcher, setSearchAssetTools, setSearchContext, setSearchExceptions, setSearchRedirectProcessors, setSearchRequest, setSearchRequestProcessors, setSearchResponse, setSearchResponseProcessors, setShowDetailedResults, setShowXml, setSuccessURL, setUserProfile |
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 final java.lang.String CLASS_VERSION
Constructor Detail |
---|
public CustomerSearchTreeQueryFormHandler()
Method Detail |
---|
public java.lang.String getMaxSearchResults()
public void setMaxSearchResults(java.lang.String pMaxSearchResults)
public java.lang.String getMaxSearchResultsPerPage()
public void setMaxSearchResultsPerPage(java.lang.String pMaxSearchResultsPerPage)
public java.lang.String getFirstNameProperty()
public void setFirstNameProperty(java.lang.String pFirstNameProperty)
public java.lang.String getLastNameProperty()
public void setLastNameProperty(java.lang.String pLastNameProperty)
public java.lang.String getLoginProperty()
public void setLoginProperty(java.lang.String pLoginProperty)
public java.lang.String getEmailProperty()
public void setEmailProperty(java.lang.String pEmailProperty)
public java.lang.String getPostalCodeProperty()
public void setPostalCodeProperty(java.lang.String pPostalCodeProperty)
public java.lang.String getPhoneNumberProperty()
public void setPhoneNumberProperty(java.lang.String pPhoneNumberProperty)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |