com.ibm.commerce.catalogmanagement.commands

Interface CatGroupCatEntryRelAddCmd

  • All Superinterfaces:
    AccCommand, com.ibm.websphere.command.CacheableCommand, com.ibm.websphere.command.Command, com.ibm.websphere.command.CommandCaller, ControllerCommand, ECCommand, Protectable, java.io.Serializable, com.ibm.websphere.command.TargetableCommand
    All Known Implementing Classes:
    CatGroupCatEntryRelAddCmdImpl


    public interface CatGroupCatEntryRelAddCmd
    extends ControllerCommand
    The CatGroupCatEntryRelAddCmd is a URL and controller command that:
    • Adds a relationship between a catalog group and a catalog entry.
    Parameters:
    • CatalogId, CatGroupId, and CatEntryId
    Access Beans:
    • CatalogGroupCatalogEntryRelationAccessBean
    Task Commands: AddCatgpenrelCmd
    Other Controller Commands: None.
    Mandatory Parameters: catalogId, catgroupId, catentryId, masterCatalog.
    Additional Parameters: None.
    Optional Parameters: rule, seq, URL.
    • Field Detail

      • COPYRIGHT

        static final java.lang.String COPYRIGHT
        The internal copyright field.
        See Also:
        Constant Field Values
      • CLASSNAME

        static final java.lang.String CLASSNAME
        Defines the CLASSNAME.
        See Also:
        Constant Field Values
    • Method Detail

      • setCatalogId

        void setCatalogId(java.lang.Long anCatalogId)
        Sets the catalog ID for the catalog group to catalog entry relationship.
        Parameters:
        anCatalogId - the catalog group ID
      • setCatentryId

        void setCatentryId(java.lang.Long anCatentryId)
        Sets the catalog entry ID for the catalog group to catalog entry relationship.
        Parameters:
        anCatentryId - the catalog entry ID
      • setCatgroupId

        void setCatgroupId(java.lang.Long anCatgroupId)
        Sets the catalog group ID for the catalog group to catalog entry relationship.
        Parameters:
        anCatgroupId - the catalog group ID
      • setRule

        void setRule(java.lang.String astrRule)
        Sets the personalization rule for dynamic groupings.
        Parameters:
        astrRule - the rule
      • setSequence

        void setSequence(java.lang.Double adSequence)
        Sets the sequence number for the relationship.
        Parameters:
        adSequence - the sequence number
      • setURL

        void setURL(java.lang.String astrURL)
        Sets the redirect URL.
        Parameters:
        astrURL - the redirect URL
      • getCatalogId

        java.lang.Long getCatalogId()
        Gets the catalog ID for the catalog group to catalog entry relationship.
        Returns:
        the catalog ID
      • getCatentryId

        java.lang.Long getCatentryId()
        Gets the catalog entry ID for the catalog group to catalog entry relationship.
        Returns:
        the catalog entry ID
      • getCatgroupId

        java.lang.Long getCatgroupId()
        Gets the catalog group ID for the catalog group to catalog entry relationship.
        Returns:
        the catalog group ID