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, setDbPlatform
public ClockLocationDaoOjbImpl()
public List<ClockLocationRule> getClockLocationRule(String groupKeyCode, String dept, Long workArea, String principalId, Long jobNumber, org.joda.time.LocalDate asOfDate)
ClockLocationDao
getClockLocationRule
in interface ClockLocationDao
public List<ClockLocationRule> getNewerVersionClockLocationRule(String groupKeyCode, String dept, Long workArea, String principalId, Long jobNumber, org.joda.time.LocalDate asOfDate)
ClockLocationDao
getNewerVersionClockLocationRule
in interface ClockLocationDao
public ClockLocationRule getClockLocationRule(String tkClockLocationRuleId)
ClockLocationDao
getClockLocationRule
in interface ClockLocationDao
public void populateIPAddressesForCLR(ClockLocationRule clr)
ClockLocationDao
populateIPAddressesForCLR
in interface ClockLocationDao
public 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 ClockLocationDao
Copyright © 2004–2014 The Kuali Foundation. All rights reserved.