|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| Packages that use EnterpriseFieldException | |
| org.openeai.config | |
| org.openeai.layouts | |
| org.openeai.moa | |
| org.openeai.moa.objects.resources | |
| org.openeai.moa.objects.testsuite | |
| Uses of EnterpriseFieldException in org.openeai.config |
| Methods in org.openeai.config that throw EnterpriseFieldException | |
void |
EnterpriseFields.init(org.jdom.Document doc)
This method reads through the supplied EnterpriseObjects XML Document and builds itself according to the contents found within that document. |
void |
EnterpriseFields.reinitialize()
Re-initializes this EnterpriseFields object by re-reading the EnterpriseObjects.xml document from the URI specified in the configuration document. |
java.lang.String |
EnterpriseFields.getApplicationValue(java.lang.String objectName,
java.lang.String appName,
java.lang.String fieldName,
java.lang.String enterpriseValue)
Returns the application specific value that corresponds to the enterprise value passed in. |
java.lang.String |
EnterpriseFields.getEnterpriseValue(java.lang.String objectName,
java.lang.String fieldName,
java.lang.String appValue)
Returns the "enterprise value" that corresponds to the application value passed in based on formatting rules specified in the EnterpriseObjects document. |
| Uses of EnterpriseFieldException in org.openeai.layouts |
| Methods in org.openeai.layouts that throw EnterpriseFieldException | |
protected void |
EnterpriseLayoutManagerImpl.setVariableValue(java.lang.Object mObj,
java.lang.String variableName,
java.lang.Object value,
java.lang.Class classType)
Convenience method that sets a field on an object passed in to the value passed in by finding the appropriate setter method (by field name) on the object and invoking that method. |
protected void |
EnterpriseLayoutManagerImpl.setVariableValue(java.lang.Object mObj,
java.lang.String variableName,
java.lang.Object value,
java.lang.Class classType,
int index)
This method replaces the repeatable child object at a particular index with the value passed in. |
| Uses of EnterpriseFieldException in org.openeai.moa |
| Methods in org.openeai.moa that throw EnterpriseFieldException | |
protected java.lang.String |
XmlEnterpriseObjectImpl.getEnterpriseValue(java.lang.String fieldName,
java.lang.String appValue)
Uses the EnterpriseFields object associated to this object to convert the application value passed in to the enterprise value. |
protected java.lang.String |
XmlEnterpriseObjectImpl.getApplicationValue(java.lang.String appName,
java.lang.String fieldName,
java.lang.String enterpriseValue)
Uses the EnterpriseFields object associated to this object to convert the enterprise value passed in to the application specific value based on rules found in the EnterpriseObjects XML document associated to the object for the application name passed in. |
| Uses of EnterpriseFieldException in org.openeai.moa.objects.resources |
| Methods in org.openeai.moa.objects.resources that throw EnterpriseFieldException | |
void |
MessageSeries.setMessageSeriesId(java.lang.String id)
|
void |
MessageSeries.setMessageSeriesSequence(java.lang.String seq)
|
void |
Date.setDay(java.lang.String day)
Sets the day component of this date. |
void |
Date.setMonth(java.lang.String month)
Sets the month component of this date. |
void |
Date.setYear(java.lang.String year)
Sets the year component of this date. |
| Constructors in org.openeai.moa.objects.resources that throw EnterpriseFieldException | |
MessageId(org.jdom.Element messageId)
|
|
| Uses of EnterpriseFieldException in org.openeai.moa.objects.testsuite |
| Methods in org.openeai.moa.objects.testsuite that throw EnterpriseFieldException | |
void |
TestStepSummary.setTotalSteps(java.lang.String total)
|
void |
TestStepSummary.setPassedSteps(java.lang.String passed)
|
void |
TestStepSummary.setFailedSteps(java.lang.String failed)
|
void |
TestStatus.setValue(java.lang.String value)
|
void |
TestSeriesSummary.setTotalSeries(java.lang.String total)
|
void |
TestSeriesSummary.setPassedSeries(java.lang.String passed)
|
void |
TestSeriesSummary.setFailedSeries(java.lang.String failed)
|
void |
TestResult.setAction(java.lang.String action)
|
void |
TestResult.setStatus(java.lang.String status)
|
void |
TestId.setTestSuiteName(java.lang.String name)
|
void |
TestId.setTestSeriesNumber(java.lang.String number)
|
void |
TestId.setTestCaseNumber(java.lang.String number)
|
void |
TestId.setTestStepNumber(java.lang.String number)
|
void |
TestCaseSummary.setTotalCases(java.lang.String total)
|
void |
TestCaseSummary.setPassedCases(java.lang.String passed)
|
void |
TestCaseSummary.setFailedCases(java.lang.String failed)
|
void |
Success.setId(java.lang.String id)
|
void |
Failure.addReason(java.lang.String aReason)
|
|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||