org.kuali.hr.time.salgroup.service
Class SalGroupServiceImpl
java.lang.Object
org.kuali.hr.time.salgroup.service.SalGroupServiceImpl
- All Implemented Interfaces:
- SalGroupService
public class SalGroupServiceImpl
- extends Object
- implements SalGroupService
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SalGroupServiceImpl
public SalGroupServiceImpl()
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
Copyright © 2004-2012 The Kuali Foundation. All Rights Reserved.