|
||||||||||
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.ticketing.TicketingActivityRecorder
atg.commerce.csr.ticketing.TicketingPropertyUpdateRecorder
public class TicketingPropertyUpdateRecorder
This recorder extends TicketingActivityRecorder to add the ability to process an event with a list of PropertyUpdates
Field Summary | |
---|---|
static java.lang.String |
CLASS_VERSION
Class version string |
static java.lang.String |
NEW_VALUE_PROPERTY_NAME
The name of the property in the profile update item that holds the new value |
static java.lang.String |
OLD_VALUE_PROPERTY_NAME
The name of the property in the profile update item that holds the old value |
static java.lang.String |
OWNER_PROPERTY_NAME
The name of the property in the profile update item that holds the owner |
static java.lang.String |
PROPERTY_UPDATE_ITEM_TYPE
|
static java.lang.String |
UPDATE_TYPE_PROPERT_NAME
The name of the property in the property update item descriptor that holds the updated type |
static java.lang.String |
UPDATED_PROPERTY_PROPERTY_NAME
The name of the property in the profile update item that holds the property name |
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 | |
---|---|
TicketingPropertyUpdateRecorder()
|
Method Summary | |
---|---|
protected void |
populateCustomProperties(atg.repository.MutableRepository pTicketingRepository,
atg.repository.MutableRepositoryItem pActivityItem,
atg.agent.events.AgentEvent pAgentEvent)
Calls the super method to populate any properties of the base logging item, then calls populatePropertyUpdates |
protected void |
populatePropertyUpdates(atg.repository.MutableRepository pTicketingRepository,
atg.repository.MutableRepositoryItem pActivityItem,
atg.agent.events.AgentEvent pAgentEvent)
|
Methods inherited from class atg.nucleus.GenericService |
---|
addLogListener, 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, stopService |
Methods inherited from class atg.nucleus.logging.VariableArgumentApplicationLoggingImpl |
---|
vlogDebug, vlogDebug, vlogDebug, vlogDebug, vlogDebugTrace, 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 final java.lang.String CLASS_VERSION
public static final java.lang.String UPDATED_PROPERTY_PROPERTY_NAME
public static final java.lang.String OLD_VALUE_PROPERTY_NAME
public static final java.lang.String NEW_VALUE_PROPERTY_NAME
public static final java.lang.String OWNER_PROPERTY_NAME
public static final java.lang.String UPDATE_TYPE_PROPERT_NAME
public static final java.lang.String PROPERTY_UPDATE_ITEM_TYPE
Constructor Detail |
---|
public TicketingPropertyUpdateRecorder()
Method Detail |
---|
protected void populateCustomProperties(atg.repository.MutableRepository pTicketingRepository, atg.repository.MutableRepositoryItem pActivityItem, atg.agent.events.AgentEvent pAgentEvent) throws atg.ticketing.TicketingException
populateCustomProperties
in class TicketingActivityRecorder
atg.ticketing.TicketingException
protected void populatePropertyUpdates(atg.repository.MutableRepository pTicketingRepository, atg.repository.MutableRepositoryItem pActivityItem, atg.agent.events.AgentEvent pAgentEvent) throws atg.ticketing.TicketingException
atg.ticketing.TicketingException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |