Uses of Class
org.kuali.kfs.sys.document.datadictionary.TotalDefinition

Packages that use TotalDefinition
org.kuali.kfs.fp.document.web   
org.kuali.kfs.sys.document.datadictionary   
 

Uses of TotalDefinition in org.kuali.kfs.fp.document.web
 

Subclasses of TotalDefinition in org.kuali.kfs.fp.document.web
 class ProcurementCardGroupTotalDefinition
          A class which "cheats" on where to find the total for the group of accounting lines
 

Uses of TotalDefinition in org.kuali.kfs.sys.document.datadictionary
 

Subclasses of TotalDefinition in org.kuali.kfs.sys.document.datadictionary
 class AccountingLineGroupTotalDefinition
          The definition of an accounting line group total renderer, which will display an accounting line group total as a standard "Total: " + amount.
 class DebitCreditTotalDefinition
          Metadata that instructs the accounting line tags how to render debit/credit totals used in voucher documents
 

Methods in org.kuali.kfs.sys.document.datadictionary that return types with arguments of type TotalDefinition
 List<? extends TotalDefinition> AccountingLineGroupDefinition.getTotals()
          Gets the totals attribute.
 

Method parameters in org.kuali.kfs.sys.document.datadictionary with type arguments of type TotalDefinition
 void AccountingLineGroupDefinition.setTotals(List<? extends TotalDefinition> totals)
          Sets the totals attribute value.
 



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