psdi.webclient.beans.dm.collection

Class DmToolIconBean

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


    public class DmToolIconBean
    extends DataBean
    This Bean class is used by the "Add to Migration Collection" dialog. This dialog is launched by clicking "Add to Migration Collection" button on the tool bar of configured applications.
    • Constructor Detail

      • DmToolIconBean

        public DmToolIconBean()
    • Method Detail

      • initialize

        protected void initialize()
                           throws MXException,
                                  java.rmi.RemoteException
        Filter the MboSet to list only user's own or public Migration Collection.
        Overrides:
        initialize in class DataBean
        Throws:
        MXException
        java.rmi.RemoteException
      • setValue

        public void setValue(int nRow,
                             java.lang.String attribute,
                             java.lang.String value)
                      throws MXException
        This method is used to make the checkboxes of table rows readonly and non readonly.
        Overrides:
        setValue in class DataBean
        Parameters:
        nRow - Current row
        attribute - Name of the attribute
        value - Value of the attribute
        Throws:
        MXException