|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.funambol.email.inboxlistener.engine.ListenerRegistryDAO
public class ListenerRegistryDAO
Contains methods to access to the tables with the information about Mail Server Account.
Constructor Summary | |
---|---|
ListenerRegistryDAO(java.lang.String _keystoreHome,
java.lang.String _encryptionKey)
|
Method Summary | |
---|---|
java.util.List |
getAccounts(java.lang.String listenerId)
Gets Accounts returns a list that contains MailAccount |
java.util.List |
getAccountsToRemove(java.lang.String listenerId)
Gets Accounts returns a list that contains MailAccount |
void |
removeAccounts(java.lang.String accountId,
java.lang.String username)
delete user |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ListenerRegistryDAO(java.lang.String _keystoreHome, java.lang.String _encryptionKey)
Method Detail |
---|
public java.util.List getAccounts(java.lang.String listenerId) throws InboxListenerException
InboxListenerException
public java.util.List getAccountsToRemove(java.lang.String listenerId) throws InboxListenerException
InboxListenerException
public void removeAccounts(java.lang.String accountId, java.lang.String username) throws InboxListenerException
accountId
- Stringusername
- String
InboxListenerException
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |