com.ibm.commerce.orderitems.commands

Interface ValidateDynamicKitConfigurationCmd

  • All Superinterfaces:
    com.ibm.websphere.command.CacheableCommand, com.ibm.commerce.command.CacheableECCommand, com.ibm.websphere.command.Command, com.ibm.websphere.command.CommandCaller, ECCommand, java.io.Serializable, com.ibm.websphere.command.TargetableCommand, TaskCommand
    All Known Implementing Classes:
    ValidateDynamicKitConfigurationCmdImpl, ValidateDynamicKitConfigurationInSterlingCmdImpl


    public interface ValidateDynamicKitConfigurationCmd
    extends TaskCommand
    Validates that the configuration associated with the provided OrderItem is still valid. If the configuration is invalid, it solicits the new configuration information from an external configuration and update the configuration components of the OrderItem.
    • Field Detail

      • COPYRIGHT

        static final java.lang.String COPYRIGHT
        IBM copyright notice field.
        See Also:
        Constant Field Values
      • NAME

        static final java.lang.String NAME
        The name of the Command Interface class.
        See Also:
        Constant Field Values
      • defaultCommandClassName

        static final java.lang.String defaultCommandClassName
        The default implementation class.
        See Also:
        Constant Field Values
    • Method Detail

      • setOrderItem

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