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

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


        switch (justificationType) {
        case MIT_AGREEMENT:
            return new AdministrativeOfficeFeeAndInsuranceExemptionJustification(administrativeOfficeFeeAndInsuranceExemption,
                    justificationType, reason);
        case DIRECTIVE_COUNCIL_AUTHORIZATION:
            return new AdministrativeOfficeFeeAndInsuranceExemptionJustificationByDispatch(
                    administrativeOfficeFeeAndInsuranceExemption, justificationType, reason, dispatchDate);
        default:
            throw new RuntimeException("Unknown justification type");

        }
View Full Code Here

TOP

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

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.