com.ibm.commerce.catalog.facade.server.commands

Class ChangeCatalogFilterCmdImpl

  • All Implemented Interfaces:
    ChangeCatalogFilterCmd, BusinessObjectDocumentCmd, com.ibm.websphere.cache.Sizeable, com.ibm.websphere.command.CacheableCommand, com.ibm.websphere.command.Command, com.ibm.websphere.command.CommandCaller, com.ibm.websphere.command.TargetableCommand, java.io.Serializable


    public class ChangeCatalogFilterCmdImpl
    extends AbstractChangeNounUsingBusinessObjectMediatorCmdImpl
    implements ChangeCatalogFilterCmd
    This command is the controller that changes CatalogFilter nouns. The parent class will call the ChangeCatalogFilterMediator to persist the changes to the database. This implementation populates the response of the change request in the buildRespondBusinessObjectDocument method.
    See Also:
    Serialized Form
    • Field Detail

      • COPYRIGHT

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

      • ChangeCatalogFilterCmdImpl

        public ChangeCatalogFilterCmdImpl()
    • Method Detail

      • getCatalogFilterReferencedStoreIds

        public java.lang.Integer[] getCatalogFilterReferencedStoreIds()
        Get the current store ID of the catalog filter. For store front asset store, also get the store which has catalog filter store path relationship with it.
        Returns:
        The IDs of all store that are affected by this catalog filter.