com.ibm.commerce.orderitems.commands
Interface ValidateDynamicKitConfigurationCmd

All Superinterfaces:
ECCommand, 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
           
static java.lang.String defaultCommandClassName
           
static java.lang.String NAME
           
 
Method Summary
 void setOrderItem(OrderItemAccessBean abOrderItem)
          Set the OrderItem that holds the configuration that requires validation.
 
Methods inherited from interface com.ibm.commerce.command.ECCommand
checkIsAllowed, checkResourcePermission, execute, getAccCheck, getCommandContext, getCommandIfName, getCommandName, getDefaultProperties, getResources, getStoreId, getUser, getUserId, performExecute, setAccCheck, setCommandContext, setCommandIfName, setDefaultProperties, validateParameters
 

Field Detail

COPYRIGHT

public static final java.lang.String COPYRIGHT

defaultCommandClassName

public static final java.lang.String defaultCommandClassName

NAME

public static final java.lang.String NAME
Method Detail

setOrderItem

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