info.joseluismartin.reporting
Interface ReportDataProvider<T,PK extends Serializable>


public interface ReportDataProvider<T,PK extends Serializable>

This interface must be implemented by those classes that require working with reports

Author:
Jose A. Corbacho

Method Summary
 PersistentService<T,PK> getDataSource()
          Returns the data source used by this object
 Object getFilter()
           
 Page.Order getSortOrder()
           
 String getSortProperty()
           
 

Method Detail

getDataSource

PersistentService<T,PK> getDataSource()
Returns the data source used by this object

Returns:
the data source in use

getFilter

Object getFilter()

getSortProperty

String getSortProperty()

getSortOrder

Page.Order getSortOrder()


Copyright © 2012 JDAL. All Rights Reserved.