psdi.webclient.beans.common

Class SelectCollectionBean

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


    public class SelectCollectionBean
    extends MultiselectDataBean
    This class provides functionality to select multiple collecitons details from a collection details dialog to copy over to MULTIASSETLOCCI of Workorder/Ticket apps.
    • Constructor Detail

      • SelectCollectionBean

        public SelectCollectionBean()
    • Method Detail

      • getMboSetRemote

        protected MboSetRemote getMboSetRemote()
                                        throws MXException,
                                               java.rmi.RemoteException
        Description copied from class: DataBean
        Obtains and returns a MboSetRemote using the mboname of parent/relationship setup for the bean. Override this method if the DataBean needs to get a MboSetRemote in a non-standard way. (Not via a the MXSession, or a relationship from another DataBean).
        Overrides:
        getMboSetRemote in class DataBean
        Throws:
        MXException
        java.rmi.RemoteException
      • doRefresh

        public int doRefresh()
                      throws MXException,
                             java.rmi.RemoteException
        Provides the functionality for the 'Refine' button
        Throws:
        MXException
        java.rmi.RemoteException