Uses of Class
org.kuali.kfs.module.purap.businessobject.PurApSummaryItem

Packages that use PurApSummaryItem
org.kuali.kfs.module.purap.businessobject   
org.kuali.kfs.module.purap.util   
 

Uses of PurApSummaryItem in org.kuali.kfs.module.purap.businessobject
 

Methods in org.kuali.kfs.module.purap.businessobject that return PurApSummaryItem
 PurApSummaryItem PurApItem.getSummaryItem()
           
 PurApSummaryItem PurchaseOrderItem.getSummaryItem()
          Override the method in PurApItemBase so that if the item is not eligible to be displayed in the account summary tab, which is if the item is inactive, we'll return null and the item won't be added to the list of account summary.
 PurApSummaryItem PurApItemBase.getSummaryItem()
           
 PurApSummaryItem AccountsPayableItemBase.getSummaryItem()
          Override the method in PurApItemBase so that if the item is not eligible to be displayed in the account summary tab, which is if the item's extended price is null or zero, we'll return null and the item won't be added to the list of account summary.
 

Uses of PurApSummaryItem in org.kuali.kfs.module.purap.util
 

Methods in org.kuali.kfs.module.purap.util that return types with arguments of type PurApSummaryItem
 List<PurApSummaryItem> SummaryAccount.getItems()
           
 

Method parameters in org.kuali.kfs.module.purap.util with type arguments of type PurApSummaryItem
 void SummaryAccount.setItems(List<PurApSummaryItem> items)
           
 



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