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

Packages that use CreditMemoItem
org.kuali.kfs.module.cab.document.service.impl   
org.kuali.kfs.module.purap.businessobject   
org.kuali.kfs.module.purap.document   
org.kuali.kfs.module.purap.document.service.impl   
org.kuali.kfs.module.purap.document.validation.impl   
org.kuali.kfs.module.purap.service   
org.kuali.kfs.module.purap.service.impl   
 

Uses of CreditMemoItem in org.kuali.kfs.module.cab.document.service.impl
 

Methods in org.kuali.kfs.module.cab.document.service.impl with parameters of type CreditMemoItem
protected  PurchaseOrderItem PurApInfoServiceImpl.getPurchaseOrderItemfromCreditMemoItem(CreditMemoItem item)
          Retreives a purchase order item for a given CreditMemoItem by inspecting the item type to see if its above the line or below the line and returns the appropriate type.
 

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

Methods in org.kuali.kfs.module.purap.businessobject that return CreditMemoItem
 CreditMemoItem CreditMemoAccount.getCreditMemoItem()
           
 

Methods in org.kuali.kfs.module.purap.businessobject with parameters of type CreditMemoItem
 void CreditMemoAccount.setCreditMemoItem(CreditMemoItem creditMemoItem)
          Deprecated.  
 

Uses of CreditMemoItem in org.kuali.kfs.module.purap.document
 

Methods in org.kuali.kfs.module.purap.document that return types with arguments of type CreditMemoItem
 Class<CreditMemoItem> VendorCreditMemoDocument.getItemClass()
           
 

Uses of CreditMemoItem in org.kuali.kfs.module.purap.document.service.impl
 

Methods in org.kuali.kfs.module.purap.document.service.impl with parameters of type CreditMemoItem
protected  void AccountsPayableServiceImpl.updateEncumberance(PurchaseOrderItem purchaseOrderItem, CreditMemoItem cmItem)
          Updates the encumberance related fields.
protected  void AccountsPayableServiceImpl.updateEncumberances(PaymentRequestItem preqItem, PurchaseOrderItem poItem, CreditMemoItem cmItem)
          Updates encumberances.
 

Uses of CreditMemoItem in org.kuali.kfs.module.purap.document.validation.impl
 

Methods in org.kuali.kfs.module.purap.document.validation.impl that return CreditMemoItem
 CreditMemoItem VendorCreditMemoItemUnitPriceValidation.getItemForValidation()
           
 CreditMemoItem VendorCreditMemoItemExtendedPriceValidation.getItemForValidation()
           
 CreditMemoItem VendorCreditMemoFlagLineItemTotalsValidation.getItemForValidation()
           
 CreditMemoItem VendorCreditMemoItemQuantityValidation.getItemForValidation()
           
 

Methods in org.kuali.kfs.module.purap.document.validation.impl with parameters of type CreditMemoItem
protected  org.kuali.rice.kns.util.KualiDecimal VendorCreditMemoItemQuantityValidation.getSourceTotalInvoiceQuantity(VendorCreditMemoDocument cmDocument, CreditMemoItem item)
          Returns the total invoiced quantity for the item line based on the type of credit memo.
 void VendorCreditMemoItemUnitPriceValidation.setItemForValidation(CreditMemoItem itemForValidation)
           
 void VendorCreditMemoItemExtendedPriceValidation.setItemForValidation(CreditMemoItem itemForValidation)
           
 void VendorCreditMemoFlagLineItemTotalsValidation.setItemForValidation(CreditMemoItem itemForValidation)
           
 void VendorCreditMemoItemQuantityValidation.setItemForValidation(CreditMemoItem itemForValidation)
           
 

Uses of CreditMemoItem in org.kuali.kfs.module.purap.service
 

Method parameters in org.kuali.kfs.module.purap.service with type arguments of type CreditMemoItem
 void PurapAccountRevisionService.cancelCreditMemoAccountRevisions(List<CreditMemoItem> creditMemoItems, Integer postingYear, String postingPeriodCode)
          This method will negate all existing credit memo account revision lines
 void PurapAccountRevisionService.saveCreditMemoAccountRevisions(List<CreditMemoItem> creditMemoItems, Integer postingYear, String postingPeriodCode)
          This method will identify the changes happened to existing credit memo accounting lines and update the account change history table.
 

Uses of CreditMemoItem in org.kuali.kfs.module.purap.service.impl
 

Method parameters in org.kuali.kfs.module.purap.service.impl with type arguments of type CreditMemoItem
 void PurapAccountRevisionServiceImpl.cancelCreditMemoAccountRevisions(List<CreditMemoItem> creditMemoItems, Integer postingYear, String postingPeriodCode)
           
 void PurapAccountRevisionServiceImpl.saveCreditMemoAccountRevisions(List<CreditMemoItem> creditMemoItems, Integer postingYear, String postingPeriodCode)
           
 



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