Package org.fenixedu.academic.domain

Examples of org.fenixedu.academic.domain.Formation.edit()


    }

    private void editAlumniFormation(final AlumniFormation formation) {

        Formation dbFormation = formation.getAssociatedFormation();
        dbFormation.edit(formation, getFormationInstitution(formation));
    }

    // Service Invokers migrated from Berserk

    private static final EditFormation serviceInstance = new EditFormation();
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.