Package net.sf.pmr.agilePlanning.service

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


                    storyform.getShortDescription(),
                    storyform.getDescription(), storyform.getDaysEstimated(),
                    storyform.getBusinessValueId(), storyform.getRiskLevelId());
        } else {
            // update
             errors = storyService.update(storyform.getShortDescription(),
             storyform.getDescription(), storyform.getDaysEstimated(),
             storyform.getBusinessValueId(), storyform.getRiskLevelId(),
             storyform.getPersistanceId(), storyform.getPersistanceVersion());
        }
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.