psdi.webclient.beans.asset

Class SourceOrTargetViewWorkDetailsBean

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


    public class SourceOrTargetViewWorkDetailsBean
    extends ViewWOPMsBeanAsset
    This bean is used in the Relationship table when either a Source or Target Asset it used to bring up the View Work Details dialog
    • Constructor Detail

      • SourceOrTargetViewWorkDetailsBean

        public SourceOrTargetViewWorkDetailsBean()
    • Method Detail

      • setupOwner

        protected void setupOwner()
                           throws java.rmi.RemoteException,
                                  MXException
        We need to override and setup the owner and ownerBean
        Overrides:
        setupOwner in class ViewWorkDetailsBean
        Throws:
        java.rmi.RemoteException - if error occurs
        MXException - if error occurs
      • 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:
        java.rmi.RemoteException - if error occurs
        MXException - if error occurs