com.gentics.api.lib.datasource
Interface DatasourceRecordSet

All Superinterfaces:
Collection, Iterable, List

public interface DatasourceRecordSet
extends List

Interface for DatasourceRecordSet that hold DatasourceRows retrieved from a Datasource


Method Summary
 void addRow(DatasourceRow dsRow)
          Add a DatasourceRow at the end of the DatasourceRecordSet
 DatasourceRow getRow(int rowNum)
          Get the DatasourceRow with the given index
 
Methods inherited from interface java.util.List
add, add, addAll, addAll, clear, contains, containsAll, equals, get, hashCode, indexOf, isEmpty, iterator, lastIndexOf, listIterator, listIterator, remove, remove, removeAll, retainAll, set, size, subList, toArray, toArray
 

Method Detail

getRow

DatasourceRow getRow(int rowNum)
Get the DatasourceRow with the given index

Parameters:
rowNum - starting with 0
Returns:
the DatasourceRow or null

addRow

void addRow(DatasourceRow dsRow)
Add a DatasourceRow at the end of the DatasourceRecordSet

Parameters:
dsRow - DatasourceRow to be added


Copyright © 2013 Gentics Software GmbH. All Rights Reserved.