psdi.webclient.beans.assetcat

Class SearchClassificationFeaturesBean

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


    public class SearchClassificationFeaturesBean
    extends SearchClassificationBean
    09-15680: created
    • Constructor Detail

      • SearchClassificationFeaturesBean

        public SearchClassificationFeaturesBean()
    • 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 SearchClassificationBean
        Throws:
        MXException
        java.rmi.RemoteException
      • clearSearch

        public int clearSearch()
                        throws MXException,
                               java.rmi.RemoteException
        When user further enters attribute values and click the clear button, this event is triggered. The values entered are cleared and table is reset.
        Overrides:
        clearSearch in class SearchClassificationBean
        Returns:
        Throws:
        MXException
        java.rmi.RemoteException
      • multiSelectRecords

        public int multiSelectRecords()
                               throws MXException
        09-16850: When multiple rows are selected, return the values selected to the originating data bean.
        Throws:
        MXException