|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectatg.agent.events.AgentEvent
atg.commerce.csr.events.OrderEvent
atg.commerce.csr.events.ScheduledOrderEvent
public class ScheduledOrderEvent
This event class is used to generated scheduled order events.
Field Summary | |
---|---|
static int |
ACTIVATE_TYPE
Event update type when a scheduled order is activated |
static int |
ADD_TYPE
Event update type when a scheduled order is added |
static java.lang.String |
CLASS_VERSION
|
static int |
DEACTIVATE_TYPE
Event update type when a scheduled order is deactivated |
protected java.lang.String |
mScheduledOrderId
|
static int |
UPDATE_TYPE
Event update type when a scheduled order is updated |
Fields inherited from class atg.agent.events.AgentEvent |
---|
AGENT_TOOLS_COMPONENT, mCurrentSiteId |
Constructor Summary | |
---|---|
ScheduledOrderEvent()
|
Method Summary | |
---|---|
java.util.List |
getPropertyUpdates()
|
java.lang.String |
getScheduledOrderId()
|
int |
getUpdateType()
|
void |
setPropertyUpdates(java.util.List pPropertyUpdates)
Sets the List of property updates |
void |
setScheduledOrderId(java.lang.String pScheduledOrderId)
|
void |
setUpdateType(int pUpdateType)
Update type. |
Methods inherited from class atg.commerce.csr.events.OrderEvent |
---|
getAmount, getOrderId, setAmount, setOrderId, toString |
Methods inherited from class atg.agent.events.AgentEvent |
---|
getAgentProfile, getCurrentSiteId, getCustomerProfile, getCustomerProfileId, getEventDate, getIPAddress, getOrganizationId, getParentSessionId, getProfileId, getSessionId, getTicketId, getType, initializeBaseProperties, setCurrentSiteId, setCustomerProfile, setCustomerProfileId, setEventDate, setIPAddress, setOrganizationId, setParentSessionId, setProfileId, setSessionId, setTicketId, setType |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public static final java.lang.String CLASS_VERSION
public static final int ADD_TYPE
public static final int UPDATE_TYPE
public static final int ACTIVATE_TYPE
public static final int DEACTIVATE_TYPE
protected java.lang.String mScheduledOrderId
Constructor Detail |
---|
public ScheduledOrderEvent()
Method Detail |
---|
public java.lang.String getScheduledOrderId()
public void setScheduledOrderId(java.lang.String pScheduledOrderId)
public int getUpdateType()
public void setUpdateType(int pUpdateType)
pUpdateType
- the type of update made.public java.util.List getPropertyUpdates()
getPropertyUpdates
in interface PropertyUpdateEvent
public void setPropertyUpdates(java.util.List pPropertyUpdates)
pPropertyUpdates
- the collection of property updates.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |