Package com.portal.app.ccare.comp
Interface PARUnappliedPageBean
- All Superinterfaces:
Remote
- All Known Implementing Classes:
PARUnappliedPageBeanImpl
Interface for Controller class PARAllocateBeanImpl
-
Method Summary
Modifier and TypeMethodDescriptionint
getAllActionItems
(int nIncludeChildren, PModelHandle hAcct, PModelHandle hArAcct, int nThreshold, PARActionItemSearchData searchData) CallPortalOp.AR_GET_ACCT_ACTION_ITEMS
to get a list of All A/R action items for given accountgetUnallocatedItems
(int nIncludeChildren, PModelHandle hAcct, PModelHandle hArAcct) CallPortalOp.AR_GET_ACCT_ACTION_ITEMS
to get a list of All Unallocated A/R items for given accountgetUnallocatedItems
(int nIncludeChildren, PModelHandle hAcct, PModelHandle hArAcct, boolean allBills) CallPortalOp.AR_GET_ACCT_ACTION_ITEMS
to get a list of All Unallocated A/R items for given account
-
Method Details
-
getUnallocatedItems
ArrayList getUnallocatedItems(int nIncludeChildren, PModelHandle hAcct, PModelHandle hArAcct) throws RemoteException CallPortalOp.AR_GET_ACCT_ACTION_ITEMS
to get a list of All Unallocated A/R items for given account- Parameters:
nIncludeChildren
- Flag to indicate if amounts from child account(s) should (1) or should not (0) be includedhAcct
- The accounthArAcct
- The account's A/R parent- Returns:
- These items are returned in an ArrayList containing 2 model handles:
- model handle for payments,
- model handle for adjustments
- Throws:
RemoteException
-
getUnallocatedItems
ArrayList getUnallocatedItems(int nIncludeChildren, PModelHandle hAcct, PModelHandle hArAcct, boolean allBills) throws RemoteException CallPortalOp.AR_GET_ACCT_ACTION_ITEMS
to get a list of All Unallocated A/R items for given account- Parameters:
nIncludeChildren
- Flag to indicate if amounts from child account(s) should (1) or should not (0) be includedhAcct
- The accounthArAcct
- The account's A/R parentallBills
- If true then this method will return all the unallocated A/R items of the account- Returns:
- These items are returned in an ArrayList containing 2 model
handles:
- model handle for payments,
- model handle for adjustments
- Throws:
RemoteException
-
getAllActionItems
PModelHandle getAllActionItems(int nIncludeChildren, PModelHandle hAcct, PModelHandle hArAcct, int nThreshold, PARActionItemSearchData searchData) throws RemoteException CallPortalOp.AR_GET_ACCT_ACTION_ITEMS
to get a list of All A/R action items for given account- Parameters:
nIncludeChildren
- Flag to indicate if amounts from child account(s) should (1) or should not (0) be includedhAcct
- The accounthArAcct
- The account's A/R parentnThreshold
- Max threshold numbers of Action items to returnsearchData
- the search criteria data or null- Returns:
- model handle for all A/R action items, can be null if threshold value exceeded
- Throws:
RemoteException
-
getActionItemNumber
- Throws:
RemoteException
-