org.kuali.hr.time.salgroup.service
Class SalGroupServiceImpl

java.lang.Object
  extended by org.kuali.hr.time.salgroup.service.SalGroupServiceImpl
All Implemented Interfaces:
SalGroupService

public class SalGroupServiceImpl
extends Object
implements SalGroupService


Constructor Summary
SalGroupServiceImpl()
           
 
Method Summary
 SalGroup getSalGroup(String hrSalGroupId)
           
 SalGroup getSalGroup(String salGroup, Date asOfDate)
          Fetch a SalGroup as of a particular date
 int getSalGroupCount(String salGroup)
           
 List<SalGroup> getSalGroups(String salGroup, String descr, Date fromEffdt, Date toEffdt, String active, String showHist)
           
 void setSalGroupDao(SalGroupDao salGroupDao)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SalGroupServiceImpl

public SalGroupServiceImpl()
Method Detail

getSalGroup

public SalGroup getSalGroup(String salGroup,
                            Date asOfDate)
Description copied from interface: SalGroupService
Fetch a SalGroup as of a particular date

Specified by:
getSalGroup in interface SalGroupService
Returns:

setSalGroupDao

public void setSalGroupDao(SalGroupDao salGroupDao)

getSalGroup

public SalGroup getSalGroup(String hrSalGroupId)
Specified by:
getSalGroup in interface SalGroupService

getSalGroupCount

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

getSalGroups

public List<SalGroup> getSalGroups(String salGroup,
                                   String descr,
                                   Date fromEffdt,
                                   Date toEffdt,
                                   String active,
                                   String showHist)
Specified by:
getSalGroups in interface SalGroupService


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