public class BoatDataSource extends AbstractMappedGridDataSource<Integer,Boat>
| Constructor and Description |
|---|
BoatDataSource(BoatFilter filter,
ServiceBoat service) |
| Modifier and Type | Method and Description |
|---|---|
protected int |
count() |
protected Map<Integer,Boat> |
execute(int startIndex,
int endIndex,
org.apache.tapestry5.grid.SortConstraint orderBy) |
Class<?> |
getRowType() |
contains, get, getAvailableRows, getRowValue, getSortConstraint, prepare, valuespublic BoatDataSource(BoatFilter filter, ServiceBoat service)
protected Map<Integer,Boat> execute(int startIndex, int endIndex, org.apache.tapestry5.grid.SortConstraint orderBy) throws WaoException
execute in class AbstractMappedGridDataSource<Integer,Boat>WaoExceptionprotected int count()
throws WaoException
count in class AbstractMappedGridDataSource<Integer,Boat>WaoExceptionpublic Class<?> getRowType()
getRowType in interface org.apache.tapestry5.grid.GridDataSourcegetRowType in class AbstractMappedGridDataSource<Integer,Boat>Copyright © 2009-2013 Ifremer. All Rights Reserved.