psdi.webclient.beans.asset

Class NonCachedSourceOrTargetAssetBean

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


    public class NonCachedSourceOrTargetAssetBean
    extends DataBean
    This Bean is used in the Asset application. This bean is used in the Relationships tab. In this tab, there is the Relationships table, with two columns - Source Asset and Target Asset. On each of these two columns is an image to pop up a detail menu. This detail menu has the ability to open various dialogs. This bean is used to get the correct backing bean for the dialogs, from either the selected Source Asset or Target Asset bean.
    • Field Detail

      • isOwnerSelectActionMenu

        protected boolean isOwnerSelectActionMenu
    • Constructor Detail

      • NonCachedSourceOrTargetAssetBean

        public NonCachedSourceOrTargetAssetBean()
    • 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
      • oldgetMboSetRemote

        protected MboSetRemote oldgetMboSetRemote()
                                           throws MXException,
                                                  java.rmi.RemoteException
        Deprecated. use the new one as in this class.
        Returns:
        Throws:
        MXException
        java.rmi.RemoteException