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

Packages that use DtoConsumerEventSubscription
com.mirth.match.ejb.core   
 

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

Fields in com.mirth.match.ejb.core declared as DtoConsumerEventSubscription
protected  DtoConsumerEventSubscription CreateConsumerEventSubscription.arg0
           
protected  DtoConsumerEventSubscription UpdateConsumerEventSubscription.arg0
           
 

Fields in com.mirth.match.ejb.core with type parameters of type DtoConsumerEventSubscription
protected  java.util.List<DtoConsumerEventSubscription> DtoDomainGroup.consumerEventSubscriptions
           
 

Methods in com.mirth.match.ejb.core that return DtoConsumerEventSubscription
 DtoConsumerEventSubscription ObjectFactory.createDtoConsumerEventSubscription()
          Create an instance of DtoConsumerEventSubscription
 DtoConsumerEventSubscription CreateConsumerEventSubscription.getArg0()
          Gets the value of the arg0 property.
 DtoConsumerEventSubscription UpdateConsumerEventSubscription.getArg0()
          Gets the value of the arg0 property.
 

Methods in com.mirth.match.ejb.core that return types with arguments of type DtoConsumerEventSubscription
 java.util.List<DtoConsumerEventSubscription> DtoDomainGroup.getConsumerEventSubscriptions()
          Gets the value of the consumerEventSubscriptions property.
 

Methods in com.mirth.match.ejb.core with parameters of type DtoConsumerEventSubscription
 EisResult CORE.createConsumerEventSubscription(DtoConsumerEventSubscription arg0)
           
 void CreateConsumerEventSubscription.setArg0(DtoConsumerEventSubscription value)
          Sets the value of the arg0 property.
 void UpdateConsumerEventSubscription.setArg0(DtoConsumerEventSubscription value)
          Sets the value of the arg0 property.
 EisResult CORE.updateConsumerEventSubscription(DtoConsumerEventSubscription arg0)
           
 



Copyright © 2011 Mirth Corp. All Rights Reserved.