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.
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 |
COPYRIGHT
public static final java.lang.String COPYRIGHT
defaultCommandClassName
public static final java.lang.String defaultCommandClassName
NAME
public static final java.lang.String NAME
setOrderItem
public void setOrderItem(OrderItemAccessBean abOrderItem)
- Set the OrderItem that holds the configuration that requires validation.