You are on page 1of 3

/* 365 */ localAppPropsVOImpl.

insertRow(localAppPropsVORowImpl);
/* */
/* 367 */ localAppPropsVOImpl.setCurrentRow(localAppPropsVORowImpl);
/* */
/* 369 */ if (localAppPropsVORowImpl == null) {
/* 370 */ return;
/* */ }
/* 372 */ localAppPropsVORowImpl.setRenderedSave(Boolean.TRUE);
/* 373 */ localAppPropsVORowImpl.setRenderedSubmit(Boolean.TRUE);
/* 374 */ localAppPropsVORowImpl.setRenderedCancel(Boolean.TRUE);
/* 375 */ localAppPropsVORowImpl.setRenderedClear(Boolean.TRUE);
/* 376 */ localAppPropsVORowImpl.setRenderedUpdate(Boolean.FALSE);
/* */ }
/* */
/* */
/* */ public void initAmtReqDtlsVO()
/* */ {
/* 382 */ System.out.println("Inside initAmtReqDtlsVO");
/* */
/* 384 */ AmtReqDtlsVOImpl localAmtReqDtlsVOImpl = getAmtReqDtlsVO();
/* */
/* 386 */ if (localAmtReqDtlsVOImpl == null) {
/* 387 */ return;
/* */ }
/* 389 */ if ((localAmtReqDtlsVOImpl != null) &&
(localAmtReqDtlsVOImpl.getFetchedRowCount() == 0))
/* */ {
/* 391 */ System.out.println("Inside if condition for initAmtReqDtlsVO");
/* */
/* 393 */ localAmtReqDtlsVOImpl.executeQuery();
/* 394 */ localAmtReqDtlsVOImpl.setMaxFetchSize(0);
/* */
/* 396 */ for (int i = 0; i < 5; i++)
/* */ {
/* 398 */ AmtReqDtlsVORowImpl localAmtReqDtlsVORowImpl =
(AmtReqDtlsVORowImpl)localAmtReqDtlsVOImpl.createRow();
/* */
/* 400 */ if (localAmtReqDtlsVORowImpl == null) {
/* 401 */ return;
/* */ }
/* 403 */ if (i == 4) {
/* 404 */ localAmtReqDtlsVORowImpl.setAttribute("ExpenseName", "Total
Capital (Equip/Technology/Furniture&Fixtures/LH Improv)");
/* */
/* */ }
/* 407 */ else if (i == 3)
/* */ {
/* 409 */ localAmtReqDtlsVORowImpl.setAttribute("ExpenseName",
"Capitalized Expenses (Consultants/Programmers/etc)");
/* */
/* */ }
/* 412 */ else if (i == 2)
/* */ {
/* 414 */ localAmtReqDtlsVORowImpl.setAttribute("ExpenseName", "TOTAL
CAPITAL");
/* */ }
/* 416 */ else if (i == 1)
/* */ {
/* 418 */ localAmtReqDtlsVORowImpl.setAttribute("ExpenseName", "One Time
Non-Capitalized Expenses");
/* */ }
/* 420 */ else if (i == 0)
/* */ {
/* 422 */ localAmtReqDtlsVORowImpl.setAttribute("ExpenseName", "TOTAL
PAR REQUEST");
/* */ }
/* */
/* 425 */ if ((i == 2) || (i == 0))
/* */ {
/* */
/* 428 */ localAmtReqDtlsVORowImpl.setTotCapAppReadOnly(Boolean.TRUE);
/* */
/* */ }
/* */ else
/* */ {
/* 433 */ localAmtReqDtlsVORowImpl.setTotCapAppReadOnly(Boolean.FALSE);
/* */ }
/* 435 */ localAmtReqDtlsVORowImpl.setNewRowState((byte)-1);
/* 436 */ localAmtReqDtlsVOImpl.insertRow(localAmtReqDtlsVORowImpl);
/* */ }
/* */ }
/* */ }
/* */
/* */ public void initFinImpDtlsVO()
/* */ {
/* 443 */ System.out.println("Inside initFinImpDtlsVO");
/* 444 */ FinImpDtlsVOImpl localFinImpDtlsVOImpl = getFinImpDtlsVO();
/* */
/* 446 */ if (localFinImpDtlsVOImpl == null) {
/* 447 */ return;
/* */ }
/* 449 */ if ((localFinImpDtlsVOImpl != null) &&
(localFinImpDtlsVOImpl.getFetchedRowCount() == 0))
/* */ {
/* 451 */ System.out.println("Inside if condition for FinImpDtlsVOImpl");
/* */
/* 453 */ localFinImpDtlsVOImpl.executeQuery();
/* 454 */ localFinImpDtlsVOImpl.setMaxFetchSize(0);
/* */
/* 456 */ for (int i = 0; i < 5; i++)
/* */ {
/* 458 */ FinImpDtlsVORowImpl localFinImpDtlsVORowImpl =
(FinImpDtlsVORowImpl)localFinImpDtlsVOImpl.createRow();
/* */
/* 460 */ if (localFinImpDtlsVORowImpl == null) {
/* 461 */ return;
/* */ }
/* 463 */ if (i == 4) {
/* 464 */ localFinImpDtlsVORowImpl.setAttribute("FinancialExpenses",
"Incremental Revenue");
/* */ }
/* 466 */ else if (i == 3)
/* */ {
/* 468 */ localFinImpDtlsVORowImpl.setAttribute("FinancialExpenses",
"Incremental COGS");
/* */ }
/* 470 */ else if (i == 2)
/* */ {
/* 472 */ localFinImpDtlsVORowImpl.setAttribute("FinancialExpenses",
"Incremental Gross Margin");
/* */ }
/* 474 */ else if (i == 1)
/* */ {
/* 476 */ localFinImpDtlsVORowImpl.setAttribute("FinancialExpenses",
"Incremental Operating Expense");
/* */ }
/* 478 */ else if (i == 0)
/* */ {
/* 480 */ localFinImpDtlsVORowImpl.setAttribute("FinancialExpenses",
"Incremental Operating Profit");
/* */ }
/* 482 */ localFinImpDtlsVORowImpl.setAttribute("YR1", "0");
/* 483 */ localFinImpDtlsVORowImpl.setAttribute("YR2", "0");
/* 484 */ localFinImpDtlsVORowImpl.setAttribute("YR3", "0");
/* 485 */ localFinImpDtlsVORowImpl.setAttribute("YR4", "0");
/* 486 */ localFinImpDtlsVORowImpl.setAttribute("YR5", "0");
/* */
/* 488 */ if ((i == 2) || (i == 0))

You might also like