com.ibm.commerce.contract.commands
Interface ContractSubmitCheckApprovalCmd

All Known Implementing Classes:
ContractSubmitCheckApprovalCmdImpl

public interface ContractSubmitCheckApprovalCmd

Checks whether or not a contract needs approval (WebSphere Commerce Business Edition only).


Field Summary
static java.lang.String COPYRIGHT
          IBM copyright notice field.
static java.lang.String defaultCommandClassName
          The name of the default implementation class.
static java.lang.String NAME           The name of this interface.
 

Field Detail
public static final java.lang.String COPYRIGHT
IBM copyright notice field.
See Also:
Constant Field Values

NAME

public static final java.lang.String NAME
The name of this interface.
See Also:
Constant Field Values

defaultCommandClassName

public static final java.lang.String defaultCommandClassName
The name of the default implementation class.
See Also:
Constant Field Values