Uses of Class
org.kuali.kfs.fp.document.JournalVoucherDocument

Packages that use JournalVoucherDocument
org.kuali.kfs.fp.document.validation.impl   
org.kuali.kfs.fp.document.web.struts   
org.kuali.kfs.module.ld.document   
org.kuali.kfs.module.ld.document.web.struts   
 

Uses of JournalVoucherDocument in org.kuali.kfs.fp.document.validation.impl
 

Methods in org.kuali.kfs.fp.document.validation.impl that return JournalVoucherDocument
 JournalVoucherDocument JournalVoucherAccountingLineAmountValidation.getJournalVoucherForValidation()
          Gets the journalVoucherForValidation attribute.
 JournalVoucherDocument JournalVoucherAccountingPeriodValidation.getJournalVoucherForValidation()
          Gets the journalVoucherForValidation attribute.
 JournalVoucherDocument JournalVoucherBalanceTypeValidation.getJournalVoucherForValidation()
          Gets the journalVoucherForValidation attribute.
 JournalVoucherDocument JournalVoucherReversalDateValidation.getJournalVoucherForValidation()
          Gets the journalVoucherForValidation attribute.
 

Methods in org.kuali.kfs.fp.document.validation.impl with parameters of type JournalVoucherDocument
 void JournalVoucherAccountingLineAmountValidation.setJournalVoucherForValidation(JournalVoucherDocument journalVoucherForValidation)
          Sets the journalVoucherForValidation attribute value.
 void JournalVoucherAccountingPeriodValidation.setJournalVoucherForValidation(JournalVoucherDocument journalVoucherForValidation)
          Sets the journalVoucherForValidation attribute value.
 void JournalVoucherBalanceTypeValidation.setJournalVoucherForValidation(JournalVoucherDocument journalVoucherForValidation)
          Sets the journalVoucherForValidation attribute value.
 void JournalVoucherReversalDateValidation.setJournalVoucherForValidation(JournalVoucherDocument journalVoucherForDocument)
          Sets the journalVoucherForValidation attribute value.
 

Uses of JournalVoucherDocument in org.kuali.kfs.fp.document.web.struts
 

Methods in org.kuali.kfs.fp.document.web.struts that return JournalVoucherDocument
 JournalVoucherDocument JournalVoucherForm.getJournalVoucherDocument()
          This method returns the journal voucher document associated with this form.
 

Methods in org.kuali.kfs.fp.document.web.struts with parameters of type JournalVoucherDocument
protected  void JournalVoucherAction.populateSelectedJournalBalanceType(JournalVoucherDocument journalVoucherDocument, JournalVoucherForm journalVoucherForm)
          This method grabs the value from the document bo and sets the selected balance type appropriately.
 void JournalVoucherForm.setJournalVoucherDocument(JournalVoucherDocument journalVoucherDocument)
          This method sets the journal voucher document associated with this form.
 

Uses of JournalVoucherDocument in org.kuali.kfs.module.ld.document
 

Subclasses of JournalVoucherDocument in org.kuali.kfs.module.ld.document
 class LaborJournalVoucherDocument
          Labor Document class for the Labor Ledger Journal Voucher.
 

Uses of JournalVoucherDocument in org.kuali.kfs.module.ld.document.web.struts
 

Methods in org.kuali.kfs.module.ld.document.web.struts that return JournalVoucherDocument
 JournalVoucherDocument LaborJournalVoucherForm.getJournalVoucherDocument()
          Returns the journal voucher document associated with this form.
 

Methods in org.kuali.kfs.module.ld.document.web.struts with parameters of type JournalVoucherDocument
 void LaborJournalVoucherForm.setJournalVoucherDocument(JournalVoucherDocument journalVoucherDocument)
          Sets the journal voucher document associated with this form.
 



Copyright © 2005-2012 The Kuali Foundation. All Rights Reserved.