| 
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use PurchasingAccountsPayableActionHistory | |
|---|---|
| org.kuali.kfs.module.cab.document.service | |
| org.kuali.kfs.module.cab.document.service.impl | |
| org.kuali.kfs.module.cab.document.web | |
| Uses of PurchasingAccountsPayableActionHistory in org.kuali.kfs.module.cab.document.service | 
|---|
| Method parameters in org.kuali.kfs.module.cab.document.service with type arguments of type PurchasingAccountsPayableActionHistory | |
|---|---|
 boolean | 
PurApLineService.processAllocate(PurchasingAccountsPayableItemAsset selectedLineItem,
                               List<PurchasingAccountsPayableItemAsset> allocateTargetLines,
                               List<PurchasingAccountsPayableActionHistory> actionsTakeHistory,
                               List<PurchasingAccountsPayableDocument> purApDocs,
                               boolean initiateFromBatch)
Handle additional charge allocate in the same document.  | 
 void | 
PurApLineService.processMerge(List<PurchasingAccountsPayableItemAsset> mergeLines,
                         List<PurchasingAccountsPayableActionHistory> actionsTakeHistory,
                         boolean isMergeAll)
Merge line items.  | 
 void | 
PurApLineService.processPercentPayment(PurchasingAccountsPayableItemAsset itemAsset,
                                           List<PurchasingAccountsPayableActionHistory> actionsTaken)
Changes percent quantities to a quantity of 1 for selected line item.  | 
 void | 
PurApLineService.processSplit(PurchasingAccountsPayableItemAsset splitItemAsset,
                         List<PurchasingAccountsPayableActionHistory> actionsTakeHistory)
Split the selected line item quantity and create a new line item.  | 
| Uses of PurchasingAccountsPayableActionHistory in org.kuali.kfs.module.cab.document.service.impl | 
|---|
| Method parameters in org.kuali.kfs.module.cab.document.service.impl with type arguments of type PurchasingAccountsPayableActionHistory | |
|---|---|
protected  void | 
PurApLineServiceImpl.addAllocateHistory(PurchasingAccountsPayableLineAssetAccount sourceAccount,
                                     List<PurchasingAccountsPayableActionHistory> actionsTakeHistory,
                                     org.kuali.rice.kns.util.KualiDecimal additionalAmount,
                                     PurchasingAccountsPayableLineAssetAccount newAccount)
Save allocate action into session object.  | 
protected  void | 
PurApLineServiceImpl.addMergeHistory(List<PurchasingAccountsPayableActionHistory> actionsTakenHistory,
                               String actionTypeCode,
                               PurchasingAccountsPayableItemAsset sourceItem,
                               PurchasingAccountsPayableItemAsset targetItem)
Add merge action to the action history.  | 
protected  void | 
PurApLineServiceImpl.addPercentPaymentHistory(List<PurchasingAccountsPayableActionHistory> actionsTakenHistory,
                                                 PurchasingAccountsPayableItemAsset item,
                                                 org.kuali.rice.kns.util.KualiDecimal oldQty)
Update action history for the percent payment action.  | 
protected  void | 
PurApLineServiceImpl.addSplitHistory(PurchasingAccountsPayableItemAsset currentItemAsset,
                               PurchasingAccountsPayableItemAsset newItemAsset,
                               List<PurchasingAccountsPayableActionHistory> actionsTakenHistory)
Update action history for a split action.  | 
protected  void | 
PurApLineServiceImpl.allocateByItemAccountAmount(PurchasingAccountsPayableLineAssetAccount sourceAccount,
                                                       List<PurchasingAccountsPayableLineAssetAccount> targetAccounts,
                                                       List<PurchasingAccountsPayableLineAssetAccount> newAccountList,
                                                       List<PurchasingAccountsPayableActionHistory> actionsTakeHistory)
Allocate one account line to target account lines percentage based on the account line amount.  | 
protected  void | 
PurApLineServiceImpl.postMergeProcess(List<PurchasingAccountsPayableItemAsset> mergeLines,
                                 List<PurchasingAccountsPayableActionHistory> actionsTakeHistory,
                                 boolean isMergeAll)
Process after merge.  | 
 boolean | 
PurApLineServiceImpl.processAllocate(PurchasingAccountsPayableItemAsset allocateSourceLine,
                               List<PurchasingAccountsPayableItemAsset> allocateTargetLines,
                               List<PurchasingAccountsPayableActionHistory> actionsTakeHistory,
                               List<PurchasingAccountsPayableDocument> purApDocs,
                               boolean initiateFromBatch)
 | 
 void | 
PurApLineServiceImpl.processMerge(List<PurchasingAccountsPayableItemAsset> mergeLines,
                         List<PurchasingAccountsPayableActionHistory> actionsTakeHistory,
                         boolean isMergeAll)
 | 
 void | 
PurApLineServiceImpl.processPercentPayment(PurchasingAccountsPayableItemAsset itemAsset,
                                           List<PurchasingAccountsPayableActionHistory> actionsTakenHistory)
 | 
 void | 
PurApLineServiceImpl.processSplit(PurchasingAccountsPayableItemAsset splitItemAsset,
                         List<PurchasingAccountsPayableActionHistory> actionsTakeHistory)
 | 
| Uses of PurchasingAccountsPayableActionHistory in org.kuali.kfs.module.cab.document.web | 
|---|
| Methods in org.kuali.kfs.module.cab.document.web that return types with arguments of type PurchasingAccountsPayableActionHistory | |
|---|---|
 List<PurchasingAccountsPayableActionHistory> | 
PurApLineSession.getActionsTakenHistory()
Gets the actionsTakenHistory attribute.  | 
| Method parameters in org.kuali.kfs.module.cab.document.web with type arguments of type PurchasingAccountsPayableActionHistory | |
|---|---|
 void | 
PurApLineSession.setActionsTakenHistory(List<PurchasingAccountsPayableActionHistory> actionsTakenHistory)
Sets the actionsTakenHistory attribute value.  | 
  | 
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||