| java.lang.Object | |
| ↳ | org.mule.modules.sugarcrm.requests.SearchByModuleRequest |
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| bean | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Set a user id to filter all records by, leave empty to exclude the filter
| |||||||||||
Set the maximum number of rows + 1 to retrieve.
| |||||||||||
Array of modules to query
| |||||||||||
Set the first row to retrieve.
| |||||||||||
String to search.
| |||||||||||
An array of fields to return.
| |||||||||||
A boolean indicating if we should only search against those modules
participating in the unified search.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Set a user id to filter all records by, leave empty to exclude the filter
| value |
|---|
Set the maximum number of rows + 1 to retrieve. If set -1 then retrieved all entries
| value |
|---|
Array of modules to query
| modules |
|---|
Set the first row to retrieve. If not set, rows will be retrieved beginnning from row 0
| value |
|---|
String to search.
| value |
|---|
An array of fields to return. If empty the default return fields will be from the active list view defs.
| fields |
|---|
A boolean indicating if we should only search against those modules participating in the unified search.
| value |
|---|