psdi.app.actionscfg

Interface ActionsCfgSetRemote

    • Method Detail

      • getFavoriteActions

        java.util.ArrayList getFavoriteActions()
                                        throws java.rmi.RemoteException,
                                               MXException
        Returns an ArrayList of all actions currently marked as favorite.
        This will return all actions user selected previously which he wants to see in the Quick Insert portlet. The actions will be displayed based on order of ordernum asc,description asc
        Returns:
        ArrayList of actions and application ids that are marked as favorites
        Throws:
        MXException
        java.rmi.RemoteException
      • updateActions

        void updateActions(MboSetRemote msb)
                    throws java.rmi.RemoteException,
                           MXException
        Updates the favorite actions.
        MboSet of SigOptions is passed as a parameter. Actions previoulsy not selected are added
        Parameters:
        MboSetRemote - of Sigoptions
        Throws:
        MXException
        java.rmi.RemoteException