psdi.app.scconfig

Interface LayoutRemote

  • All Superinterfaces:
    MboRemote, java.rmi.Remote
    All Known Implementing Classes:
    Layout


    public interface LayoutRemote
    extends MboRemote
    Remote Interface to the Layout object.
    • Method Detail

      • addToKPIList

        void addToKPIList(MboSetRemote dataSet)
                   throws MXException,
                          java.rmi.RemoteException
        Adds KPIs to KPI List Portet
        Parameters:
        MboSetRemote - KPI Set
        Throws:
        MXException
        java.rmi.RemoteException
      • addToReportList

        void addToReportList(MboSetRemote dataSet)
                      throws MXException,
                             java.rmi.RemoteException
        Adds Reports to Reports List Portet
        Parameters:
        MboSetRemote - Report Set
        Throws:
        MXException
        java.rmi.RemoteException
      • addToKPIGraph

        void addToKPIGraph(MboSetRemote dataSet)
                    throws MXException,
                           java.rmi.RemoteException
        Adds KPIs to KPI Graph Portlet
        Parameters:
        MboSetRemote - KPI Set
        Throws:
        MXException
        java.rmi.RemoteException
      • addToFAPortlet

        void addToFAPortlet(MboSetRemote dataSet)
                     throws MXException,
                            java.rmi.RemoteException
        Adds Applications to Favorite Applications Portlet
        Parameters:
        MboSetRemote - MAXAPPS Set
        Throws:
        MXException
        java.rmi.RemoteException
      • addToActionsPortlet

        void addToActionsPortlet(MboSetRemote dataSet)
                          throws MXException,
                                 java.rmi.RemoteException
        Adds Actions to Actions Portlet
        Parameters:
        MboSetRemote - SIGOPTIONS Set
        Throws:
        MXException
        java.rmi.RemoteException
      • validateShowGraph

        void validateShowGraph()
                        throws MXException,
                               java.rmi.RemoteException
        It makes sure that a graph attribute has been selected before flagging Show graph attribute as true
        Throws:
        MXException
        java.rmi.RemoteException
      • setDefaultsForResultSet

        void setDefaultsForResultSet()
                              throws MXException,
                                     java.rmi.RemoteException
        Get reference of the related result set portlet mbos and callss method to set query name
        Throws:
        MXException
        java.rmi.RemoteException
      • validateRSConditions

        void validateRSConditions()
                           throws MXException,
                                  java.rmi.RemoteException
        Makes sure that a condition attribute has been selected when color parameters have been set.
        Throws:
        MXException
        java.rmi.RemoteException
      • setDeletePortletLabels

        void setDeletePortletLabels(boolean deleteLabels)
                             throws MXException,
                                    java.rmi.RemoteException
        Marks the LAYOUT record so that it deletes the labels
        Parameters:
        deleteLabels - as boolean
        Throws:
        MXException
        java.rmi.RemoteException
      • canDeletePortletLabels

        boolean canDeletePortletLabels()
                                throws MXException,
                                       java.rmi.RemoteException
        Returns true if the LAYOUT was marked to delete the labels
        Returns:
        Throws:
        MXException
        java.rmi.RemoteException
      • getSavedQueryApp

        java.lang.String getSavedQueryApp()
                                   throws MXException,
                                          java.rmi.RemoteException
        Get Current Saved query application
        Returns:
        Throws:
        MXException
        java.rmi.RemoteException
      • resetForAppChange

        void resetForAppChange()
                        throws MXException,
                               java.rmi.RemoteException
        Reset Data when an application is changed
        Throws:
        MXException
        java.rmi.RemoteException
      • setDefaultsForObjectStructure

        void setDefaultsForObjectStructure()
                                    throws MXException,
                                           java.rmi.RemoteException
        Select the first object structure
        Throws:
        MXException
        java.rmi.RemoteException