atg.svc.agent.ui
Class CustomerProfileSearchUIConfiguration

java.lang.Object
  extended by atg.nucleus.logging.VariableArgumentApplicationLoggingImpl
      extended by atg.nucleus.GenericService
          extended by atg.web.UIConfiguration
              extended by atg.svc.ui.CommonUIConfiguration
                  extended by atg.svc.agent.ui.CustomerProfileSearchUIConfiguration
All Implemented Interfaces:
atg.naming.NameContextBindingListener, atg.naming.NameContextElement, atg.naming.NameResolver, atg.nucleus.AdminableService, atg.nucleus.logging.ApplicationLogging, atg.nucleus.logging.ApplicationLoggingSender, atg.nucleus.logging.TraceApplicationLogging, atg.nucleus.logging.VariableArgumentApplicationLogging, atg.nucleus.naming.ComponentNameResolver, atg.nucleus.Service, atg.nucleus.ServiceListener, java.util.EventListener

public class CustomerProfileSearchUIConfiguration
extends CommonUIConfiguration

This class holds the UI configuration for the Customer Profile search


Field Summary
static java.lang.String CLASS_VERSION
          Class version string
 
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
CustomerProfileSearchUIConfiguration()
           
 
Method Summary
 java.lang.String getDefaultSortDirection()
          Returns the mDefaultSortDirection
 java.lang.String getDefaultSortField()
          Returns the mDefaultSortField
 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
 java.lang.String getSearchEnvironmentName()
          Returns the mMaxSearchResultsPerPage
 void setDefaultSortDirection(java.lang.String pDefaultSortDirection)
          Sets the mDefaultSortDirection
 void setDefaultSortField(java.lang.String pDefaultSortField)
          Sets the mDefaultSortField
 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
 void setSearchEnvironmentName(java.lang.String pSearchEnvironmentName)
          Sets the mMaxSearchResultsPerPage
 
Methods inherited from class atg.svc.ui.CommonUIConfiguration
getCommonUILocation, getContentStylesheet, getCssLocation, getEmailTemplatePaths, getExtensionsRoot, getImageLocation, getMainScript, getOuterStylesheet, getScriptsLocation, getSearchCluster, getStyleRoot, getSuggestedLoginParam, getSupportedOfferMgmtMediaMimeTypes, getTheme, getTipsStylesheet, isEnableRequireLoginFilterForEmailTemplate, isSuggestedLoginEnabled, setCommonUILocation, setContentStylesheet, setCssLocation, setEmailTemplatePaths, setEnableRequireLoginFilterForEmailTemplate, setExtensionsRoot, setImageLocation, setMainScript, setOuterStylesheet, setScriptsLocation, setSearchCluster, setStyleRoot, setSuggestedLoginEnabled, setSuggestedLoginParam, setSupportedOfferMgmtMediaMimeTypes, setTheme, setTipsStylesheet
 
Methods inherited from class atg.web.UIConfiguration
getContextRoot, getLocaleSettingResourceBundle, getLoginURI, getLoginURISuccessParam, getMediaContextRoot, getNormalizeOutputXHTML, getRedirectDelayMS, getUserMessagesResourceBundle, isLoginRequired, setContextRoot, setLocaleSettingResourceBundle, setLoginRequired, setLoginURI, setLoginURISuccessParam, setMediaContextRoot, setNormalizeOutputXHTML, setRedirectDelayMS, setUserMessagesResourceBundle
 
Methods inherited from class atg.nucleus.GenericService
addLogListener, 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, stopService
 
Methods inherited from class atg.nucleus.logging.VariableArgumentApplicationLoggingImpl
vlogDebug, vlogDebug, vlogDebug, vlogDebug, vlogDebugTrace, 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

CLASS_VERSION

public static java.lang.String CLASS_VERSION
Class version string

Constructor Detail

CustomerProfileSearchUIConfiguration

public CustomerProfileSearchUIConfiguration()
Method Detail

getDefaultSortField

public java.lang.String getDefaultSortField()
Returns the mDefaultSortField


setDefaultSortField

public void setDefaultSortField(java.lang.String pDefaultSortField)
Sets the mDefaultSortField


getDefaultSortDirection

public java.lang.String getDefaultSortDirection()
Returns the mDefaultSortDirection


setDefaultSortDirection

public void setDefaultSortDirection(java.lang.String pDefaultSortDirection)
Sets the mDefaultSortDirection


getMaxSearchResults

public java.lang.String getMaxSearchResults()
Returns the mMaxSearchResults


setMaxSearchResults

public void setMaxSearchResults(java.lang.String pMaxSearchResults)
Sets the mMaxSearchResults


getMaxSearchResultsPerPage

public java.lang.String getMaxSearchResultsPerPage()
Returns the mMaxSearchResultsPerPage


setMaxSearchResultsPerPage

public void setMaxSearchResultsPerPage(java.lang.String pMaxSearchResultsPerPage)
Sets the mMaxSearchResultsPerPage


getSearchEnvironmentName

public java.lang.String getSearchEnvironmentName()
Returns the mMaxSearchResultsPerPage


setSearchEnvironmentName

public void setSearchEnvironmentName(java.lang.String pSearchEnvironmentName)
Sets the mMaxSearchResultsPerPage


getFirstNameProperty

public java.lang.String getFirstNameProperty()
Returns the mFirstNameProperty


setFirstNameProperty

public void setFirstNameProperty(java.lang.String pFirstNameProperty)
Sets the mFirstNameProperty


getLastNameProperty

public java.lang.String getLastNameProperty()
Returns the mLastNameProperty


setLastNameProperty

public void setLastNameProperty(java.lang.String pLastNameProperty)
Sets the mLastNameProperty


getLoginProperty

public java.lang.String getLoginProperty()
Returns the mLoginProperty


setLoginProperty

public void setLoginProperty(java.lang.String pLoginProperty)
Sets the mLoginProperty


getEmailProperty

public java.lang.String getEmailProperty()
Returns the mEmailProperty


setEmailProperty

public void setEmailProperty(java.lang.String pEmailProperty)
Sets the mEmailProperty


getPostalCodeProperty

public java.lang.String getPostalCodeProperty()
Returns the mPostalCodeProperty


setPostalCodeProperty

public void setPostalCodeProperty(java.lang.String pPostalCodeProperty)
Sets the mPostalCodeProperty


getPhoneNumberProperty

public java.lang.String getPhoneNumberProperty()
Returns the mPhoneNumberProperty


setPhoneNumberProperty

public void setPhoneNumberProperty(java.lang.String pPhoneNumberProperty)
Sets the mPhoneNumberProperty