Package edu.wpi.cs.wpisuitetng.modules.postboard.model

Examples of edu.wpi.cs.wpisuitetng.modules.postboard.model.PostBoardEntityManager


    //TODO pull these mappings from some config file and reflect them
    map.put("coreproject", new ProjectManager(data));
    map.put("coreuser", new UserManager(data));
    map.put("defecttrackerdefect", new DefectManager(data));
    map.put("defecttrackercomment", new CommentManager(data));
    map.put("postboardpostboardmessage", new PostBoardEntityManager(data));

    //add just your module to this list
    String[] fullModuleList = {"core","defecttracker","postboard"};
    ((ProjectManager)map.get("coreproject")).setAllModules(fullModuleList);
    String ssid = null;
View Full Code Here

TOP

Related Classes of edu.wpi.cs.wpisuitetng.modules.postboard.model.PostBoardEntityManager

Copyright © 2018 www.massapicom. 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.