com.ibm.commerce.marketing.promotion.dependency

Interface CatalogEntryFactory

  • All Superinterfaces:
    KeyResolver, java.io.Serializable, XMLizable


    public interface CatalogEntryFactory
    extends KeyResolver, XMLizable
    CatalogEntryFactory is the interface which should be implemented by all the CatalogEntry factory implementations.

    CatalogEntry is an external entity that promotion depends upon. An implementation of this interface is responsible for looking up and instantiating the CatalogEntry external entity. The implementation must be registered with the ExternalEntityFactoryRegistry.