psdi.webclient.beans.swcatalog

Class SwCatalogVariantBean

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


    public class SwCatalogVariantBean
    extends DataBean
    Bean for the dialog Select Variants used on the Deployed Software main tab to associate variants to a catalog entry
    Since:
    7.2
    • Constructor Detail

      • SwCatalogVariantBean

        public SwCatalogVariantBean()
    • 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
      • execute

        public int execute()
                    throws MXException,
                           java.rmi.RemoteException
        Handles the OK button on the dialog. Associate all selected objects as targets. Move their variants to become variants of the new target
        Overrides:
        execute in class DataBean
        Returns:
        int
        Throws:
        MXException
        java.rmi.RemoteException
        See Also:
        DataBean.execute()