Uses of Class
com.mirth.match.ejb.inex.EisResult

Packages that use EisResult
com.mirth.match.client.models   
com.mirth.match.ejb.inex   
 

Uses of EisResult in com.mirth.match.client.models
 

Methods in com.mirth.match.client.models with parameters of type EisResult
static
<T> DTOResult<T>
DTOResult.createINEXResult(EisResult result, java.lang.Class<T> resultType)
           
 

Uses of EisResult in com.mirth.match.ejb.inex
 

Fields in com.mirth.match.ejb.inex declared as EisResult
protected  EisResult ImportEntitiesResponse._return
           
protected  EisResult ExportMirthMatchConfigResponse._return
           
protected  EisResult ExportEntitiesResponse._return
           
protected  EisResult ImportMirthMatchConfigResponse._return
           
 

Methods in com.mirth.match.ejb.inex that return EisResult
 EisResult ObjectFactory.createEisResult()
          Create an instance of EisResult
 EisResult INEX.exportEntities(EntityExportModel model)
           
 EisResult INEX.exportMirthMatchConfig(ExportConfig arg0)
           
 EisResult ImportEntitiesResponse.getReturn()
          Gets the value of the return property.
 EisResult ExportMirthMatchConfigResponse.getReturn()
          Gets the value of the return property.
 EisResult ExportEntitiesResponse.getReturn()
          Gets the value of the return property.
 EisResult ImportMirthMatchConfigResponse.getReturn()
          Gets the value of the return property.
 EisResult INEX.importEntities(EntityImportModel model, javax.activation.DataHandler handler, java.lang.String charsetName)
           
 EisResult INEX.importMirthMatchConfig(ImportConfig arg0)
           
 

Methods in com.mirth.match.ejb.inex with parameters of type EisResult
 void ImportEntitiesResponse.setReturn(EisResult value)
          Sets the value of the return property.
 void ExportMirthMatchConfigResponse.setReturn(EisResult value)
          Sets the value of the return property.
 void ExportEntitiesResponse.setReturn(EisResult value)
          Sets the value of the return property.
 void ImportMirthMatchConfigResponse.setReturn(EisResult value)
          Sets the value of the return property.
 



Copyright © 2011 Mirth Corp. All Rights Reserved.