it.eng.spagobi.wapp.dao
Class MenuRolesDAOImpl

java.lang.Object
  extended by it.eng.spagobi.commons.dao.AbstractHibernateDAO
      extended by it.eng.spagobi.wapp.dao.MenuRolesDAOImpl
All Implemented Interfaces:
ISpagoBIDao, IMenuRolesDAO

public class MenuRolesDAOImpl
extends AbstractHibernateDAO
implements IMenuRolesDAO

Author:
Antonella Giachino (antonella.giachino@eng.it)

Constructor Summary
MenuRolesDAOImpl()
           
 
Method Summary
 java.util.List loadMenuByRoleId(java.lang.Integer roleId)
          Load menu by role id.
 
Methods inherited from class it.eng.spagobi.commons.dao.AbstractHibernateDAO
commitIfActiveAndClose, getSession, getUserProfile, logException, rollbackIfActiveAndClose, setUserID, setUserProfile, updateSbiCommonInfo4Insert, updateSbiCommonInfo4Update
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface it.eng.spagobi.commons.dao.ISpagoBIDao
getUserProfile, setUserID, setUserProfile
 

Constructor Detail

MenuRolesDAOImpl

public MenuRolesDAOImpl()
Method Detail

loadMenuByRoleId

public java.util.List loadMenuByRoleId(java.lang.Integer roleId)
                                throws it.eng.spago.error.EMFUserError
Load menu by role id.

Specified by:
loadMenuByRoleId in interface IMenuRolesDAO
Parameters:
roleId - the role id
Returns:
the list
Throws:
it.eng.spago.error.EMFUserError - the EMF user error
See Also:
IMenuRolesDAO.loadMenuByRoleId(java.lang.Integer)