org.kuali.rice.kim.impl.permission
Class PermissionDaoOjb

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.rice.kim.impl.permission.PermissionDaoOjb
All Implemented Interfaces:
PlatformAwareDao, PermissionDao, org.springframework.beans.factory.InitializingBean

public class PermissionDaoOjb
extends PlatformAwareDaoBaseOjb
implements PermissionDao

This is a description of what this class does - kellerj don't forget to fill this in.

Author:
Kuali Rice Team (rice.collab@kuali.org)

Field Summary
 
Fields inherited from class org.springframework.dao.support.DaoSupport
logger
 
Constructor Summary
PermissionDaoOjb()
           
 
Method Summary
 List<String> getRoleIdsForPermissions(Collection<Permission> permissions)
           
 
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

PermissionDaoOjb

public PermissionDaoOjb()
Method Detail

getRoleIdsForPermissions

public List<String> getRoleIdsForPermissions(Collection<Permission> permissions)
Specified by:
getRoleIdsForPermissions in interface PermissionDao


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