psdi.webclient.beans.assetcat

Class SearchAttributeQbeBean

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


    public class SearchAttributeQbeBean
    extends DataBean
    • Constructor Detail

      • SearchAttributeQbeBean

        public SearchAttributeQbeBean()
    • Method Detail

      • qbecancel

        public int qbecancel()
                      throws MXException,
                             java.rmi.RemoteException
        Throws:
        MXException
        java.rmi.RemoteException
      • attributeSearch

        public java.lang.String attributeSearch(java.lang.String objectName)
                                         throws MXException,
                                                java.rmi.RemoteException
        When user further enters attribute values and click refine button, this event is triggered.
        Returns:
        Throws:
        MXException
        java.rmi.RemoteException
      • execute

        public int execute()
                    throws MXException,
                           java.rmi.RemoteException
        Event called by xml to get the search attributes and values and returns to the result set
        Overrides:
        execute in class DataBean
        Throws:
        MXException
        java.rmi.RemoteException
      • gotoTab

        protected void gotoTab(WebClientSession wcs,
                               java.lang.String tab)
      • close

        public void close()
        Description copied from class: DataBean
        Closes the MboSet. Throws MXException or RemoteException on failure
        Overrides:
        close in class DataBean
      • 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.
        Returns:
        Throws:
        MXException
        java.rmi.RemoteException
      • newrow

        public int newrow()
                   throws MXException
        09-12725: The addrow event(button) may be grayed out because of the main object might be readonly via security setup. Use newrow even to override it.
        Returns:
        Throws:
        MXException