| 
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use PurchasingAccountsPayableLineAssetAccount | |
|---|---|
| org.kuali.kfs.module.cab.batch.service.impl | |
| org.kuali.kfs.module.cab.businessobject | |
| org.kuali.kfs.module.cab.document.service.impl | |
| Uses of PurchasingAccountsPayableLineAssetAccount in org.kuali.kfs.module.cab.batch.service.impl | 
|---|
| Methods in org.kuali.kfs.module.cab.batch.service.impl that return PurchasingAccountsPayableLineAssetAccount | |
|---|---|
protected  PurchasingAccountsPayableLineAssetAccount | 
BatchExtractServiceImpl.createPurchasingAccountsPayableLineAssetAccount(GeneralLedgerEntry generalLedgerEntry,
                                                                                               PurchasingAccountsPayableDocument cabPurapDoc,
                                                                                               PurApAccountingLineBase purApAccountingLine,
                                                                                               PurchasingAccountsPayableItemAsset itemAsset)
Creates a new instance of PurchasingAccountsPayableLineAssetAccount using values provided from dependent objects  | 
| Uses of PurchasingAccountsPayableLineAssetAccount in org.kuali.kfs.module.cab.businessobject | 
|---|
| Methods in org.kuali.kfs.module.cab.businessobject that return PurchasingAccountsPayableLineAssetAccount | |
|---|---|
 PurchasingAccountsPayableLineAssetAccount | 
PurchasingAccountsPayableItemAsset.getPurchasingAccountsPayableLineAssetAccount(int index)
 | 
| Methods in org.kuali.kfs.module.cab.businessobject that return types with arguments of type PurchasingAccountsPayableLineAssetAccount | |
|---|---|
 List<PurchasingAccountsPayableLineAssetAccount> | 
GeneralLedgerEntry.getPurApLineAssetAccounts()
Gets the purApLineAssetAccounts attribute.  | 
 List<PurchasingAccountsPayableLineAssetAccount> | 
PurchasingAccountsPayableItemAsset.getPurchasingAccountsPayableLineAssetAccounts()
Gets the purchasingAccountsPayableLineAssetAccounts attribute.  | 
| Method parameters in org.kuali.kfs.module.cab.businessobject with type arguments of type PurchasingAccountsPayableLineAssetAccount | |
|---|---|
 void | 
GeneralLedgerEntry.setPurApLineAssetAccounts(List<PurchasingAccountsPayableLineAssetAccount> purApLineAssetAccounts)
Sets the purApLineAssetAccounts attribute value.  | 
 void | 
PurchasingAccountsPayableItemAsset.setPurchasingAccountsPayableLineAssetAccounts(List<PurchasingAccountsPayableLineAssetAccount> purchasingAccountsPayableLineAssetAccounts)
Sets the purchasingAccountsPayableLineAssetAccounts attribute value.  | 
| Uses of PurchasingAccountsPayableLineAssetAccount in org.kuali.kfs.module.cab.document.service.impl | 
|---|
| Methods in org.kuali.kfs.module.cab.document.service.impl that return PurchasingAccountsPayableLineAssetAccount | |
|---|---|
protected  PurchasingAccountsPayableLineAssetAccount | 
PurApLineServiceImpl.getFromTargetAccountList(List<PurchasingAccountsPayableLineAssetAccount> targetAccounts,
                                                 Long glIdentifier)
Search matching account in targetAccounts by glIdentifier.  | 
protected  PurchasingAccountsPayableLineAssetAccount | 
PurApLineServiceImpl.getMatchingFromAccountList(List<PurchasingAccountsPayableLineAssetAccount> accountList,
                                                     Long glIdentifier,
                                                     PurchasingAccountsPayableLineAssetAccount targetAccount)
Searching in accountList by glIdentifier for matching account which associated with the same item as targetAccount.  | 
| Methods in org.kuali.kfs.module.cab.document.service.impl that return types with arguments of type PurchasingAccountsPayableLineAssetAccount | |
|---|---|
protected  List<PurchasingAccountsPayableLineAssetAccount> | 
PurApLineServiceImpl.getAllocateTargetAccounts(PurchasingAccountsPayableLineAssetAccount sourceAccount,
                                                   List<PurchasingAccountsPayableItemAsset> allocateTargetLines,
                                                   boolean addtionalCharge)
Get the target account lines which will be used for allocate.  | 
| Methods in org.kuali.kfs.module.cab.document.service.impl with parameters of type PurchasingAccountsPayableLineAssetAccount | |
|---|---|
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.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  List<PurchasingAccountsPayableLineAssetAccount> | 
PurApLineServiceImpl.getAllocateTargetAccounts(PurchasingAccountsPayableLineAssetAccount sourceAccount,
                                                   List<PurchasingAccountsPayableItemAsset> allocateTargetLines,
                                                   boolean addtionalCharge)
Get the target account lines which will be used for allocate.  | 
protected  PurchasingAccountsPayableLineAssetAccount | 
PurApLineServiceImpl.getMatchingFromAccountList(List<PurchasingAccountsPayableLineAssetAccount> accountList,
                                                     Long glIdentifier,
                                                     PurchasingAccountsPayableLineAssetAccount targetAccount)
Searching in accountList by glIdentifier for matching account which associated with the same item as targetAccount.  | 
protected  void | 
PurApLineServiceImpl.updateAccountAmount(org.kuali.rice.kns.util.KualiDecimal additionalAmount,
                                       PurchasingAccountsPayableLineAssetAccount targetAccount)
Update targetAccount by additionalAmount.  | 
| Method parameters in org.kuali.kfs.module.cab.document.service.impl with type arguments of type PurchasingAccountsPayableLineAssetAccount | |
|---|---|
protected  void | 
PurApLineServiceImpl.addNewAccountToItemList(List<PurchasingAccountsPayableLineAssetAccount> newAccountList)
update account list for each line item  | 
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.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  PurchasingAccountsPayableLineAssetAccount | 
PurApLineServiceImpl.getFromTargetAccountList(List<PurchasingAccountsPayableLineAssetAccount> targetAccounts,
                                                 Long glIdentifier)
Search matching account in targetAccounts by glIdentifier.  | 
protected  PurchasingAccountsPayableLineAssetAccount | 
PurApLineServiceImpl.getMatchingFromAccountList(List<PurchasingAccountsPayableLineAssetAccount> accountList,
                                                     Long glIdentifier,
                                                     PurchasingAccountsPayableLineAssetAccount targetAccount)
Searching in accountList by glIdentifier for matching account which associated with the same item as targetAccount.  | 
protected  void | 
PurApLineServiceImpl.postAllocateProcess(PurchasingAccountsPayableItemAsset selectedLineItem,
                                       List<PurchasingAccountsPayableItemAsset> allocateTargetLines,
                                       List<PurchasingAccountsPayableDocument> purApDocs,
                                       List<PurchasingAccountsPayableLineAssetAccount> newAccountList,
                                       boolean initiateFromBatch)
Process after allocate.  | 
  | 
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||