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, setDbPlatformpublic LeavePayoutDaoOjbImpl()
public List<LeavePayout> getAllLeavePayoutsForPrincipalId(String principalId)
getAllLeavePayoutsForPrincipalId in interface LeavePayoutDaopublic List<LeavePayout> getAllLeavePayoutsForPrincipalIdAsOfDate(String principalId, org.joda.time.LocalDate effectiveDate)
getAllLeavePayoutsForPrincipalIdAsOfDate in interface LeavePayoutDaopublic List<LeavePayout> getAllLeavePayoutsByEffectiveDate(org.joda.time.LocalDate effectiveDate)
getAllLeavePayoutsByEffectiveDate in interface LeavePayoutDaopublic LeavePayout getLeavePayoutById(String lmLeavePayoutId)
getLeavePayoutById in interface LeavePayoutDaopublic List<LeavePayout> getAllLeavePayoutsMarkedPayoutForPrincipalId(String principalId)
getAllLeavePayoutsMarkedPayoutForPrincipalId in interface LeavePayoutDaopublic List<LeavePayout> getLeavePayouts(String viewPrincipal, org.joda.time.LocalDate beginPeriodDate, org.joda.time.LocalDate endPeriodDate)
getLeavePayouts in interface LeavePayoutDaopublic void saveOrUpdate(LeavePayout payout)
saveOrUpdate in interface LeavePayoutDaopublic 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 LeavePayoutDaoCopyright © 2004–2014 The Kuali Foundation. All rights reserved.