org.kuali.kpme.pm.positionreportsubcat.service
Interface PositionReportSubCatService

All Known Implementing Classes:
PositionReportSubCatServiceImpl

public interface PositionReportSubCatService


Method Summary
 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
 

Method Detail

getPositionReportSubCatById

PositionReportSubCategory getPositionReportSubCatById(String pmPositionReportSubCatId)
retrieve the PositionReportSubCategory with given id

Parameters:
pmPositionReportSubCatId -
Returns:

getPositionReportSubCat

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

Parameters:
pstnRptSubCat -
institution -
location -
asOfDate -
Returns:

getPositionReportSubCat

PositionReportSubCategory getPositionReportSubCat(String pstnRptSubCat,
                                                  org.joda.time.LocalDate asOfDate)
Retrieve the last active PositionReportSubCategory with given pstnRptSubCat and effective date

Parameters:
pstnRptSubCat -
asOfDate -
Returns:


Copyright © 2004-2014 The Kuali Foundation. All Rights Reserved.