org.kuali.kpme.tklm.time.rules.clocklocation.dao
Class ClockLocationDaoOjbImpl
java.lang.Object
   org.springframework.dao.support.DaoSupport
org.springframework.dao.support.DaoSupport
       org.springmodules.orm.ojb.support.PersistenceBrokerDaoSupport
org.springmodules.orm.ojb.support.PersistenceBrokerDaoSupport
           org.kuali.rice.core.framework.persistence.ojb.dao.PlatformAwareDaoBaseOjb
org.kuali.rice.core.framework.persistence.ojb.dao.PlatformAwareDaoBaseOjb
               org.kuali.kpme.tklm.time.rules.clocklocation.dao.ClockLocationDaoOjbImpl
org.kuali.kpme.tklm.time.rules.clocklocation.dao.ClockLocationDaoOjbImpl
- All Implemented Interfaces: 
- ClockLocationDao, org.kuali.rice.core.framework.persistence.dao.PlatformAwareDao, org.springframework.beans.factory.InitializingBean
- public class ClockLocationDaoOjbImpl 
- extends org.kuali.rice.core.framework.persistence.ojb.dao.PlatformAwareDaoBaseOjb- implements ClockLocationDao
 
| Fields inherited from class org.springframework.dao.support.DaoSupport | 
| logger | 
 
 
| Method Summary | 
|  ClockLocationRule | getClockLocationRule(String tkClockLocationRuleId)Get Clock Location Rule based on id
 | 
|  List<ClockLocationRule> | getClockLocationRule(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(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 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
 | 
 
| Methods inherited from class org.kuali.rice.core.framework.persistence.ojb.dao.PlatformAwareDaoBaseOjb | 
| getDbPlatform, setDbPlatform | 
 
| Methods inherited from class org.springmodules.orm.ojb.support.PersistenceBrokerDaoSupport | 
| checkDaoConfig, convertOjbAccessException, createPersistenceBrokerTemplate, getJcdAlias, getPersistenceBroker, getPersistenceBrokerTemplate, releasePersistenceBroker, setJcdAlias, setPersistenceBrokerTemplate | 
 
| Methods inherited from class org.springframework.dao.support.DaoSupport | 
| afterPropertiesSet, initDao | 
 
| Methods inherited from class java.lang.Object | 
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
ClockLocationDaoOjbImpl
public ClockLocationDaoOjbImpl()
getClockLocationRule
public List<ClockLocationRule> getClockLocationRule(String dept,
                                                    Long workArea,
                                                    String principalId,
                                                    Long jobNumber,
                                                    org.joda.time.LocalDate asOfDate)
- Description copied from interface: ClockLocationDao
- Get Clock location rule based on passed in criteria
 
- 
- Specified by:
- getClockLocationRulein interface- ClockLocationDao
 
- 
- Returns:
 
getNewerVersionClockLocationRule
public List<ClockLocationRule> getNewerVersionClockLocationRule(String dept,
                                                                Long workArea,
                                                                String principalId,
                                                                Long jobNumber,
                                                                org.joda.time.LocalDate asOfDate)
- Description copied from interface: ClockLocationDao
- Get list of clock location rules based on criteria
 
- 
- Specified by:
- getNewerVersionClockLocationRulein interface- ClockLocationDao
 
- 
- Returns:
 
getClockLocationRule
public ClockLocationRule getClockLocationRule(String tkClockLocationRuleId)
- Description copied from interface: ClockLocationDao
- Get Clock Location Rule based on id
 
- 
- Specified by:
- getClockLocationRulein interface- ClockLocationDao
 
- 
- Returns:
 
populateIPAddressesForCLR
public void populateIPAddressesForCLR(ClockLocationRule clr)
- Description copied from interface: ClockLocationDao
- populate ip addresses for given ClockLocationRule
 
- 
- Specified by:
- populateIPAddressesForCLRin interface- ClockLocationDao
 
- 
 
getClockLocationRules
public List<ClockLocationRule> getClockLocationRules(org.joda.time.LocalDate fromEffdt,
                                                     org.joda.time.LocalDate toEffdt,
                                                     String principalId,
                                                     String jobNumber,
                                                     String dept,
                                                     String workArea,
                                                     String active,
                                                     String showHistory)
- 
- Specified by:
- getClockLocationRulesin interface- ClockLocationDao
 
- 
 
Copyright © 2004-2014 The Kuali Foundation. All Rights Reserved.