Uses of Class
org.apache.myfaces.trinidaddemo.email.AccountData

Packages that use AccountData
org.apache.myfaces.trinidaddemo.email   
 

Uses of AccountData in org.apache.myfaces.trinidaddemo.email
 

Methods in org.apache.myfaces.trinidaddemo.email that return AccountData
 AccountData NewMessageBackingBean.getAccount()
           
 

Methods in org.apache.myfaces.trinidaddemo.email with parameters of type AccountData
 void NewMessageBackingBean.setAccount(AccountData account)
           
static FolderData[] FolderData.toFolderData(AccountData data, javax.mail.Folder[] folders)
          converts Folders to FolderDatas.
 

Constructors in org.apache.myfaces.trinidaddemo.email with parameters of type AccountData
FolderData(AccountData data, javax.mail.Folder folder)
           
 



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