com.ibm.commerce.marketing.promotion.dependency

Interface OrderItemFactory

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


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

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