public class LeaveAdjustmentDaoOjbImpl extends org.kuali.rice.core.framework.persistence.ojb.dao.PlatformAwareDaoBaseOjb implements LeaveAdjustmentDao
| Constructor and Description |
|---|
LeaveAdjustmentDaoOjbImpl() |
| Modifier and Type | Method and Description |
|---|---|
LeaveAdjustment |
getLeaveAdjustment(String lmLeaveAdjustmentId) |
List<LeaveAdjustment> |
getLeaveAdjustments(org.joda.time.LocalDate fromEffdt,
org.joda.time.LocalDate toEffdt,
String principalId,
String accrualCategory,
String earnCode) |
List<LeaveAdjustment> |
getLeaveAdjustments(String principalId,
org.joda.time.LocalDate asOfDate) |
getDbPlatform, setDbPlatformpublic LeaveAdjustmentDaoOjbImpl()
public List<LeaveAdjustment> getLeaveAdjustments(String principalId, org.joda.time.LocalDate asOfDate)
getLeaveAdjustments in interface LeaveAdjustmentDaopublic LeaveAdjustment getLeaveAdjustment(String lmLeaveAdjustmentId)
getLeaveAdjustment in interface LeaveAdjustmentDaopublic List<LeaveAdjustment> getLeaveAdjustments(org.joda.time.LocalDate fromEffdt, org.joda.time.LocalDate toEffdt, String principalId, String accrualCategory, String earnCode)
getLeaveAdjustments in interface LeaveAdjustmentDaoCopyright © 2004–2014 The Kuali Foundation. All rights reserved.