|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectatg.nucleus.logging.VariableArgumentApplicationLoggingImpl
atg.nucleus.logging.LoggingSupport
atg.repository.search.indexing.config.RankConfigItem
public class RankConfigItem
The search engine will expect an object of this class for each search configuration in the repository.
| Field Summary | |
|---|---|
static java.lang.String |
CLASS_VERSION
Class version string |
| 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 | |
|---|---|
RankConfigItem(RankConfigAdapter pRankConfigAdapter,
java.lang.String pId,
java.lang.String pDisplayName)
Constructor. |
|
| Method Summary | |
|---|---|
atg.search.adapter.loader.AcquireSessionStatus |
acquireCustomizations(atg.search.adapter.loader.AcquireSession pSession)
Acquire customizations. |
atg.search.adapter.customization.CustomizationType |
getCustomizationType()
Returns CustomizationType.RANK_CONFIG |
java.lang.String |
getDisplayName()
Returns a display name for this item. |
java.lang.String |
getId()
Returns the repository id of this search configuration repository item the XML in this instance presents. |
RankConfigAdapter |
getRankConfigAdapter()
|
long |
getTimestamp()
Search configuration doesn't support a timestamp so this method return 0. |
java.lang.String |
getXmlAsString()
Call the SearchConfigurationXMLGenerator to get the XML
for this search configuration item. |
void |
setRankConfigAdapter(RankConfigAdapter pRankConfigAdapter)
|
| Methods inherited from class atg.nucleus.logging.LoggingSupport |
|---|
getLogger, getLoggingForVlogging, isLoggingDebug, isLoggingError, isLoggingInfo, isLoggingTrace, isLoggingWarning, logDebug, logDebug, logDebug, logError, logError, logError, logInfo, logInfo, logInfo, logTrace, logTrace, logTrace, logWarning, logWarning, logWarning, setLogger, setLoggingDebug, setLoggingError, setLoggingInfo, setLoggingTrace, setLoggingWarning |
| 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 |
|---|
public static final java.lang.String CLASS_VERSION
| Constructor Detail |
|---|
public RankConfigItem(RankConfigAdapter pRankConfigAdapter,
java.lang.String pId,
java.lang.String pDisplayName)
pRankConfigAdapter - RankConfigAdapterpId - repository item id| Method Detail |
|---|
public RankConfigAdapter getRankConfigAdapter()
public void setRankConfigAdapter(RankConfigAdapter pRankConfigAdapter)
public java.lang.String getId()
getId in interface atg.search.adapter.customization.CustomizationItempublic java.lang.String getDisplayName()
getDisplayName in interface atg.search.adapter.customization.CustomizationItempublic atg.search.adapter.customization.CustomizationType getCustomizationType()
getCustomizationType in interface atg.search.adapter.customization.CustomizationItem
public atg.search.adapter.loader.AcquireSessionStatus acquireCustomizations(atg.search.adapter.loader.AcquireSession pSession)
throws atg.search.adapter.exception.AdapterException
acquireCustomizations in interface atg.search.adapter.customization.CustomizationItempSession - the session for the customization acquisition.
atg.search.adapter.exception.AdapterExceptionpublic long getTimestamp()
getTimestamp in interface atg.search.adapter.customization.CustomizationItem
public java.lang.String getXmlAsString()
throws java.io.IOException
SearchConfigurationXMLGenerator to get the XML
for this search configuration item.
java.io.IOException
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||