| 
 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectatg.commerce.messaging.CommerceMessageImpl
atg.commerce.fulfillment.FulfillOrderFragment
public class FulfillOrderFragment
This message identifies a subset of the contained order that the recipient is responsible for processing. The order may be delegated on the ShippingGroup level only, no finer level of granularity is supported. Multiple systems may receive messages of this type, but there should be no overlap in the subsets of the order that are delegated. This message cannot pass on responsibility for data at the order level, that remains with the last recipient of the SubmitOrder message. This message is provided as a means to support single orders being fulfilled by multiple independent systems.
ShippingGroup, 
SubmitOrder, 
Serialized Form| Field Summary | |
|---|---|
| static java.lang.String | CLASS_VERSIONClass version string | 
| static java.lang.String | TYPEThis is the JMS message type for the message that this class represents. | 
| Constructor Summary | |
|---|---|
| FulfillOrderFragment() | |
| Method Summary | |
|---|---|
|  Order | getOrder() | 
|  java.lang.String | getOrderAsXML()This method returns the XML representation of the order. | 
|  java.lang.String | getOrderId()This method returns the id of the order that the modification pertain to. | 
|  java.lang.String[] | getShippingGroupIds()This property identifies which shipping groups the recipient is responsible for fulfilling. | 
|  java.lang.String | getType()Return the JMS message TYPE of the message | 
|  void | setOrder(Order pOrder)This property is the Order that should be fulfilled. | 
|  void | setOrderAsXML(java.lang.String pOrderAsXML) | 
|  void | setOrderId(java.lang.String pOrderId) | 
|  void | setShippingGroupIds(java.lang.String[] pShippingGroupIds) | 
|  java.lang.String | toString()This method returns a readable string representing the contents of this message. | 
| Methods inherited from class atg.commerce.messaging.CommerceMessageImpl | 
|---|
| appendBaseToString, getId, getOriginalId, getOriginalSource, getOriginalUserId, getParentSessionId, getSessionId, getSource, getUserId, setId, setOriginalId, setOriginalSource, setOriginalUserId, setParentSessionId, setSessionId, setSource, setUserId | 
| Methods inherited from class java.lang.Object | 
|---|
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait | 
| Field Detail | 
|---|
public static java.lang.String CLASS_VERSION
public static final java.lang.String TYPE
| Constructor Detail | 
|---|
public FulfillOrderFragment()
| Method Detail | 
|---|
public Order getOrder()
public void setOrder(Order pOrder)
Orderpublic void setOrderId(java.lang.String pOrderId)
public java.lang.String getOrderId()
public void setOrderAsXML(java.lang.String pOrderAsXML)
public java.lang.String getOrderAsXML()
public void setShippingGroupIds(java.lang.String[] pShippingGroupIds)
public java.lang.String[] getShippingGroupIds()
ShippingGrouppublic java.lang.String getType()
getType in interface CommerceMessagegetType in class CommerceMessageImplpublic java.lang.String toString()
toString in class java.lang.Object| 
 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||