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, removeChild
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 PARUnappliedPageBeanImpl() throws RemoteException
RemoteException
public void update(int reason, Object incoming) throws RemoteException
PControllerImpl
update
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 PIAComponentCollectionBean
reason
- incoming
- RemoteException
public 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 PARUnappliedPageBean
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 parentRemoteException
public 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 PARUnappliedPageBean
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 accountRemoteException
public 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 PARUnappliedPageBean
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 nullRemoteException
public int getActionItemNumber() throws RemoteException
getActionItemNumber
in interface PARUnappliedPageBean
RemoteException
Copyright © 2003, 2023, Oracle and/or its affiliates.