public class

SearchByModuleRequest

extends Object
java.lang.Object
   ↳ org.mule.modules.sugarcrm.requests.SearchByModuleRequest

Summary

Fields
private SearchByModuleRequestType bean
Public Constructors
SearchByModuleRequest()
Public Methods
SearchByModuleRequestType getBean()
void setAssignedUserId(String value)
Set a user id to filter all records by, leave empty to exclude the filter
void setMaxResults(int value)
Set the maximum number of rows + 1 to retrieve.
void setModules(List<String> modules)
Array of modules to query
void setOffset(int value)
Set the first row to retrieve.
void setSearchString(String value)
String to search.
void setSelectFields(List<String> fields)
An array of fields to return.
void setUnifiedSearchOnly(boolean value)
A boolean indicating if we should only search against those modules participating in the unified search.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

Public Constructors

public SearchByModuleRequest ()

Public Methods

public SearchByModuleRequestType getBean ()

public void setAssignedUserId (String value)

Set a user id to filter all records by, leave empty to exclude the filter

Parameters
value

public void setMaxResults (int value)

Set the maximum number of rows + 1 to retrieve. If set -1 then retrieved all entries

Parameters
value

public void setModules (List<String> modules)

Array of modules to query

Parameters
modules

public void setOffset (int value)

Set the first row to retrieve. If not set, rows will be retrieved beginnning from row 0

Parameters
value

public void setSearchString (String value)

String to search.

Parameters
value

public void setSelectFields (List<String> fields)

An array of fields to return. If empty the default return fields will be from the active list view defs.

Parameters
fields

public void setUnifiedSearchOnly (boolean value)

A boolean indicating if we should only search against those modules participating in the unified search.

Parameters
value