1 package org.opencrx.kernel.address1.cci; 14 15 17 public interface PhoneNumberAddressableFilter 18 extends org.openmdx.base.accessor.jmi.cci.RefFilter_1_0 { 19 20 27 public void forAllAutomaticParsing ( 28 short operator, 29 boolean[] filterValues 30 ); 31 32 36 public void thereExistsAutomaticParsing ( 37 short operator, 38 boolean[] filterValues 39 ); 40 41 45 public void forAllAutomaticParsing ( 46 short operator, 47 java.util.Collection filterValues 48 ); 49 50 54 public void thereExistsAutomaticParsing ( 55 short operator, 56 java.util.Collection filterValues 57 ); 58 59 64 public void orderByAutomaticParsing ( 65 short order 66 ); 67 68 75 public void forAllPhoneCityArea ( 76 short operator, 77 String [] filterValues 78 ); 79 80 84 public void thereExistsPhoneCityArea ( 85 short operator, 86 String [] filterValues 87 ); 88 89 93 public void forAllPhoneCityArea ( 94 short operator, 95 java.util.Collection filterValues 96 ); 97 98 102 public void thereExistsPhoneCityArea ( 103 short operator, 104 java.util.Collection filterValues 105 ); 106 107 112 public void orderByPhoneCityArea ( 113 short order 114 ); 115 116 123 public void forAllPhoneCountryPrefix ( 124 short operator, 125 short[] filterValues 126 ); 127 128 132 public void thereExistsPhoneCountryPrefix ( 133 short operator, 134 short[] filterValues 135 ); 136 137 141 public void forAllPhoneCountryPrefix ( 142 short operator, 143 java.util.Collection filterValues 144 ); 145 146 150 public void thereExistsPhoneCountryPrefix ( 151 short operator, 152 java.util.Collection filterValues 153 ); 154 155 160 public void orderByPhoneCountryPrefix ( 161 short order 162 ); 163 164 171 public void forAllPhoneExtension ( 172 short operator, 173 String [] filterValues 174 ); 175 176 180 public void thereExistsPhoneExtension ( 181 short operator, 182 String [] filterValues 183 ); 184 185 189 public void forAllPhoneExtension ( 190 short operator, 191 java.util.Collection filterValues 192 ); 193 194 198 public void thereExistsPhoneExtension ( 199 short operator, 200 java.util.Collection filterValues 201 ); 202 203 208 public void orderByPhoneExtension ( 209 short order 210 ); 211 212 219 public void forAllPhoneLocalNumber ( 220 short operator, 221 String [] filterValues 222 ); 223 224 228 public void thereExistsPhoneLocalNumber ( 229 short operator, 230 String [] filterValues 231 ); 232 233 237 public void forAllPhoneLocalNumber ( 238 short operator, 239 java.util.Collection filterValues 240 ); 241 242 246 public void thereExistsPhoneLocalNumber ( 247 short operator, 248 java.util.Collection filterValues 249 ); 250 251 256 public void orderByPhoneLocalNumber ( 257 short order 258 ); 259 260 267 public void forAllPhoneNumberFull ( 268 short operator, 269 String [] filterValues 270 ); 271 272 276 public void thereExistsPhoneNumberFull ( 277 short operator, 278 String [] filterValues 279 ); 280 281 285 public void forAllPhoneNumberFull ( 286 short operator, 287 java.util.Collection filterValues 288 ); 289 290 294 public void thereExistsPhoneNumberFull ( 295 short operator, 296 java.util.Collection filterValues 297 ); 298 299 304 public void orderByPhoneNumberFull ( 305 short order 306 ); 307 308 } 312 | Popular Tags |