Uses of Interface
org.opencrx.kernel.activity1.jmi1.AbstractPhoneCallRecipient

Packages that use AbstractPhoneCallRecipient
org.opencrx.kernel.activity1.jmi1   
 

Uses of AbstractPhoneCallRecipient in org.opencrx.kernel.activity1.jmi1
 

Subinterfaces of AbstractPhoneCallRecipient in org.opencrx.kernel.activity1.jmi1
 interface PhoneCallRecipient
          Class PhoneCallRecipient
 interface PhoneCallRecipientGroup
          Class PhoneCallRecipientGroup
 

Methods in org.opencrx.kernel.activity1.jmi1 with type parameters of type AbstractPhoneCallRecipient
<T extends AbstractPhoneCallRecipient>
List<T>
PhoneCall.getPhoneCallRecipient(AbstractPhoneCallRecipientQuery query)
          Retrieves the value for the reference phoneCallRecipient for the specified query.
 

Methods in org.opencrx.kernel.activity1.jmi1 that return AbstractPhoneCallRecipient
 AbstractPhoneCallRecipient PhoneCall.getPhoneCallRecipient(boolean idIsPersistent, String id)
          Retrieves the value for the reference phoneCallRecipient for the specified qualifier attribute value.
 AbstractPhoneCallRecipient PhoneCall.getPhoneCallRecipient(String id)
          Retrieves the value for the reference phoneCallRecipient for the specified qualifier attribute value.
 

Methods in org.opencrx.kernel.activity1.jmi1 with parameters of type AbstractPhoneCallRecipient
 void PhoneCall.addPhoneCallRecipient(boolean idIsPersistent, String id, AbstractPhoneCallRecipient phoneCallRecipient)
          Adds the specified element to the set of the values for the reference phoneCallRecipient.
 void PhoneCall.addPhoneCallRecipient(String id, AbstractPhoneCallRecipient phoneCallRecipient)
          Adds the specified element to the set of the values for the reference phoneCallRecipient using a reassignable qualifier.
 



This software is published under the BSD license. Copyright © 2003-2009, CRIXP AG, Switzerland, All rights reserved. Use is subject to license terms.