atg.commerce.csr.events
Class SplitShippingGroup
java.lang.Object
atg.agent.events.AgentEvent
atg.commerce.csr.events.OrderEvent
atg.commerce.csr.events.SplitShippingGroup
- All Implemented Interfaces:
- atg.service.datacollection.TypedEvent, java.io.Serializable
public class SplitShippingGroup
- extends OrderEvent
The message class to be used to notify listeners when a CSR splits a shipping group's commerce items into
another shipping group
- See Also:
- Serialized Form
Fields inherited from class atg.agent.events.AgentEvent |
AGENT_TOOLS_COMPONENT |
Methods inherited from class atg.agent.events.AgentEvent |
getAgentProfile, getCustomerProfile, getCustomerProfileId, getEventDate, getIPAddress, getOrganizationId, getParentSessionId, getProfileId, getSessionId, getTicketId, getType, initializeBaseProperties, 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 |
CLASS_VERSION
public static final java.lang.String CLASS_VERSION
- See Also:
- Constant Field Values
SplitShippingGroup
public SplitShippingGroup()
setCommerceItemId
public void setCommerceItemId(java.lang.String pCommerceItemId)
- Sets the ID of the commerce item that was moved
- Parameters:
pCommerceItemId
- the id of the commerce item that was moved
getCommerceItemId
public java.lang.String getCommerceItemId()
- Returns:
- the ID of the commerce item that was moved
setDestinationShippingGroupId
public void setDestinationShippingGroupId(java.lang.String pDestinationShippingGroupId)
- Sets the ID of the shipping group that the item was moved into
- Parameters:
pDestinationShippingGroupId
- the ID of the shipping group the item was moved into
getDestinationShippingGroupId
public java.lang.String getDestinationShippingGroupId()
- Returns:
- the ID of the shipping group the item was moved into
setQuantity
public void setQuantity(long pQuantity)
- The quantity of the item that was moved
- Parameters:
pQuantity
- the quantity of the item that was moved
getQuantity
public long getQuantity()
- Returns:
- the quantity of the item that was moved
setSourceShippingGroupId
public void setSourceShippingGroupId(java.lang.String pSourceShippingGroupId)
- Sets the ID of the shipping group the item was removed from
- Parameters:
pSourceShippingGroupId
- the ID of the shipping group the item was removed from
getSourceShippingGroupId
public java.lang.String getSourceShippingGroupId()
- Returns:
- the ID of the shipping group the item was removed from