1 package org.opencrx.kernel.activity1.cci; 14 15 17 public interface PhoneCallRecipientGroupFilter 18 extends 19 org.opencrx.kernel.activity1.cci.AbstractPhoneCallRecipientFilter { 20 21 28 public void forAllParty ( 29 short operator, 30 org.opencrx.kernel.activity1.cci.AddressGroup[] filterValues 31 ); 32 33 37 public void thereExistsParty ( 38 short operator, 39 org.opencrx.kernel.activity1.cci.AddressGroup[] filterValues 40 ); 41 42 46 public void forAllParty ( 47 short operator, 48 java.util.Collection filterValues 49 ); 50 51 55 public void thereExistsParty ( 56 short operator, 57 java.util.Collection filterValues 58 ); 59 60 } 64 | Popular Tags |