psdi.webclient.beans.rsconfig

Class RSConfigAttributesSelectedBean

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


    public class RSConfigAttributesSelectedBean
    extends DataBean
    Selected Table in Result Set Configuration application - RSCONFIGSELECT mboSet
    • Field Detail

      • LOGGER

        public static final MXLogger LOGGER
    • Constructor Detail

      • RSConfigAttributesSelectedBean

        public RSConfigAttributesSelectedBean()
    • Method Detail

      • initialize

        public void initialize()
                        throws MXException,
                               java.rmi.RemoteException
        Description copied from class: DataBean
        Typically called after the DataBean gets a new MboSetRemote On the MboSetRemote it sets the app, the app defaults, user defaults If the remote is an instanceof NonPersistentMboSetRemote then setup is called on it and sets the current row to 0. If the DataBean isn't bound to a table then initialize fetches the first mbo (sets the current row to 0). If this method is overridden under most case you will want to call super.initalize at the end of the the new initialize method.
        Overrides:
        initialize in class DataBean
        Throws:
        MXException
        java.rmi.RemoteException
      • getAttrString

        public java.lang.String getAttrString(java.lang.String relationPath)
                                       throws MXException,
                                              java.rmi.RemoteException
        return selected attributes as string for a given relation
        Parameters:
        relationPath -
        Returns:
        Throws:
        MXException
        java.rmi.RemoteException
      • displayWarning

        protected boolean displayWarning(java.lang.String msgID)
                                  throws MXException,
                                         java.rmi.RemoteException
        Throws:
        MXException
        java.rmi.RemoteException
      • clearAllSelectedAttributes

        public void clearAllSelectedAttributes()
                                        throws MXException,
                                               java.rmi.RemoteException
        This event is called from the Remove All button on the RS Config application. It removes all of the selected attributes as well as the group and sort selections.
        Throws:
        MXException
        java.rmi.RemoteException
      • unselectatt

        public int unselectatt()
                        throws MXException,
                               java.rmi.RemoteException
        Throws:
        MXException
        java.rmi.RemoteException
      • unselectallatt

        public int unselectallatt()
                           throws MXException,
                                  java.rmi.RemoteException
        Throws:
        MXException
        java.rmi.RemoteException