com.ibm.commerce.catalog.facade.server.helpers

Class RuleBasedCategoryConfigHelper

  • java.lang.Object
    • com.ibm.commerce.catalog.facade.server.helpers.RuleBasedCategoryConfigHelper
  • All Implemented Interfaces:
    Registry


    public class RuleBasedCategoryConfigHelper
    extends java.lang.Object
    implements Registry

    This Registry will provide a way for the administrator to reload the configuration for rule based categories from the wc-admin-component.xml file.

    The name of the registry is 'RuleBasedCategoryConfiguration'.

    See Also:
    Registry
    • Field Summary

      Fields 
      Modifier and Type Field and Description
      static java.lang.String COPYRIGHT
      The IBM copyright field.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method and Description
      void initialize()
      This method will perform no operation.
      void refresh()
      This method will reload the configuration for rule based category from the wc-component file.
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • COPYRIGHT

        public static final java.lang.String COPYRIGHT
        The IBM copyright field.
        See Also:
        Constant Field Values
    • Constructor Detail

      • RuleBasedCategoryConfigHelper

        public RuleBasedCategoryConfigHelper()
    • Method Detail

      • initialize

        public void initialize()
                        throws java.lang.Exception

        This method will perform no operation.

        Specified by:
        initialize in interface Registry
        Throws:
        java.lang.Exception - An exception will be thrown if there was a problem initializing.
      • refresh

        public void refresh()
                     throws java.lang.Exception

        This method will reload the configuration for rule based category from the wc-component file.

        Specified by:
        refresh in interface Registry
        Throws:
        java.lang.Exception - An exception will be thrown if there was a problem refreshing.