com.ibm.commerce.fulfillment.commands

Interface ValidateComponentsCmd

  • 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:
    ValidateComponentsCmdImpl, ValidateComponentsForPackageCmdImpl


    public interface ValidateComponentsCmd
    extends TaskCommand
    This task command validate components for package or dynamic kit. This command is invoked by CheckInventoryAvailabilityCmd, if validation fails, inventory operations are skipped.
    • 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 this task command interface.
        See Also:
        Constant Field Values
      • defaultCommandClassName

        static final java.lang.String defaultCommandClassName
        The name of the default implementation of this task command interface.
        See Also:
        Constant Field Values
    • Method Detail

      • setParentCatEntryId

        void setParentCatEntryId(java.lang.Long parentCatEntryId)
        The method sets parent CatEntry id.
        Parameters:
        parentCatEntryId - Id of the parent CatEntry whose components are to be validated
      • isValid

        boolean isValid()
        The method returns validation result of this command.
        Returns:
        the validation result