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

Class ChangeCatalogFilterDescriptionCmdImpl

  • All Implemented Interfaces:
    ChangeCatalogFilterPartActionCmd, AbstractChangeNounPartActionCmd, AbstractSyncNounPartActionCmd, 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 ChangeCatalogFilterDescriptionCmdImpl
    extends AbstractChangeNounPartUsingBusinessObjectMediatorCmdImpl
    implements ChangeCatalogFilterPartActionCmd
    This command is used to modify the description(s) of catalog filter. A list of nouns and action expressions are passed to this command to act upon. The description is locale dependent data. Multiple descriptions in different languages can be updated in a single request for a given catalog. Language ID must be specified for for each description noun part. If the language ID is supported by store in current context, the description data will be updated in database if it already exists. If description does not exists for a given language ID, it will be created. If language ID specified is not supported by the store in current context, a validaion error will be thrown. This command implementation does not support add and delete actions.
    See Also:
    Serialized Form
    • Field Summary

      Fields 
      Modifier and Type Field and Description
      static java.lang.String CLASSNAME
      Class name
      • Fields inherited from class com.ibm.websphere.command.TargetableCommandImpl

        LOCAL
      • Fields inherited from interface com.ibm.websphere.command.Command

        serialVersionUID
    • Field Detail

      • CLASSNAME

        public static final java.lang.String CLASSNAME
        Class name
    • Constructor Detail

      • ChangeCatalogFilterDescriptionCmdImpl

        public ChangeCatalogFilterDescriptionCmdImpl()