pp108 : showAll()

showAll()


It retrieves all business objects from the backend, depending on the parameters, if specified. All business objects are shown in a single view and the pagination bars are disabled.

Syntax

Script ControlID.showAll()


Return Value


No value is returned.

Remarks


This method clears the model data and then retrieves all business objects from the application service without using any cursor.

If the model has all the three methods ( get , next and previous ) specified, the Next request is sent without the cursor. Else, the Get request is sent to the application service.

The format to use this method isEmployeesTable.showAll().

Related reference

getAllDataset()
getData()