org.kuali.kpme.core.salarygroup.service
Class SalaryGroupServiceImpl

java.lang.Object
  extended by org.kuali.kpme.core.salarygroup.service.SalaryGroupServiceImpl
All Implemented Interfaces:
SalaryGroupService

public class SalaryGroupServiceImpl
extends Object
implements SalaryGroupService


Constructor Summary
SalaryGroupServiceImpl()
           
 
Method Summary
 SalaryGroup getSalaryGroup(String hrSalGroupId)
           
 SalaryGroup getSalaryGroup(String salGroup, org.joda.time.LocalDate asOfDate)
          Fetch a SalaryGroup as of a particular date
 List<SalaryGroup> getSalaryGroups(String salGroup, String institution, String location, String leavePlan, org.joda.time.LocalDate fromEffdt, org.joda.time.LocalDate toEffdt, String active, String showHist, String benefitEligible, String leaveEligible, String percentTime)
           
 int getSalGroupCount(String salGroup)
           
 void setSalaryGroupDao(SalaryGroupDao salaryGroupDao)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SalaryGroupServiceImpl

public SalaryGroupServiceImpl()
Method Detail

getSalaryGroup

public SalaryGroup getSalaryGroup(String salGroup,
                                  org.joda.time.LocalDate asOfDate)
Description copied from interface: SalaryGroupService
Fetch a SalaryGroup as of a particular date

Specified by:
getSalaryGroup in interface SalaryGroupService
Returns:

setSalaryGroupDao

public void setSalaryGroupDao(SalaryGroupDao salaryGroupDao)

getSalaryGroup

public SalaryGroup getSalaryGroup(String hrSalGroupId)
Specified by:
getSalaryGroup in interface SalaryGroupService

getSalGroupCount

public int getSalGroupCount(String salGroup)
Specified by:
getSalGroupCount in interface SalaryGroupService

getSalaryGroups

public List<SalaryGroup> getSalaryGroups(String salGroup,
                                         String institution,
                                         String location,
                                         String leavePlan,
                                         org.joda.time.LocalDate fromEffdt,
                                         org.joda.time.LocalDate toEffdt,
                                         String active,
                                         String showHist,
                                         String benefitEligible,
                                         String leaveEligible,
                                         String percentTime)
Specified by:
getSalaryGroups in interface SalaryGroupService


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