com.ibm.commerce.marketing.promotion.dependency

Interface StoreFactory

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


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

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