Package evolaris.mgbl.gamemgmt.business

Examples of evolaris.mgbl.gamemgmt.business.DbManager.createApplication()


        // for now, all professors and students have permissions on blog...
//        ArrayList<Role> rols=new ArrayList<Role>();
//        rols.add(um.getRole("teacher"));
//        rols.add(um.getRole("student"));
       
        g.setApplication(dbm.createApplication("Game("+g.getId()+"): "+g.getName()));
//        g.setBlog(dbm.createBlog("Game: "+g.getName(), rols, rols, rols));

        String[] labels = new String[] {g.getBasedOnTemplate().getGameType()};
        g.setArticle(dbm.createGameBlogArticle(g, webUser, labels));
       
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.