|
||||||||||
| 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 | |
|---|---|
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. |
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. |
| 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.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. |
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. |
| Uses of EnterpriseFieldException in org.openeai.moa.objects.resources |
|---|
| Methods in org.openeai.moa.objects.resources that throw EnterpriseFieldException | |
|---|---|
void |
Date.setDay(java.lang.String day)
Sets the day component of this date. |
void |
MessageSeries.setMessageSeriesId(java.lang.String id)
|
void |
MessageSeries.setMessageSeriesSequence(java.lang.String seq)
|
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 |
Failure.addReason(java.lang.String aReason)
|
java.lang.String |
RequestTimings.getAverageTime(java.lang.String appName)
Convenience method that returns the reverse translated application value for the application name passed in. |
java.lang.String |
RequestTimings.getMessageAction(java.lang.String appName)
Convenience method that returns the reverse translated application value for the application name passed in. |
java.lang.String |
RequestTimings.getNumberOfRequests(java.lang.String appName)
Convenience method that returns the reverse translated application value for the application name passed in. |
java.lang.String |
MinimumTime.getTestStepId(java.lang.String appMaximumTime)
Convenience method that returns the reverse translated application value for the application name passed in. |
java.lang.String |
MaximumTime.getTestStepId(java.lang.String appMaximumTime)
Convenience method that returns the reverse translated application value for the application name passed in. |
java.lang.String |
MinimumTime.getValue(java.lang.String appMaximumTime)
Convenience method that returns the reverse translated application value for the application name passed in. |
java.lang.String |
MaximumTime.getValue(java.lang.String appMaximumTime)
Convenience method that returns the reverse translated application value for the application name passed in. |
void |
TestResult.setAction(java.lang.String action)
|
void |
RequestTimings.setAverageTime(java.lang.String aAverageTime)
Sets the AverageTime instance variable associated to this RequestTimings object to the value passed in. |
void |
TestStatus.setElapsedRequestTime(java.lang.String elapsedTime)
|
void |
TestCaseSummary.setFailedCases(java.lang.String failed)
|
void |
TestSeriesSummary.setFailedSeries(java.lang.String failed)
|
void |
TestStepSummary.setFailedSteps(java.lang.String failed)
|
void |
Success.setId(java.lang.String id)
|
void |
RequestTimings.setMessageAction(java.lang.String aMessageAction)
Sets the MessageAction instance variable associated to this RequestTimings object to the value passed in. |
void |
RequestTimings.setNumberOfRequests(java.lang.String aNumberOfRequests)
Sets the NumberOfRequests instance variable associated to this RequestTimings object to the value passed in. |
void |
TestCaseSummary.setPassedCases(java.lang.String passed)
|
void |
TestSeriesSummary.setPassedSeries(java.lang.String passed)
|
void |
TestStepSummary.setPassedSteps(java.lang.String passed)
|
void |
TestResult.setStatus(java.lang.String status)
|
void |
TestId.setTestCaseNumber(java.lang.String number)
|
void |
TestId.setTestSeriesNumber(java.lang.String number)
|
void |
MinimumTime.setTestStepId(java.lang.String aTestStepId)
Sets the TestStepId instance variable associated to this RequestTimings object to the value passed in. |
void |
MaximumTime.setTestStepId(java.lang.String aTestStepId)
Sets the TestStepId instance variable associated to this RequestTimings object to the value passed in. |
void |
TestId.setTestStepNumber(java.lang.String number)
|
void |
TestId.setTestSuiteName(java.lang.String name)
|
void |
TestCaseSummary.setTotalCases(java.lang.String total)
|
void |
TestSeriesSummary.setTotalSeries(java.lang.String total)
|
void |
TestStepSummary.setTotalSteps(java.lang.String total)
|
void |
MinimumTime.setValue(java.lang.String aValue)
Sets the Value instance variable associated to this RequestTimings object to the value passed in. |
void |
TestStatus.setValue(java.lang.String value)
|
void |
MaximumTime.setValue(java.lang.String aValue)
Sets the Value instance variable associated to this RequestTimings object to the value passed in. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||