public interface PARUnappliedPageBean extends Remote
Modifier and Type | Method and Description |
---|---|
int |
getActionItemNumber() |
PModelHandle |
getAllActionItems(int nIncludeChildren,
PModelHandle hAcct,
PModelHandle hArAcct,
int nThreshold,
PARActionItemSearchData searchData)
Call
PortalOp.AR_GET_ACCT_ACTION_ITEMS to get a list of
All A/R action items for given account |
ArrayList |
getUnallocatedItems(int nIncludeChildren,
PModelHandle hAcct,
PModelHandle hArAcct)
Call
PortalOp.AR_GET_ACCT_ACTION_ITEMS to get a list of
All Unallocated A/R items for given account |
ArrayList |
getUnallocatedItems(int nIncludeChildren,
PModelHandle hAcct,
PModelHandle hArAcct,
boolean allBills)
Call
PortalOp.AR_GET_ACCT_ACTION_ITEMS to get a list of All
Unallocated A/R items for given account |
ArrayList getUnallocatedItems(int nIncludeChildren, PModelHandle hAcct, PModelHandle hArAcct) throws RemoteException
PortalOp.AR_GET_ACCT_ACTION_ITEMS
to get a list of
All Unallocated A/R items for given accountnIncludeChildren
- Flag to indicate if amounts from child account(s)
should (1) or should not (0) be includedhAcct
- The accounthArAcct
- The account's A/R parentRemoteException
ArrayList getUnallocatedItems(int nIncludeChildren, PModelHandle hAcct, PModelHandle hArAcct, boolean allBills) throws RemoteException
PortalOp.AR_GET_ACCT_ACTION_ITEMS
to get a list of All
Unallocated A/R items for given accountnIncludeChildren
- 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 accountRemoteException
PModelHandle getAllActionItems(int nIncludeChildren, PModelHandle hAcct, PModelHandle hArAcct, int nThreshold, PARActionItemSearchData searchData) throws RemoteException
PortalOp.AR_GET_ACCT_ACTION_ITEMS
to get a list of
All A/R action items for given accountnIncludeChildren
- 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 nullRemoteException
int getActionItemNumber() throws RemoteException
RemoteException
Copyright © 2003, 2023, Oracle and/or its affiliates.