Uses of Class
com.mirth.match.ejb.eis.EisResultSet

Packages that use EisResultSet
com.mirth.match.ejb.eis   
 

Uses of EisResultSet in com.mirth.match.ejb.eis
 

Fields in com.mirth.match.ejb.eis declared as EisResultSet
protected  EisResultSet FindIdentitiesByTraitsResultSetResponse._return
           
protected  EisResultSet ListUnlinkedIdentitiesResponse.matchingResultSet
           
protected  EisResultSet LookupIdentitiesResponse.matchingResultSet
           
protected  EisResultSet FindIdentitiesByTraitsResponse.matchingResultSet
           
protected  EisResultSet LookupIdentitiesExtResponse.matchingResultSet
           
protected  EisResultSet ListLinkedIdentitiesResponse.matchingResultSetHolder
           
 

Methods in com.mirth.match.ejb.eis that return EisResultSet
 EisResultSet ObjectFactory.createEisResultSet()
          Create an instance of EisResultSet
 EisResultSet EIS.findIdentitiesByTraitsResultSet(java.lang.String arg0, EisEntityIdentifyingTraits arg1, EisSearchQualifier arg2)
           
 EisResultSet ListUnlinkedIdentitiesResponse.getMatchingResultSet()
          Gets the value of the matchingResultSet property.
 EisResultSet LookupIdentitiesResponse.getMatchingResultSet()
          Gets the value of the matchingResultSet property.
 EisResultSet FindIdentitiesByTraitsResponse.getMatchingResultSet()
          Gets the value of the matchingResultSet property.
 EisResultSet LookupIdentitiesExtResponse.getMatchingResultSet()
          Gets the value of the matchingResultSet property.
 EisResultSet ListLinkedIdentitiesResponse.getMatchingResultSetHolder()
          Gets the value of the matchingResultSetHolder property.
 EisResultSet FindIdentitiesByTraitsResultSetResponse.getReturn()
          Gets the value of the return property.
 

Methods in com.mirth.match.ejb.eis with parameters of type EisResultSet
 void ListUnlinkedIdentitiesResponse.setMatchingResultSet(EisResultSet value)
          Sets the value of the matchingResultSet property.
 void LookupIdentitiesResponse.setMatchingResultSet(EisResultSet value)
          Sets the value of the matchingResultSet property.
 void FindIdentitiesByTraitsResponse.setMatchingResultSet(EisResultSet value)
          Sets the value of the matchingResultSet property.
 void LookupIdentitiesExtResponse.setMatchingResultSet(EisResultSet value)
          Sets the value of the matchingResultSet property.
 void ListLinkedIdentitiesResponse.setMatchingResultSetHolder(EisResultSet value)
          Sets the value of the matchingResultSetHolder property.
 void FindIdentitiesByTraitsResultSetResponse.setReturn(EisResultSet value)
          Sets the value of the return property.
 

Method parameters in com.mirth.match.ejb.eis with type arguments of type EisResultSet
 EisStatus EIS.findIdentitiesByTraits(java.lang.String entityTypeName, java.lang.String entityId, EisIdentityQualifier sourceId, java.lang.String eisId, EisEntityIdentifyingTraits traits, EisSearchQualifier searchQualifiers, javax.xml.ws.Holder<EisResultSet> matchingResultSet)
           
 EisStatus EIS.listLinkedIdentities(java.lang.String entityTypeName, java.lang.String entityId, EisIdentityQualifier sourceId, EisEntityIdentifyingTraits traits, java.util.List<EisIdentityQualifier> sourceConstraintSet, javax.xml.ws.Holder<EisResultSet> matchingResultSetHolder)
           
 EisStatus EIS.listUnlinkedIdentities(java.lang.String entityTypeName, java.lang.String entityId, EisIdentityQualifier sourceId, EisEntityIdentifyingTraits traits, java.util.List<EisIdentityQualifier> sourceConstraintSet, javax.xml.ws.Holder<EisResultSet> matchingResultSet)
           
 EisStatus EIS.lookupIdentities(java.lang.String entityTypeName, java.lang.String domainId, java.lang.String searchText, int entityLimit, javax.xml.ws.Holder<EisResultSet> matchingResultSet)
           
 EisStatus EIS.lookupIdentitiesExt(java.lang.String entityTypeName, java.lang.String entityDomainId, java.lang.String domainId, java.lang.String searchText, int entityLimit, javax.xml.ws.Holder<EisResultSet> matchingResultSet)
           
 



Copyright © 2011 Mirth Corp. All Rights Reserved.