Uses of Class
com.mirth.match.ejb.core.DtoIdentifierDomain

Packages that use DtoIdentifierDomain
com.mirth.match.client   
com.mirth.match.ejb.core   
 

Uses of DtoIdentifierDomain in com.mirth.match.client
 

Methods in com.mirth.match.client that return types with arguments of type DtoIdentifierDomain
 Result<DtoIdentifierDomain> IdentifierDomainManager.create(DtoIdentifierDomain domain)
          Creates a new IdentifierDomain using the properties provided in the DTO
 Result<DtoIdentifierDomain> IdentifierDomainManager.find(java.lang.String identifier, java.lang.String entityDomainId)
          Returns the IdentifierDomain with the given identifier
 Result<java.util.List<DtoIdentifierDomain>> IdentifierDomainManager.findAllByFilter(IdentifierDomainFilter filter)
          Returns all of the Identifier Domains that match the given filter
 Result<DtoIdentifierDomain> IdentifierDomainManager.update(DtoIdentifierDomain domain)
          Updates the IdentiferDomain with the identifier provided in the DTO to the other properties within the DTO
Note: To change the IdentifierDomain's identifier, set the current identifier to oldIdentifier and the new identifier to identifier
 Result<DtoIdentifierDomain> IdentifierDomainManager.updateStatus(java.lang.String identifier, java.lang.String entityDomainId, java.lang.String statusAlias)
          Updates the IdentifierDomain with provided identifier to the given status alias Returns a status condition of ID_DOMAIN_DOES_NOT_EXIST, if the IdentifierDomain with the provided identifier does not exit
 Result<DtoIdentifierDomain> IdentifierDomainManager.upsert(DtoIdentifierDomain domain)
          If the IdentifierDomain with the identifier provided in the DTO exists, the existing IdentifierDomain is updated to the newly provided values; otherwise, the a new IdentifierDomain is created with the provided values
Note: To change the IdentifierDomain's identifier, set the current identifier to oldIdentifier and the new identifier to identifier
 Result<DtoIdentifierDomain> MirthMatchClient.upsertIdentifierDomain(DtoIdentifierDomain idDomain)
          Deprecated. use com.mirth.match.client.IdentifierDomainManager#upsert
 

Methods in com.mirth.match.client with parameters of type DtoIdentifierDomain
 Result<DtoIdentifierDomain> IdentifierDomainManager.create(DtoIdentifierDomain domain)
          Creates a new IdentifierDomain using the properties provided in the DTO
 Result<DtoIdentifierDomain> IdentifierDomainManager.update(DtoIdentifierDomain domain)
          Updates the IdentiferDomain with the identifier provided in the DTO to the other properties within the DTO
Note: To change the IdentifierDomain's identifier, set the current identifier to oldIdentifier and the new identifier to identifier
 Result<DtoIdentifierDomain> IdentifierDomainManager.upsert(DtoIdentifierDomain domain)
          If the IdentifierDomain with the identifier provided in the DTO exists, the existing IdentifierDomain is updated to the newly provided values; otherwise, the a new IdentifierDomain is created with the provided values
Note: To change the IdentifierDomain's identifier, set the current identifier to oldIdentifier and the new identifier to identifier
 Result<DtoIdentifierDomain> MirthMatchClient.upsertIdentifierDomain(DtoIdentifierDomain idDomain)
          Deprecated. use com.mirth.match.client.IdentifierDomainManager#upsert
 

Uses of DtoIdentifierDomain in com.mirth.match.ejb.core
 

Fields in com.mirth.match.ejb.core declared as DtoIdentifierDomain
protected  DtoIdentifierDomain UpdateIdentifierDomain.domain
           
protected  DtoIdentifierDomain UpsertIdentifierDomain.domain
           
protected  DtoIdentifierDomain CreateIdentifierDomain.domain
           
 

Fields in com.mirth.match.ejb.core with type parameters of type DtoIdentifierDomain
protected  java.util.List<DtoIdentifierDomain> DtoEntityDomain.identifierDomains
           
 

Methods in com.mirth.match.ejb.core that return DtoIdentifierDomain
 DtoIdentifierDomain ObjectFactory.createDtoIdentifierDomain()
          Create an instance of DtoIdentifierDomain
 DtoIdentifierDomain UpdateIdentifierDomain.getDomain()
          Gets the value of the domain property.
 DtoIdentifierDomain UpsertIdentifierDomain.getDomain()
          Gets the value of the domain property.
 DtoIdentifierDomain CreateIdentifierDomain.getDomain()
          Gets the value of the domain property.
 

Methods in com.mirth.match.ejb.core that return types with arguments of type DtoIdentifierDomain
 java.util.List<DtoIdentifierDomain> DtoEntityDomain.getIdentifierDomains()
          Gets the value of the identifierDomains property.
 

Methods in com.mirth.match.ejb.core with parameters of type DtoIdentifierDomain
 EisResult CORE.createIdentifierDomain(DtoIdentifierDomain domain)
           
 void UpdateIdentifierDomain.setDomain(DtoIdentifierDomain value)
          Sets the value of the domain property.
 void UpsertIdentifierDomain.setDomain(DtoIdentifierDomain value)
          Sets the value of the domain property.
 void CreateIdentifierDomain.setDomain(DtoIdentifierDomain value)
          Sets the value of the domain property.
 EisResult CORE.updateIdentifierDomain(DtoIdentifierDomain domain)
           
 EisResult CORE.upsertIdentifierDomain(DtoIdentifierDomain domain)
           
 



Copyright © 2011 Mirth Corp. All Rights Reserved.