|
||||||||||
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.GiftlistEvent
atg.commerce.csr.events.GiftItemEvent
public class GiftItemEvent
The message class to be used to notify listeners when a CSR edits, adds, or removes a gift item
Field Summary | |
---|---|
static java.lang.String |
CLASS_VERSION
|
Fields inherited from class atg.agent.events.AgentEvent |
---|
AGENT_TOOLS_COMPONENT, mCurrentSiteId |
Constructor Summary | |
---|---|
GiftItemEvent()
|
Method Summary | |
---|---|
java.lang.String |
getCatalogRefId()
Returns property catalogRefId. |
long |
getNewQuantity()
The new quantity of the item |
long |
getOldQuantity()
The quantity of the item before the change |
void |
setCatalogRefId(java.lang.String pCatalogRefId)
Sets property catalogRefId. |
void |
setNewQuantity(long pNewQuantity)
|
void |
setOldQuantity(long pOldQuantity)
|
Methods inherited from class atg.commerce.csr.events.GiftlistEvent |
---|
getEventName, getGiftlistId, getPropertyUpdates, setEventName, setGiftlistId, setPropertyUpdates, 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
Constructor Detail |
---|
public GiftItemEvent()
Method Detail |
---|
public void setCatalogRefId(java.lang.String pCatalogRefId)
pCatalogRefId
- The property to store the sku id.public java.lang.String getCatalogRefId()
public void setOldQuantity(long pOldQuantity)
public long getOldQuantity()
public void setNewQuantity(long pNewQuantity)
public long getNewQuantity()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |