Package net.sf.pmr.agilePlanning.service

Examples of net.sf.pmr.agilePlanning.service.StoryService.addTask()


        // TODO faire une seul m�thode taskService.save ?
        Errors errors = null;
        // save the story
        if (taskForm.getPersistanceId() == 0) {
            // add
            errors = storyService.addTask(taskForm.getStoryPersistanceId(),
                                          taskForm.getDaysEstimated(),
                                          taskForm.getShortDescription(),
                                          taskForm.getDevelopperPersistanceId());
        } else {
            // update
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.