com.ibm.commerce.me.commands
Interface CheckBatchOrderRequestCmd

All Superinterfaces:
TaskCommand
All Known Implementing Classes:
CheckBatchOrderRequestCmdImpl

public interface CheckBatchOrderRequestCmd
extends TaskCommand

This is a task command checks whether the OrderRequest message from Procurement system is a duplicate of a previous request.


Field Summary
static java.lang.String COPYRIGHT
          IBM copyrigth statement
static java.lang.String defaultCommandClassName
          Name of the default implementation of this command
static java.lang.String NAME
          Name of the current class (interface)
 
Method Summary
 int getErrorCode()
          Gets the errorCode
 Status getStatus()
          Gets the status of execution of this command
 void setMessageId(java.lang.String messageId)           Sets the payload message id which identifying a unique order in the orders table
 

Field Detail
public static final java.lang.String COPYRIGHT
IBM copyrigth statement
See Also:
Constant Field Values

NAME

public static final java.lang.String NAME
Name of the current class (interface)
See Also:
Constant Field Values

defaultCommandClassName

public static final java.lang.String defaultCommandClassName
Name of the default implementation of this command
See Also:
Constant Field Values
Method Detail

getErrorCode

public int getErrorCode()
Gets the errorCode
Returns:
code indicating the reason of failure

getStatus

public Status getStatus()
Gets the status of execution of this command
Returns:
a datatype encapsulating the execution status of this command

setMessageId

public void setMessageId(java.lang.String messageId)
Sets the payload message id which identifying a unique order in the orders table
Parameters:
messageId - payload message id