Package org.fenixedu.academic.domain.candidacyProcess.mobility

Examples of org.fenixedu.academic.domain.candidacyProcess.mobility.MobilityEmailTemplateType


        return programs;
    }

    @Atomic
    public void editEmailTemplates(final MobilityEmailTemplateBean bean) {
        final MobilityEmailTemplateType type = bean.getType();
        final String subject = bean.getSubject();
        final String body = bean.getBody();
        final MobilityProgram program = bean.getMobilityProgram();
        /*
         * Don't use getMobilityPrograms() to get the programs affected by this
View Full Code Here

TOP

Related Classes of org.fenixedu.academic.domain.candidacyProcess.mobility.MobilityEmailTemplateType

Copyright © 2018 www.massapicom. 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.