psdi.webclient.beans.dm.collection

Class ConfigurationsBean

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


    public class ConfigurationsBean
    extends DataBean
    Bean for the Configurations table in Migration Collections
    • Constructor Detail

      • ConfigurationsBean

        public ConfigurationsBean()
    • Method Detail

      • export

        public int export()
                   throws MXException,
                          java.rmi.RemoteException
        Action for the Export button on the Configurations table rows.
        Throws:
        MXException
        java.rmi.RemoteException
      • exportConfig

        public int exportConfig()
                         throws MXException,
                                java.rmi.RemoteException
        Action for the Export button under the Configurations table. This method will export all selected rows.
        Throws:
        MXApplicationException - With dm#NoCollSelect if no rows are selected.
        MXException
        java.rmi.RemoteException
      • exportDownload

        public int exportDownload()
                           throws MXException,
                                  java.rmi.RemoteException
        Action for the Download button under the Configurations table. This method will show files to download for the selected rows.
        Throws:
        MXException - With dm#NoDownSelect if no rows are selected.
        java.rmi.RemoteException
      • initialize

        protected void initialize()
                           throws MXException,
                                  java.rmi.RemoteException
        Set default order by for Issue #10-16832.
        Overrides:
        initialize in class DataBean
        Throws:
        MXException
        java.rmi.RemoteException