psdi.webclient.beans.startcntr

Class ModifyRSDisplay

  • All Implemented Interfaces:
    java.util.EventListener, javax.servlet.http.HttpSessionBindingListener, DataBeanListener


    public class ModifyRSDisplay
    extends DataBean
    This class represents the custom event handling class for the Modify Graph Settings dialog on the start center for the result set portlet
    • Constructor Detail

      • ModifyRSDisplay

        public ModifyRSDisplay()
    • Method Detail

      • currentStartCenterId

        public long currentStartCenterId()
                                  throws MXException,
                                         java.rmi.RemoteException
        Returns start center id associated with this portlet
        Returns:
        long as the start center Id
        Throws:
        MXException
        java.rmi.RemoteException
      • initialize

        protected void initialize()
                           throws MXException,
                                  java.rmi.RemoteException
        This method is overridden to call a method on the MboSetRemote behind the table of attributes to set some default information.
        Overrides:
        initialize in class DataBean
        Throws:
        MXException
        java.rmi.RemoteException
        See Also:
        DataBean.initialize()