public class PARUnappliedPageBeanImpl extends PIAComponentCollectionBean implements PARUnappliedPageBean
PARUnappliedPagePanel and
PARAllActionsPage
The following opcodes are used by this controller:
PortalOp.AR_GET_ACCT_ACTION_ITEMS
mFList, mRemoteListeners, UPDATE_CLIENT, UPDATE_MODEL_CHANGE, UPDATE_NEW_MODEL, UPDATE_PROPERTY| Constructor and Description |
|---|
PARUnappliedPageBeanImpl() |
| 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 |
void |
update(int reason,
Object incoming)
The
update method is called by various internal methods when
the data has changed enough to require changing the client display. |
addChild, getCollectedData, getSelectionDataFor, removeChildaddRemoteListener, 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, unreferencedclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitaddRemoteListener, getArrayRange, getModel, getRemoteListenerHandle, isLight, register, releaseRemoteListener, removeRemoteListener, setModelpublic PARUnappliedPageBeanImpl()
throws RemoteException
RemoteExceptionpublic void update(int reason,
Object incoming)
throws RemoteException
PControllerImplupdate method is called by various internal methods when
the data has changed enough to require changing the client display. Must
be overridden by a specific controller subclass.update in class PIAComponentCollectionBeanreason - incoming - RemoteExceptionpublic 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 accountgetUnallocatedItems in interface PARUnappliedPageBeannIncludeChildren - Flag to indicate if amounts from child account(s)
should (1) or should not (0) be includedhAcct - The accounthArAcct - The account's A/R parentRemoteExceptionpublic 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 accountgetUnallocatedItems in interface PARUnappliedPageBeannIncludeChildren - 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 accountRemoteExceptionpublic 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 accountgetAllActionItems in interface PARUnappliedPageBeannIncludeChildren - 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 nullRemoteExceptionpublic int getActionItemNumber()
throws RemoteException
getActionItemNumber in interface PARUnappliedPageBeanRemoteExceptionCopyright © 2003, 2023, Oracle and/or its affiliates.