Uses of Interface
org.kuali.rice.kew.mail.service.EmailContentService

Packages that use EmailContentService
org.kuali.rice.kew.mail.service.impl   
org.kuali.rice.kew.service   
 

Uses of EmailContentService in org.kuali.rice.kew.mail.service.impl
 

Classes in org.kuali.rice.kew.mail.service.impl that implement EmailContentService
 class BaseEmailContentServiceImpl
          Base EmailContentService implementation with a default email from address that can be configured via Spring property injection
 class StyleableEmailContentServiceImpl
          EmailContentService that serves EmailContent customizable via XSLT style sheets The global email style name is: kew.email.style If this style is not found, the resource 'defaultEmailStyle.xsl' will be retrieved relative to this class.
 

Methods in org.kuali.rice.kew.mail.service.impl that return EmailContentService
protected  EmailContentService CustomizableActionListEmailServiceImpl.getEmailContentGenerator()
           
 

Methods in org.kuali.rice.kew.mail.service.impl with parameters of type EmailContentService
 void CustomizableActionListEmailServiceImpl.setEmailContentGenerator(EmailContentService contentService)
           
 

Uses of EmailContentService in org.kuali.rice.kew.service
 

Methods in org.kuali.rice.kew.service that return EmailContentService
static EmailContentService KEWServiceLocator.getEmailContentService()
           
 



Copyright © 2005-2013 The Kuali Foundation. All Rights Reserved.