|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.funambol.email.inboxlistener.console.MenuDAO
public class MenuDAO
Contains methods to access to the DB tables
Constructor Summary | |
---|---|
MenuDAO(DBAccount dba)
|
Method Summary | |
---|---|
void |
deleteAccount(java.lang.String username)
Gets Accounts returns a list that contains MailAccount |
java.util.List |
getAccounts()
Gets Accounts returns a list that contains MailAccount |
void |
insertAccount(MailboxAccount account)
Gets Accounts returns a list that contains MailAccount |
void |
resetDB()
reset the DB schema |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public MenuDAO(DBAccount dba)
Method Detail |
---|
public java.util.List getAccounts() throws InboxListenerException
InboxListenerException
public void resetDB() throws InboxListenerException
InboxListenerException
public void insertAccount(MailboxAccount account) throws InboxListenerException
InboxListenerException
public void deleteAccount(java.lang.String username) throws InboxListenerException
InboxListenerException
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |