Class PComponentControllerImpl

java.lang.Object
com.portal.bas.PControllerImpl
com.portal.bas.PComponentControllerImpl
All Implemented Interfaces:
PComponentController, PControllerBean, Serializable, Remote, Unreferenced
Direct Known Subclasses:
PDefaultController, PFieldController, PIAPanelController, PIASimpleSearchController

public abstract class PComponentControllerImpl extends PControllerImpl implements PComponentController, Serializable
Deprecated.
As of Release 6.1, PComponentControllerImpl is deprecated and replaced by PComponentController.
PComponentControllerImpl is a base implementation of the server side of a component controller. Use this abstract class as the base of all component-specific controllers.
Version:
15
Author:
Larry Lynch-Freshner
See Also:
  • Constructor Details

    • PComponentControllerImpl

      public PComponentControllerImpl() throws RemoteException
      Deprecated.
      Creates an instance of PComponentControllerImpl.
      Throws:
      RemoteException - thrown for errors
  • Method Details