org.kuali.hr.time.graceperiod.dao
Class GracePeriodDaoImpl

java.lang.Object
  extended by org.springframework.dao.support.DaoSupport
      extended by org.springmodules.orm.ojb.support.PersistenceBrokerDaoSupport
          extended by org.kuali.rice.core.framework.persistence.ojb.dao.PlatformAwareDaoBaseOjb
              extended by org.kuali.hr.time.graceperiod.dao.GracePeriodDaoImpl
All Implemented Interfaces:
GracePeriodDao, org.kuali.rice.core.framework.persistence.dao.PlatformAwareDao, org.springframework.beans.factory.InitializingBean

public class GracePeriodDaoImpl
extends org.kuali.rice.core.framework.persistence.ojb.dao.PlatformAwareDaoBaseOjb
implements GracePeriodDao


Field Summary
 
Fields inherited from class org.springframework.dao.support.DaoSupport
logger
 
Constructor Summary
GracePeriodDaoImpl()
           
 
Method Summary
 GracePeriodRule getGracePeriodRule(Date asOfDate)
           
 GracePeriodRule getGracePeriodRule(String tkGracePeriodId)
           
 List<GracePeriodRule> getGracePeriodRules(String hourFactor, String active)
           
 
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
 

Constructor Detail

GracePeriodDaoImpl

public GracePeriodDaoImpl()
Method Detail

getGracePeriodRule

public GracePeriodRule getGracePeriodRule(Date asOfDate)
Specified by:
getGracePeriodRule in interface GracePeriodDao

getGracePeriodRule

public GracePeriodRule getGracePeriodRule(String tkGracePeriodId)
Specified by:
getGracePeriodRule in interface GracePeriodDao

getGracePeriodRules

public List<GracePeriodRule> getGracePeriodRules(String hourFactor,
                                                 String active)
Specified by:
getGracePeriodRules in interface GracePeriodDao


Copyright © 2004-2013 The Kuali Foundation. All Rights Reserved.