public class ClockLocationDaoOjbImpl extends org.kuali.rice.core.framework.persistence.ojb.dao.PlatformAwareDaoBaseOjb implements ClockLocationDao
| Constructor and Description | 
|---|
| ClockLocationDaoOjbImpl() | 
| Modifier and Type | Method and Description | 
|---|---|
| ClockLocationRule | getClockLocationRule(String tkClockLocationRuleId)Get Clock Location Rule based on id | 
| List<ClockLocationRule> | getClockLocationRule(String groupKeyCode,
                                        String dept,
                                        Long workArea,
                                        String principalId,
                                        Long jobNumber,
                                        org.joda.time.LocalDate asOfDate)Get Clock location rule based on passed in criteria | 
| List<ClockLocationRule> | getClockLocationRules(String groupKeyCode,
                                          org.joda.time.LocalDate fromEffdt,
                                          org.joda.time.LocalDate toEffdt,
                                          String principalId,
                                          String jobNumber,
                                          String dept,
                                          String workArea,
                                          String active,
                                          String showHistory) | 
| List<ClockLocationRule> | getNewerVersionClockLocationRule(String groupKeyCode,
                                                                String dept,
                                                                Long workArea,
                                                                String principalId,
                                                                Long jobNumber,
                                                                org.joda.time.LocalDate asOfDate)Get list of clock location rules based on criteria | 
| void | populateIPAddressesForCLR(ClockLocationRule clr)populate ip addresses for given ClockLocationRule | 
getDbPlatform, setDbPlatformpublic ClockLocationDaoOjbImpl()
public List<ClockLocationRule> getClockLocationRule(String groupKeyCode, String dept, Long workArea, String principalId, Long jobNumber, org.joda.time.LocalDate asOfDate)
ClockLocationDaogetClockLocationRule in interface ClockLocationDaopublic List<ClockLocationRule> getNewerVersionClockLocationRule(String groupKeyCode, String dept, Long workArea, String principalId, Long jobNumber, org.joda.time.LocalDate asOfDate)
ClockLocationDaogetNewerVersionClockLocationRule in interface ClockLocationDaopublic ClockLocationRule getClockLocationRule(String tkClockLocationRuleId)
ClockLocationDaogetClockLocationRule in interface ClockLocationDaopublic void populateIPAddressesForCLR(ClockLocationRule clr)
ClockLocationDaopopulateIPAddressesForCLR in interface ClockLocationDaopublic List<ClockLocationRule> getClockLocationRules(String groupKeyCode, org.joda.time.LocalDate fromEffdt, org.joda.time.LocalDate toEffdt, String principalId, String jobNumber, String dept, String workArea, String active, String showHistory)
getClockLocationRules in interface ClockLocationDaoCopyright © 2004–2014 The Kuali Foundation. All rights reserved.