|
||||||||||
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.util.DocumentLinksService
public class DocumentLinksService
This class contains different methods that are user in DocumentLinksDroplet
Field Summary | |
---|---|
static java.lang.String |
ALTERNATE
|
static java.lang.String |
CANONICAL
|
static java.lang.String |
CHAPTER
|
static java.lang.String |
CLASS_VERSION
Class version string |
static java.lang.String |
HOME
|
static java.lang.String |
NEXT
|
static java.lang.String |
PREV
|
static java.lang.String |
SECTION
|
static java.lang.String |
UP
|
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 | |
---|---|
DocumentLinksService()
|
Method Summary | |
---|---|
java.util.Map |
getBreadcrumbsLinks(atg.repository.RepositoryItem pCurrentCategory,
atg.repository.RepositoryItem pCurrentProduct,
atg.commerce.catalog.CatalogNavHistory pCatalogNavHistory)
Get objects for home, up, chapter and section links from navigation history |
java.util.Map |
getOtherLinks(atg.repository.RepositoryItem pCurrentCategory,
atg.repository.RepositoryItem pCurrentProduct,
atg.servlet.DynamoHttpServletRequest pRequest,
atg.servlet.RequestLocale pRequestLocale)
Gets objects for canonical, alternate, prev and next objects |
java.util.List |
getProductsList(atg.repository.RepositoryItem pCategory)
Return join of childProducts property and relatedProducts property for pCategory |
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 final java.lang.String CLASS_VERSION
public static final java.lang.String HOME
public static final java.lang.String UP
public static final java.lang.String CHAPTER
public static final java.lang.String SECTION
public static final java.lang.String PREV
public static final java.lang.String NEXT
public static final java.lang.String ALTERNATE
public static final java.lang.String CANONICAL
Constructor Detail |
---|
public DocumentLinksService()
Method Detail |
---|
public java.util.List getProductsList(atg.repository.RepositoryItem pCategory)
pCategory
- the category
public java.util.Map getOtherLinks(atg.repository.RepositoryItem pCurrentCategory, atg.repository.RepositoryItem pCurrentProduct, atg.servlet.DynamoHttpServletRequest pRequest, atg.servlet.RequestLocale pRequestLocale)
pCurrentCategory
- the current categorypCurrentProduct
- the current productpRequest
- the requestpRequestLocale
-
public java.util.Map getBreadcrumbsLinks(atg.repository.RepositoryItem pCurrentCategory, atg.repository.RepositoryItem pCurrentProduct, atg.commerce.catalog.CatalogNavHistory pCatalogNavHistory)
pCurrentCategory
- the current categorypCurrentProduct
- the current productpCatalogNavHistory
-
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |