Uses of Interface
com.funambol.mail.Store

Uses of Store in com.funambol.mail
 

Fields in com.funambol.mail declared as Store
protected  Store Folder.store
          Each Folder contains a reference to the Store
 

Methods in com.funambol.mail that return Store
static Store StoreFactory.getStore()
          Return the static instance of Store
 

Methods in com.funambol.mail with parameters of type Store
 void Folder.setStore(Store store)
          Set the Store containing this Folder
 

Constructors in com.funambol.mail with parameters of type Store
AccountFolder(Store store)
          Constructs a new AccountFolder providing a reference to the Store in which it has to be created.
AccountFolder(java.lang.String fullname, java.util.Date created, Store store, java.lang.String visibleName, java.lang.String emailAddress)
          Constructs a new AccountFolder providing a name for it, the creation date and a reference to the Store in which it has to be created.
Folder(Store store)
          Constructs a new Folder providing a reference to the Store in which it has to be created.
Folder(java.lang.String fullname, java.lang.String role, java.util.Date created, Store store)
          Constructs a new Folder providing a name for it, the role, the creation date and a reference to the Store in which it has to be created.
 



Copyright © 2001-2009 Funambol.