psdi.app.rsconfig

Interface ResultSetColsSetRemote

    • Method Detail

      • getAttributesForApp

        void getAttributesForApp(java.lang.String appName)
                          throws java.rmi.RemoteException,
                                 MXException
        Resets the set with records containing attributes allowed to query on for the given app.
        If not already specified in the RESULTSETCOLS table, then calls the routine to get columsn from current data dictionary.
        Parameters:
        application - name as String
        Throws:
        java.rmi.RemoteException
        MXException
      • getAttributesToAdd

        java.util.ArrayList getAttributesToAdd()
                                        throws java.rmi.RemoteException,
                                               MXException
        Return MBOValueInof of attribtus that have been added into the Query's App's Main object since the last time portlet was configured.
        Returns:
        ArraYList of MboValueInfo
        Throws:
        java.rmi.RemoteException
        MXException - May 22, 2007
      • getAttributesToDelete

        java.util.ArrayList getAttributesToDelete()
                                           throws java.rmi.RemoteException,
                                                  MXException
        Return MBOValueInof of attribtus that have been added into the Query's App's Main object since the last time portlet was configured. For Future use.
        Returns:
        ArraYList of MboValueInfo
        Throws:
        java.rmi.RemoteException
        MXException