org.apache.hupa.shared.rpc
Class FetchMessages
java.lang.Object
org.apache.hupa.shared.rpc.FetchMessages
- All Implemented Interfaces:
- com.google.gwt.user.client.rpc.IsSerializable, Serializable, net.customware.gwt.dispatch.shared.Action<FetchMessagesResult>
- Direct Known Subclasses:
- FetchRecentMessages
public class FetchMessages
- extends Object
- implements net.customware.gwt.dispatch.shared.Action<FetchMessagesResult>, Serializable
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
FetchMessages
protected FetchMessages()
FetchMessages
public FetchMessages(IMAPFolder folder,
int start,
int offset,
String searchString)
getFolder
public IMAPFolder getFolder()
getStart
public int getStart()
getOffset
public int getOffset()
getSearchString
public String getSearchString()
Copyright © 2009-2012 The Apache Software Foundation. All Rights Reserved.