public interface PositionReportSubCatService
| Modifier and Type | Method and Description |
|---|---|
PositionReportSubCategory |
getActivePositionReportSubCat(String pstnRptSubCat,
org.joda.time.LocalDate asOfDate)
Retrieve the last active PositionReportSubCategory with given pstnRptSubCat and effective date
|
List<PositionReportSubCategory> |
getPositionReportSubCat(String pstnRptSubCat,
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, org.joda.time.LocalDate asOfDate)
pstnRptSubCat - institution - location - asOfDate - PositionReportSubCategory getActivePositionReportSubCat(String pstnRptSubCat, org.joda.time.LocalDate asOfDate)
pstnRptSubCat - asOfDate - Copyright © 2004–2014 The Kuali Foundation. All rights reserved.