fr.ifremer.suiviobsmer.ui.data
Class ContactDataSource

java.lang.Object
  extended by fr.ifremer.suiviobsmer.ui.data.AbstractMappedGridDataSource<String,Contact>
      extended by fr.ifremer.suiviobsmer.ui.data.ContactDataSource
All Implemented Interfaces:
org.apache.tapestry5.grid.GridDataSource

public class ContactDataSource
extends AbstractMappedGridDataSource<String,Contact>

ContactDataSource Created: 18 janv. 2010

Version:
$Revision: 330 $ Mise a jour: $Date: 2010-02-05 15:04:29 +0100 (ven. 05 févr. 2010) $ par : $Author$
Author:
fdesbois

Constructor Summary
ContactDataSource(ContactFilter filter, ServiceContact service)
           
 
Method Summary
protected  int count()
           
protected  Map<String,Contact> execute(int startIndex, int endIndex, org.apache.tapestry5.grid.SortConstraint orderBy)
           
 Class<?> getRowType()
           
 
Methods inherited from class fr.ifremer.suiviobsmer.ui.data.AbstractMappedGridDataSource
get, getAvailableRows, getRowValue, getSortConstraint, prepare, sortResults, values
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ContactDataSource

public ContactDataSource(ContactFilter filter,
                         ServiceContact service)
Method Detail

getRowType

public Class<?> getRowType()
Specified by:
getRowType in interface org.apache.tapestry5.grid.GridDataSource
Specified by:
getRowType in class AbstractMappedGridDataSource<String,Contact>

execute

protected Map<String,Contact> execute(int startIndex,
                                      int endIndex,
                                      org.apache.tapestry5.grid.SortConstraint orderBy)
                               throws SuiviObsmerException
Specified by:
execute in class AbstractMappedGridDataSource<String,Contact>
Throws:
SuiviObsmerException

count

protected int count()
             throws SuiviObsmerException
Specified by:
count in class AbstractMappedGridDataSource<String,Contact>
Throws:
SuiviObsmerException


Copyright © 2009-2010 Ifremer. All Rights Reserved.