public class

GetEntryListRequest

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

Summary

Fields
private GetEntryListRequestType bean
Public Constructors
GetEntryListRequest()
Public Methods
GetEntryListRequestType getBean()
void setDeleted(int value)
0 if deleted records should not be include, 1 if deleted records should be included.
void setLinkNameToFieldsArray(List<String> linkNames)
A list of link_names and for each link_name, what fields value to be returned.
void setMaxResults(int value)
Set the maximum number of rows + 1 to retrieve.
void setModuleName(String value)
The name of the module to return records from.
void setOffset(int value)
Set the first row to retrieve.
void setOrderBy(String value)
SQL order by clause without the phrase 'order by'
void setQuery(String value)
SQL where clause without the word 'where'
void setSelectFields(List<String> fields)
A list of the fields to be included in the results.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

Public Constructors

public GetEntryListRequest ()

Public Methods

public GetEntryListRequestType getBean ()

public void setDeleted (int value)

0 if deleted records should not be include, 1 if deleted records should be included.

Parameters
value

public void setLinkNameToFieldsArray (List<String> linkNames)

A list of link_names and for each link_name, what fields value to be returned.

Parameters
linkNames

public void setMaxResults (int value)

Set the maximum number of rows + 1 to retrieve.

Parameters
value

public void setModuleName (String value)

The name of the module to return records from.

Parameters
value

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 setOrderBy (String value)

SQL order by clause without the phrase 'order by'

Parameters
value

public void setQuery (String value)

SQL where clause without the word 'where'

Parameters
value

public void setSelectFields (List<String> fields)

A list of the fields to be included in the results. This optional parameter allows for only needed fields to be retrieved.

Parameters
fields