|
|||||||||
| 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.ModifyOrderNotification
public class ModifyOrderNotification
This interface corresponds to the ModifyOrderNotification message. This message may be the result of a ModifyOrder message or spontaneously generated as the result of changes to the order as part of normal order processing. If this message is the reult of a ModifyOrder message, the modifyOrderSource and modifyOrderId will be set to the values that were stored in the ModifyOrder messages originalSource and originalId properties.
| Field Summary | |
|---|---|
static java.lang.String |
CLASS_VERSION
Class version string |
static java.lang.String |
TYPE
|
| Constructor Summary | |
|---|---|
ModifyOrderNotification()
|
|
| Method Summary | |
|---|---|
Modification[] |
getModifications()
This method returns an array of modifications that have been processed. |
java.lang.String |
getModifyOrderId()
The id of the message this is a response to, null if this is not a response. |
java.lang.String |
getModifyOrderSource()
The id of the message this is a response to, null if this is not a response. |
java.lang.String |
getOrderId()
This method returns the id of the order that the modifications pertain to. |
java.lang.String |
getType()
return the TYPE of the message |
void |
setModifications(Modification[] pModifications)
This method sets the array of completed modifications. |
void |
setModifyOrderId(java.lang.String pModifyOrderId)
The id of the message this is a response to, null if this is not a response. |
void |
setModifyOrderSource(java.lang.String pModifyOrderSource)
The source of the message this is a response to, null if this is not a response. |
void |
setOrderId(java.lang.String pOrderId)
This method set the id of the Order that this message pertains to. |
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, getSiteId, getSource, getUserId, setId, setOriginalId, setOriginalSource, setOriginalUserId, setParentSessionId, setSessionId, setSiteId, 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 ModifyOrderNotification()
| Method Detail |
|---|
public void setOrderId(java.lang.String pOrderId)
public java.lang.String getOrderId()
public void setModifyOrderSource(java.lang.String pModifyOrderSource)
public java.lang.String getModifyOrderSource()
public void setModifyOrderId(java.lang.String pModifyOrderId)
public java.lang.String getModifyOrderId()
public void setModifications(Modification[] pModifications)
public Modification[] getModifications()
public 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 | ||||||||