Examples of DegreeTransferIndividualCandidacyEvent


Examples of org.fenixedu.academic.domain.accounting.events.candidacy.DegreeTransferIndividualCandidacyEvent

        }
    }

    @Override
    protected void createDebt(final Person person) {
        new DegreeTransferIndividualCandidacyEvent(this, person);
    }
View Full Code Here

Examples of org.fenixedu.academic.domain.accounting.events.candidacy.DegreeTransferIndividualCandidacyEvent

                .getDescriptionForEntryType(getEntryType()), amountToPay));
    }

    @Override
    protected Money doCalculationForAmountToPay(Event eventArg, DateTime when, boolean applyDiscount) {
        final DegreeTransferIndividualCandidacyEvent event = (DegreeTransferIndividualCandidacyEvent) eventArg;
        DegreeTransferIndividualCandidacy individualCandidacy = event.getIndividualCandidacy();
        final PrecedentDegreeInformation information = individualCandidacy.getRefactoredPrecedentDegreeInformation();

        if (individualCandidacy.getUtlStudent() != null) {
            return individualCandidacy.getUtlStudent() ? getAmountForInstitutionStudent() : getAmountForExternalStudent();
        } else {
View Full Code Here
TOP
Copyright © 2018 www.massapi.com. 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.