Package org.fenixedu.academic.domain.accounting.events

Examples of org.fenixedu.academic.domain.accounting.events.AdministrativeOfficeFeeAndInsuranceExemptionJustification


            final AdministrativeOfficeFeeAndInsuranceExemptionJustificationType justificationType, final String reason,
            final YearMonthDay dispatchDate) {

        switch (justificationType) {
        case MIT_AGREEMENT:
            return new AdministrativeOfficeFeeAndInsuranceExemptionJustification(administrativeOfficeFeeAndInsuranceExemption,
                    justificationType, reason);
        case DIRECTIVE_COUNCIL_AUTHORIZATION:
            return new AdministrativeOfficeFeeAndInsuranceExemptionJustificationByDispatch(
                    administrativeOfficeFeeAndInsuranceExemption, justificationType, reason, dispatchDate);
        default:
View Full Code Here

TOP

Related Classes of org.fenixedu.academic.domain.accounting.events.AdministrativeOfficeFeeAndInsuranceExemptionJustification

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.