Package com.portal.app.ccare.comp
Class PCreditLimitPanelBeanImpl
java.lang.Object
com.portal.bas.PControllerImpl
com.portal.bas.comp.PIAComponentCollectionBean
com.portal.app.ccare.comp.PCreditLimitPanelBeanImpl
- All Implemented Interfaces:
PCreditLimitPanelBean
,PIACollectionBean
,PControllerBean
,Serializable
,Remote
,Unreferenced
public class PCreditLimitPanelBeanImpl
extends PIAComponentCollectionBean
implements PCreditLimitPanelBean
Controller class for credit limit panel.
- 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 TypeMethodDescriptionvoid
collectCreditLimitData
(PModelHandle eventMH, PModelHandle shareDataHandle) getCreditLimitBalance
(PModelHandle selectedBalanceGroups) Utility method to call BAL_GET_BALANCES to get the balances for the selected balance groups.getCreditLimitBalance
(PModelHandle all, Poid aPoid) void
saveCreditLimitData
(HashMap bgMap, Poid aPoid) Methods inherited from class com.portal.bas.comp.PIAComponentCollectionBean
addChild, getCollectedData, getSelectionDataFor, removeChild, update
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
-
PCreditLimitPanelBeanImpl
- Throws:
RemoteException
-
-
Method Details
-
collectCreditLimitData
- Specified by:
collectCreditLimitData
in interfacePCreditLimitPanelBean
-
saveCreditLimitData
- Specified by:
saveCreditLimitData
in interfacePCreditLimitPanelBean
- Throws:
EBufException
-
getCreditLimitBalance
- Specified by:
getCreditLimitBalance
in interfacePCreditLimitPanelBean
-
getCreditLimitBalance
Utility method to call BAL_GET_BALANCES to get the balances for the selected balance groups.- Specified by:
getCreditLimitBalance
in interfacePCreditLimitPanelBean
- Parameters:
selectedBalanceGroups
- PModelHandleselectBalanceGroups
- PModelHandle- Returns:
- HashMap
-