|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.springframework.dao.support.DaoSupport
org.springframework.orm.hibernate3.support.HibernateDaoSupport
org.ikasan.framework.security.dao.HibernateAuthorityDao
public class HibernateAuthorityDao
Hibernate implementation of AuthorityDao
| Field Summary |
|---|
| Fields inherited from class org.springframework.dao.support.DaoSupport |
|---|
logger |
| Constructor Summary | |
|---|---|
HibernateAuthorityDao()
|
|
| Method Summary | |
|---|---|
List<Authority> |
getAuthorities()
Retrieves all Authoritys known to the system |
Authority |
getAuthority(String authority)
Retrieves a specific Authority by name |
void |
save(Authority newAuthority)
Saves a new Authority to persistent storage |
| Methods inherited from class org.springframework.orm.hibernate3.support.HibernateDaoSupport |
|---|
checkDaoConfig, convertHibernateAccessException, createHibernateTemplate, getHibernateTemplate, getSession, getSession, getSessionFactory, releaseSession, setHibernateTemplate, setSessionFactory |
| 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 |
|---|
public HibernateAuthorityDao()
| Method Detail |
|---|
public List<Authority> getAuthorities()
AuthorityDaoAuthoritys known to the system
getAuthorities in interface AuthorityDaoAuthorityspublic Authority getAuthority(String authority)
AuthorityDaoAuthority by name
getAuthority in interface AuthorityDaoAuthority or null if it does not existpublic void save(Authority newAuthority)
AuthorityDaoAuthority to persistent storage
save in interface AuthorityDao
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||