1 package org.opencrx.kernel.account1.cci; 14 15 17 public interface OrganizationalUnitRelationshipFilter 18 extends 19 org.opencrx.kernel.generic.cci.CrxObjectFilter { 20 21 28 public void forAllDescription ( 29 short operator, 30 String [] filterValues 31 ); 32 33 37 public void thereExistsDescription ( 38 short operator, 39 String [] filterValues 40 ); 41 42 46 public void forAllDescription ( 47 short operator, 48 java.util.Collection filterValues 49 ); 50 51 55 public void thereExistsDescription ( 56 short operator, 57 java.util.Collection filterValues 58 ); 59 60 65 public void orderByDescription ( 66 short order 67 ); 68 69 76 public void forAllFromUnit ( 77 short operator, 78 org.opencrx.kernel.account1.cci.OrganizationalUnit[] filterValues 79 ); 80 81 85 public void thereExistsFromUnit ( 86 short operator, 87 org.opencrx.kernel.account1.cci.OrganizationalUnit[] filterValues 88 ); 89 90 94 public void forAllFromUnit ( 95 short operator, 96 java.util.Collection filterValues 97 ); 98 99 103 public void thereExistsFromUnit ( 104 short operator, 105 java.util.Collection filterValues 106 ); 107 108 115 public void forAllName ( 116 short operator, 117 String [] filterValues 118 ); 119 120 124 public void thereExistsName ( 125 short operator, 126 String [] filterValues 127 ); 128 129 133 public void forAllName ( 134 short operator, 135 java.util.Collection filterValues 136 ); 137 138 142 public void thereExistsName ( 143 short operator, 144 java.util.Collection filterValues 145 ); 146 147 152 public void orderByName ( 153 short order 154 ); 155 156 163 public void forAllOrganizationalUnitRelationshipState ( 164 short operator, 165 short[] filterValues 166 ); 167 168 172 public void thereExistsOrganizationalUnitRelationshipState ( 173 short operator, 174 short[] filterValues 175 ); 176 177 181 public void forAllOrganizationalUnitRelationshipState ( 182 short operator, 183 java.util.Collection filterValues 184 ); 185 186 190 public void thereExistsOrganizationalUnitRelationshipState ( 191 short operator, 192 java.util.Collection filterValues 193 ); 194 195 200 public void orderByOrganizationalUnitRelationshipState ( 201 short order 202 ); 203 204 211 public void forAllRelationshipType ( 212 short operator, 213 short[] filterValues 214 ); 215 216 220 public void thereExistsRelationshipType ( 221 short operator, 222 short[] filterValues 223 ); 224 225 229 public void forAllRelationshipType ( 230 short operator, 231 java.util.Collection filterValues 232 ); 233 234 238 public void thereExistsRelationshipType ( 239 short operator, 240 java.util.Collection filterValues 241 ); 242 243 248 public void orderByRelationshipType ( 249 short order 250 ); 251 252 259 public void forAllToUnit ( 260 short operator, 261 org.opencrx.kernel.account1.cci.OrganizationalUnit[] filterValues 262 ); 263 264 268 public void thereExistsToUnit ( 269 short operator, 270 org.opencrx.kernel.account1.cci.OrganizationalUnit[] filterValues 271 ); 272 273 277 public void forAllToUnit ( 278 short operator, 279 java.util.Collection filterValues 280 ); 281 282 286 public void thereExistsToUnit ( 287 short operator, 288 java.util.Collection filterValues 289 ); 290 291 298 public void forAllWeight ( 299 short operator, 300 java.math.BigDecimal [] filterValues 301 ); 302 303 307 public void thereExistsWeight ( 308 short operator, 309 java.math.BigDecimal [] filterValues 310 ); 311 312 316 public void forAllWeight ( 317 short operator, 318 java.util.Collection filterValues 319 ); 320 321 325 public void thereExistsWeight ( 326 short operator, 327 java.util.Collection filterValues 328 ); 329 330 335 public void orderByWeight ( 336 short order 337 ); 338 339 346 public void forAllWeightIsPercentage ( 347 short operator, 348 boolean[] filterValues 349 ); 350 351 355 public void thereExistsWeightIsPercentage ( 356 short operator, 357 boolean[] filterValues 358 ); 359 360 364 public void forAllWeightIsPercentage ( 365 short operator, 366 java.util.Collection filterValues 367 ); 368 369 373 public void thereExistsWeightIsPercentage ( 374 short operator, 375 java.util.Collection filterValues 376 ); 377 378 383 public void orderByWeightIsPercentage ( 384 short order 385 ); 386 387 } 391 | Popular Tags |