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

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


        case ADMINISTRATIVE_OFFICE_FEE_AND_INSURANCE:
            new AdministrativeOfficeFeeAndInsuranceExemption(responsible, administrativeOfficeFeeAndInsuranceEvent,
                    justificationType, reason, dispatchDate);
            return;
        case INSURANCE_FEE:
            InsuranceExemptionJustificationType insuranceJustificationType = null;
            switch (justificationType) {
            case DIRECTIVE_COUNCIL_AUTHORIZATION:
                insuranceJustificationType = InsuranceExemptionJustificationType.DIRECTIVE_COUNCIL_AUTHORIZATION;
                break;
            case MIT_AGREEMENT:
View Full Code Here

TOP

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

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.