public interface PendingReportDao
| Modifier and Type | Method and Description |
|---|---|
List<PendingReportBean> |
queryForPendingSupport(String personId)
Loads the Pending Report data into a list of PendingReportBeans
|
List<PendingReportBean> queryForPendingSupport(String personId) throws org.kuali.rice.kew.api.exception.WorkflowException
personId - - The person for whom pending support obligations are being queriedorg.kuali.rice.kew.api.exception.WorkflowExceptionCopyright © 2013 The Kuali Foundation. All Rights Reserved.