psdi.app.sets

Class SetsService

    • Constructor Detail

      • SetsService

        public SetsService()
                    throws java.rmi.RemoteException
        Construct the SetsService object.
        Throws:
        java.rmi.RemoteException
      • SetsService

        public SetsService(MXServer mxServer)
                    throws java.rmi.RemoteException
        Construct the SetsService object.
        Parameters:
        mxServer - MXServer reference
        Throws:
        java.rmi.RemoteException
    • Method Detail

      • getOrgsForItemSet

        public java.util.Vector getOrgsForItemSet(java.lang.String setID,
                                                  UserInfo userInfo)
                                           throws MXException,
                                                  java.rmi.RemoteException
        Returns orgs for itemset
        Specified by:
        getOrgsForItemSet in interface SetsServiceRemote
        Parameters:
        setID -
        userInfo -
        Returns:
        Throws:
        MXException
        java.rmi.RemoteException
      • getOrgsForCompanySet

        public java.util.Vector getOrgsForCompanySet(java.lang.String setID,
                                                     UserInfo userInfo)
                                              throws MXException,
                                                     java.rmi.RemoteException
        Returns orgs for companyset
        Specified by:
        getOrgsForCompanySet in interface SetsServiceRemote
        Parameters:
        setID -
        userInfo -
        Returns:
        Throws:
        MXException
        java.rmi.RemoteException