psdi.app.workorder

Class WOTaskRelationSet

    • Constructor Detail

      • WOTaskRelationSet

        public WOTaskRelationSet(MboServerInterface ms)
                          throws MXException,
                                 java.rmi.RemoteException
        Construct the set.
        Parameters:
        ms - The MboServerInterface WpEditSettingSet used to access internals of the MXServer.
        Throws:
        MXException
        java.rmi.RemoteException
    • Method Detail

      • getMboInstance

        protected Mbo getMboInstance(MboSet ms)
                              throws MXException,
                                     java.rmi.RemoteException
        Generates a new WOTaskRelation object.
        Specified by:
        getMboInstance in class MboSet
        Parameters:
        ms - the WOTaskRelation MboSet.
        Returns:
        a new WOTaskRelation Mbo.
        Throws:
        MXException
        java.rmi.RemoteException
      • add

        public boolean add(java.lang.String[][] values)
                    throws MXException,
                           java.rmi.RemoteException
        add an item to WoTaskRelation Note that this does setValues for each attribute, in the order they appear in the array, so you need to be careful about the attribute order since field validation is in effect.
        Parameters:
        a - two dimensional array consisting of attribute/value for the item to be added
        Returns:
        true if item is added, false if item is not added
        Throws:
        MXException
        java.rmi.RemoteException
      • remove

        public void remove(MboRemote mbo)
                    throws MXException,
                           java.rmi.RemoteException
        remove the child mbo need to remove it from the childlookup. Also informs the listeners of the removal.
        Specified by:
        remove in interface MboSetRemote
        Overrides:
        remove in class MboSet
        Throws:
        MXException
        java.rmi.RemoteException
      • isMXLoader

        public boolean isMXLoader()
        Return the if the MXLoader is creating an Object
        Returns: