|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface iDB
Method Summary | |
---|---|
boolean |
addMessages(iMSG message,
java.lang.String uid)
Adds one message to specified UID. |
void |
close()
Used to notify the DB object that it is no longer of any use. |
boolean |
deleteProfile(java.lang.String uid)
Deletes the profile saved on specified UID. |
iConfig |
getConfig()
Get stored configuration, or "null" if there is no configuration saved. |
iMSG[] |
getMessages(java.lang.String uid)
Get all messages stored on specified UID. |
iProfile |
getProfile(java.lang.String uid)
Get profile for specified UID. |
iUserData |
getUserData()
Get stored iUserData objects, or "null" if there are no stored iUserData objects. |
iUserList[] |
getUserList()
Get the saved buddy list as an array of iUserList objects. |
boolean |
setConfig(iConfig config)
Save specified configuration, and replace this with any possible existing configuration. |
boolean |
setMessages(iMSG[] messages,
java.lang.String uid)
Set specified messages on specified UID. |
boolean |
setProfile(iProfile profile,
java.lang.String uid)
Save specified profile on specified UID. |
boolean |
setUserData(iUserData userData)
Saved specifed iUserData object, and delete possible existing iUserData object. |
boolean |
setUserList(iUserList[] userList)
Save specified iUserList objects, and delete prossible existing array of iUserList objects. |
Method Detail |
---|
iUserData getUserData()
boolean setUserData(iUserData userData)
iUserList[] getUserList()
boolean setUserList(iUserList[] userList)
iProfile getProfile(java.lang.String uid)
boolean setProfile(iProfile profile, java.lang.String uid)
boolean deleteProfile(java.lang.String uid)
iConfig getConfig()
boolean setConfig(iConfig config)
iMSG[] getMessages(java.lang.String uid)
boolean setMessages(iMSG[] messages, java.lang.String uid)
boolean addMessages(iMSG message, java.lang.String uid)
void close()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |