Package com.portal.app.ccare.comp
Class PARUnappliedPageBeanImpl
java.lang.Object
com.portal.bas.PControllerImpl
com.portal.bas.comp.PIAComponentCollectionBean
com.portal.app.ccare.comp.PARUnappliedPageBeanImpl
- All Implemented Interfaces:
PARUnappliedPageBean
,PIACollectionBean
,PControllerBean
,Serializable
,Remote
,Unreferenced
public class PARUnappliedPageBeanImpl
extends PIAComponentCollectionBean
implements PARUnappliedPageBean
Controller class for the
PARUnappliedPagePanel
and
PARAllActionsPage
The following opcodes are used by this controller:
PortalOp.AR_GET_ACCT_ACTION_ITEMS
- See Also:
-
Field Summary
Fields inherited from class com.portal.bas.PControllerImpl
mFList, mRemoteListeners, UPDATE_CLIENT, UPDATE_MODEL_CHANGE, UPDATE_NEW_MODEL, UPDATE_PROPERTY
-
Constructor Summary
Constructors -
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 accountvoid
Theupdate
method is called by various internal methods when the data has changed enough to require changing the client display.Methods inherited from class com.portal.bas.comp.PIAComponentCollectionBean
addChild, getCollectedData, getSelectionDataFor, removeChild
Methods inherited from class com.portal.bas.PControllerImpl
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
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface com.portal.bas.PControllerBean
addRemoteListener, getArrayRange, getModel, getRemoteListenerHandle, isLight, register, releaseRemoteListener, removeRemoteListener, setModel
-
Constructor Details
-
PARUnappliedPageBeanImpl
- Throws:
RemoteException
-
-
Method Details
-
update
Description copied from class:PControllerImpl
Theupdate
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.- Overrides:
update
in classPIAComponentCollectionBean
- Parameters:
reason
-incoming
-- Throws:
RemoteException
-
getUnallocatedItems
public 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- Specified by:
getUnallocatedItems
in interfacePARUnappliedPageBean
- 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
public 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- Specified by:
getUnallocatedItems
in interfacePARUnappliedPageBean
- 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
public 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- Specified by:
getAllActionItems
in interfacePARUnappliedPageBean
- 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
- Specified by:
getActionItemNumber
in interfacePARUnappliedPageBean
- Throws:
RemoteException
-