Class PAbstractController

java.lang.Object
com.portal.app.ccare.comp.PAbstractController
Direct Known Subclasses:
PAREventDisputesPageBeanImpl, PBalanceMonitorController

public abstract class PAbstractController extends Object
  • Field Details

  • Constructor Details

    • PAbstractController

      public PAbstractController()
  • Method Details

    • setModel

      public 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.
    • getModel

      public PModelHandle 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

      public void setModelHandle(PModelHandle incoming) throws RemoteException
      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

      public PModelHandle 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

      public Locale getClientLocale()
    • createClientException

      public PInfranetException createClientException(EBufException ebuf) throws RemoteException
      Throws:
      RemoteException