public interface PositionReportSubCatService
| Modifier and Type | Method and Description | 
|---|---|
| PositionReportSubCategory | getPositionReportSubCat(String pstnRptSubCat,
                                              org.joda.time.LocalDate asOfDate)Retrieve the last active PositionReportSubCategory with given pstnRptSubCat and effective date | 
| List<PositionReportSubCategory> | getPositionReportSubCat(String pstnRptSubCat,
                                              String institution,
                                              String location,
                                              org.joda.time.LocalDate asOfDate)retrieve list of active PositionReportSubCategory with given pstnRptSubCat, institution, location and effective date
 wild card allowed | 
| PositionReportSubCategory | getPositionReportSubCatById(String pmPositionReportSubCatId)retrieve the PositionReportSubCategory with given id | 
PositionReportSubCategory getPositionReportSubCatById(String pmPositionReportSubCatId)
pmPositionReportSubCatId - List<PositionReportSubCategory> getPositionReportSubCat(String pstnRptSubCat, String institution, String location, org.joda.time.LocalDate asOfDate)
pstnRptSubCat - institution - location - asOfDate - PositionReportSubCategory getPositionReportSubCat(String pstnRptSubCat, org.joda.time.LocalDate asOfDate)
pstnRptSubCat - asOfDate - Copyright © 2004–2014 The Kuali Foundation. All rights reserved.