|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectatg.nucleus.GenericService
atg.web.UIConfiguration
atg.svc.ui.CommonUIConfiguration
atg.svc.self.ui.SelfServiceUIConfiguration
public class SelfServiceUIConfiguration
This class is a nucleus component for defining generic UI configuration properties such as the context root
Field Summary | |
---|---|
static java.lang.String |
CLASS_VERSION
Class version string |
Fields inherited from class atg.nucleus.GenericService |
---|
SERVICE_INFO_KEY |
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 | |
---|---|
SelfServiceUIConfiguration()
|
Method Summary | |
---|---|
java.lang.String |
getAdvisorCompanyID()
|
java.lang.String |
getAdvisorPath()
|
java.lang.String |
getAdvisorServer()
|
java.lang.String |
getAdvisorSiteName()
|
java.lang.String |
getAdvisorTemplate()
|
int |
getBestBetInitialCount()
|
java.lang.String |
getBrandingContextRoot()
|
java.lang.String |
getEmailTemplateStylesheet()
|
char[] |
getFilterChar()
Get the global filter characters to be applied to all field for which no filters is defined. |
java.util.Map |
getFilterCharOnField()
Get the map conataining parameter name vs filter corresponding to that parameter |
char[] |
getFilterCharOnField(java.lang.String pFieldName)
Get the filter characters corresponding to the provided field |
java.lang.String[] |
getFilteredParamNames()
Get an array of all parameter names on which filtering need to be done. |
int |
getHotSolutionsInitialCount()
|
int |
getMaxPasswordLength()
|
int |
getMinPasswordLength()
|
int |
getSearchExampleCount()
|
boolean |
getShowPasswordRule()
|
java.lang.String |
getSolutionEditorStylesheet()
|
int |
getTopQuestionsInitialCount()
|
boolean |
isEnableControlCharacterFilteringForSearchResultTitles()
Get the value of mEnableControlCharacterFilteringForSearchResultTitles. |
boolean |
isLoginRequired()
Overriding isLoginReuired() implementation to get the value based on the "AllowAnonymousUsers" global (site) option. |
void |
setAdvisorCompanyID(java.lang.String pAdvisorCompanyID)
|
void |
setAdvisorPath(java.lang.String pAdvisorPath)
|
void |
setAdvisorServer(java.lang.String pAdvisorServer)
|
void |
setAdvisorSiteName(java.lang.String pAdvisorSiteName)
|
void |
setAdvisorTemplate(java.lang.String pAdvisorTemplate)
|
void |
setBestBetInitialCount(int pBestBetInitialCount)
|
void |
setBrandingContextRoot(java.lang.String pBrandingContextRoot)
|
void |
setEmailTemplateStylesheet(java.lang.String pEmailTemplateStylesheet)
|
void |
setEnableControlCharacterFilteringForSearchResultTitles(boolean pEnableControlCharacterFilteringForSearchResultTitles)
Set the value of EnableControlCharacterFilteringForSearchResultTitles. |
void |
setFilterChar(char[] pFilterChar)
Set the global filter characters to be applied to all field for which no filters is defined. |
void |
setFilterCharOnField(java.util.Map pFilterCharOnField)
Set the map conataining parameter name vs filter corresponding to that parameter |
void |
setFilteredParamNames(java.lang.String[] pFilteredParamNames)
Set an array of all parameter names on which filtering need to be done. |
void |
setHotSolutionsInitialCount(int pHotSolutionsInitialCount)
|
void |
setMaxPasswordLength(int pMaxPasswordLength)
|
void |
setMinPasswordLength(int pMinPasswordLength)
|
void |
setSearchExampleCount(int pSearchExampleCount)
|
void |
setShowPasswordRule(boolean pShowPasswordRule)
|
void |
setSolutionEditorStylesheet(java.lang.String pSolutionEditorStylesheet)
|
void |
setTopQuestionsInitialCount(int pTopQuestionsInitialCount)
|
Methods inherited from class atg.web.UIConfiguration |
---|
getContextRoot, getLocaleSettingResourceBundle, getLoginURI, getLoginURISuccessParam, getMediaContextRoot, getNormalizeOutputXHTML, getRedirectDelayMS, getUserMessagesResourceBundle, setContextRoot, setLocaleSettingResourceBundle, setLoginRequired, setLoginURI, setLoginURISuccessParam, setMediaContextRoot, setNormalizeOutputXHTML, setRedirectDelayMS, setUserMessagesResourceBundle |
Methods inherited from class atg.nucleus.GenericService |
---|
addLogListener, createAdminServlet, doStartService, doStopService, getAbsoluteName, getAdminServlet, getLogListenerCount, getLogListeners, getName, getNameContext, getNucleus, getRoot, getServiceConfiguration, getServiceInfo, isLoggingDebug, isLoggingError, isLoggingInfo, isLoggingWarning, isRunning, logDebug, logDebug, logDebug, logError, logError, logError, logInfo, logInfo, logInfo, logWarning, logWarning, logWarning, nameContextElementBound, nameContextElementUnbound, removeLogListener, resolveName, resolveName, resolveName, resolveName, sendLogEvent, setLoggingDebug, setLoggingError, setLoggingInfo, setLoggingWarning, setServiceInfo, startService, stopService |
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 SelfServiceUIConfiguration()
Method Detail |
---|
public int getSearchExampleCount()
public void setSearchExampleCount(int pSearchExampleCount)
pSearchExampleCount
- The searchExampleCount to set.public int getBestBetInitialCount()
public void setBestBetInitialCount(int pBestBetInitialCount)
public int getTopQuestionsInitialCount()
public void setTopQuestionsInitialCount(int pTopQuestionsInitialCount)
public int getHotSolutionsInitialCount()
public void setHotSolutionsInitialCount(int pHotSolutionsInitialCount)
public java.lang.String getSolutionEditorStylesheet()
public void setSolutionEditorStylesheet(java.lang.String pSolutionEditorStylesheet)
public java.lang.String getAdvisorServer()
public void setAdvisorServer(java.lang.String pAdvisorServer)
public java.lang.String getAdvisorPath()
public void setAdvisorPath(java.lang.String pAdvisorPath)
public java.lang.String getAdvisorSiteName()
public void setAdvisorSiteName(java.lang.String pAdvisorSiteName)
public java.lang.String getAdvisorCompanyID()
public void setAdvisorCompanyID(java.lang.String pAdvisorCompanyID)
public java.lang.String getAdvisorTemplate()
public void setAdvisorTemplate(java.lang.String pAdvisorTemplate)
public java.lang.String getEmailTemplateStylesheet()
public void setEmailTemplateStylesheet(java.lang.String pEmailTemplateStylesheet)
public int getMinPasswordLength()
public void setMinPasswordLength(int pMinPasswordLength)
public int getMaxPasswordLength()
public void setMaxPasswordLength(int pMaxPasswordLength)
public boolean getShowPasswordRule()
public void setShowPasswordRule(boolean pShowPasswordRule)
public boolean isEnableControlCharacterFilteringForSearchResultTitles()
public void setEnableControlCharacterFilteringForSearchResultTitles(boolean pEnableControlCharacterFilteringForSearchResultTitles)
paths
- Value to assign to EnableControlCharacterFilteringForSearchResultTitles.public boolean isLoginRequired()
isLoginRequired
in class atg.web.UIConfiguration
public java.lang.String getBrandingContextRoot()
public void setBrandingContextRoot(java.lang.String pBrandingContextRoot)
public char[] getFilterChar()
public void setFilterChar(char[] pFilterChar)
public java.util.Map getFilterCharOnField()
public void setFilterCharOnField(java.util.Map pFilterCharOnField)
public char[] getFilterCharOnField(java.lang.String pFieldName)
pFieldName
- The parameter name
public java.lang.String[] getFilteredParamNames()
public void setFilteredParamNames(java.lang.String[] pFilteredParamNames)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |