Uses of Class
org.openeai.moa.XmlEnterpriseObjectException

Packages that use XmlEnterpriseObjectException
org.openeai.moa   
org.openeai.moa.objects.resources   
 

Uses of XmlEnterpriseObjectException in org.openeai.moa
 

Methods in org.openeai.moa that throw XmlEnterpriseObjectException
 void XmlEnterpriseObject.buildObjectFromXmlString(java.lang.String theString)
          This method allows application developers to build an object from a XML String representation of an object that was previously converted to an XML String via the toXmlString() method.
 void XmlEnterpriseObjectImpl.buildObjectFromXmlString(java.lang.String theString)
          This method allows application developers to build an object from a XML String representation of an object that was previously converted to an XML String via the toXmlString() method.
 boolean XmlEnterpriseObject.equals(XmlEnterpriseObject xeo)
          A convenience method that can be used to compare two Xml aware objects (XmlEnterpriseObjectImpl).
 boolean XmlEnterpriseObjectImpl.equals(XmlEnterpriseObject xeo)
          A convenience method that can be used to compare two Xml aware objects (XmlEnterpriseObjectImpl).
 java.lang.String XmlEnterpriseObject.getCombinedKeyValue()
          goes through all the key fields on the xeo passed in and creates a string containing all the values from those key fields.
 java.lang.String XmlEnterpriseObjectImpl.getCombinedKeyValue()
          goes through all the key fields on the xeo passed in and creates a string containing all the values from those key fields.
protected  int XmlEnterpriseObjectImpl.getLength(java.lang.String fieldName)
          Convenience method that tells the layout manager implementation how many instances of a given repeatable field exist on the parent object.
 java.lang.Object XmlEnterpriseObject.getValueFromObject(java.lang.String fieldName)
          Returns the current value from the field name passed in.
 java.lang.Object XmlEnterpriseObjectImpl.getValueFromObject(java.lang.String fieldName)
          Returns the current value from the field name passed in.
 java.lang.Object XmlEnterpriseObject.getValueFromObject(java.lang.String fieldName, java.lang.Object[] parms, java.lang.Class[] parmTypes)
          Returns the current value from the field name passed in.
 java.lang.Object XmlEnterpriseObjectImpl.getValueFromObject(java.lang.String fieldName, java.lang.Object[] parms, java.lang.Class[] parmTypes)
          Returns the current value from the field name passed in.
 boolean XmlEnterpriseObject.isEmpty()
          Recursively checks the contents of the object and true if it contains any data.
 boolean XmlEnterpriseObjectImpl.isEmpty()
          Recursively checks the contents of the object and true if it contains any data.
 boolean XmlEnterpriseObjectImpl.isRepeating(java.lang.String fieldName)
          Convenience method that indicates if the field specified is a repeating field this object.
 void XmlEnterpriseObjectImpl.setValue(java.lang.String fieldName, java.lang.String value)
          Sets the current value the field name passed in to the value passed in.
 java.lang.String XmlEnterpriseObject.toXmlString()
          A convenience method that can be used simply by application developers to retreive the contents of the object as an XML String.
 java.lang.String XmlEnterpriseObjectImpl.toXmlString()
          A convenience method that can be used simply by application developers to retreive the contents of the object as an XML String.
 

Uses of XmlEnterpriseObjectException in org.openeai.moa.objects.resources
 

Methods in org.openeai.moa.objects.resources that throw XmlEnterpriseObjectException
 void Predecessor.initializeMessageSeries(java.lang.String uuidUri)
           
 void MessageSeries.initializeMessageSeries(java.lang.String uuidUri)
           
 



Copyright © 2002,2003 OpenEAI Software Foundation