|
|||||||||
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.commerce.csr.util.CSRConfigurator
public class CSRConfigurator
This class is used to maintain global configuration values for the CSR application.
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.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 | |
---|---|
CSRConfigurator()
|
Method Summary | |
---|---|
atg.commerce.catalog.CatalogTools |
getCatalogTools()
Returns The catalog tools |
java.lang.String |
getDefaultCatalogId()
Returns the catalog that's assigned whenever a new anonymous user profile is created and custom catalog is enabled in the CSRConfigurator |
int |
getMaximumAlmostQualifiedForPromotionsInShortList()
|
int |
getQuantityInputTagMaxlength()
Item quantity input tag's 'maxlength' attribute |
int |
getQuantityInputTagSize()
Item quantity input tag's 'size' attribute |
boolean |
isCustomCatalogs()
Returns boolean indicating if custom catalogs are in use |
boolean |
isProcessReturnRequestImmediately()
The default value is false. |
boolean |
isUsingPriceLists()
Returns boolean indicating whether price lists are being used |
void |
setCatalogTools(atg.commerce.catalog.CatalogTools pCatalogTools)
Sets catalogTools |
void |
setCustomCatalogs(boolean pCustomCatalogs)
boolean indicating if custom catalogs are in use |
void |
setDefaultCatalogId(java.lang.String pDefaultCatalogId)
This catalog is assigned whenever a new anonymous user profile is created and custom catalog is enabled in the CSRConfigurator. |
void |
setMaximumAlmostQualifiedForPromotionsInShortList(int pMax)
|
void |
setProcessReturnRequestImmediately(boolean pProcessReturnRequestImmediately)
The default value is false. |
void |
setQuantityInputTagMaxlength(int pMax)
Item quantity input tag's 'maxlength' attribute |
void |
setQuantityInputTagSize(int pSize)
Item quantity input tag's 'size' attribute |
void |
setUsingPriceLists(boolean pUsingPriceLists)
Sets boolean indicating whether price lists are being used |
Methods inherited from class atg.nucleus.GenericService |
---|
addLogListener, createAdminServlet, doStartService, doStopService, getAbsoluteName, getAdminServlet, getLoggingForVlogging, getLogListenerCount, getLogListeners, getName, getNameContext, getNucleus, getRoot, getServiceConfiguration, getServiceInfo, isLoggingDebug, isLoggingError, isLoggingInfo, isLoggingTrace, isLoggingWarning, isRunning, logDebug, logDebug, logDebug, logError, logError, logError, logInfo, logInfo, logInfo, logTrace, logTrace, logTrace, logWarning, logWarning, logWarning, nameContextElementBound, nameContextElementUnbound, removeLogListener, resolveName, resolveName, resolveName, resolveName, sendLogEvent, setLoggingDebug, setLoggingError, setLoggingInfo, setLoggingTrace, setLoggingWarning, setNucleus, setServiceInfo, startService, stopService |
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 java.lang.String CLASS_VERSION
Constructor Detail |
---|
public CSRConfigurator()
Method Detail |
---|
public boolean isProcessReturnRequestImmediately()
public void setProcessReturnRequestImmediately(boolean pProcessReturnRequestImmediately)
pProcessReturnRequestImmediately
- public void setCatalogTools(atg.commerce.catalog.CatalogTools pCatalogTools)
pCatalogTools
- the catalog toolspublic atg.commerce.catalog.CatalogTools getCatalogTools()
public void setCustomCatalogs(boolean pCustomCatalogs)
pCustomCatalogs
- boolean indicating if custom catalogs are in usepublic boolean isCustomCatalogs()
public void setUsingPriceLists(boolean pUsingPriceLists)
pUsingPriceLists
- boolean indicating whether price lists are being usedpublic boolean isUsingPriceLists()
public void setDefaultCatalogId(java.lang.String pDefaultCatalogId)
pDefaultCatalogId
- the custom catalog idpublic java.lang.String getDefaultCatalogId()
public int getMaximumAlmostQualifiedForPromotionsInShortList()
public void setMaximumAlmostQualifiedForPromotionsInShortList(int pMax)
pMax
- The maximum number of nearly qualified for promotions
to display in a short listpublic int getQuantityInputTagSize()
public void setQuantityInputTagSize(int pSize)
public int getQuantityInputTagMaxlength()
public void setQuantityInputTagMaxlength(int pMax)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |