public class PositionReportSubCatServiceImpl extends Object implements PositionReportSubCatService
Constructor and Description |
---|
PositionReportSubCatServiceImpl() |
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
|
PositionReportSubCatDao |
getPositionReportSubCatDao() |
void |
setPositionReportSubCatDao(PositionReportSubCatDao positionReportSubCatDao) |
public PositionReportSubCatServiceImpl()
public PositionReportSubCategory getPositionReportSubCatById(String pmPositionReportSubCatId)
PositionReportSubCatService
getPositionReportSubCatById
in interface PositionReportSubCatService
public PositionReportSubCatDao getPositionReportSubCatDao()
public void setPositionReportSubCatDao(PositionReportSubCatDao positionReportSubCatDao)
public List<PositionReportSubCategory> getPositionReportSubCat(String pstnRptSubCat, String institution, String location, org.joda.time.LocalDate asOfDate)
PositionReportSubCatService
getPositionReportSubCat
in interface PositionReportSubCatService
public PositionReportSubCategory getPositionReportSubCat(String pstnRptSubCat, org.joda.time.LocalDate asOfDate)
PositionReportSubCatService
getPositionReportSubCat
in interface PositionReportSubCatService
Copyright © 2004–2014 The Kuali Foundation. All rights reserved.