psdi.app.kpi

Interface KPISetRemote

    • Field Detail

      • KPI_LIST

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

        static final java.lang.String KPI_GRAPH
        Relationship to the KPIGCONFIG 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
      • KPI_HISTORY

        static final java.lang.String KPI_HISTORY
        Relationship to the KPIHISTORY table, used to find a KPI History.
        (kpimain.kpimainid=kpihistory.kpimainid)
        The resulting set will contain zero or more objects.
        See Also:
        Constant Field Values
      • KPI_TREND

        static final java.lang.String KPI_TREND
        Relationship to the KPITRENDCFG table, used to find a KPI Trend Configuration.
        (kpimain.kpimainid=kpitrendcfg.kpimainid)
        The resulting set will contain zero or more objects.
        See Also:
        Constant Field Values
      • KPI_REPORT

        static final java.lang.String KPI_REPORT
        Relationship to the REPORT/b> table, used to find a REPORT based on current report number
        (kpimain.reportname=report.reportnum)
        The resulting set will contain zero or more objects.
        See Also:
        Constant Field Values
    • Method Detail

      • kpiInfo

        java.util.Vector kpiInfo()
                          throws MXException,
                                 java.rmi.RemoteException
        Returns all details about the current KPIs as a Vector This method will be used to draw Graphs basically EAch Hashtable is information about a KPI
        Returns:
        Vector containing all information about this KPI
        Throws:
        MXException
        java.rmi.RemoteException
      • kpiInfo

        java.util.Vector kpiInfo(java.util.Vector onlyTheseKPIs)
                          throws MXException,
                                 java.rmi.RemoteException
        Returns all details about the given KPIs as a vector based on selected KPIs
        Returns:
        Vector containing all information about this KPI
        Throws:
        MXException
        java.rmi.RemoteException