|
||||||||||
| 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.ow2.dragon.persistence.dao.GenericHibernateDAOImpl<OrganizationUnit,java.lang.String>
org.ow2.dragon.persistence.dao.organization.hibernate.OrganizationUnitDAOImpl
public class OrganizationUnitDAOImpl
| Field Summary |
|---|
| Fields inherited from class org.ow2.dragon.persistence.dao.GenericHibernateDAOImpl |
|---|
type |
| Fields inherited from class org.springframework.dao.support.DaoSupport |
|---|
logger |
| Constructor Summary | |
|---|---|
OrganizationUnitDAOImpl()
|
|
| Method Summary | |
|---|---|
java.util.List<OrganizationUnit> |
getAllWithoutMeAndMyChildren(java.lang.String initialOrgId)
|
java.util.List<OrganizationUnit> |
getOrgAndChildren(java.lang.String initialOrgId)
|
OrganizationUnit |
getOrgUnitByNameAndCity(java.lang.String name,
java.lang.String city)
|
| Methods inherited from class org.ow2.dragon.persistence.dao.GenericHibernateDAOImpl |
|---|
count, exists, findByNamedQuery, get, getAll, getAll, getAll, getAll, getAllDistinct, getManipulatedType, remove, save, search, searchAndCount, searchEquals, searchLike, searchUnique, setType |
| 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 |
| Methods inherited from interface org.ow2.dragon.persistence.dao.GenericORMDAO |
|---|
count, exists, findByNamedQuery, get, getAll, getAll, getAll, getAll, getAllDistinct, getManipulatedType, remove, save, search, searchAndCount, searchEquals, searchLike, searchUnique |
| Constructor Detail |
|---|
public OrganizationUnitDAOImpl()
| Method Detail |
|---|
public OrganizationUnit getOrgUnitByNameAndCity(java.lang.String name,
java.lang.String city)
getOrgUnitByNameAndCity in interface OrganizationUnitDAOpublic java.util.List<OrganizationUnit> getOrgAndChildren(java.lang.String initialOrgId)
getOrgAndChildren in interface OrganizationUnitDAO
public java.util.List<OrganizationUnit> getAllWithoutMeAndMyChildren(java.lang.String initialOrgId)
throws DAOLayerException
getAllWithoutMeAndMyChildren in interface OrganizationUnitDAODAOLayerException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||