psdi.webclient.beans.dm.collection

Class DMCollectionAppBean

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


    public class DMCollectionAppBean
    extends AppBean
    • Constructor Detail

      • DMCollectionAppBean

        public DMCollectionAppBean()
    • Method Detail

      • initializeApp

        public void initializeApp()
                           throws MXException,
                                  java.rmi.RemoteException
        Make sure we have a correct URL in the DMDirStructure helper.
        Overrides:
        initializeApp in class AppBean
        Throws:
        MXException
        java.rmi.RemoteException
      • saveEvents

        public int saveEvents()
                       throws MXException,
                              java.rmi.RemoteException
        Throws:
        MXException
        java.rmi.RemoteException
      • VALDTCOLL

        public int VALDTCOLL()
                      throws MXException,
                             java.rmi.RemoteException
        Launch Validate Migration Collection/ Validation is in progress dialog.
        Throws:
        MXException
        java.rmi.RemoteException
      • isValidateInProgress

        public boolean isValidateInProgress()
                                     throws MXException,
                                            java.rmi.RemoteException
        Check if validation is in progress.
        Throws:
        MXException
        java.rmi.RemoteException
      • refreshCollObj

        public int refreshCollObj()
                           throws MXException,
                                  java.rmi.RemoteException
        This method is called when "Refresh Collection Objects" button is clicked on main tab.
        Throws:
        MXException
        java.rmi.RemoteException
      • refresh

        public int refresh()
                    throws MXException,
                           java.rmi.RemoteException
        This method is called when Refresh button is clicked on Validation Results tab.
        Throws:
        MXException
        java.rmi.RemoteException
      • deleteorphans

        public int deleteorphans()
                          throws MXException,
                                 java.rmi.RemoteException
        Delete orphan records.
        Throws:
        MXException
        java.rmi.RemoteException
      • deletedupls

        public int deletedupls()
                        throws MXException,
                               java.rmi.RemoteException
        Delete duplicate records.
        Throws:
        MXException
        java.rmi.RemoteException
      • deleteall

        public int deleteall()
                      throws MXException,
                             java.rmi.RemoteException
        Delete orphan and duplicate records.
        Throws:
        MXException
        java.rmi.RemoteException
      • DELFILES

        public int DELFILES()
                     throws java.rmi.RemoteException,
                            MXException
        Delete configuration files.
        Throws:
        java.rmi.RemoteException
        MXException
      • CREATEPKG

        public int CREATEPKG()
                      throws java.rmi.RemoteException,
                             java.io.IOException,
                             javax.servlet.ServletException,
                             java.lang.Exception
        This method is called when "Create Package Definition" is selected from the action menu. The actual creation of package is done in "createPackage" method. This method displays a longop dialog.
        Returns:
        Event handle status.
        Throws:
        java.rmi.RemoteException
        java.io.IOException
        javax.servlet.ServletException
        java.lang.Exception