com.ibm.commerce.catalog.commands

Class DisableRuleBasedCategoryEvaluationCmdImpl

    • Constructor Detail

      • DisableRuleBasedCategoryEvaluationCmdImpl

        public DisableRuleBasedCategoryEvaluationCmdImpl()
    • Method Detail

      • performExecute

        public void performExecute()
                            throws ECException

        This method will disable rule based category evaluation by setting the global configuration parameter 'ruleBasedCategoryEvaluationEnabled' in WC\xml\config\com.ibm.commerce.catalog-fep\wc-component.xml to false.

        This command is provided so that the server does not need to be restarted.

        Specified by:
        performExecute in interface ECCommand
        Specified by:
        performExecute in interface com.ibm.websphere.command.TargetableCommand
        Overrides:
        performExecute in class AbstractECTargetableCommand
        Throws:
        ECException - this exception is thrown for any errors.