public class OrderStatusNotifySendCmdImpl extends TaskCommandImpl implements OrderStatusNotifySendCmd
Modifier and Type | Field and Description |
---|---|
static java.lang.String | COPYRIGHT
The internal copyright field.
|
Constructor and Description |
---|
OrderStatusNotifySendCmdImpl()
The OrderStatusNotifySendCmdImpl constructor calls its parents constructor.
|
Modifier and Type | Method and Description |
---|---|
java.lang.Integer | getMsgType()
Deprecated.
This method is replaced by getMsgTypeName().
|
java.lang.String | getMsgTypeName()
This method gets the message type name.
|
TypedProperty | getOs_prop()
This method gets the order status property.
|
java.lang.Integer | getStoreID()
This method gets the store identifier.
|
boolean | isReadyToCallExecute()
This method determines if the command can be executed.
|
void | performDOMExecute()
Perform DOM integration logic.
|
void | performExecute()
This method constructs and sends the message using the sendTransacted messaging service.
|
protected void | sendDOMMessage(java.lang.String astrMessageType, java.lang.Long anMemberId, java.lang.Long anNotificationId, TypedProperty aMessageProperties)
Sends a message with the parameters specified.
|
void | setMsgType(java.lang.Integer newMsgType)
Deprecated.
This method is replaced setMsgTypeName(String).
|
void | setMsgTypeName(java.lang.String newMsgTypeName)
This method sets the message type name.
|
void | setOrderStatusProperties(TypedProperty prop)
This method sets the order status properties.
|
void | setStoreID(java.lang.Integer new_store_id)
This method sets the ID of the store for which the command is running.
|
void | validateParameters()
This method determines if the order status request properties, which are set by the setOs_prop() method.
|
public static final java.lang.String COPYRIGHT
public OrderStatusNotifySendCmdImpl()
public void validateParameters() throws ECException
public java.lang.Integer getMsgType()
public java.lang.String getMsgTypeName()
public TypedProperty getOs_prop()
public java.lang.Integer getStoreID()
public boolean isReadyToCallExecute()
public void performExecute() throws ECException
public void setMsgType(java.lang.Integer newMsgType)
public void setMsgTypeName(java.lang.String newMsgTypeName)
public void setOrderStatusProperties(TypedProperty prop)
public void setStoreID(java.lang.Integer new_store_id)
protected void sendDOMMessage(java.lang.String astrMessageType, java.lang.Long anMemberId, java.lang.Long anNotificationId, TypedProperty aMessageProperties) throws ECException
public void performDOMExecute() throws ECException