com.ibm.commerce.catalog.commands

Interface RuleBasedCategoryEvaluationCmd

  • All Superinterfaces:
    AccCommand, com.ibm.websphere.command.CacheableCommand, com.ibm.websphere.command.Command, com.ibm.websphere.command.CommandCaller, ControllerCommand, ECCommand, Protectable, java.io.Serializable, com.ibm.websphere.command.TargetableCommand
    All Known Implementing Classes:
    RuleBasedCategoryEvaluationCmdImpl


    public interface RuleBasedCategoryEvaluationCmd
    extends ControllerCommand

    The interface that represents the command which populates category children for a rule based category.

    • Field Detail

      • COPYRIGHT

        static final java.lang.String COPYRIGHT
        Copyright statement.
        See Also:
        Constant Field Values
      • NAME

        static final java.lang.String NAME
        The full class name for this interface file.
      • defaultCommandClassName

        static final java.lang.String defaultCommandClassName
        The default implementation class name. This is used if there is no record found in the CMDREG table.
    • Method Detail

      • setCategoryIds

        void setCategoryIds(java.util.List<java.lang.String> categoryIds)
        This method will set the category IDs to be processed.
        Parameters:
        categoryIds - The category IDs.