public class CommerceProfileFailService extends ProfileSessionFailService
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
CLASS_VERSION
Class version string
|
protected java.lang.String |
mActivePromotionPropertyName |
protected java.util.List |
mActivePromotions
The Profile's active promotions
|
mSecurityStatusFailoverEnabled, mUidForFailoverSERVICE_INFO_KEYDEFAULT_LOG_TRACE_STATUSDEFAULT_LOG_DEBUG_STATUS, DEFAULT_LOG_ERROR_STATUS, DEFAULT_LOG_INFO_STATUS, DEFAULT_LOG_WARNING_STATUS| Constructor and Description |
|---|
CommerceProfileFailService() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getActivePromotionPropertyName()
The profile's property name for active promotions.
|
java.util.List |
getActivePromotions() |
void |
sessionRestored()
The restoring method which will load the activePromotions into the profile.
|
void |
setActivePromotionPropertyName(java.lang.String pActivePromotionPropertyName) |
void |
setActivePromotions(java.util.List pActivePromotions) |
getDataSource, getFailedOverSecurityStatus, getProfile, getProfileTools, getUidForFailover, setDataSource, setFailedOverSecurityStatus, setProfile, setProfileTools, setUidForFailoveraddLogListener, 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, stopServicevlogDebug, vlogDebug, vlogDebug, vlogDebug, vlogDebugTrace, vlogError, vlogError, vlogError, vlogError, vlogInfo, vlogInfo, vlogInfo, vlogInfo, vlogTrace, vlogTrace, vlogTrace, vlogTrace, vlogWarning, vlogWarning, vlogWarning, vlogWarningpublic static final java.lang.String CLASS_VERSION
protected java.lang.String mActivePromotionPropertyName
protected java.util.List mActivePromotions
public void setActivePromotionPropertyName(java.lang.String pActivePromotionPropertyName)
public java.lang.String getActivePromotionPropertyName()
public void setActivePromotions(java.util.List pActivePromotions)
public java.util.List getActivePromotions()
public void sessionRestored()
sessionRestored in interface atg.servlet.sessionsaver.RestoreablesessionRestored in class ProfileSessionFailService