public interface ReportTrackingDao
extends org.kuali.rice.krad.dao.LookupDao
| Modifier and Type | Method and Description |
|---|---|
List<ReportTracking> |
getDetailResults(Map<String,String> searchValues,
List<String> detailAttrs)
Return a list of report tracking BOs that match the search values and are sorted by
the detailAttrs list of columns.
|
List<ReportTracking> |
getResultsGroupedBy(Map<String,String> searchValues,
List<String> groupedByAttrs,
List<String> displayByAttrs)
Get a list of report tracking BOs with the groupedByAttr populated
and then sorted by the displayByAttrs.
|
List<ReportTracking> getResultsGroupedBy(Map<String,String> searchValues, List<String> groupedByAttrs, List<String> displayByAttrs) throws IllegalAccessException, InvocationTargetException
searchValues - groupedByAttrs - displayByAttrs - IllegalAccessExceptionInvocationTargetExceptionList<ReportTracking> getDetailResults(Map<String,String> searchValues, List<String> detailAttrs) throws IllegalAccessException, InvocationTargetException
searchValues - detailAttrs - IllegalAccessExceptionInvocationTargetExceptionCopyright © 2013 The Kuali Foundation. All Rights Reserved.