public class PrincipalHRAttributesDaoOjbImpl extends org.kuali.rice.core.framework.persistence.ojb.dao.PlatformAwareDaoBaseOjb implements PrincipalHRAttributesDao
| Constructor and Description |
|---|
PrincipalHRAttributesDaoOjbImpl() |
getDbPlatform, setDbPlatformpublic PrincipalHRAttributesDaoOjbImpl()
public PrincipalHRAttributesBo getPrincipalCalendar(String principalId, org.joda.time.LocalDate asOfDate)
getPrincipalCalendar in interface PrincipalHRAttributesDaopublic void saveOrUpdate(PrincipalHRAttributesBo principalCalendar)
saveOrUpdate in interface PrincipalHRAttributesDaopublic void saveOrUpdate(List<PrincipalHRAttributesBo> lstPrincipalCalendar)
saveOrUpdate in interface PrincipalHRAttributesDaopublic List<PrincipalHRAttributesBo> getActiveEmployeesForPayCalendar(String payCalendarName, org.joda.time.LocalDate asOfDate)
getActiveEmployeesForPayCalendar in interface PrincipalHRAttributesDaopublic List<PrincipalHRAttributesBo> getActiveEmployeesForLeaveCalendar(String leaveCalendarName, org.joda.time.LocalDate asOfDate)
getActiveEmployeesForLeaveCalendar in interface PrincipalHRAttributesDaopublic List<String> getActiveEmployeesIdForLeaveCalendarAndIdList(String leaveCalendarName, List<String> pidList, org.joda.time.LocalDate asOfDate)
getActiveEmployeesIdForLeaveCalendarAndIdList in interface PrincipalHRAttributesDaopublic List<String> getActiveEmployeesIdForTimeCalendarAndIdList(String timeCalendarName, List<String> pidList, org.joda.time.LocalDate asOfDate)
getActiveEmployeesIdForTimeCalendarAndIdList in interface PrincipalHRAttributesDaopublic List<PrincipalHRAttributesBo> getActiveEmployeesForLeavePlan(String leavePlan, org.joda.time.LocalDate asOfDate)
PrincipalHRAttributesDaogetActiveEmployeesForLeavePlan in interface PrincipalHRAttributesDaopublic List<String> getUniquePayCalendars(List<String> principalIds)
getUniquePayCalendars in interface PrincipalHRAttributesDaopublic List<String> getUniqueLeaveCalendars(List<String> principalIds)
getUniqueLeaveCalendars in interface PrincipalHRAttributesDaopublic PrincipalHRAttributesBo getInactivePrincipalHRAttributes(String principalId, org.joda.time.LocalDate asOfDate)
getInactivePrincipalHRAttributes in interface PrincipalHRAttributesDaopublic PrincipalHRAttributesBo getPrincipalHRAttributes(String hrPrincipalAttributeId)
getPrincipalHRAttributes in interface PrincipalHRAttributesDaopublic List<PrincipalHRAttributesBo> getAllActivePrincipalHrAttributesForPrincipalId(String principalId, org.joda.time.LocalDate asOfDate)
getAllActivePrincipalHrAttributesForPrincipalId in interface PrincipalHRAttributesDaopublic List<PrincipalHRAttributesBo> getAllInActivePrincipalHrAttributesForPrincipalId(String principalId, org.joda.time.LocalDate asOfDate)
getAllInActivePrincipalHrAttributesForPrincipalId in interface PrincipalHRAttributesDaopublic PrincipalHRAttributesBo getMaxTimeStampPrincipalHRAttributes(String principalId)
getMaxTimeStampPrincipalHRAttributes in interface PrincipalHRAttributesDaopublic List<PrincipalHRAttributesBo> getActivePrincipalHrAttributesForRange(String principalId, org.joda.time.LocalDate startDate, org.joda.time.LocalDate endDate)
getActivePrincipalHrAttributesForRange in interface PrincipalHRAttributesDaopublic List<PrincipalHRAttributesBo> getInactivePrincipalHRAttributesForRange(String principalId, org.joda.time.LocalDate startDate, org.joda.time.LocalDate endDate)
getInactivePrincipalHRAttributesForRange in interface PrincipalHRAttributesDaopublic List<PrincipalHRAttributesBo> getPrincipalHrAtributes(String principalId, String leavePlan, org.joda.time.LocalDate fromEffdt, org.joda.time.LocalDate toEffdt, String active, String showHistory)
getPrincipalHrAtributes in interface PrincipalHRAttributesDaoCopyright © 2004–2014 The Kuali Foundation. All rights reserved.