org.kuali.kpme.core.paystep.service
Class PayStepServiceImpl
java.lang.Object
org.kuali.kpme.core.paystep.service.PayStepServiceImpl
- All Implemented Interfaces:
- PayStepService
public class PayStepServiceImpl
- extends Object
- implements PayStepService
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PayStepServiceImpl
public PayStepServiceImpl()
getPayStepById
public PayStep getPayStepById(String payStepId)
- Specified by:
getPayStepById
in interface PayStepService
getPayStepDao
public PayStepDao getPayStepDao()
setPayStepDao
public void setPayStepDao(PayStepDao payStepDao)
getPaySteps
public List<PayStep> getPaySteps(String payStep,
String institution,
String location,
String salaryGroup,
String payGrade,
String active)
- Specified by:
getPaySteps
in interface PayStepService
Copyright © 2004-2013 The Kuali Foundation. All Rights Reserved.