org.kuali.hr.time.roles.dao
Class TkRoleGroupDaoSpringOjbImpl

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.roles.dao.TkRoleGroupDaoSpringOjbImpl
All Implemented Interfaces:
TkRoleGroupDao, org.kuali.rice.core.framework.persistence.dao.PlatformAwareDao, org.springframework.beans.factory.InitializingBean

public class TkRoleGroupDaoSpringOjbImpl
extends org.kuali.rice.core.framework.persistence.ojb.dao.PlatformAwareDaoBaseOjb
implements TkRoleGroupDao


Field Summary
 
Fields inherited from class org.springframework.dao.support.DaoSupport
logger
 
Constructor Summary
TkRoleGroupDaoSpringOjbImpl()
           
 
Method Summary
 TkRoleGroup getRoleGroup(String principalId)
           
 void saveOrUpdateRoleGroup(TkRoleGroup roleGroup)
          A role to update/save
 void saveOrUpdateRoleGroups(List<TkRoleGroup> roleGroups)
          A list of roles to save.
 
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

TkRoleGroupDaoSpringOjbImpl

public TkRoleGroupDaoSpringOjbImpl()
Method Detail

saveOrUpdateRoleGroup

public void saveOrUpdateRoleGroup(TkRoleGroup roleGroup)
Description copied from interface: TkRoleGroupDao
A role to update/save

Specified by:
saveOrUpdateRoleGroup in interface TkRoleGroupDao

saveOrUpdateRoleGroups

public void saveOrUpdateRoleGroups(List<TkRoleGroup> roleGroups)
Description copied from interface: TkRoleGroupDao
A list of roles to save.

Specified by:
saveOrUpdateRoleGroups in interface TkRoleGroupDao

getRoleGroup

public TkRoleGroup getRoleGroup(String principalId)
Specified by:
getRoleGroup in interface TkRoleGroupDao


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