Examples of editCourseLoad()


Examples of org.fenixedu.academic.domain.ExecutionCourse.editCourseLoad()

    @Atomic
    public static void run(CourseLoadBean bean) throws FenixServiceException {
        check(RolePredicates.RESOURCE_ALLOCATION_MANAGER_PREDICATE);
        if (bean != null) {
            ExecutionCourse executionCourse = bean.getExecutionCourse();
            executionCourse.editCourseLoad(bean.getType(), bean.getUnitQuantity(), bean.getTotalQuantity());
        }
    }
}
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.