psdi.app.designer.virtual

Class DatastoreChild

    • Constructor Detail

      • DatastoreChild

        public DatastoreChild(MboSet ms)
                       throws MXException,
                              java.rmi.RemoteException
        Parameters:
        ms -
        Throws:
        MXException
        java.rmi.RemoteException
    • Method Detail

      • copy

        public MboRemote copy(MboSetRemote targetSet)
                       throws MXException,
                              java.rmi.RemoteException
        overridden copy method - regular copy method doesn't work because it thinks all attributes are unique keys, so we're using blindCopy
        Specified by:
        copy in interface MboRemote
        Overrides:
        copy in class Mbo
        Parameters:
        targetSet - The set into which the new mbo will be added.
        Returns:
        The new mbo, with values copied from this mbo.
        Throws:
        MXException
        java.rmi.RemoteException
        See Also:
        Mbo.copy(MboSetRemote, long)
      • getXML

        public java.lang.String getXML()
                                throws MXException,
                                       java.rmi.RemoteException
        generates the xml representation of this datastorechild object (typeahead, setvalue or filter)
        Returns:
        Throws:
        MXException
        java.rmi.RemoteException
      • generateElement

        public org.w3c.dom.Element generateElement(org.w3c.dom.Element datastore)
                                            throws MXException,
                                                   java.rmi.RemoteException
        generates the xml dom for this datastore child object (typeahead, setvalue or filter)
        Returns:
        Throws:
        MXException
        java.rmi.RemoteException