public class CatalogNavHistory extends NavHistory
NavHistory| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
CLASS_VERSION
Class version string
|
DEFAULT_LOG_TRACE_STATUSDEFAULT_LOG_DEBUG_STATUS, DEFAULT_LOG_ERROR_STATUS, DEFAULT_LOG_INFO_STATUS, DEFAULT_LOG_WARNING_STATUS| Constructor and Description |
|---|
CatalogNavHistory() |
| Modifier and Type | Method and Description |
|---|---|
CatalogTools |
getCatalogTools()
Returns the property catalogTools which is a reference to a DCS component that
takes care of many common catalog related tasks.
|
java.util.LinkedList |
getDefaultHistory(java.lang.Object pItem)
This method returns the list of ancestors of the given item.
|
void |
setCatalogTools(CatalogTools pCatalogTools)
Sets the property catalogTools which is a reference to a DCS component that
takes care of many common catalog related tasks.
|
getNavCount, getNavHistory, incrementNavCount, navigate, resetHistory, setNavCount, setNavHistory, toStringaddGlobalLogListeners, addLogListener, getLoggingForVlogging, getLoggingIdentifer, getLoggingIdentifier, getLogListenerCount, getLogListeners, initializeFromServiceEvent, isAutoInitListeners, isLoggingDebug, isLoggingError, isLoggingInfo, isLoggingTrace, isLoggingWarning, logDebug, logDebug, logDebug, logError, logError, logError, logInfo, logInfo, logInfo, logTrace, logTrace, logTrace, logWarning, logWarning, logWarning, removeLogListener, sendLogEvent, setAutoInitListeners, setLoggingDebug, setLoggingError, setLoggingIdentifier, setLoggingInfo, setLoggingTrace, setLoggingWarningvlogDebug, vlogDebug, vlogDebug, vlogDebug, vlogDebugTrace, vlogError, vlogError, vlogError, vlogError, vlogInfo, vlogInfo, vlogInfo, vlogInfo, vlogTrace, vlogTrace, vlogTrace, vlogTrace, vlogWarning, vlogWarning, vlogWarning, vlogWarningpublic void setCatalogTools(CatalogTools pCatalogTools)
pCatalogTools - the DCS component located at /atg/commerce/catalog/CatalogToolspublic CatalogTools getCatalogTools()
public java.util.LinkedList getDefaultHistory(java.lang.Object pItem)
getDefaultHistory in class NavHistorypItem - a category or product RepositoryItem for which we would like to determine the default history.