com.ibm.commerce.marketing.promotion.dependency

Interface CustomerProfileFactory

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


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

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