Package com.portal.app.ccare.comp
Class PAbstractController
java.lang.Object
com.portal.app.ccare.comp.PAbstractController
- Direct Known Subclasses:
PAREventDisputesPageBeanImpl
,PBalanceMonitorController
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetModel()
This method is for backward compatibility, and usefull while changing the existing Controllers In the exisitng controller, getModel method is used to get the PModelHadndle in the BAS base classes.This method is for backward compatibility, and usefull while changing the existing Controllers.void
setModel
(PModelHandle incoming) This method is for backward compatibility, and usefull while changing the existing Controllers In the exisitng controller, setModel method is used to set the PModelHadndle in the BAS base classes.void
setModelHandle
(PModelHandle incoming) This method is for backward compatibility, and usefull while changing the existing Controllers.
-
Field Details
-
mModel
-
-
Constructor Details
-
PAbstractController
public PAbstractController()
-
-
Method Details
-
setModel
This method is for backward compatibility, and usefull while changing the existing Controllers In the exisitng controller, setModel method is used to set the PModelHadndle in the BAS base classes. -
getModel
This method is for backward compatibility, and usefull while changing the existing Controllers In the exisitng controller, getModel method is used to get the PModelHadndle in the BAS base classes. -
setModelHandle
This method is for backward compatibility, and usefull while changing the existing Controllers. In the exisitng controller, setModelHandle method is used to set the PModelHadndle in the BAS base classes. This method can be override in the new controllers or exisitng controller- Throws:
RemoteException
-
getModelHandle
This method is for backward compatibility, and usefull while changing the existing Controllers. In the exisitng controller, getModelHandle method is used to get the PModelHadndle in the BAS base classes. This method can be override in the new controllers or exisitng controller -
getClientLocale
-
createClientException
- Throws:
RemoteException
-