public class LeavePayoutDaoOjbImpl extends org.kuali.rice.core.framework.persistence.ojb.dao.PlatformAwareDaoBaseOjb implements LeavePayoutDao
Constructor and Description |
---|
LeavePayoutDaoOjbImpl() |
Modifier and Type | Method and Description |
---|---|
List<LeavePayout> |
getAllLeavePayoutsByEffectiveDate(org.joda.time.LocalDate effectiveDate) |
List<LeavePayout> |
getAllLeavePayoutsForPrincipalId(String principalId) |
List<LeavePayout> |
getAllLeavePayoutsForPrincipalIdAsOfDate(String principalId,
org.joda.time.LocalDate effectiveDate) |
List<LeavePayout> |
getAllLeavePayoutsMarkedPayoutForPrincipalId(String principalId) |
LeavePayout |
getLeavePayoutById(String lmLeavePayoutId) |
List<LeavePayout> |
getLeavePayouts(String viewPrincipal,
org.joda.time.LocalDate beginPeriodDate,
org.joda.time.LocalDate endPeriodDate) |
List<LeavePayout> |
getLeavePayouts(String principalId,
String fromAccrualCategory,
String payoutAmount,
String earnCode,
String forfeitedAmount,
org.joda.time.LocalDate fromEffdt,
org.joda.time.LocalDate toEffdt) |
void |
saveOrUpdate(LeavePayout payout) |
getDbPlatform, setDbPlatform
public LeavePayoutDaoOjbImpl()
public List<LeavePayout> getAllLeavePayoutsForPrincipalId(String principalId)
getAllLeavePayoutsForPrincipalId
in interface LeavePayoutDao
public List<LeavePayout> getAllLeavePayoutsForPrincipalIdAsOfDate(String principalId, org.joda.time.LocalDate effectiveDate)
getAllLeavePayoutsForPrincipalIdAsOfDate
in interface LeavePayoutDao
public List<LeavePayout> getAllLeavePayoutsByEffectiveDate(org.joda.time.LocalDate effectiveDate)
getAllLeavePayoutsByEffectiveDate
in interface LeavePayoutDao
public LeavePayout getLeavePayoutById(String lmLeavePayoutId)
getLeavePayoutById
in interface LeavePayoutDao
public List<LeavePayout> getAllLeavePayoutsMarkedPayoutForPrincipalId(String principalId)
getAllLeavePayoutsMarkedPayoutForPrincipalId
in interface LeavePayoutDao
public List<LeavePayout> getLeavePayouts(String viewPrincipal, org.joda.time.LocalDate beginPeriodDate, org.joda.time.LocalDate endPeriodDate)
getLeavePayouts
in interface LeavePayoutDao
public void saveOrUpdate(LeavePayout payout)
saveOrUpdate
in interface LeavePayoutDao
public List<LeavePayout> getLeavePayouts(String principalId, String fromAccrualCategory, String payoutAmount, String earnCode, String forfeitedAmount, org.joda.time.LocalDate fromEffdt, org.joda.time.LocalDate toEffdt)
getLeavePayouts
in interface LeavePayoutDao
Copyright © 2004–2014 The Kuali Foundation. All rights reserved.