|
||||||||||
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.SplitShippingGroup
public class SplitShippingGroup
The message class to be used to notify listeners when a CSR splits a shipping group's commerce items into another shipping group
Field Summary | |
---|---|
static java.lang.String |
CLASS_VERSION
|
Fields inherited from class atg.agent.events.AgentEvent |
---|
AGENT_TOOLS_COMPONENT, mCurrentSiteId |
Constructor Summary | |
---|---|
SplitShippingGroup()
|
Method Summary | |
---|---|
java.lang.String |
getCommerceItemId()
|
java.lang.String |
getDestinationShippingGroupId()
|
long |
getQuantity()
|
java.lang.String |
getSourceShippingGroupId()
|
void |
setCommerceItemId(java.lang.String pCommerceItemId)
Sets the ID of the commerce item that was moved |
void |
setDestinationShippingGroupId(java.lang.String pDestinationShippingGroupId)
Sets the ID of the shipping group that the item was moved into |
void |
setQuantity(long pQuantity)
The quantity of the item that was moved |
void |
setSourceShippingGroupId(java.lang.String pSourceShippingGroupId)
Sets the ID of the shipping group the item was removed from |
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
Constructor Detail |
---|
public SplitShippingGroup()
Method Detail |
---|
public void setCommerceItemId(java.lang.String pCommerceItemId)
pCommerceItemId
- the id of the commerce item that was movedpublic java.lang.String getCommerceItemId()
public void setDestinationShippingGroupId(java.lang.String pDestinationShippingGroupId)
pDestinationShippingGroupId
- the ID of the shipping group the item was moved intopublic java.lang.String getDestinationShippingGroupId()
public void setQuantity(long pQuantity)
pQuantity
- the quantity of the item that was movedpublic long getQuantity()
public void setSourceShippingGroupId(java.lang.String pSourceShippingGroupId)
pSourceShippingGroupId
- the ID of the shipping group the item was removed frompublic java.lang.String getSourceShippingGroupId()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |