public class GroupLookupParams extends Object implements Serializable
| Constructor and Description |
|---|
GroupLookupParams()
Creates new, empty
GroupLookupParams. |
| Modifier and Type | Method and Description |
|---|---|
Integer |
getBatchOffset() |
Integer |
getBatchSize() |
String |
getGroupName() |
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 |
setGroupName(String groupName)
Sets the group name/email 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 GroupLookupParams()
GroupLookupParams.public String getGroupName()
setGroupName(String)public void setGroupName(String groupName)
groupName - the group name/email, or a part of the name/email.#setGroupId(String)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})