Uses of Interface
org.melati.poem.util.PagedEnumeration

Packages that use PagedEnumeration
org.melati.poem Persistent Object Engine for Melati. 
org.melati.poem.util Utilities used in POEM. 
 

Uses of PagedEnumeration in org.melati.poem
 

Methods in org.melati.poem that return PagedEnumeration
 PagedEnumeration Table.selection(Persistent criteria, java.lang.String orderByClause, boolean includeDeleted, boolean excludeUnselectable, int pageStart, int pageSize)
          Return pages of selected rows given arguments specifying a query.
 PagedEnumeration JdbcTable.selection(Persistent criteria, java.lang.String orderByClause, boolean includeDeleted, boolean excludeUnselectable, int pageStart, int pageSize)
          Return pages of selected rows given arguments specifying a query.
 PagedEnumeration Table.selection(java.lang.String whereClause, java.lang.String orderByClause, boolean includeDeleted, int pageStart, int pageSize)
          A SELECTion of objects from the table meeting given criteria, possibly including those flagged as deleted.
 PagedEnumeration JdbcTable.selection(java.lang.String whereClause, java.lang.String orderByClause, boolean includeDeleted, int pageStart, int pageSize)
          A SELECTion of objects from the table meeting given criteria, possibly including those flagged as deleted.
 

Uses of PagedEnumeration in org.melati.poem.util
 

Classes in org.melati.poem.util that implement PagedEnumeration
 class CountedDumbPagedEnumeration
          A PagedEnumeration which knows how big it is.
 class DumbPagedEnumeration
          A PagedEnumeration which doesn't know how big it is.
 class PagedEnumerationBase
          All the code common to CountedDumbPagedEnumeration and DumbPagedEnumeration.
 



Copyright © 2000-2008 PanEris. All Rights Reserved.