@Component public class ApplicationConfig extends Object
| Constructor and Description |
|---|
ApplicationConfig() |
| Modifier and Type | Method and Description |
|---|---|
String |
getDefaultLanguage() |
int |
getMaxCustomerSearchTerms() |
int |
getMaxDocumentSearchTerms() |
int |
getMaxShapeSearchTerms() |
int |
getMaxTaxonomySearchTerms() |
int |
getMaxUserSearchTerms() |
long |
getServerShutdownDelay() |
TimeUnit |
getServerShutdownDelayUnit() |
SmtpConfig |
getSmtpConfig() |
void |
setDefaultLanguage(String defaultLanguage) |
void |
setMaxCustomerSearchTerms(String maxCustomerSearchTermsStr) |
void |
setMaxDocumentSearchTerms(String maxDocumentSearchTermsStr) |
void |
setMaxShapeSearchTerms(String maxShapeSearchTermsStr) |
void |
setMaxTaxonomySearchTerms(String maxTaxonomySearchTermsStr) |
void |
setMaxUserSearchTerms(String maxUserSearchTermsStr) |
void |
setServerShutdownDelay(long serverShutdownDelay) |
void |
setServerShutdownDelayUnit(TimeUnit serverShutdownDelayUnit) |
void |
setSmtpConfig(SmtpConfig smtpConfig) |
public long getServerShutdownDelay()
public void setServerShutdownDelay(long serverShutdownDelay)
public TimeUnit getServerShutdownDelayUnit()
public void setServerShutdownDelayUnit(TimeUnit serverShutdownDelayUnit)
public int getMaxUserSearchTerms()
public void setMaxUserSearchTerms(String maxUserSearchTermsStr)
public int getMaxCustomerSearchTerms()
public void setMaxCustomerSearchTerms(String maxCustomerSearchTermsStr)
public int getMaxTaxonomySearchTerms()
public void setMaxTaxonomySearchTerms(String maxTaxonomySearchTermsStr)
public int getMaxShapeSearchTerms()
public void setMaxShapeSearchTerms(String maxShapeSearchTermsStr)
public int getMaxDocumentSearchTerms()
public void setMaxDocumentSearchTerms(String maxDocumentSearchTermsStr)
public String getDefaultLanguage()
public void setDefaultLanguage(String defaultLanguage)
public SmtpConfig getSmtpConfig()
public void setSmtpConfig(SmtpConfig smtpConfig)
Copyright © 2016. All Rights Reserved.