public class FindConversationsWithLastMessageBetweenCmd extends Object implements Command<List<Conversation>>
Modifier and Type | Field and Description |
---|---|
protected Date |
endTime |
protected boolean |
includePrivate |
protected boolean |
includeSticky |
protected Date |
startTime |
Constructor and Description |
---|
FindConversationsWithLastMessageBetweenCmd(Date startTime,
Date endTime,
boolean includePrivate,
boolean includeSticky) |
Modifier and Type | Method and Description |
---|---|
List<Conversation> |
execute(CommandContext commandContext) |
protected final Date startTime
protected final Date endTime
protected final boolean includePrivate
protected final boolean includeSticky
public List<Conversation> execute(CommandContext commandContext)
execute
in interface Command<List<Conversation>>