/* Gratuities for DEAs */
public ActionForward prepareCreateDEAStandaloneEnrolmentGratuityPR(ActionMapping mapping, ActionForm form,
HttpServletRequest request, HttpServletResponse response) {
final DegreeCurricularPlan degreeCurricularPlan = getDegreeCurricularPlan(request);
final PaymentPlanBean paymentPlanBean = new PaymentPlanBean(ExecutionYear.readCurrentExecutionYear());
paymentPlanBean.setMain(true);
paymentPlanBean.setForAlien(false);
paymentPlanBean.setForFirstTimeInstitutionStudents(false);
paymentPlanBean.setForPartialRegime(false);
paymentPlanBean.setForStudentEnroledOnSecondSemesterOnly(false);
paymentPlanBean.setDegreeCurricularPlans(Collections.singletonList(degreeCurricularPlan));
request.setAttribute("paymentPlanEditor", paymentPlanBean);
StandaloneInstallmentBean installmentBean = new StandaloneInstallmentBean(paymentPlanBean);
installmentBean.setPenaltyAppliable(false);