org.apache.hupa.shared.rpc
Class DeleteMessageByUid

java.lang.Object
  extended by org.apache.hupa.shared.rpc.DeleteMessage
      extended by org.apache.hupa.shared.rpc.DeleteMessageByUid
All Implemented Interfaces:
com.google.gwt.user.client.rpc.IsSerializable, Serializable, net.customware.gwt.dispatch.shared.Action<DeleteMessageResult>

public class DeleteMessageByUid
extends DeleteMessage

See Also:
Serialized Form

Constructor Summary
protected DeleteMessageByUid()
           
  DeleteMessageByUid(IMAPFolder folder, ArrayList<Long> messageUids)
           
 
Method Summary
 ArrayList<Long> getMessageUids()
           
 
Methods inherited from class org.apache.hupa.shared.rpc.DeleteMessage
getFolder
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DeleteMessageByUid

public DeleteMessageByUid(IMAPFolder folder,
                          ArrayList<Long> messageUids)

DeleteMessageByUid

protected DeleteMessageByUid()
Method Detail

getMessageUids

public ArrayList<Long> getMessageUids()


Copyright © 2009-2012 The Apache Software Foundation. All Rights Reserved.