public class PARAllocateBeanImpl extends PIAComponentCollectionBean implements PARAllocateBean
PortalOp.BILL_SELECT_ITEMS
PortalOp.BILL_ITEM_TRANSFER
mFList, mRemoteListeners, UPDATE_CLIENT, UPDATE_MODEL_CHANGE, UPDATE_NEW_MODEL, UPDATE_PROPERTY
Constructor and Description |
---|
PARAllocateBeanImpl() |
Modifier and Type | Method and Description |
---|---|
void |
allocate(PModelHandle hAcct,
int iCurrency,
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 iCurrency,
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 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
|
addChild, getCollectedData, getSelectionDataFor, removeChild, update
addRemoteListener, closeSecContext, createClientException, distributeEventToListeners, fireModelChangeEvent, getAppController, getArrayRange, getContext, getField, getField, getField, getFieldWithRestriction, getFieldWithRestriction, getFieldWithRestriction, getModel, getRemoteListenerHandle, getSecContext, handleDistributeToListener, isLight, register, releaseContext, releaseRemoteListener, removeRemoteListener, setField, setField, setModel, unreferenced
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
addRemoteListener, getArrayRange, getModel, getRemoteListenerHandle, isLight, register, releaseRemoteListener, removeRemoteListener, setModel
public PARAllocateBeanImpl() throws RemoteException
RemoteException
public void allocate(PModelHandle hAcct, int iCurrency, PModelHandle hBills, int nIncludeChildren, PModelHandle hItem, BigDecimal decDue, ArrayList alAlloc, ArrayList billNum) throws Exception
PortalOp.BILL_SELECT_ITEMS
PortalOp.BILL_ITEM_TRANSFER
allocate
in interface PARAllocateBean
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 billsException
public void allocate(PModelHandle hAcct, int iCurrency, PModelHandle hBills, int nIncludeChildren, PModelHandle hItem, BigDecimal decDue, ArrayList alAlloc) throws RemoteException
PortalOp.BILL_SELECT_ITEMS
PortalOp.BILL_ITEM_TRANSFER
allocate
in interface PARAllocateBean
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
public void allocate(PModelHandle hAcct, int iCurrency, PModelHandle hBills, int nIncludeChildren, PModelHandle hItem, BigDecimal decDue, ArrayList alAlloc, boolean isNegativeBill, ArrayList billNum) throws Exception
PortalOp.BILL_SELECT_ITEMS
PortalOp.BILL_ITEM_TRANSFER
allocate
in interface PARAllocateBean
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 billibillNum
- list of billnumbers used to preserve the order of allocationException
public void allocate(PModelHandle hAcct, int iCurrency, PModelHandle hBillItem, PModelHandle hItem, BigDecimal decAmount) throws RemoteException
PortalOp.BILL_ITEM_TRANSFER
allocate
in interface PARAllocateBean
hAcct
- The model handle for the current account objectiCurrency
- The currency resource idhBillItem
- The model handle for the billitem that is selectedhItem
- The modelHandle of the item to be allocateddecAmount
- The due amount to be allocated in BigDecimalRemoteException
public void allocate(PModelHandle hAcct, int iCurrency, PModelHandle hBillItem, PModelHandle hItem, int decAmount) throws RemoteException
PortalOp.BILL_ITEM_TRANSFER
allocate
in interface PARAllocateBean
hAcct
- The model handle for the current account objectiCurrency
- The currency resource idhBillItem
- The model handle for the billitem that is selectedhItem
- The modelHandle of the item to be allocateddecAmount
- The due amount to be allocated in integerRemoteException
Copyright © 2003, 2023, Oracle and/or its affiliates.