com.funambol.email.items.dao
Class EntityDAO

java.lang.Object
  extended bycom.funambol.email.items.dao.EntityDAO
Direct Known Subclasses:
PopEntityDAO

public class EntityDAO
extends java.lang.Object

This class implements methods to access data in Mail Server datastore.


Field Summary
protected  java.util.logging.Logger log
           
 
Constructor Summary
EntityDAO()
           
 
Method Summary
 void moveImapItem(com.sun.mail.imap.IMAPFolder sourceFolder, com.sun.mail.imap.IMAPFolder targetFolder, long uid)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

log

protected java.util.logging.Logger log
Constructor Detail

EntityDAO

public EntityDAO()
Method Detail

moveImapItem

public void moveImapItem(com.sun.mail.imap.IMAPFolder sourceFolder,
                         com.sun.mail.imap.IMAPFolder targetFolder,
                         long uid)
                  throws EntityException
Parameters:
sourceFolder - IMAPFolder
targetFolder - IMAPFolder
uid - long
Throws:
EntityException


Copyright © 2003-2006 Funambol.