|
||||||||||
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.projects.store.recommendations.StoreRecommendationsConfiguration
public class StoreRecommendationsConfiguration
The configuration of the store recommendations auto-tagging feature.
Field Summary | |
---|---|
static java.lang.String |
CLASS_VERSION
|
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 | |
---|---|
StoreRecommendationsConfiguration()
|
Method Summary | |
---|---|
java.lang.String[] |
getCartChangeJMSTypes()
Returns JMSTypes of events that indicate that cart content has been changed. |
java.lang.String |
getCatalogNavHistoryPath()
Returns the path to catalog navigation history component. |
atg.commerce.pricing.priceLists.PriceListManager |
getPriceListManager()
Returns the price list manager. |
java.lang.String |
getRecommendationsScriptUrl()
Returns the URL to recommendations JavaScript library. |
java.lang.String |
getRetailerId()
Returns recommendations account retailer ID. |
java.lang.String[] |
getSearchResultsPages()
Returns the list of search results pages on which the searchTermQueryArgs should be looked for. |
atg.service.cache.Cache |
getSearchResultsPagesCache()
Returns the cache storing whether URLs match SearchResultsPages patterns |
java.lang.String[] |
getSearchTermQueryArgs()
Returns an array of query arguments that specify what search term is searched for. |
boolean |
isIncludeRootCategory()
Returns the boolean indicating whether to include root category into the category path. |
void |
setCartChangeJMSTypes(java.lang.String[] pCartChangeJMSTypes)
The JMSTypes of events that indicate that cart content has been changed. |
void |
setCatalogNavHistoryPath(java.lang.String pCatalogNavHistoryPath)
Sets the path to catalog navigation history component. |
void |
setIncludeRootCategory(boolean pIncludeRootCategory)
Sets the boolean indicating whether to include root category into the category path. |
void |
setPriceListManager(atg.commerce.pricing.priceLists.PriceListManager pPriceListManager)
Sets the price list manager. |
void |
setRecommendationsScriptUrl(java.lang.String pRecommendationsScriptUrl)
Sets the URL to recommendations JavaScript library. |
void |
setRetailerId(java.lang.String pRetailerId)
Sets recommendations account retailer ID. |
void |
setSearchResultsPages(java.lang.String[] pSearchResultsPages)
Sets the list of search results pages on which the searchTermQueryArgs should be looked for. |
void |
setSearchResultsPagesCache(atg.service.cache.Cache pSearchResultsPagesCache)
Sets the cache storing whether URLs match SearchResultsPages patterns. |
void |
setSearchTermQueryArgs(java.lang.String[] pSearchTermQueryArgs)
An array of query arguments that specify what search term is searched for. |
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 |
---|
public static java.lang.String CLASS_VERSION
Constructor Detail |
---|
public StoreRecommendationsConfiguration()
Method Detail |
---|
public java.lang.String getRetailerId()
public void setRetailerId(java.lang.String pRetailerId)
RetailerId
- the Recommendations Retailer ID to setpublic java.lang.String getRecommendationsScriptUrl()
public void setRecommendationsScriptUrl(java.lang.String pRecommendationsScriptUrl)
pRecommendationsScriptUrl
- - the Recommendation JavaScript library URLpublic void setSearchTermQueryArgs(java.lang.String[] pSearchTermQueryArgs)
pSearchTermQueryArgs
- An array of query arguments that specify what
search term is searched for.public java.lang.String[] getSearchTermQueryArgs()
public java.lang.String[] getSearchResultsPages()
public void setSearchResultsPages(java.lang.String[] pSearchResultsPages)
SearchResultsPages
- the String[] - the list of search results pages
on which the searchTermQueryArgs should be looked for.public atg.service.cache.Cache getSearchResultsPagesCache()
public void setSearchResultsPagesCache(atg.service.cache.Cache pSearchResultsPagesCache)
SearchResultsPagesCache
- The cache storing whether URLs match
SearchResultsPages patternspublic void setCartChangeJMSTypes(java.lang.String[] pCartChangeJMSTypes)
pCartChangeJMSTypes
- The JMSTypes of events that indicate that cart
content has been changed.public java.lang.String[] getCartChangeJMSTypes()
public java.lang.String getCatalogNavHistoryPath()
public void setCatalogNavHistoryPath(java.lang.String pCatalogNavHistoryPath)
pCatalogNavHistoryPath
- the path to catalog navigation history component.public atg.commerce.pricing.priceLists.PriceListManager getPriceListManager()
public void setPriceListManager(atg.commerce.pricing.priceLists.PriceListManager pPriceListManager)
pPriceListManager
- the price list manager.public boolean isIncludeRootCategory()
public void setIncludeRootCategory(boolean pIncludeRootCategory)
pIncludeRootCategory
- the boolean indicating whether root category
should be included into the category path
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |