1 package org.opencrx.kernel.account1.cci; 14 15 public class SearchIndexEntryFilterImpl 16 extends org.openmdx.base.accessor.jmi.spi.RefFilter_1 17 implements SearchIndexEntryFilter { 18 19 public SearchIndexEntryFilterImpl( 20 org.openmdx.base.accessor.jmi.cci.RefPackage_1_0 aPackage 21 ) { 22 super( 23 aPackage, 24 "org:opencrx:kernel:account1:SearchIndexEntry", 25 null, 26 null 27 ); 28 } 29 30 public SearchIndexEntryFilterImpl( 31 org.openmdx.base.accessor.jmi.cci.RefPackage_1_0 aPackage, 32 org.openmdx.compatibility.base.query.FilterProperty[] filterProperties, 33 org.openmdx.compatibility.base.dataprovider.cci.AttributeSpecifier[] attributeSpecifiers 34 ) { 35 super( 36 aPackage, 37 "org:opencrx:kernel:account1:SearchIndexEntry", 38 filterProperties, 39 attributeSpecifiers 40 ); 41 } 42 43 public void forAllAccount ( 47 short operator, 48 org.opencrx.kernel.account1.cci.Account[] filterValues 49 ) { 50 java.util.List arrayAsList = new java.util.ArrayList (); 51 for(int i = 0; i < filterValues.length; i++) { 52 arrayAsList.add( 53 filterValues[i] 54 ); 55 } 56 forAllAccount ( 57 operator, 58 arrayAsList 59 ); 60 } 61 62 public void thereExistsAccount ( 63 short operator, 64 org.opencrx.kernel.account1.cci.Account[] filterValues 65 ) { 66 java.util.List arrayAsList = new java.util.ArrayList (); 67 for(int i = 0; i < filterValues.length; i++) { 68 arrayAsList.add( 69 filterValues[i] 70 ); 71 } 72 thereExistsAccount ( 73 operator, 74 arrayAsList 75 ); 76 } 77 78 public void forAllAccount ( 79 short operator, 80 java.util.Collection values 81 ) { 82 refAddValue( 83 "org:opencrx:kernel:account1:SearchIndexEntry:account", 84 org.openmdx.compatibility.base.query.Quantors.FOR_ALL, 85 operator, 86 values 87 ); 88 } 89 90 public void thereExistsAccount ( 91 short operator, 92 java.util.Collection values 93 ) { 94 refAddValue( 95 "org:opencrx:kernel:account1:SearchIndexEntry:account", 96 org.openmdx.compatibility.base.query.Quantors.THERE_EXISTS, 97 operator, 98 values 99 ); 100 } 101 102 public void forAllAccountAddressIndex ( 106 short operator, 107 java.util.Collection values 108 ) { 109 refAddValue( 110 "org:opencrx:kernel:account1:SearchIndexEntry:accountAddressIndex", 111 org.openmdx.compatibility.base.query.Quantors.FOR_ALL, 112 operator, 113 values 114 ); 115 } 116 117 public void thereExistsAccountAddressIndex ( 118 short operator, 119 java.util.Collection values 120 ) { 121 refAddValue( 122 "org:opencrx:kernel:account1:SearchIndexEntry:accountAddressIndex", 123 org.openmdx.compatibility.base.query.Quantors.THERE_EXISTS, 124 operator, 125 values 126 ); 127 } 128 129 public void forAllAccountAddressIndex ( 130 short operator, 131 String [] filterValues 132 ) { 133 java.util.List arrayAsList = new java.util.ArrayList (); 134 for(int i = 0; i < filterValues.length; i++) { 135 arrayAsList.add( 136 filterValues[i] 137 ); 138 } 139 forAllAccountAddressIndex ( 140 operator, 141 arrayAsList 142 ); 143 } 144 145 public void thereExistsAccountAddressIndex ( 146 short operator, 147 String [] filterValues 148 ) { 149 java.util.List arrayAsList = new java.util.ArrayList (); 150 for(int i = 0; i < filterValues.length; i++) { 151 arrayAsList.add( 152 filterValues[i] 153 ); 154 } 155 thereExistsAccountAddressIndex ( 156 operator, 157 arrayAsList 158 ); 159 } 160 161 public void orderByAccountAddressIndex ( 162 short order 163 ) { 164 refAddValue( 165 "org:opencrx:kernel:account1:SearchIndexEntry:accountAddressIndex", 166 order 167 ); 168 } 169 170 public void forAllCreatedAt ( 174 short operator, 175 java.util.Collection values 176 ) { 177 refAddValue( 178 "org:openmdx:base:BasicObject:createdAt", 179 org.openmdx.compatibility.base.query.Quantors.FOR_ALL, 180 operator, 181 values 182 ); 183 } 184 185 public void thereExistsCreatedAt ( 186 short operator, 187 java.util.Collection values 188 ) { 189 refAddValue( 190 "org:openmdx:base:BasicObject:createdAt", 191 org.openmdx.compatibility.base.query.Quantors.THERE_EXISTS, 192 operator, 193 values 194 ); 195 } 196 197 public void forAllCreatedAt ( 198 short operator, 199 java.util.Date [] filterValues 200 ) { 201 java.util.List arrayAsList = new java.util.ArrayList (); 202 for(int i = 0; i < filterValues.length; i++) { 203 arrayAsList.add( 204 filterValues[i] 205 ); 206 } 207 forAllCreatedAt ( 208 operator, 209 arrayAsList 210 ); 211 } 212 213 public void thereExistsCreatedAt ( 214 short operator, 215 java.util.Date [] filterValues 216 ) { 217 java.util.List arrayAsList = new java.util.ArrayList (); 218 for(int i = 0; i < filterValues.length; i++) { 219 arrayAsList.add( 220 filterValues[i] 221 ); 222 } 223 thereExistsCreatedAt ( 224 operator, 225 arrayAsList 226 ); 227 } 228 229 public void orderByCreatedAt ( 230 short order 231 ) { 232 refAddValue( 233 "org:openmdx:base:BasicObject:createdAt", 234 order 235 ); 236 } 237 238 public void forAllCreatedBy ( 242 short operator, 243 java.util.Collection values 244 ) { 245 refAddValue( 246 "org:openmdx:base:BasicObject:createdBy", 247 org.openmdx.compatibility.base.query.Quantors.FOR_ALL, 248 operator, 249 values 250 ); 251 } 252 253 public void thereExistsCreatedBy ( 254 short operator, 255 java.util.Collection values 256 ) { 257 refAddValue( 258 "org:openmdx:base:BasicObject:createdBy", 259 org.openmdx.compatibility.base.query.Quantors.THERE_EXISTS, 260 operator, 261 values 262 ); 263 } 264 265 public void forAllCreatedBy ( 266 short operator, 267 String [] filterValues 268 ) { 269 java.util.List arrayAsList = new java.util.ArrayList (); 270 for(int i = 0; i < filterValues.length; i++) { 271 arrayAsList.add( 272 filterValues[i] 273 ); 274 } 275 forAllCreatedBy ( 276 operator, 277 arrayAsList 278 ); 279 } 280 281 public void thereExistsCreatedBy ( 282 short operator, 283 String [] filterValues 284 ) { 285 java.util.List arrayAsList = new java.util.ArrayList (); 286 for(int i = 0; i < filterValues.length; i++) { 287 arrayAsList.add( 288 filterValues[i] 289 ); 290 } 291 thereExistsCreatedBy ( 292 operator, 293 arrayAsList 294 ); 295 } 296 297 public void orderByCreatedBy ( 298 short order 299 ) { 300 refAddValue( 301 "org:openmdx:base:BasicObject:createdBy", 302 order 303 ); 304 } 305 306 public void forAllModifiedAt ( 310 short operator, 311 java.util.Collection values 312 ) { 313 refAddValue( 314 "org:openmdx:base:BasicObject:modifiedAt", 315 org.openmdx.compatibility.base.query.Quantors.FOR_ALL, 316 operator, 317 values 318 ); 319 } 320 321 public void thereExistsModifiedAt ( 322 short operator, 323 java.util.Collection values 324 ) { 325 refAddValue( 326 "org:openmdx:base:BasicObject:modifiedAt", 327 org.openmdx.compatibility.base.query.Quantors.THERE_EXISTS, 328 operator, 329 values 330 ); 331 } 332 333 public void forAllModifiedAt ( 334 short operator, 335 java.util.Date [] filterValues 336 ) { 337 java.util.List arrayAsList = new java.util.ArrayList (); 338 for(int i = 0; i < filterValues.length; i++) { 339 arrayAsList.add( 340 filterValues[i] 341 ); 342 } 343 forAllModifiedAt ( 344 operator, 345 arrayAsList 346 ); 347 } 348 349 public void thereExistsModifiedAt ( 350 short operator, 351 java.util.Date [] filterValues 352 ) { 353 java.util.List arrayAsList = new java.util.ArrayList (); 354 for(int i = 0; i < filterValues.length; i++) { 355 arrayAsList.add( 356 filterValues[i] 357 ); 358 } 359 thereExistsModifiedAt ( 360 operator, 361 arrayAsList 362 ); 363 } 364 365 public void orderByModifiedAt ( 366 short order 367 ) { 368 refAddValue( 369 "org:openmdx:base:BasicObject:modifiedAt", 370 order 371 ); 372 } 373 374 public void forAllModifiedBy ( 378 short operator, 379 java.util.Collection values 380 ) { 381 refAddValue( 382 "org:openmdx:base:BasicObject:modifiedBy", 383 org.openmdx.compatibility.base.query.Quantors.FOR_ALL, 384 operator, 385 values 386 ); 387 } 388 389 public void thereExistsModifiedBy ( 390 short operator, 391 java.util.Collection values 392 ) { 393 refAddValue( 394 "org:openmdx:base:BasicObject:modifiedBy", 395 org.openmdx.compatibility.base.query.Quantors.THERE_EXISTS, 396 operator, 397 values 398 ); 399 } 400 401 public void forAllModifiedBy ( 402 short operator, 403 String [] filterValues 404 ) { 405 java.util.List arrayAsList = new java.util.ArrayList (); 406 for(int i = 0; i < filterValues.length; i++) { 407 arrayAsList.add( 408 filterValues[i] 409 ); 410 } 411 forAllModifiedBy ( 412 operator, 413 arrayAsList 414 ); 415 } 416 417 public void thereExistsModifiedBy ( 418 short operator, 419 String [] filterValues 420 ) { 421 java.util.List arrayAsList = new java.util.ArrayList (); 422 for(int i = 0; i < filterValues.length; i++) { 423 arrayAsList.add( 424 filterValues[i] 425 ); 426 } 427 thereExistsModifiedBy ( 428 operator, 429 arrayAsList 430 ); 431 } 432 433 public void orderByModifiedBy ( 434 short order 435 ) { 436 refAddValue( 437 "org:openmdx:base:BasicObject:modifiedBy", 438 order 439 ); 440 } 441 442 public void forAllContext ( 446 short operator, 447 org.openmdx.base.cci.Context[] filterValues 448 ) { 449 java.util.List arrayAsList = new java.util.ArrayList (); 450 for(int i = 0; i < filterValues.length; i++) { 451 arrayAsList.add( 452 filterValues[i] 453 ); 454 } 455 forAllContext ( 456 operator, 457 arrayAsList 458 ); 459 } 460 461 public void thereExistsContext ( 462 short operator, 463 org.openmdx.base.cci.Context[] filterValues 464 ) { 465 java.util.List arrayAsList = new java.util.ArrayList (); 466 for(int i = 0; i < filterValues.length; i++) { 467 arrayAsList.add( 468 filterValues[i] 469 ); 470 } 471 thereExistsContext ( 472 operator, 473 arrayAsList 474 ); 475 } 476 477 public void forAllContext ( 478 short operator, 479 java.util.Collection values 480 ) { 481 refAddValue( 482 "org:openmdx:base:ContextCapable:context", 483 org.openmdx.compatibility.base.query.Quantors.FOR_ALL, 484 operator, 485 values 486 ); 487 } 488 489 public void thereExistsContext ( 490 short operator, 491 java.util.Collection values 492 ) { 493 refAddValue( 494 "org:openmdx:base:ContextCapable:context", 495 org.openmdx.compatibility.base.query.Quantors.THERE_EXISTS, 496 operator, 497 values 498 ); 499 } 500 501 public void forAllIdentity ( 505 short operator, 506 java.util.Collection values 507 ) { 508 refAddValue( 509 "org:openmdx:base:ExtentCapable:identity", 510 org.openmdx.compatibility.base.query.Quantors.FOR_ALL, 511 operator, 512 values 513 ); 514 } 515 516 public void thereExistsIdentity ( 517 short operator, 518 java.util.Collection values 519 ) { 520 refAddValue( 521 "org:openmdx:base:ExtentCapable:identity", 522 org.openmdx.compatibility.base.query.Quantors.THERE_EXISTS, 523 operator, 524 values 525 ); 526 } 527 528 public void forAllIdentity ( 529 short operator, 530 String [] filterValues 531 ) { 532 java.util.List arrayAsList = new java.util.ArrayList (); 533 for(int i = 0; i < filterValues.length; i++) { 534 arrayAsList.add( 535 filterValues[i] 536 ); 537 } 538 forAllIdentity ( 539 operator, 540 arrayAsList 541 ); 542 } 543 544 public void thereExistsIdentity ( 545 short operator, 546 String [] filterValues 547 ) { 548 java.util.List arrayAsList = new java.util.ArrayList (); 549 for(int i = 0; i < filterValues.length; i++) { 550 arrayAsList.add( 551 filterValues[i] 552 ); 553 } 554 thereExistsIdentity ( 555 operator, 556 arrayAsList 557 ); 558 } 559 560 public void orderByIdentity ( 561 short order 562 ) { 563 refAddValue( 564 "org:openmdx:base:ExtentCapable:identity", 565 order 566 ); 567 } 568 569 } 573 | Popular Tags |