psdi.app.scconfig

Interface LayoutSetRemote

    • Field Detail

      • PORTLET

        static final java.lang.String PORTLET
        Relationship to the PORTLET table, used to find the layouts for a given portlet.
        (layout.portletid = portlet.portletid)
        The resulting set will contain one or more objects
        See Also:
        Constant Field Values
      • FACONFIG

        static final java.lang.String FACONFIG
        Relationship to the FACONFIG table, used to find the favorite application for a given portlet layout.
        (layout.layoutid = faconfig.layoutid)
        The resulting set will contain one or more objects
        See Also:
        Constant Field Values
      • INBXCONFIG

        static final java.lang.String INBXCONFIG
        Relationship to the INBXCONFIG table, used to find the Inbox Portlet details for a given portlet layout.
        (layout.layoutid = inbxconfig.layoutid)
        The resulting set will contain one or more objects
        See Also:
        Constant Field Values
      • KPILISTCONFIG

        static final java.lang.String KPILISTCONFIG
        Relationship to the KPILCONFIG table, used to find the KPI List details for a given portlet layout.
        (layout.layoutid = kpilconfig.layoutid)
        The resulting set will contain one or more objects
        See Also:
        Constant Field Values
      • KPIGRAPHCONFIG

        static final java.lang.String KPIGRAPHCONFIG
        Relationship to the KPIGCONFIG table, used to find the KPI Grapht details for a given portlet layout.
        (layout.layoutid = kpigconfig.layoutid)
        The resulting set will contain one or more objects
        See Also:
        Constant Field Values
      • RSCONFIG

        static final java.lang.String RSCONFIG
        Relationship to the RSCONFIG table, used to find the Result Set Portlet details for a given portlet layout.
        (layout.layoutid = rsconfig.layoutid)
        The resulting set will contain one or more objects
        See Also:
        Constant Field Values
      • ACTIONSCFG

        static final java.lang.String ACTIONSCFG
        Relationship to the ACTIONSCFG table, used to find the Actions Portlet details for a given portlet layout.
        (layout.layoutid = actionscfg.layoutid)
        The resulting set will contain one or more objects
        See Also:
        Constant Field Values
      • PORTLET_DISPLAY

        static final java.lang.String PORTLET_DISPLAY
        Relationship to the PORTLETDISPLAY table, used to find the PORTLET DISPLAY details for a given portlet layout.
        (layout.layoutid = portletdisplay.layoutid)
        The resulting set will contain one or more objects
        See Also:
        Constant Field Values
      • REPORTLISTCFG

        static final java.lang.String REPORTLISTCFG
        Relationship to the REPORT table, used to find the Report details for a given portlet layout.
        (layout.layoutid = reportlistcfg.layoutid)
        The resulting set will contain one or more objects
        See Also:
        Constant Field Values
      • QUERY

        static final java.lang.String QUERY
        Relationship to query table, used to find query details of the query bound to this portlet record. It will contain one object.
        (clausename:=queryclausename and owner:=queryowner and app:=queryapp)
        The resulting set will contain one object
        See Also:
        Constant Field Values
    • Method Detail

      • displayConfiguration

        void displayConfiguration()
                           throws MXException,
                                  java.rmi.RemoteException
        Filters the portlets that are configurable and allowed for user to see.
        Throws:
        MXException
        java.rmi.RemoteException