psdi.app.site

Class OrganizationSet

    • Constructor Detail

    • Method Detail

      • getOrgsForBBAudience

        public void getOrgsForBBAudience(java.lang.String bbId)
                                  throws MXException,
                                         java.rmi.RemoteException
        Method to get the orgs for the bboardaudience, which are not taken yet
        Specified by:
        getOrgsForBBAudience in interface OrganizationSetRemote
        Parameters:
        BULLETINBOARDID -
        Throws:
        MXException
        java.rmi.RemoteException
      • appendToWhere

        public java.lang.String appendToWhere()
                                       throws MXException,
                                              java.rmi.RemoteException
        Override appendToWhere to apply org restriction for organization object. Organization is system level , so mbo framework will not append any site/org restriction
        Overrides:
        appendToWhere in class MboSet
        Throws:
        MXException
        java.rmi.RemoteException
      • save

        public void save()
                  throws MXException,
                         java.rmi.RemoteException
        Description copied from class: MboSet
        Sends changes to the database for all objects in the collection. In addition to saving the members in this set, all Mbos owned by members of this set are also saved. If all goes well, commit is called, otherwise rollback is called. Once successfully saved, this MboSet is reset, ready for a requery.
        Specified by:
        save in interface MboSetRemote
        Overrides:
        save in class MboSet
        Throws:
        MXException
        java.rmi.RemoteException
        See Also:
        MboSet.reset()