com.ibm.commerce.orderitems.commands
Class ValidateDynamicKitConfigurationCmdImpl

java.lang.Object
  |
  +--com.ibm.commerce.command.AbstractECCommand
        |
        +--com.ibm.commerce.command.TaskCommandImpl
              |
              +--com.ibm.commerce.orderitems.commands.ValidateDynamicKitConfigurationCmdImpl
All Implemented Interfaces:
ECCommand, TaskCommand, ValidateDynamicKitConfigurationCmd

public class ValidateDynamicKitConfigurationCmdImpl
extends TaskCommandImpl
implements ValidateDynamicKitConfigurationCmd

This default implementation is a stub that performs no business logic


Field Summary
static java.lang.String COPYRIGHT
           
 
Fields inherited from class com.ibm.commerce.command.AbstractECCommand
commandContext
 
Fields inherited from interface com.ibm.commerce.orderitems.commands.ValidateDynamicKitConfigurationCmd
defaultCommandClassName, NAME
 
Constructor Summary
ValidateDynamicKitConfigurationCmdImpl()
           
 
Method Summary
 void setOrderItem(OrderItemAccessBean abOrderItem)
          Set the OrderItem that holds the configuration that requires validation.
 
Methods inherited from class com.ibm.commerce.command.AbstractECCommand
accessControlCheck, checkIsAllowed, checkResourcePermission, execute, finalize, getAccCheck, getCommandContext, getCommandIfName, getCommandName, getDefaultProperties, getResources, getStoreId, getUser, getUserId, isReadyToCallExecute, performExecute, reset, setAccCheck, setCommandContext, setCommandIfName, setDefaultProperties, validateParameters
 
Methods inherited from class java.lang.Object
clone, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
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
Constructor Detail

ValidateDynamicKitConfigurationCmdImpl

public ValidateDynamicKitConfigurationCmdImpl()
Method Detail

setOrderItem

public void setOrderItem(OrderItemAccessBean abOrderItem)
Set the OrderItem that holds the configuration that requires validation.
Specified by:
setOrderItem in interface ValidateDynamicKitConfigurationCmd