Package com.logicaldoc.core.security.dao
Class HibernateMenuDAO
java.lang.Object
com.logicaldoc.core.HibernatePersistentObjectDAO<Menu>
com.logicaldoc.core.security.dao.HibernateMenuDAO
- All Implemented Interfaces:
PersistentObjectDAO<Menu>,MenuDAO
Hibernate implementation of
MenuDAO- Since:
- 3.0
- Author:
- Marco Meschieri - LogicalDOC
-
Field Summary
Fields inherited from interface com.logicaldoc.core.PersistentObjectDAO
ENTITY -
Method Summary
Modifier and TypeMethodDescriptionbooleanapplyRightToTree(long id) Propagates the security policies of a node to the whole subtreecomputePathExtended(long menuId) Dynamically computes the path extended for the specified menu.createPath(long parentId, long tenantId, int type, String path, boolean inheritSecurity) Creates the menu for the specified path.voiddelete(long menuId, int code) This method deletes an entity and you can give a deletion codevoiddeleteAll(Collection<Menu> menus) Deletes all entries form the databasefindByGroupId(long groupId) Finds all menus accessible by the passed groupfindByName(Menu parent, String name, boolean caseSensitive) Finds all menus by menu text, contained in the parent menufindByName(String name) Finds all menus by menu text.findByNameAndParentId(String name, long parentId) Finds that folder that lies under a specific parent (given by the id) an with a given text(like operator is used)findByParentId(long parentId, boolean enaledOnly) Finds all children(direct and indirect) by parentIdfindByUserId(long userId) Finds authorized menus for a user.findByUserId(long userId, long parentId, boolean enabledOnly) Finds direct children of a menufindByUserId(long userId, long parentId, Integer type, boolean enabledOnly) findChildren(long parentId, long userId) Finds direct children of a menu accessible by the given user.findChildren(long parentId, Integer max) Finds direct children of a menu.findIdByUserId(long userId, long parentId) This method selects only the menuId from the menus for which a user is authorized.findIdByUserId(long userId, long parentId, Integer type) findMenuIdByUserId(long userId, boolean enabledOnly) This method selects only the menuId from the menus for which a user is authorizedfindMenuIdByUserIdAndPermission(long userId, Permission permission, boolean enabledOnly) Finds all menus ids with a specific permission enabled on the specifies userfindNameById(long menuId) This method selects only the menu text from a menufindParents(long menuId) Returns a List of menus being a parent of the given menu.booleanhasWriteAccess(Menu menu, long userId) Checks that the user has access to the menu and all its sub-itemsintisMenuWriteable(long menuId, long userId) Returns if a menu is writeable for a userbooleanisReadEnable(long menuId, long userId) This method is looking up for read rights for a menu and an userbooleanisWriteEnable(long menuId, long userId) This method is looking up for writing rights for a menu and an uservoidrestore(long menuId, boolean parents) Restores a previously deleted menuvoidsetUserDAO(UserDAO userDAO) voidThis method persists the entity objectMethods inherited from class com.logicaldoc.core.HibernatePersistentObjectDAO
bulkUpdate, delete, deleteAll, findAll, findAll, findAllIds, findAllIds, findById, findById, findByObjectQuery, findByQuery, findByWhere, findByWhere, findIdsByWhere, findIdsByWhere, getDatabaseMetadata, getDbms, getSessionFactory, initialize, isOracle, jdbcUpdate, jdbcUpdate, query, query, queryForDouble, queryForDouble, queryForInt, queryForList, queryForList, queryForList, queryForLong, queryForLong, queryForObject, queryForRowSet, queryForRowSet, queryForString, setSessionFactoryMethods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.logicaldoc.core.PersistentObjectDAO
bulkUpdate, delete, deleteAll, findAll, findAll, findAllIds, findAllIds, findById, findById, findByObjectQuery, findByQuery, findByWhere, findByWhere, findIdsByWhere, findIdsByWhere, getDatabaseMetadata, getDbms, initialize, isOracle, jdbcUpdate, jdbcUpdate, query, query, queryForDouble, queryForDouble, queryForInt, queryForList, queryForList, queryForList, queryForLong, queryForLong, queryForObject, queryForRowSet, queryForRowSet, queryForString
-
Method Details
-
getUserDAO
-
setUserDAO
-
store
Description copied from interface:PersistentObjectDAOThis method persists the entity object- Specified by:
storein interfacePersistentObjectDAO<Menu>- Overrides:
storein classHibernatePersistentObjectDAO<Menu>- Parameters:
menu- entity to be stored- Throws:
PersistenceException- raised in case of errors in the database
-
findByUserId
Description copied from interface:MenuDAOFinds authorized menus for a user.- Specified by:
findByUserIdin interfaceMenuDAO- Parameters:
userId- ID of the user.- Returns:
- List of found menus.
-
findByUserId
Description copied from interface:MenuDAOFinds direct children of a menu- Specified by:
findByUserIdin interfaceMenuDAO- Parameters:
userId- identifier of the userparentId- MenuId of the menu which children are wantedenabledOnly- if the menus must also be enabled- Returns:
- List of found menus sorted by name
-
findByUserId
-
findChildren
Description copied from interface:MenuDAOFinds direct children of a menu.- Specified by:
findChildrenin interfaceMenuDAO- Parameters:
parentId- MenuId of the menu which children are wantedmax- Optional, maximum number of children- Returns:
- List of found menus
-
findChildren
Description copied from interface:MenuDAOFinds direct children of a menu accessible by the given user.- Specified by:
findChildrenin interfaceMenuDAO- Parameters:
parentId- MenuId of the menu which children are wanteduserId- Identifier of the user that mush have read access- Returns:
- List of found menus.
-
findByParentId
Description copied from interface:MenuDAOFinds all children(direct and indirect) by parentId- Specified by:
findByParentIdin interfaceMenuDAO- Parameters:
parentId- identifier of the parent menuenaledOnly- if the menus must also be enabled- Returns:
- list of children menus
-
isWriteEnable
public boolean isWriteEnable(long menuId, long userId) Description copied from interface:MenuDAOThis method is looking up for writing rights for a menu and an user- Specified by:
isWriteEnablein interfaceMenuDAO- Parameters:
menuId- ID of the menuuserId- ID of the user- Returns:
- id the user has write permission
-
isReadEnable
public boolean isReadEnable(long menuId, long userId) Description copied from interface:MenuDAOThis method is looking up for read rights for a menu and an user- Specified by:
isReadEnablein interfaceMenuDAO- Parameters:
menuId- ID of the menuuserId- ID of the user- Returns:
- if the user can access the menu
-
findNameById
Description copied from interface:MenuDAOThis method selects only the menu text from a menu- Specified by:
findNameByIdin interfaceMenuDAO- Parameters:
menuId- Id of the menu- Returns:
- Selected menu text
-
findMenuIdByUserId
Description copied from interface:MenuDAOThis method selects only the menuId from the menus for which a user is authorized- Specified by:
findMenuIdByUserIdin interfaceMenuDAO- Parameters:
userId- ID of the userenabledOnly- if the menus must also be enabled- Returns:
- List of selected menuId's
-
isMenuWriteable
public int isMenuWriteable(long menuId, long userId) Description copied from interface:MenuDAOReturns if a menu is writeable for a user- Specified by:
isMenuWriteablein interfaceMenuDAO- Parameters:
menuId- check this menuuserId- privileges for this should be checked- Returns:
- a 0 if false, a 1 if true
- See Also:
-
hasWriteAccess
Description copied from interface:MenuDAOChecks that the user has access to the menu and all its sub-items- Specified by:
hasWriteAccessin interfaceMenuDAO- Parameters:
menu- the menuuserId- identifier of the menu- Returns:
- if the user has write permission
-
findByGroupId
Description copied from interface:MenuDAOFinds all menus accessible by the passed group- Specified by:
findByGroupIdin interfaceMenuDAO- Parameters:
groupId- The group id- Returns:
- The List of menus
-
findIdByUserId
-
findByName
Description copied from interface:MenuDAOFinds all menus by menu text.- Specified by:
findByNamein interfaceMenuDAO- Parameters:
name- name of the menu- Returns:
- List of menus with given menu text.
-
findByName
Description copied from interface:MenuDAOFinds all menus by menu text, contained in the parent menu- Specified by:
findByNamein interfaceMenuDAO- Parameters:
parent- The parent menu(optional)name- the name to searchcaseSensitive- if we have to consider the search case sensitive- Returns:
- List of menus with given menu name.
-
computePathExtended
Description copied from interface:MenuDAODynamically computes the path extended for the specified menu. The path extended is a human readable path in the form: /menu1/menu2/menu3- Specified by:
computePathExtendedin interfaceMenuDAO- Parameters:
menuId- identifier of the menu- Returns:
- full path of the menu
-
findByNameAndParentId
Description copied from interface:MenuDAOFinds that folder that lies under a specific parent (given by the id) an with a given text(like operator is used)- Specified by:
findByNameAndParentIdin interfaceMenuDAO- Parameters:
name- name of the menuparentId- identifier of the parent menu- Returns:
- list of manues
-
findParents
Description copied from interface:MenuDAOReturns a List of menus being a parent of the given menu. The list is ordered starting from the root of menus.- Specified by:
findParentsin interfaceMenuDAO- Parameters:
menuId- identifier of the group- Returns:
- hierarchy of parents
-
restore
Description copied from interface:MenuDAORestores a previously deleted menu- Specified by:
restorein interfaceMenuDAO- Parameters:
menuId- The menu identifierparents- true if parents must be restored also- Throws:
PersistenceException- is happened a database error
-
findMenuIdByUserIdAndPermission
public List<Long> findMenuIdByUserIdAndPermission(long userId, Permission permission, boolean enabledOnly) Description copied from interface:MenuDAOFinds all menus ids with a specific permission enabled on the specifies user- Specified by:
findMenuIdByUserIdAndPermissionin interfaceMenuDAO- Parameters:
userId- The user identifierpermission- The permission to checkenabledOnly- if the menus must also be enabled- Returns:
- list of folder IDs
-
deleteAll
Description copied from interface:PersistentObjectDAODeletes all entries form the database- Specified by:
deleteAllin interfacePersistentObjectDAO<Menu>- Overrides:
deleteAllin classHibernatePersistentObjectDAO<Menu>- Parameters:
menus- The entities to be deleted- Throws:
PersistenceException- raised in case of errors in the database
-
delete
Description copied from interface:PersistentObjectDAOThis method deletes an entity and you can give a deletion code- Specified by:
deletein interfacePersistentObjectDAO<Menu>- Overrides:
deletein classHibernatePersistentObjectDAO<Menu>- Parameters:
menuId- ID of the entity which should be deletedcode- Deletion code- Throws:
PersistenceException- raised in case of errors in the database
-
applyRightToTree
public boolean applyRightToTree(long id) Description copied from interface:MenuDAOPropagates the security policies of a node to the whole subtree- Specified by:
applyRightToTreein interfaceMenuDAO- Parameters:
id- identifier of a folder- Returns:
- true if all went correctly
-
findIdByUserId
Description copied from interface:MenuDAOThis method selects only the menuId from the menus for which a user is authorized. Only menus direct child of the specified parent are returned.- Specified by:
findIdByUserIdin interfaceMenuDAO- Parameters:
userId- ID of the user.parentId- Parent menu- Returns:
- List of selected menuId's.
-
createPath
public Menu createPath(long parentId, long tenantId, int type, String path, boolean inheritSecurity) throws PersistenceException Description copied from interface:MenuDAOCreates the menu for the specified path. All unexisting nodes specified in the path will be created.- Specified by:
createPathin interfaceMenuDAO- Parameters:
parentId- Identifier of the parent menutenantId- Identifier of the tenant that will own the new menutype- The type of the created menuspath- The folder path(for example /dog/cat/mouse)inheritSecurity- If true the new menus will 'point' to the parent for the security policies.- Returns:
- The created folder
- Throws:
PersistenceException- error at data layer
-