AMI_iModTableList
{
// Sets the SQL_CALC_FOUND_ROWS selection flag.
// Adds several columns at time for list selection.
// Adds order.
// Exludes fields not from available list.
// Returns array of available fields.
// Get the number of found rows when bCalcFoundRows is true.
// Gets position of the applied element.
public
getPosition (
string $fieldName,
integer $appliedId,
integer $position ) returns
integer;
// Loads data from table and init recordset.
// Sets limit parameters.
}