psdi.app.faconfig

Interface FAConfigSetRemote

    • Method Detail

      • getFavoriteApps

        java.util.TreeMap getFavoriteApps()
                                   throws java.rmi.RemoteException,
                                          MXException
        Updates the favoriteapplications.
        It adds the applications that have not been added
        Parameters:
        mboset - of MaxApps
        Throws:
        java.rmi.RemoteException
        MXException
      • updateFavApps

        void updateFavApps(MboSetRemote dataSet)
                    throws java.rmi.RemoteException,
                           MXException
        Returns a TreeMap of all applications currently marked as favorite.
        The treemap contains name of the app, id , description and image. This is directly used in the portlet.
        Throws:
        java.rmi.RemoteException
        MXException