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

Examples of org.fenixedu.academic.domain.accounting.events.penaltyExemptionJustifications.PenaltyExemptionJustificationByDispatch


        case ENROLMENT_AFTER_EQUIVALENCE:
        case SEPARATION_CYCLES_AUTHORIZATION:
            return new PenaltyExemptionJustification(penaltyExemption, justificationType, reason);
        case DIRECTIVE_COUNCIL_AUTHORIZATION:
        case NUCLEUS_COORDINATOR_AUTHORIZATION:
            return new PenaltyExemptionJustificationByDispatch(penaltyExemption, justificationType, reason, dispatchDate);

        default:
            throw new RuntimeException("Unknown justification type");

        }
View Full Code Here

TOP

Related Classes of org.fenixedu.academic.domain.accounting.events.penaltyExemptionJustifications.PenaltyExemptionJustificationByDispatch

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.