Package org.fenixedu.academic.ui.struts.action.scientificCouncil.curricularPlans.OfficialPublicationBean

Examples of org.fenixedu.academic.ui.struts.action.scientificCouncil.curricularPlans.OfficialPublicationBean.SpecializationName.update()


        if (name.getEnName().compareTo("") == 0 || name.getPtName().compareTo("") == 0) {
            addErrorMessage(request, "error", "confirm.error.edit.name.specializationArea");
        } else {
            // update whether the names have been changed

            name.update();
        }
        request.setAttribute("officialPub", name.getSpecializationArea().getOfficialPublication());
        return preparePubs(mapping, form, request, response);
    }
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.