public class MessageLookupParams extends Object implements Serializable
Constructor and Description |
---|
MessageLookupParams()
Creates new, empty
MessageLookupParams . |
Modifier and Type | Method and Description |
---|---|
Integer |
getBatchOffset() |
Integer |
getBatchSize() |
String |
getGroupId() |
String |
getGroupName() |
Date |
getMessageCreationDateFrom() |
Date |
getMessageCreationDateTo() |
String |
getMessageId() |
String |
getMessageName() |
Date |
getMessageSendDateFrom() |
Date |
getMessageSendDateTo() |
String |
getMessageStatus() |
String |
getMessageSubject() |
String |
getMessageType() |
String |
getSortProperty() |
Boolean |
isSortAscending() |
void |
setBatchOffset(Integer batchOffset)
Sets the batch offset for the returned data.
|
void |
setBatchSize(Integer batchSize)
Sets the batch size for the returned data.
|
void |
setGroupId(String groupId)
Sets the group id search criterion.
|
void |
setGroupName(String groupName)
Sets the group name search criterion.
|
void |
setMessageCreationDateFrom(Date messageCreationDateFrom)
Sets the start date of the time interval for message lookup
by creation date.
|
void |
setMessageCreationDateTo(Date messageCreationDateTo)
Sets the end date of the time interval for message lookup
by creation date.
|
void |
setMessageId(String messageId)
Sets the message id search criterion.
|
void |
setMessageName(String messageName)
Sets the message name search criterion.
|
void |
setMessageSendDateFrom(Date messageSendDateFrom)
Sets the start date of the time interval for message lookup
by send date.
|
void |
setMessageSendDateTo(Date messageSendDateTo)
Sets the end date of the time interval for message lookup
by send date.
|
void |
setMessageStatus(String messageStatus)
Sets the message status search criterion.
|
void |
setMessageSubject(String messageSubject)
Sets the message subject search criterion.
|
void |
setMessageType(String messageType)
Sets the message type search criterion.
|
void |
setSortAscending(Boolean sortAscending)
Sets the sort direction of the result.
|
void |
setSortProperty(String sortProperty)
Sets the sort column name for the result.
|
public MessageLookupParams()
MessageLookupParams
.public String getMessageId()
setMessageId(String)
public void setMessageId(String messageId)
messageId
- the message id.public String getMessageType()
setMessageType(String)
public void setMessageType(String messageType)
messageType
- the message type.public String getMessageStatus()
setMessageStatus(String)
public void setMessageStatus(String messageStatus)
messageStatus
- public String getMessageName()
setMessageName(String)
public void setMessageName(String messageName)
messageName
- the message name, or a part of the name.public String getMessageSubject()
setMessageSubject(String)
public void setMessageSubject(String messageSubject)
messageSubject
- the message subject, or a part of the subject.public String getGroupId()
setGroupId(String)
public void setGroupId(String groupId)
groupId
- the group id.setGroupName(String)
public String getGroupName()
setGroupName(String)
public void setGroupName(String groupName)
groupName
- the group name, or a part of the name.setGroupId(String)
public Date getMessageSendDateFrom()
setMessageSendDateFrom(Date)
public void setMessageSendDateFrom(Date messageSendDateFrom)
messageSendDateFrom
- the start date of the date range.setMessageSendDateTo(Date)
public Date getMessageSendDateTo()
setMessageSendDateTo(Date)
public void setMessageSendDateTo(Date messageSendDateTo)
messageSendDateTo
- the end date of the date range.setMessageSendDateFrom(Date)
public Date getMessageCreationDateFrom()
setMessageCreationDateFrom(Date)
public void setMessageCreationDateFrom(Date messageCreationDateFrom)
messageCreationDateFrom
- the start date of the date range.setMessageCreationDateTo(Date)
public Date getMessageCreationDateTo()
setMessageCreationDateTo(Date)
public void setMessageCreationDateTo(Date messageCreationDateTo)
messageCreationDateTo
- the end date of the date range.setMessageCreationDateFrom(Date)
public Integer getBatchSize()
setBatchSize(Integer)
public void setBatchSize(Integer batchSize)
250
.batchSize
- the batch size.public Integer getBatchOffset()
setBatchOffset(Integer)
public void setBatchOffset(Integer batchOffset)
batchOffset
- the batch offset.public String getSortProperty()
setSortProperty(String)
public void setSortProperty(String sortProperty)
sortProperty
- the sort property name.public Boolean isSortAscending()
setSortAscending(Boolean)
public void setSortAscending(Boolean sortAscending)
true
,
the returned result is sorted in ascending order, otherwise in
descending order.sortAscending
- the sort ascending flag.© 2004..2009, eCircle AG, Version: 1.82 (${buildNumber})