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

Examples of org.fenixedu.academic.domain.accounting.events.serviceRequests.PartialRegistrationRegimeRequestEvent


                    (FixedAmountPR) getAdministrativeOffice().getServiceAgreementTemplate().findPostingRuleByEventTypeAndDate(
                            EventType.PARTIAL_REGISTRATION_REGIME_REQUEST,
                            getExecutionYear().getBeginDateYearMonthDay().toDateTimeAtMidnight());

            if (partialRegistrationPostingRule.getFixedAmount().greaterThan(Money.ZERO)) {
                new PartialRegistrationRegimeRequestEvent(getAdministrativeOffice(), getPerson(), this);
            }
        } else if (academicServiceRequestBean.isToConclude()) {
            AcademicServiceRequestSituation.create(this, new AcademicServiceRequestBean(
                    AcademicServiceRequestSituationType.DELIVERED, academicServiceRequestBean.getResponsible()));
View Full Code Here

TOP

Related Classes of org.fenixedu.academic.domain.accounting.events.serviceRequests.PartialRegistrationRegimeRequestEvent

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.