| Methods in org.openeai.config that throw EnterpriseTranslationException |
void |
EnterpriseTranslator.addMapping(java.lang.String objectFieldName,
java.util.List vMapsForField)
Adds a list of EnterpriseMapping objects to this translator to the Hashtable of mappings. |
java.lang.String |
EnterpriseTranslator.convertToEnterpriseValue(java.lang.String objectFieldName,
java.lang.String fieldName,
java.lang.String value,
boolean isRequired)
This method converts the value passed in to the enterprise value and returns that value for the field specified. |
java.lang.String |
EnterpriseTranslator.convertToAppValue(java.lang.String appName,
java.lang.String objectFieldName,
java.lang.String fieldName,
java.lang.String enterpriseValue)
This method converts the enterprise value passed in to the corresponding application specific value and
returns that value for the field specified. |