com.ibm.commerce.marketing.promotion.dependency

Interface CustomerFactory

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


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

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