Uses of Class
org.jasig.portlet.emailpreview.dao.MailPreferences

Packages that use MailPreferences
org.jasig.portlet.emailpreview   
org.jasig.portlet.emailpreview.dao   
 

Uses of MailPreferences in org.jasig.portlet.emailpreview
 

Methods in org.jasig.portlet.emailpreview with parameters of type MailPreferences
 boolean MailStoreConfiguration.isReadOnly(javax.portlet.PortletRequest req, MailPreferences mp)
           
 

Uses of MailPreferences in org.jasig.portlet.emailpreview.dao
 

Methods in org.jasig.portlet.emailpreview.dao that return MailPreferences
static MailPreferences MailPreferences.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static MailPreferences[] MailPreferences.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 



Copyright © 2012 Jasig. All Rights Reserved.