public class StoreRecommendationsConfiguration
extends atg.nucleus.GenericService
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
CLASS_VERSION |
Constructor and Description |
---|
StoreRecommendationsConfiguration() |
Modifier and Type | Method and Description |
---|---|
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.AbstractCache |
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.AbstractCache 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.
|
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, toString
vlogDebug, vlogDebug, vlogDebug, vlogDebug, vlogDebugTrace, vlogError, vlogError, vlogError, vlogError, vlogInfo, vlogInfo, vlogInfo, vlogInfo, vlogTrace, vlogTrace, vlogTrace, vlogTrace, vlogWarning, vlogWarning, vlogWarning, vlogWarning
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.AbstractCache getSearchResultsPagesCache()
public void setSearchResultsPagesCache(atg.service.cache.AbstractCache 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