com.ibm.commerce.orderitems.commands
Class ValidateDynamicKitConfigurationCmdImpl

java.lang.Object
  CacheableCommandImpl
      com.ibm.commerce.command.AbstractECTargetableCommand
          com.ibm.commerce.command.TaskCommandImpl
              com.ibm.commerce.orderitems.commands.ValidateDynamicKitConfigurationCmdImpl
All Implemented Interfaces:
ECCommand, ECTargetableCommand, TaskCommand, ValidateDynamicKitConfigurationCmd

public class ValidateDynamicKitConfigurationCmdImpl
extends TaskCommandImpl
implements ValidateDynamicKitConfigurationCmd

This default implementation is a stub that performs no business logic

See Also:
Serialized Form

Field Summary
static java.lang.String COPYRIGHT
IBM copyright notice field.
Fields inherited from class com.ibm.commerce.command.AbstractECTargetableCommand
commandContext
Fields inherited from interface com.ibm.commerce.orderitems.commands.ValidateDynamicKitConfigurationCmd
defaultCommandClassName, NAME
Fields inherited from interface com.ibm.commerce.command.ECCommand
defaultCommandClassName
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.AbstractECTargetableCommand
accessControlCheck, checkIsAllowed, checkParameters, checkResourcePermission, createCommandExecutionEvent, execute, finalize, getAccCheck, getCommandContext, getCommandIfName, getCommandName, getCommandStoreId, getDefaultProperties, getResources, getStoreId, getUser, getUserId, isReadyToCallExecute, performExecute, reset, setAccCheck, setCommandContext, setCommandIfName, setCommandStoreId, setDefaultProperties, validateParameters
Methods inherited from class java.lang.Object
clone, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Field Detail

COPYRIGHT

public static final java.lang.String COPYRIGHT
IBM copyright notice field.
See Also:
Constant Field Values
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
Parameters:
abOrderItem - OrderItemAccessBean.

Feedback