com.ibm.commerce.marketing.promotion.dependency

Interface Category

  • All Superinterfaces:
    ExternalEntity, com.ibm.commerce.marketing.promotion.dynattr.SupportDynamicAttribute


    public interface Category
    extends ExternalEntity
    This interface represents the external entity Category. This interface extends the ExternalEntity interface. All the implementations for Category dependency should implement this interface.
    • Field Detail

      • COPYRIGHT

        static final java.lang.String COPYRIGHT
        IBM copyright notice field.
        See Also:
        Constant Field Values
    • Method Detail

      • getKey

        CategoryKey getKey()
        This method returns a key (CategoryKey) used to identify the corresponding category.
        Returns:
        CategoryKey used to identify the corresponding category.
      • getCatalogEntries

        CatalogEntryKey[] getCatalogEntries()
        This method returns an array of CatalogEntryKey that represent catalog entries.
        Returns:
        an array of CatalogEntryKey that represent catalog entries.