Package | Description |
---|---|
org.kuali.ole.fp.document.web.struts |
Modifier and Type | Method and Description |
---|---|
protected String |
JournalVoucherAction.buildBalanceTypeChangeConfirmationMessage(JournalVoucherForm jvForm,
org.kuali.rice.core.api.config.property.ConfigurationService kualiConfiguration)
This method will setup the message that will get displayed to the user when they are asked to confirm the balance type
change.
|
protected int |
JournalVoucherAction.determineBalanceTypeAmountChangeMode(JournalVoucherForm journalVoucherForm)
This method will determine which balance type amount mode to switch to.
|
protected int |
JournalVoucherAction.determineBalanceTypeEncumbranceChangeMode(JournalVoucherForm journalVoucherForm)
This method will determine which balance type encumbrance mode to switch to.
|
protected void |
JournalVoucherAction.populateBalanceTypeOneDocument(JournalVoucherForm journalVoucherForm)
This method handles grabbing the values from the form and pushing them into the document appropriately.
|
protected void |
JournalVoucherAction.populateSelectedJournalBalanceType(JournalVoucherDocument journalVoucherDocument,
JournalVoucherForm journalVoucherForm)
This method grabs the value from the document bo and sets the selected balance type appropriately.
|
protected void |
JournalVoucherAction.switchFromCreditDebitModeToSingleAmountMode(JournalVoucherForm journalVoucherForm)
This method will clear out the source line values that aren't needed for the "Credit/Debit" mode.
|
protected void |
JournalVoucherAction.switchFromExternalEncumbranceModeToNonExternalEncumbrance(JournalVoucherForm journalVoucherForm)
This method will clear out the extra "reference" fields that the external encumbrance balance type uses, but will leave the
amounts since we aren't changing the offset generation code stuff.
|
protected void |
JournalVoucherAction.switchFromSingleAmountModeToCreditDebitMode(JournalVoucherForm journalVoucherForm)
This method will clear out the source line values that aren't needed for the "Single Amount" mode.
|
Copyright © 2004–2015 The Kuali Foundation. All rights reserved.