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

Packages that use DomainGroup
com.mirth.match.ejb.inex   
 

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

Fields in com.mirth.match.ejb.inex declared as DomainGroup
protected  DomainGroup EntityDomain.defaultDomainGroup
           
protected  DomainGroup ConsumerEventSubscription.domainGroup
           
protected  DomainGroup Facility.domainGroup
           
 

Fields in com.mirth.match.ejb.inex with type parameters of type DomainGroup
protected  java.util.List<DomainGroup> IdentifierDomain.domainGroups
           
protected  java.util.List<DomainGroup> DomainGroupRole.domainGroups
           
protected  java.util.List<DomainGroup> EntityDomain.domainGroups
           
 

Methods in com.mirth.match.ejb.inex that return DomainGroup
 DomainGroup ObjectFactory.createDomainGroup()
          Create an instance of DomainGroup
 DomainGroup EntityDomain.getDefaultDomainGroup()
          Gets the value of the defaultDomainGroup property.
 DomainGroup ConsumerEventSubscription.getDomainGroup()
          Gets the value of the domainGroup property.
 DomainGroup Facility.getDomainGroup()
          Gets the value of the domainGroup property.
 

Methods in com.mirth.match.ejb.inex that return types with arguments of type DomainGroup
 java.util.List<DomainGroup> IdentifierDomain.getDomainGroups()
          Gets the value of the domainGroups property.
 java.util.List<DomainGroup> DomainGroupRole.getDomainGroups()
          Gets the value of the domainGroups property.
 java.util.List<DomainGroup> EntityDomain.getDomainGroups()
          Gets the value of the domainGroups property.
 

Methods in com.mirth.match.ejb.inex with parameters of type DomainGroup
 void EntityDomain.setDefaultDomainGroup(DomainGroup value)
          Sets the value of the defaultDomainGroup property.
 void ConsumerEventSubscription.setDomainGroup(DomainGroup value)
          Sets the value of the domainGroup property.
 void Facility.setDomainGroup(DomainGroup value)
          Sets the value of the domainGroup property.
 



Copyright © 2011 Mirth Corp. All Rights Reserved.