JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Index
Help
SEARCH:
Uses of Interface
com.logicaldoc.core.security.dao.MenuDAO
Packages that use
MenuDAO
Package
Description
com.logicaldoc.core.security
Container of the security objects like
User
and
Group
com.logicaldoc.core.security.dao
Uses of
MenuDAO
in
com.logicaldoc.core.security
Methods in
com.logicaldoc.core.security
with parameters of type
MenuDAO
Modifier and Type
Method
Description
void
SecurityManagerImpl.
setMenuDAO
(
MenuDAO
menuDAO)
Uses of
MenuDAO
in
com.logicaldoc.core.security.dao
Classes in
com.logicaldoc.core.security.dao
that implement
MenuDAO
Modifier and Type
Class
Description
class
HibernateMenuDAO
Hibernate implementation of
MenuDAO
Methods in
com.logicaldoc.core.security.dao
that return
MenuDAO
Modifier and Type
Method
Description
MenuDAO
HibernateGroupDAO.
getMenuDAO
()
Methods in
com.logicaldoc.core.security.dao
with parameters of type
MenuDAO
Modifier and Type
Method
Description
void
HibernateGroupDAO.
setMenuDAO
(
MenuDAO
menuDAO)