|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use JournalVoucherForm | |
---|---|
org.kuali.kfs.fp.document.web.struts | |
org.kuali.kfs.module.ld.document.web.struts |
Uses of JournalVoucherForm in org.kuali.kfs.fp.document.web.struts |
---|
Methods in org.kuali.kfs.fp.document.web.struts with parameters of type JournalVoucherForm | |
---|---|
protected String |
JournalVoucherAction.buildBalanceTypeChangeConfirmationMessage(JournalVoucherForm jvForm,
org.kuali.rice.kns.service.KualiConfigurationService 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. |
Uses of JournalVoucherForm in org.kuali.kfs.module.ld.document.web.struts |
---|
Subclasses of JournalVoucherForm in org.kuali.kfs.module.ld.document.web.struts | |
---|---|
class |
LaborJournalVoucherForm
Struts Action Form for the Labor Journal Voucher Document. |
Methods in org.kuali.kfs.module.ld.document.web.struts with parameters of type JournalVoucherForm | |
---|---|
protected int |
JournalVoucherAction.determineBalanceTypeEncumbranceChangeMode(JournalVoucherForm journalVoucherForm)
Labor JV allows reference fields on all encumbrance types. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |