Package edu.wpi.cs.wpisuitetng.modules.defecttracker.entitymanagers

Examples of edu.wpi.cs.wpisuitetng.modules.defecttracker.entitymanagers.DefectManager


    sessions = new SessionManager();
   
    //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"};
View Full Code Here

TOP

Related Classes of edu.wpi.cs.wpisuitetng.modules.defecttracker.entitymanagers.DefectManager

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.