Examples of duplicatePeriod()


Examples of org.fenixedu.academic.dto.resourceAllocationManager.PeriodsManagementBean.duplicatePeriod()

            final HttpServletResponse response) {

        PeriodsManagementBean bean = getRenderedObject();

        try {
            bean.duplicatePeriod(request.getParameter("toDuplicateId"));
            addActionMessage("success", request, "label.occupation.period.duplicate.success");
        } catch (DomainException e) {
            addActionMessage("error", request, e.getKey());
        }
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.