psdi.webclient.beans.common

Class ViewAssetDetailsBean

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


    public class ViewAssetDetailsBean
    extends DataBean
    • Constructor Detail

      • ViewAssetDetailsBean

        public ViewAssetDetailsBean()
    • 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
      • checkDPAAppsAccess

        public void checkDPAAppsAccess()
                                throws MXException,
                                       java.rmi.RemoteException
        is the user authorized to view deployed asset details? That is, can the user click on the Deployed Asset Details button on the Asset Details screen that will take him/her to the Deployed asset applications ?
        Throws:
        MXApplicationException("access","notauthorized")
        MXException
        java.rmi.RemoteException
      • viewdetails

        public int viewdetails()
                        throws MXException,
                               java.rmi.RemoteException
        This function handles the "View Details" button on the Asset Details dialog.
        Throws:
        MXException
        java.rmi.RemoteException
      • openMaximoDiscovery

        public int openMaximoDiscovery()
                                throws MXException,
                                       java.rmi.RemoteException
        This function handles the "Discovery" button on the Asset Details dialog.
        Throws:
        MXException
        java.rmi.RemoteException