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, setDbPlatform
public LeaveAdjustmentDaoOjbImpl()
public List<LeaveAdjustment> getLeaveAdjustments(String principalId, org.joda.time.LocalDate asOfDate)
getLeaveAdjustments
in interface LeaveAdjustmentDao
public LeaveAdjustment getLeaveAdjustment(String lmLeaveAdjustmentId)
getLeaveAdjustment
in interface LeaveAdjustmentDao
public List<LeaveAdjustment> getLeaveAdjustments(org.joda.time.LocalDate fromEffdt, org.joda.time.LocalDate toEffdt, String principalId, String accrualCategory, String earnCode)
getLeaveAdjustments
in interface LeaveAdjustmentDao
Copyright © 2004–2014 The Kuali Foundation. All rights reserved.