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

Class ChangeCatalogDescriptionCmdImpl

  • All Implemented Interfaces:
    ChangeCatalogPartCmd, 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 ChangeCatalogDescriptionCmdImpl
    extends AbstractChangeCatalogPartCmdImpl
    implements ChangeCatalogPartCmd
    This command is used to modify the description(s) of catalog. 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
    • Constructor Detail

      • ChangeCatalogDescriptionCmdImpl

        public ChangeCatalogDescriptionCmdImpl()