|
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of Store in com.funambol.mail |
---|
Classes in com.funambol.mail that implement Store | |
---|---|
class |
NokiaFP2RMSStore
Extends the RMSStore class using an ObjectStore fixed for Nokia
FP2 devices. |
class |
RMSStore
Implements the Store interface using J2ME RecordStore. |
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 RMSStore (avoid garbage) |
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. |
|
|||||||||
PREV NEXT | FRAMES NO FRAMES |