|
||||||||||
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.PaymentGroupEvent
public class PaymentGroupEvent
The message class to be used to notify listeners when a CSR edits or adds a payment group
Field Summary | |
---|---|
static int |
ADD_TYPE
Event update type when a payment group is added |
static java.lang.String |
CLASS_VERSION
|
static int |
EDIT_TYPE
Event update type when a payment group property is modified |
static int |
REMOVE_TYPE
Event update type when a payment group is removed |
Fields inherited from class atg.agent.events.AgentEvent |
---|
AGENT_TOOLS_COMPONENT, mCurrentSiteId |
Constructor Summary | |
---|---|
PaymentGroupEvent()
|
Method Summary | |
---|---|
java.lang.String |
getPaymentGroupId()
|
java.util.List |
getPropertyUpdates()
|
int |
getUpdateType()
|
void |
setPaymentGroupId(java.lang.String pPaymentGroupId)
Sets the ID of the payment |
void |
setPropertyUpdates(java.util.List pPropertyUpdates)
Sets the list of PropertyUpdates |
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 EDIT_TYPE
public static final int REMOVE_TYPE
public static final int ADD_TYPE
Constructor Detail |
---|
public PaymentGroupEvent()
Method Detail |
---|
public void setPaymentGroupId(java.lang.String pPaymentGroupId)
pPaymentGroupId
- the ID of the payment grouppublic java.lang.String getPaymentGroupId()
public void setPropertyUpdates(java.util.List pPropertyUpdates)
pPropertyUpdates
- the list of PropertyUpdatespublic java.util.List getPropertyUpdates()
getPropertyUpdates
in interface PropertyUpdateEvent
public int getUpdateType()
public void setUpdateType(int pUpdateType)
pUpdateType
- the type of update made.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |