psdi.app.bim.project

Class BIMSessionSet

    • Constructor Detail

      • BIMSessionSet

        public BIMSessionSet(MboServerInterface ms)
                      throws java.rmi.RemoteException
        Throws:
        java.rmi.RemoteException
    • Method Detail

      • getMboInstance

        protected Mbo getMboInstance(MboSet ms)
                              throws MXException,
                                     java.rmi.RemoteException
        Description copied from class: MboSet
        Factory to create the business objects This must be overridden in derived class
        Specified by:
        getMboInstance in class MboSet
        Throws:
        MXException
        java.rmi.RemoteException
      • addAtIndex

        public MboRemote addAtIndex(long accessModifier,
                                    int ind)
                             throws MXException,
                                    java.rmi.RemoteException
        Description copied from class: MboSet
        Adds a new object to the collection at the index specified. Use the SetValue() methods to set attribute values. The next time the save() method is called, this object will be saved to the database. This is the base add method, used by all the other versions. In some MboSet sub-classes, this method is overridden.
        Specified by:
        addAtIndex in interface MboSetRemote
        Overrides:
        addAtIndex in class MboSet
        Parameters:
        accessModifier - Determines whether an access check is made.
        ind - Where to add the new Mbo. Zero is the beginning, while -1 will put the Mbo at the end of the MboSet.
        Throws:
        MXException
        java.rmi.RemoteException
        See Also:
        MboSet.getMboInstance(psdi.mbo.MboSet), MboSet.addMbo(Mbo), MboSet.addMbo(Mbo, int), MboSet.moveTo(int)