Package com.eforce.baby.auth.dao

Examples of com.eforce.baby.auth.dao.MenuDAO.enableMenuItems()


    public int enableMenuItems(String dsName, String dbType, String userId, String menuList) throws DAOException
    {
        log.debug("enableMenuItems() : ENTER");
        MenuDAO menuDAO = this.getMenuDAO();
        log.debug("enableMenuItems() : EXIT");
        return menuDAO.enableMenuItems(dsName, dbType, userId, menuList);
    }
   
    public int disableMenuItems(String dsName, String dbType, String userId, String menuId) throws DAOException
    {
        log.debug("disableMenuItems() : ENTER");
View Full Code Here

TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.