atg.commerce.search.testing
Class CommerceSearchTestingService

java.lang.Object
  extended by atg.nucleus.logging.VariableArgumentApplicationLoggingImpl
      extended by atg.nucleus.GenericService
          extended by atg.repository.search.testing.SearchTestingService
              extended by atg.commerce.search.testing.CommerceSearchTestingService
All Implemented Interfaces:
NameContextBindingListener, NameContextElement, NameResolver, AdminableService, ApplicationLogging, atg.nucleus.logging.ApplicationLoggingSender, atg.nucleus.logging.TraceApplicationLogging, VariableArgumentApplicationLogging, ComponentNameResolver, Service, ServiceListener, java.util.EventListener

public class CommerceSearchTestingService
extends SearchTestingService

Extends the base DAF SearchTestingService to provide a lookup of sorting property names as MetaProperty object to provide locale specific display names.


Field Summary
static java.lang.String CLASS_VERSION
          Class version string
 
Fields inherited from class atg.repository.search.testing.SearchTestingService
mSiteIndexInfoService, mSiteManager
 
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
CommerceSearchTestingService()
           
 
Method Summary
 java.lang.String getApplicationName()
          Gets the application name
 MetaPropertiesHelperRegistry getMetaPropertiesHelperRegistry()
          Gets the MetaPropertiesHelperRegistry
 atg.core.util.OrderedHashtable getSortingProperties()
           
 void setApplicationName(java.lang.String pApplicationName)
          Sets the application name
 void setMetaPropertiesHelperRegistry(MetaPropertiesHelperRegistry pMetaPropertiesHelperRegistry)
          Sets the MetaPropertiesHelperRegistry
 
Methods inherited from class atg.repository.search.testing.SearchTestingService
getAvailableLocaleNames, getAvailableLocales, getAvailableLocales, getAvailableLocales, getAvailableSites, getDefaultContentLabel, getDefaultSearchEnvironment, getDefaultTargetType, getIndexedLocales, getRoutingSystemService, getSearchEnvironments, getSiteIndexInfoService, getSiteManager, getSortByPropertyNames, getTestingEnvironmentName, setAvailableLocaleNames, setDefaultContentLabel, setDefaultSearchEnvironment, setDefaultTargetType, setRoutingSystemService, setSearchEnvironments, setSiteIndexInfoService, setSiteManager, setSortByPropertyNames
 
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, reResolveThis, 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

CLASS_VERSION

public static java.lang.String CLASS_VERSION
Class version string

Constructor Detail

CommerceSearchTestingService

public CommerceSearchTestingService()
Method Detail

getMetaPropertiesHelperRegistry

public MetaPropertiesHelperRegistry getMetaPropertiesHelperRegistry()
Gets the MetaPropertiesHelperRegistry

Returns:
the MetaPropertiesHelperRegistry

setMetaPropertiesHelperRegistry

public void setMetaPropertiesHelperRegistry(MetaPropertiesHelperRegistry pMetaPropertiesHelperRegistry)
Sets the MetaPropertiesHelperRegistry

Parameters:
pMetaPropertiesHelperRegistry -

getApplicationName

public java.lang.String getApplicationName()
Gets the application name

Returns:
String application name

setApplicationName

public void setApplicationName(java.lang.String pApplicationName)
Sets the application name

Parameters:
pApplicationName - String application name

getSortingProperties

public atg.core.util.OrderedHashtable getSortingProperties()