com.ibm.commerce.approval.commands
Interface ApproversNotifyCmd

All Superinterfaces:
TaskCommand
All Known Implementing Classes:
ApproversNotifyCmdImpl

public interface ApproversNotifyCmd
extends TaskCommand

Task command to notify approvers of request for approval. Before executing this task command, the following sets should be performed:


Field Summary
static java.lang.String COPYRIGHT
          IBM copyright notice field.
static java.lang.String defaultCommandClassName
          The default implementation class.
static java.lang.String NAME
          The name of the Command Interface class.
 
Method Summary
 void setEntityId(java.lang.Long lngEntityId)
          Sets the Entity ID.
 void setFlowId(java.lang.Long lngFlowId)
          Sets the Flow ID.
 void setFlowTypeId(java.lang.Long lngFlowTypeId)           Sets the Flow Type ID.
 

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 the Command Interface class.
See Also:
Constant Field Values

defaultCommandClassName

public static final java.lang.String defaultCommandClassName
The default implementation class.
See Also:
Constant Field Values
Method Detail

setEntityId

public void setEntityId(java.lang.Long lngEntityId)
Sets the Entity ID.

setFlowId

public void setFlowId(java.lang.Long lngFlowId)
Sets the Flow ID.

setFlowTypeId

public void setFlowTypeId(java.lang.Long lngFlowTypeId)
Sets the Flow Type ID.