Package net.sf.pmr.core.service

Examples of net.sf.pmr.core.service.UserService.countAll()


        UserService userService = CoreObjectFactory.getUserService();
        // get the project repository
        ProjectService projectService = CoreObjectFactory.getProjectService();
       
        // set the number of user in the request
        request.setAttribute("numberOfUser", userService.countAll());
        // set the number of project in the request
        request.setAttribute("numberOfProject", projectService.countAll());
       
    }
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.