Package gnue :: Package appserver :: Module geasList :: Class geasList
[show private | hide private]

Class geasList


Method Summary
  __init__(self, session, classdef, connection, recordset, propertylist, condition, dsSort, asSort)
  count(self)
Get the number of instances available in this list.
  fetch(self, start, count)
This function returns @count instances skipping the first @start instances.

Method Details

__init__(self, session, classdef, connection, recordset, propertylist, condition, dsSort, asSort)
(Constructor)

count(self)

Get the number of instances available in this list.
Returns:
number of instances available in this list

fetch(self, start, count)

This function returns @count instances skipping the first @start instances. If @start is negative, the starting point is from the end of the list.


GNUe Home

Public API

Developer's Corner