psdi.app.kpigconfig

Interface KPIGConfigSetRemote

    • Field Detail

      • KPIMAIN

        static final java.lang.String KPIMAIN
        Relationship to the KPIMAIN table, used to find a KPIs added in KPI Graph POrtlet.
        (kpimain.kpiname=kpigconfig.kpiname)
        The resulting set will contain zero or more objects.
        See Also:
        Constant Field Values
    • Method Detail

      • getSelectedKPIs

        java.util.Vector getSelectedKPIs()
                                  throws java.rmi.RemoteException,
                                         MXException
        Returns a vector of all KPIs currently marked as selected to be displayed in this portlet
        Returns:
        collection of selected KPIs as vector
        Throws:
        java.rmi.RemoteException
        MXException
      • updateSelectedKPIs

        void updateSelectedKPIs(MboSetRemote msb)
                         throws java.rmi.RemoteException,
                                MXException
        Adds the selected KPIs into this portlet. Ignores if the KPi is already added.
        Parameters:
        MboSetRemote - of KPIMAIN
        Throws:
        java.rmi.RemoteException
        MXException
      • runSelectedKPI

        void runSelectedKPI()
                     throws java.rmi.RemoteException,
                            MXException
        Runs the KPIs selected in this portlet.
        Methods are called on KPIRemotes to run the KPIs
        Throws:
        java.rmi.RemoteException
        MXException
      • latestDate

        java.lang.String latestDate()
                             throws java.rmi.RemoteException,
                                    MXException
        Returns the String of the latest date among the KPIs selected for the current portlet
        Returns:
        String - latest date string
        Throws:
        java.rmi.RemoteException
        MXException
      • getKPIInfo

        java.util.Vector getKPIInfo()
                             throws java.rmi.RemoteException,
                                    MXException
        Returns information of collection of all KPIs currently marked as selected
        Each KPI is represented by a hashtable with its various values as value-key pairs.
        This information is used in displaying target, value and trend in the portlet
        Returns:
        Vector - collection of selected KPIs
        Throws:
        java.rmi.RemoteException
        MXException
      • resetSelectedKPIs

        void resetSelectedKPIs()
                        throws java.rmi.RemoteException,
                               MXException
        Reset selected kpi name list
        Throws:
        java.rmi.RemoteException
        MXException