org.kuali.kpme.pm.positionreportcat.service
Class PositionReportCatServiceImpl
java.lang.Object
org.kuali.kpme.pm.positionreportcat.service.PositionReportCatServiceImpl
- All Implemented Interfaces:
- PositionReportCatService
public class PositionReportCatServiceImpl
- extends Object
- implements PositionReportCatService
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PositionReportCatServiceImpl
public PositionReportCatServiceImpl()
getPositionReportCatById
public PositionReportCategory getPositionReportCatById(String pmPositionReportCatId)
- Description copied from interface:
PositionReportCatService
- retrieve the PositionReportCategory with given id
- Specified by:
getPositionReportCatById
in interface PositionReportCatService
- Returns:
getPositionReportCatList
public List<PositionReportCategory> getPositionReportCatList(String positionReportCat,
String positionReportType,
String institution,
String location,
org.joda.time.LocalDate asOfDate)
- Description copied from interface:
PositionReportCatService
- Get List of PositionReportCategory with given category, type and effective date
- Specified by:
getPositionReportCatList
in interface PositionReportCatService
- Returns:
getPositionReportCatDao
public PositionReportCatDao getPositionReportCatDao()
setPositionReportCatDao
public void setPositionReportCatDao(PositionReportCatDao positionReportCatDao)
getPositionReportCat
public PositionReportCategory getPositionReportCat(String positionReportCat,
org.joda.time.LocalDate asOfDate)
- Description copied from interface:
PositionReportCatService
- Retrieve the latest active PositionReportCategory with given positionReportCat and effective date
- Specified by:
getPositionReportCat
in interface PositionReportCatService
- Returns:
Copyright © 2004-2014 The Kuali Foundation. All Rights Reserved.