com.ibm.commerce.marketing.promotion.dependency

Interface OrderFactory

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


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

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