com.ibm.commerce.orderitems.commands
Interface ValidateDynamicKitConfigurationCmd

All Superinterfaces:
TaskCommand
All Known Implementing Classes:
ValidateDynamicKitConfigurationCmdImpl

public interface ValidateDynamicKitConfigurationCmd
extends TaskCommand

Validates that the configuration assocaited with the provided OrderItem is still valid. If the configuration is invalid, it solicits the new configuration information from an external configurator and update the configuration components of the OrderItem.


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 setOrderItem( OrderItemAccessBean abOrderItem)           Set the OrderItem that holds the configuration that requires validation.
 

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

setOrderItem

public void setOrderItem(OrderItemAccessBean abOrderItem)
Set the OrderItem that holds the configuration that requires validation.
Parameters:
abOrderItem - OrderItemAccessBean.