Uses of Class
org.apache.jetspeed.administration.AdministrationEmailException

Packages that use AdministrationEmailException
org.apache.jetspeed.administration   
 

Uses of AdministrationEmailException in org.apache.jetspeed.administration
 

Methods in org.apache.jetspeed.administration that throw AdministrationEmailException
 User PortalAdministration.lookupUserFromEmail(java.lang.String email)
          Lookup a user given an email address
 void PortalAdministration.sendEmail(javax.portlet.PortletConfig portletConfig, java.lang.String emailAddress, java.lang.String localizedSubject, java.lang.String templatePath, java.util.Map userAttributes)
          Helper to send an email to a recipient
 void PortalAdministration.sendEmail(java.lang.String from, java.lang.String subject, java.lang.String to, java.lang.String text)
          Helper to send an email to a recipient without the portal default sender, and without mail merge
 



Copyright © 1999-2011 The Apache Software Foundation. All Rights Reserved.