Package com.portal.app.ccare.comp
Interface PARAllocateBean
- All Superinterfaces:
Remote
- All Known Implementing Classes:
PARAllocateBeanImpl
Interface for Controller class PARAllocateBeanImpl
-
Method Summary
Modifier and TypeMethodDescriptionvoid
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, 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 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 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 iCurrency, PModelHandle hBillItem, PModelHandle hItem, BigDecimal decAmount) perform bill level allocation of debit adjustment opcodes used:PortalOp.BILL_ITEM_TRANSFER
-
Method Details
-
allocate
void allocate(PModelHandle hAcct, int nCurrency, PModelHandle hBills, int nIncludeChildren, PModelHandle hItem, BigDecimal decDue, ArrayList alAlloc, boolean isNegativeBill, ArrayList billNum) throws Exception perform bill level allocation of payment or adjustment opcodes used:PortalOp.BILL_SELECT_ITEMS
PortalOp.BILL_ITEM_TRANSFER
- Parameters:
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 bill- Throws:
Exception
-
allocate
void allocate(PModelHandle hAcct, int nCurrency, PModelHandle hBills, int nIncludeChildren, PModelHandle hItem, BigDecimal decDue, ArrayList alAlloc) throws RemoteException perform bill level allocation of payment or adjustment opcodes used:PortalOp.BILL_SELECT_ITEMS
PortalOp.BILL_ITEM_TRANSFER
- Parameters:
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 bills- Throws:
RemoteException
-
allocate
void allocate(PModelHandle hAcct, int nCurrency, PModelHandle hBills, int nIncludeChildren, PModelHandle hItem, BigDecimal decDue, ArrayList alAlloc, ArrayList billNum) throws Exception perform bill level allocation of payment or adjustment opcodes used:PortalOp.BILL_SELECT_ITEMS
PortalOp.BILL_ITEM_TRANSFER
- Parameters:
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 allocation- Throws:
Exception
-
allocate
void allocate(PModelHandle hAcct, int iCurrency, PModelHandle hBillItem, PModelHandle hItem, int decAmount) throws RemoteException perform bill level allocation of debit adjustment opcodes used:PortalOp.BILL_ITEM_TRANSFER
- Parameters:
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 integer- Throws:
RemoteException
-
allocate
void allocate(PModelHandle hAcct, int iCurrency, PModelHandle hBillItem, PModelHandle hItem, BigDecimal decAmount) throws RemoteException perform bill level allocation of debit adjustment opcodes used:PortalOp.BILL_ITEM_TRANSFER
- Parameters:
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 BigDecimal- Throws:
RemoteException
-