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

Class ChangeCatalogEntryDisplaySequenceCmdImpl

  • All Implemented Interfaces:
    ChangeCatalogEntryPartCmd, 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 ChangeCatalogEntryDisplaySequenceCmdImpl
    extends AbstractChangeCatalogEntryPartCmdImpl
    implements ChangeCatalogEntryPartCmd
    • This command changes the display sequence of the catalog
    • entry parent to catalog entry children relation.
    • The new display sequence of each child is passed in navigation
    • relationship type of the catalog entry noun, along with the catalog entry_id of the child.
    • Action supported : Change.
    • Catalogs Supported : Master Catalog.
    • Required parameters : Catalog entry id/partnumber of the parent, new display sequence of each child and the corresponding catentry id/partnumber of child.
    • Errors :
    • � When the catalog context passed in is not a master catalog.
    • � When the catalog entry provided is not of type Product.
    • � When the child catalog entry provided is not of type SKU.
    • � When the product-item relationship does not exist in the catalog.
    See Also:
    Serialized Form
    • Constructor Detail

      • ChangeCatalogEntryDisplaySequenceCmdImpl

        public ChangeCatalogEntryDisplaySequenceCmdImpl()