public interface PARAllocateBean extends Remote
Modifier and Type | Method and Description |
---|---|
void |
allocate(PModelHandle hAcct,
int nCurrency,
PModelHandle hBills,
int nIncludeChildren,
PModelHandle hItem,
BigDecimal decDue,
ArrayList alAlloc)
perform bill level allocation of payment or adjustment
opcodes used:
PortalOp.BILL_SELECT_ITEMS
PortalOp.BILL_ITEM_TRANSFER
|
void |
allocate(PModelHandle hAcct,
int nCurrency,
PModelHandle hBills,
int nIncludeChildren,
PModelHandle hItem,
BigDecimal decDue,
ArrayList alAlloc,
ArrayList billNum)
perform bill level allocation of payment or adjustment
opcodes used:
PortalOp.BILL_SELECT_ITEMS
PortalOp.BILL_ITEM_TRANSFER
|
void |
allocate(PModelHandle hAcct,
int nCurrency,
PModelHandle hBills,
int nIncludeChildren,
PModelHandle hItem,
BigDecimal decDue,
ArrayList alAlloc,
boolean isNegativeBill,
ArrayList billNum)
perform bill level allocation of payment or adjustment
opcodes used:
PortalOp.BILL_SELECT_ITEMS
PortalOp.BILL_ITEM_TRANSFER
|
void |
allocate(PModelHandle hAcct,
int iCurrency,
PModelHandle hBillItem,
PModelHandle hItem,
BigDecimal decAmount)
perform bill level allocation of debit adjustment
opcodes used:
PortalOp.BILL_ITEM_TRANSFER
|
void |
allocate(PModelHandle hAcct,
int iCurrency,
PModelHandle hBillItem,
PModelHandle hItem,
int decAmount)
perform bill level allocation of debit adjustment
opcodes used:
PortalOp.BILL_ITEM_TRANSFER
|
void allocate(PModelHandle hAcct, int nCurrency, PModelHandle hBills, int nIncludeChildren, PModelHandle hItem, BigDecimal decDue, ArrayList alAlloc, boolean isNegativeBill, ArrayList billNum) throws Exception
PortalOp.BILL_SELECT_ITEMS
PortalOp.BILL_ITEM_TRANSFER
hAcct
- The model handle for the current account objectnCurrency
- The currency resource idhBills
- The model handle for the list of billsnIncludeChildren
- Include children amounts flaghItem
- The modelHandle of the item to be allocateddecDue
- The due amount of item in nCurrencyalAlloc
- The list of amounts to be allocated to each open billsisNegativeBill
- allocate from negative billException
void allocate(PModelHandle hAcct, int nCurrency, PModelHandle hBills, int nIncludeChildren, PModelHandle hItem, BigDecimal decDue, ArrayList alAlloc) throws RemoteException
PortalOp.BILL_SELECT_ITEMS
PortalOp.BILL_ITEM_TRANSFER
hAcct
- The model handle for the current account objectnCurrency
- The currency resource idhBills
- The model handle for the list of billsnIncludeChildren
- Include children amounts flaghItem
- The modelHandle of the item to be allocateddecDue
- The due amount of item in nCurrencyalAlloc
- The list of amounts to be allocated to each open billsRemoteException
void allocate(PModelHandle hAcct, int nCurrency, PModelHandle hBills, int nIncludeChildren, PModelHandle hItem, BigDecimal decDue, ArrayList alAlloc, ArrayList billNum) throws Exception
PortalOp.BILL_SELECT_ITEMS
PortalOp.BILL_ITEM_TRANSFER
hAcct
- The model handle for the current account objectnCurrency
- The currency resource idhBills
- The model handle for the list of billsnIncludeChildren
- Include children amounts flaghItem
- The modelHandle of the item to be allocateddecDue
- The due amount of item in nCurrencyalAlloc
- The list of amounts to be allocated to each open billsbillNum
- The list of billnumbers used to preserve the order of allocationException
void allocate(PModelHandle hAcct, int iCurrency, PModelHandle hBillItem, PModelHandle hItem, int decAmount) throws RemoteException
PortalOp.BILL_ITEM_TRANSFER
hAcct
- The model handle for the current account objectiCurrency
- The currency resource idhBillItem
- The model handle for the list of billshItem
- The modelHandle of the item to be allocateddecDue
- The due amount of item in integerRemoteException
void allocate(PModelHandle hAcct, int iCurrency, PModelHandle hBillItem, PModelHandle hItem, BigDecimal decAmount) throws RemoteException
PortalOp.BILL_ITEM_TRANSFER
hAcct
- The model handle for the current account objectiCurrency
- The currency resource idhBillItem
- The model handle for the list of billshItem
- The modelHandle of the item to be allocateddecDue
- The due amount of item in BigDecimalRemoteException
Copyright © 2003, 2023, Oracle and/or its affiliates.