Skip navigation links
  • Overview
  • Package
  • Class
  • Use
  • Tree
  • Index
  • Help
  • Prev
  • Next
  • Frames
  • No Frames
  • All Classes

Uses of Interface
com.ibm.commerce.emarketing.engine.EmailContent

  • Packages that use EmailContent 
    Package Description
    com.ibm.commerce.emarketing.engine
    Provides the objects that perform the underlying operations for e-mail activities.
    • Uses of EmailContent in com.ibm.commerce.emarketing.engine

      Subinterfaces of EmailContent in com.ibm.commerce.emarketing.engine 
      Modifier and Type Interface and Description
      interface  PersonalizedEmailContent
      An extension to the EmailContent interface that identifies implementors as e-mail content that is capable of personalizing its content based on the recipient ID passed to it.
      Classes in com.ibm.commerce.emarketing.engine that implement EmailContent 
      Modifier and Type Class and Description
      class  PersonalizedContentManagedEmailContent
      An implementation of PersonalizedEmailContent which uses the e-mail template to fetch the personalized e-mail message content.
      class  PersonalizedURLEmailContent
      An implementation of PersonalizedEmailContent which uses a struts view or a URL request to fetch the personalized e-mail message content.
      class  URLEmailContent
      The implementation of EmailContent that uses a URL to fetch the content of e-mail messages.
Skip navigation links
  • Overview
  • Package
  • Class
  • Use
  • Tree
  • Index
  • Help
  • Prev
  • Next
  • Frames
  • No Frames
  • All Classes