|
|||||||||
| 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.userprofiling.ProfileSessionFailService
atg.commerce.profile.CommerceProfileFailService
public class CommerceProfileFailService
This service extends the @see atg.userprofiling.ProfileSessionFailService to send along the activePromotions property of the profile. Note: This implementation will not send over the usedPromotions property.
| Field Summary | |
|---|---|
static java.lang.String |
CLASS_VERSION
Class version string |
protected java.lang.String |
mActivePromotionPropertyName
|
protected java.util.List |
mActivePromotions
The Profile's active promotios |
| Fields inherited from class atg.userprofiling.ProfileSessionFailService |
|---|
mSecurityStatusFailoverEnabled, mUidForFailover |
| 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 | |
|---|---|
CommerceProfileFailService()
|
|
| Method Summary | |
|---|---|
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)
|
| Methods inherited from class atg.userprofiling.ProfileSessionFailService |
|---|
getFailedOverSecurityStatus, getProfile, getProfileTools, getUidForFailover, setFailedOverSecurityStatus, setProfile, setProfileTools, setUidForFailover |
| 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
protected java.lang.String mActivePromotionPropertyName
protected java.util.List mActivePromotions
| Constructor Detail |
|---|
public CommerceProfileFailService()
| Method Detail |
|---|
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
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||