|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| Packages that use EnterpriseLayoutException | |
| org.openeai.implementations.layouts | |
| org.openeai.layouts | |
| org.openeai.moa | |
| org.openeai.moa.objects.resources | |
| Uses of EnterpriseLayoutException in org.openeai.implementations.layouts |
| Methods in org.openeai.implementations.layouts that throw EnterpriseLayoutException | |
void |
XpathLayout.init(java.lang.String layoutManagerName,
org.jdom.Document layoutDoc)
|
java.lang.Object |
XpathLayout.buildOutputFromObject(XmlEnterpriseObject xeo)
|
java.lang.Object |
XpathLayout.buildOutputFromObject(XmlEnterpriseObject anXmlEnterpriseObject,
java.lang.String appName)
|
void |
XpathLayout.buildObjectFromInput(java.lang.Object input,
XmlEnterpriseObject xeo)
|
void |
SpCallsLayout.init(java.lang.String layoutManagerName,
org.jdom.Document layoutDoc)
|
java.lang.Object |
SpCallsLayout.buildOutputFromObject(XmlEnterpriseObject xeo)
This is the buildOutputFromObject method that all Layout Managers must implement. |
java.lang.Object |
SpCallsLayout.buildOutputFromObject(XmlEnterpriseObject anXmlEnterpriseObject,
java.lang.String appName)
This is the buildOutputFromObject method that all Layout Managers must implement. |
void |
SpCallsLayout.buildObjectFromInput(java.lang.Object input,
XmlEnterpriseObject xeo)
This is the buildObjectFromInput method that all Layout Managers must implement. |
void |
ResultSetLayout.init(java.lang.String layoutManagerName,
org.jdom.Document layoutDoc)
|
java.lang.Object |
ResultSetLayout.buildOutputFromObject(XmlEnterpriseObject xeo)
This is the buildOutputFromObject method that all Layout Managers must implement. |
java.lang.Object |
ResultSetLayout.buildOutputFromObject(XmlEnterpriseObject anXmlEnterpriseObject,
java.lang.String appName)
This is the buildOutputFromObject method that all Layout Managers must implement. |
void |
ResultSetLayout.buildObjectFromInput(java.lang.Object input,
XmlEnterpriseObject xeo)
This is the buildObjectFromInput method that all Layout Managers must implement. |
void |
ExtractLayout.init(java.lang.String layoutManagerName,
org.jdom.Document layoutDoc)
|
java.lang.Object |
ExtractLayout.buildOutputFromObject(XmlEnterpriseObject anXmlEnterpriseObject)
|
java.lang.Object |
ExtractLayout.buildOutputFromObject(XmlEnterpriseObject anXmlEnterpriseObject,
java.lang.String appName)
|
void |
ExtractLayout.buildObjectFromInput(java.lang.Object input,
XmlEnterpriseObject xeo)
|
void |
ComplexResultSetLayout.init(java.lang.String layoutManagerName,
org.jdom.Document layoutDoc)
|
java.lang.Object |
ComplexResultSetLayout.buildOutputFromObject(XmlEnterpriseObject xeo)
This is the buildOutputFromObject method that all Layout Managers must implement. |
java.lang.Object |
ComplexResultSetLayout.buildOutputFromObject(XmlEnterpriseObject anXmlEnterpriseObject,
java.lang.String appName)
This is the buildOutputFromObject method that all Layout Managers must implement. |
void |
ComplexResultSetLayout.buildObjectFromInput(java.lang.Object input,
XmlEnterpriseObject xeo)
This is the buildObjectFromInput method that all Layout Managers must implement. |
| Uses of EnterpriseLayoutException in org.openeai.layouts |
| Methods in org.openeai.layouts that throw EnterpriseLayoutException | |
void |
XmlLayout.init(java.lang.String layoutManagerName,
org.jdom.Document layoutDoc)
|
java.lang.Object |
XmlLayout.buildOutputFromObject(XmlEnterpriseObject xeo)
This is the buildOutputFromObject method that all Layout Managers must implement. |
java.lang.Object |
XmlLayout.buildOutputFromObject(XmlEnterpriseObject anXmlEnterpriseObject,
java.lang.String appName)
This is the buildOutputFromObject method that all Layout Managers must implement. |
void |
XmlLayout.buildObjectFromInput(java.lang.Object input,
XmlEnterpriseObject xeo)
This is the buildObjectFromInput method that all Layout Managers must implement. |
void |
EnterpriseLayoutManagerImpl.init(java.lang.String layoutManagerName,
org.jdom.Document layoutDoc)
This is the default initialization method that can be used by child layout managers. |
protected org.jdom.Element |
EnterpriseLayoutManagerImpl.getLayout(org.jdom.Element startingElement,
java.lang.String name)
This method searches for and returns the field definition which is part of the layout for an object that matches the name passed in. |
protected boolean |
EnterpriseLayoutManagerImpl.isRequired(org.jdom.Element eField)
Uses the field definition passed in to determine if a field is required. |
protected boolean |
EnterpriseLayoutManagerImpl.isRepeating(java.lang.Object xeo,
java.lang.String fieldName)
Convenience method that tells the layout manager implementation if the field specified is a repeating field on the object passed in. |
protected int |
EnterpriseLayoutManagerImpl.getLength(XmlEnterpriseObject xeo,
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. |
protected java.lang.Object |
EnterpriseLayoutManagerImpl.getValueFromObject(XmlEnterpriseObject xeo,
java.lang.String appName,
java.lang.String fieldName)
Convenience method used by layout manager implementations to retrieve data from a parent object for a particular application. |
protected java.lang.Object |
EnterpriseLayoutManagerImpl.getValueFromObject(XmlEnterpriseObject xeo,
java.lang.String fieldName)
Returns the value currently held in the parent object for the field passed in. |
protected java.lang.Object |
EnterpriseLayoutManagerImpl.getValueFromObject(XmlEnterpriseObject xeo,
java.lang.String appName,
java.lang.String fieldName,
java.lang.Object[] parms,
java.lang.Class[] parmTypes)
Convenience method used by layout manager implementations to retrieve data from a repeating field (of type Element or Attribute) on a parent object for a particular application. |
protected java.lang.Object |
EnterpriseLayoutManagerImpl.getValueFromObject(XmlEnterpriseObject xeo,
java.lang.String fieldName,
java.lang.Object[] parms,
java.lang.Class[] parmTypes)
Convenience method used by layout manager implementations to retrieve data from a repeating field (of any type) on a parent object. |
void |
EnterpriseLayoutManager.init(java.lang.String layoutManagerName,
org.jdom.Document layoutDoc)
Method used to initialize the LayoutMangager implementation with information found in the EnterpriseObjects document associated to the object being initialized. |
void |
EnterpriseLayoutManager.buildObjectFromInput(java.lang.Object input,
XmlEnterpriseObject anXmlEnterpriseObject)
Method used to build an object from an input. |
java.lang.Object |
EnterpriseLayoutManager.buildOutputFromObject(XmlEnterpriseObject anXmlEnterpriseObject)
Method used to serialize an object to some output. |
java.lang.Object |
EnterpriseLayoutManager.buildOutputFromObject(XmlEnterpriseObject anXmlEnterpriseObject,
java.lang.String appName)
Method used to serialize an object to some output for a particular application. |
| Uses of EnterpriseLayoutException in org.openeai.moa |
| Methods in org.openeai.moa that throw EnterpriseLayoutException | |
void |
XmlEnterpriseObjectImpl.buildObjectFromInput(java.lang.Object input)
Using the currently assigned input layout manager, this method takes the input passed in and builds the object from that input. |
java.lang.Object |
XmlEnterpriseObjectImpl.buildOutputFromObject()
Using the currently assigned output layout manager, this method uses the current contents of the object and builds an output object as implemented by the layout manager. |
java.lang.Object |
XmlEnterpriseObjectImpl.buildOutputFromObject(java.lang.String appName)
Using the currently assigned output layout manager, this method uses the current contents of the object and builds an output object as implemented by the layout manager for the specified application name. |
void |
XmlEnterpriseObject.buildObjectFromInput(java.lang.Object input)
Using the currently assigned input layout manager, this method takes the input passed in and builds the object from that input. |
java.lang.Object |
XmlEnterpriseObject.buildOutputFromObject()
Using the currently assigned output layout manager, this method uses the current contents of the object and builds an output object as implemented by the layout manager. |
java.lang.Object |
XmlEnterpriseObject.buildOutputFromObject(java.lang.String appName)
Using the currently assigned output layout manager, this method uses the current contents of the object and builds an output object as implemented by the layout manager for the specified application name. |
| Uses of EnterpriseLayoutException in org.openeai.moa.objects.resources |
| Constructors in org.openeai.moa.objects.resources that throw EnterpriseLayoutException | |
Datetime(org.jdom.Element eDatetime)
Constructor - use the element passed in to build the Datetime object. |
|
|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||