java.lang.ObjectCacheableCommandImpl
com.ibm.commerce.command.AbstractECTargetableCommand
com.ibm.commerce.command.TaskCommandImpl
com.ibm.commerce.messaging.commands.OrderStatusNotifySendCmdImpl
Implementation of the OrderStatusNotifySendCmd interface.
Field Summary | |
static java.lang.String | COPYRIGHT The internal copyright field. |
Fields inherited from class com.ibm.commerce.command.AbstractECTargetableCommand |
commandContext |
Fields inherited from interface com.ibm.commerce.messaging.commands.OrderStatusNotifySendCmd |
defaultCommandClassName, NAME |
Fields inherited from interface com.ibm.commerce.command.ECCommand |
defaultCommandClassName |
Constructor Summary | |
OrderStatusNotifySendCmdImpl() OrderStatusNotifySendCmdImpl constructor . |
Method Summary | |
java.lang.Integer | getMsgType() Gets the message type |
TypedProperty | getOs_prop() Gets the order status property |
java.lang.Integer | getStoreID() Gets the store identifier |
boolean | isReadyToCallExecute() isReadyToCallExecute method |
void | performExecute() constructs and sends the message using the sendTransacted messaging service |
void | setMsgType(java.lang.Integer newMsgType) sets the message type ID |
void | setOrderStatusProperties(TypedProperty prop) sets the order status properties |
void | setStoreID(java.lang.Integer new_store_id) sets the ID of the store for which the command is running |
void | validateParameters() This method performs check if the order status properties, set by setOs_prop() method, contain required attributes and if the field store_id was set, using the setStoreID() method. |
Methods inherited from class com.ibm.commerce.command.AbstractECTargetableCommand |
accessControlCheck, checkIsAllowed, checkParameters, checkResourcePermission, createCommandExecutionEvent, execute, finalize, getAccCheck, getCommandContext, getCommandIfName, getCommandName, getCommandStoreId, getDefaultProperties, getResources, getStoreId, getUser, getUserId, reset, setAccCheck, setCommandContext, setCommandIfName, setCommandStoreId, setDefaultProperties |
Methods inherited from class java.lang.Object |
clone, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public static final java.lang.String COPYRIGHT
Constructor Detail |
public OrderStatusNotifySendCmdImpl()
Method Detail |
public void validateParameters() throws ECException
public java.lang.Integer getMsgType()
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 setOrderStatusProperties(TypedProperty prop)
public void setStoreID(java.lang.Integer new_store_id)
(C) Copyright IBM Corporation 1996, 2005. All Rights Reserved.