1 package org.opencrx.kernel.depot1.cci; 14 15 public class RoomFilterImpl 16 extends org.openmdx.base.accessor.jmi.spi.RefFilter_1 17 implements RoomFilter { 18 19 public RoomFilterImpl( 20 org.openmdx.base.accessor.jmi.cci.RefPackage_1_0 aPackage 21 ) { 22 super( 23 aPackage, 24 "org:opencrx:kernel:depot1:Room", 25 null, 26 null 27 ); 28 } 29 30 public RoomFilterImpl( 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:depot1:Room", 38 filterProperties, 39 attributeSpecifiers 40 ); 41 } 42 43 public void forAllRoomNumber ( 47 short operator, 48 java.util.Collection values 49 ) { 50 refAddValue( 51 "org:opencrx:kernel:address1:RoomAddressable:roomNumber", 52 org.openmdx.compatibility.base.query.Quantors.FOR_ALL, 53 operator, 54 values 55 ); 56 } 57 58 public void thereExistsRoomNumber ( 59 short operator, 60 java.util.Collection values 61 ) { 62 refAddValue( 63 "org:opencrx:kernel:address1:RoomAddressable:roomNumber", 64 org.openmdx.compatibility.base.query.Quantors.THERE_EXISTS, 65 operator, 66 values 67 ); 68 } 69 70 public void forAllRoomNumber ( 71 short operator, 72 String [] filterValues 73 ) { 74 java.util.List arrayAsList = new java.util.ArrayList (); 75 for(int i = 0; i < filterValues.length; i++) { 76 arrayAsList.add( 77 filterValues[i] 78 ); 79 } 80 forAllRoomNumber ( 81 operator, 82 arrayAsList 83 ); 84 } 85 86 public void thereExistsRoomNumber ( 87 short operator, 88 String [] filterValues 89 ) { 90 java.util.List arrayAsList = new java.util.ArrayList (); 91 for(int i = 0; i < filterValues.length; i++) { 92 arrayAsList.add( 93 filterValues[i] 94 ); 95 } 96 thereExistsRoomNumber ( 97 operator, 98 arrayAsList 99 ); 100 } 101 102 public void orderByRoomNumber ( 103 short order 104 ) { 105 refAddValue( 106 "org:opencrx:kernel:address1:RoomAddressable:roomNumber", 107 order 108 ); 109 } 110 111 public void forAllAccessLevelBrowse ( 115 short operator, 116 java.util.Collection values 117 ) { 118 refAddValue( 119 "org:opencrx:kernel:base:SecureObject:accessLevelBrowse", 120 org.openmdx.compatibility.base.query.Quantors.FOR_ALL, 121 operator, 122 values 123 ); 124 } 125 126 public void thereExistsAccessLevelBrowse ( 127 short operator, 128 java.util.Collection values 129 ) { 130 refAddValue( 131 "org:opencrx:kernel:base:SecureObject:accessLevelBrowse", 132 org.openmdx.compatibility.base.query.Quantors.THERE_EXISTS, 133 operator, 134 values 135 ); 136 } 137 138 public void forAllAccessLevelBrowse ( 139 short operator, 140 short[] filterValues 141 ) { 142 java.util.List arrayAsList = new java.util.ArrayList (); 143 for(int i = 0; i < filterValues.length; i++) { 144 arrayAsList.add( 145 new Short (filterValues[i]) 146 ); 147 } 148 forAllAccessLevelBrowse ( 149 operator, 150 arrayAsList 151 ); 152 } 153 154 public void thereExistsAccessLevelBrowse ( 155 short operator, 156 short[] filterValues 157 ) { 158 java.util.List arrayAsList = new java.util.ArrayList (); 159 for(int i = 0; i < filterValues.length; i++) { 160 arrayAsList.add( 161 new Short (filterValues[i]) 162 ); 163 } 164 thereExistsAccessLevelBrowse ( 165 operator, 166 arrayAsList 167 ); 168 } 169 170 public void orderByAccessLevelBrowse ( 171 short order 172 ) { 173 refAddValue( 174 "org:opencrx:kernel:base:SecureObject:accessLevelBrowse", 175 order 176 ); 177 } 178 179 public void forAllAccessLevelDelete ( 183 short operator, 184 java.util.Collection values 185 ) { 186 refAddValue( 187 "org:opencrx:kernel:base:SecureObject:accessLevelDelete", 188 org.openmdx.compatibility.base.query.Quantors.FOR_ALL, 189 operator, 190 values 191 ); 192 } 193 194 public void thereExistsAccessLevelDelete ( 195 short operator, 196 java.util.Collection values 197 ) { 198 refAddValue( 199 "org:opencrx:kernel:base:SecureObject:accessLevelDelete", 200 org.openmdx.compatibility.base.query.Quantors.THERE_EXISTS, 201 operator, 202 values 203 ); 204 } 205 206 public void forAllAccessLevelDelete ( 207 short operator, 208 short[] filterValues 209 ) { 210 java.util.List arrayAsList = new java.util.ArrayList (); 211 for(int i = 0; i < filterValues.length; i++) { 212 arrayAsList.add( 213 new Short (filterValues[i]) 214 ); 215 } 216 forAllAccessLevelDelete ( 217 operator, 218 arrayAsList 219 ); 220 } 221 222 public void thereExistsAccessLevelDelete ( 223 short operator, 224 short[] filterValues 225 ) { 226 java.util.List arrayAsList = new java.util.ArrayList (); 227 for(int i = 0; i < filterValues.length; i++) { 228 arrayAsList.add( 229 new Short (filterValues[i]) 230 ); 231 } 232 thereExistsAccessLevelDelete ( 233 operator, 234 arrayAsList 235 ); 236 } 237 238 public void orderByAccessLevelDelete ( 239 short order 240 ) { 241 refAddValue( 242 "org:opencrx:kernel:base:SecureObject:accessLevelDelete", 243 order 244 ); 245 } 246 247 public void forAllAccessLevelUpdate ( 251 short operator, 252 java.util.Collection values 253 ) { 254 refAddValue( 255 "org:opencrx:kernel:base:SecureObject:accessLevelUpdate", 256 org.openmdx.compatibility.base.query.Quantors.FOR_ALL, 257 operator, 258 values 259 ); 260 } 261 262 public void thereExistsAccessLevelUpdate ( 263 short operator, 264 java.util.Collection values 265 ) { 266 refAddValue( 267 "org:opencrx:kernel:base:SecureObject:accessLevelUpdate", 268 org.openmdx.compatibility.base.query.Quantors.THERE_EXISTS, 269 operator, 270 values 271 ); 272 } 273 274 public void forAllAccessLevelUpdate ( 275 short operator, 276 short[] filterValues 277 ) { 278 java.util.List arrayAsList = new java.util.ArrayList (); 279 for(int i = 0; i < filterValues.length; i++) { 280 arrayAsList.add( 281 new Short (filterValues[i]) 282 ); 283 } 284 forAllAccessLevelUpdate ( 285 operator, 286 arrayAsList 287 ); 288 } 289 290 public void thereExistsAccessLevelUpdate ( 291 short operator, 292 short[] filterValues 293 ) { 294 java.util.List arrayAsList = new java.util.ArrayList (); 295 for(int i = 0; i < filterValues.length; i++) { 296 arrayAsList.add( 297 new Short (filterValues[i]) 298 ); 299 } 300 thereExistsAccessLevelUpdate ( 301 operator, 302 arrayAsList 303 ); 304 } 305 306 public void orderByAccessLevelUpdate ( 307 short order 308 ) { 309 refAddValue( 310 "org:opencrx:kernel:base:SecureObject:accessLevelUpdate", 311 order 312 ); 313 } 314 315 public void forAllOwner ( 319 short operator, 320 java.util.Collection values 321 ) { 322 refAddValue( 323 "org:opencrx:kernel:base:SecureObject:owner", 324 org.openmdx.compatibility.base.query.Quantors.FOR_ALL, 325 operator, 326 values 327 ); 328 } 329 330 public void thereExistsOwner ( 331 short operator, 332 java.util.Collection values 333 ) { 334 refAddValue( 335 "org:opencrx:kernel:base:SecureObject:owner", 336 org.openmdx.compatibility.base.query.Quantors.THERE_EXISTS, 337 operator, 338 values 339 ); 340 } 341 342 public void forAllOwner ( 343 short operator, 344 String [] filterValues 345 ) { 346 java.util.List arrayAsList = new java.util.ArrayList (); 347 for(int i = 0; i < filterValues.length; i++) { 348 arrayAsList.add( 349 filterValues[i] 350 ); 351 } 352 forAllOwner ( 353 operator, 354 arrayAsList 355 ); 356 } 357 358 public void thereExistsOwner ( 359 short operator, 360 String [] filterValues 361 ) { 362 java.util.List arrayAsList = new java.util.ArrayList (); 363 for(int i = 0; i < filterValues.length; i++) { 364 arrayAsList.add( 365 filterValues[i] 366 ); 367 } 368 thereExistsOwner ( 369 operator, 370 arrayAsList 371 ); 372 } 373 374 public void orderByOwner ( 375 short order 376 ) { 377 refAddValue( 378 "org:opencrx:kernel:base:SecureObject:owner", 379 order 380 ); 381 } 382 383 public void forAllOwningGroup ( 387 short operator, 388 org.opencrx.security.realm1.cci.PrincipalGroup[] filterValues 389 ) { 390 java.util.List arrayAsList = new java.util.ArrayList (); 391 for(int i = 0; i < filterValues.length; i++) { 392 arrayAsList.add( 393 filterValues[i] 394 ); 395 } 396 forAllOwningGroup ( 397 operator, 398 arrayAsList 399 ); 400 } 401 402 public void thereExistsOwningGroup ( 403 short operator, 404 org.opencrx.security.realm1.cci.PrincipalGroup[] filterValues 405 ) { 406 java.util.List arrayAsList = new java.util.ArrayList (); 407 for(int i = 0; i < filterValues.length; i++) { 408 arrayAsList.add( 409 filterValues[i] 410 ); 411 } 412 thereExistsOwningGroup ( 413 operator, 414 arrayAsList 415 ); 416 } 417 418 public void forAllOwningGroup ( 419 short operator, 420 java.util.Collection values 421 ) { 422 refAddValue( 423 "org:opencrx:kernel:base:SecureObject:owningGroup", 424 org.openmdx.compatibility.base.query.Quantors.FOR_ALL, 425 operator, 426 values 427 ); 428 } 429 430 public void thereExistsOwningGroup ( 431 short operator, 432 java.util.Collection values 433 ) { 434 refAddValue( 435 "org:opencrx:kernel:base:SecureObject:owningGroup", 436 org.openmdx.compatibility.base.query.Quantors.THERE_EXISTS, 437 operator, 438 values 439 ); 440 } 441 442 public void forAllOwningUser ( 446 short operator, 447 org.opencrx.security.realm1.cci.User[] 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 forAllOwningUser ( 456 operator, 457 arrayAsList 458 ); 459 } 460 461 public void thereExistsOwningUser ( 462 short operator, 463 org.opencrx.security.realm1.cci.User[] 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 thereExistsOwningUser ( 472 operator, 473 arrayAsList 474 ); 475 } 476 477 public void forAllOwningUser ( 478 short operator, 479 java.util.Collection values 480 ) { 481 refAddValue( 482 "org:opencrx:kernel:base:SecureObject:owningUser", 483 org.openmdx.compatibility.base.query.Quantors.FOR_ALL, 484 operator, 485 values 486 ); 487 } 488 489 public void thereExistsOwningUser ( 490 short operator, 491 java.util.Collection values 492 ) { 493 refAddValue( 494 "org:opencrx:kernel:base:SecureObject:owningUser", 495 org.openmdx.compatibility.base.query.Quantors.THERE_EXISTS, 496 operator, 497 values 498 ); 499 } 500 501 public void forAllCreatedAt ( 505 short operator, 506 java.util.Collection values 507 ) { 508 refAddValue( 509 "org:openmdx:base:BasicObject:createdAt", 510 org.openmdx.compatibility.base.query.Quantors.FOR_ALL, 511 operator, 512 values 513 ); 514 } 515 516 public void thereExistsCreatedAt ( 517 short operator, 518 java.util.Collection values 519 ) { 520 refAddValue( 521 "org:openmdx:base:BasicObject:createdAt", 522 org.openmdx.compatibility.base.query.Quantors.THERE_EXISTS, 523 operator, 524 values 525 ); 526 } 527 528 public void forAllCreatedAt ( 529 short operator, 530 java.util.Date [] 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 forAllCreatedAt ( 539 operator, 540 arrayAsList 541 ); 542 } 543 544 public void thereExistsCreatedAt ( 545 short operator, 546 java.util.Date [] 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 thereExistsCreatedAt ( 555 operator, 556 arrayAsList 557 ); 558 } 559 560 public void orderByCreatedAt ( 561 short order 562 ) { 563 refAddValue( 564 "org:openmdx:base:BasicObject:createdAt", 565 order 566 ); 567 } 568 569 public void forAllCreatedBy ( 573 short operator, 574 java.util.Collection values 575 ) { 576 refAddValue( 577 "org:openmdx:base:BasicObject:createdBy", 578 org.openmdx.compatibility.base.query.Quantors.FOR_ALL, 579 operator, 580 values 581 ); 582 } 583 584 public void thereExistsCreatedBy ( 585 short operator, 586 java.util.Collection values 587 ) { 588 refAddValue( 589 "org:openmdx:base:BasicObject:createdBy", 590 org.openmdx.compatibility.base.query.Quantors.THERE_EXISTS, 591 operator, 592 values 593 ); 594 } 595 596 public void forAllCreatedBy ( 597 short operator, 598 String [] filterValues 599 ) { 600 java.util.List arrayAsList = new java.util.ArrayList (); 601 for(int i = 0; i < filterValues.length; i++) { 602 arrayAsList.add( 603 filterValues[i] 604 ); 605 } 606 forAllCreatedBy ( 607 operator, 608 arrayAsList 609 ); 610 } 611 612 public void thereExistsCreatedBy ( 613 short operator, 614 String [] filterValues 615 ) { 616 java.util.List arrayAsList = new java.util.ArrayList (); 617 for(int i = 0; i < filterValues.length; i++) { 618 arrayAsList.add( 619 filterValues[i] 620 ); 621 } 622 thereExistsCreatedBy ( 623 operator, 624 arrayAsList 625 ); 626 } 627 628 public void orderByCreatedBy ( 629 short order 630 ) { 631 refAddValue( 632 "org:openmdx:base:BasicObject:createdBy", 633 order 634 ); 635 } 636 637 public void forAllModifiedAt ( 641 short operator, 642 java.util.Collection values 643 ) { 644 refAddValue( 645 "org:openmdx:base:BasicObject:modifiedAt", 646 org.openmdx.compatibility.base.query.Quantors.FOR_ALL, 647 operator, 648 values 649 ); 650 } 651 652 public void thereExistsModifiedAt ( 653 short operator, 654 java.util.Collection values 655 ) { 656 refAddValue( 657 "org:openmdx:base:BasicObject:modifiedAt", 658 org.openmdx.compatibility.base.query.Quantors.THERE_EXISTS, 659 operator, 660 values 661 ); 662 } 663 664 public void forAllModifiedAt ( 665 short operator, 666 java.util.Date [] filterValues 667 ) { 668 java.util.List arrayAsList = new java.util.ArrayList (); 669 for(int i = 0; i < filterValues.length; i++) { 670 arrayAsList.add( 671 filterValues[i] 672 ); 673 } 674 forAllModifiedAt ( 675 operator, 676 arrayAsList 677 ); 678 } 679 680 public void thereExistsModifiedAt ( 681 short operator, 682 java.util.Date [] filterValues 683 ) { 684 java.util.List arrayAsList = new java.util.ArrayList (); 685 for(int i = 0; i < filterValues.length; i++) { 686 arrayAsList.add( 687 filterValues[i] 688 ); 689 } 690 thereExistsModifiedAt ( 691 operator, 692 arrayAsList 693 ); 694 } 695 696 public void orderByModifiedAt ( 697 short order 698 ) { 699 refAddValue( 700 "org:openmdx:base:BasicObject:modifiedAt", 701 order 702 ); 703 } 704 705 public void forAllModifiedBy ( 709 short operator, 710 java.util.Collection values 711 ) { 712 refAddValue( 713 "org:openmdx:base:BasicObject:modifiedBy", 714 org.openmdx.compatibility.base.query.Quantors.FOR_ALL, 715 operator, 716 values 717 ); 718 } 719 720 public void thereExistsModifiedBy ( 721 short operator, 722 java.util.Collection values 723 ) { 724 refAddValue( 725 "org:openmdx:base:BasicObject:modifiedBy", 726 org.openmdx.compatibility.base.query.Quantors.THERE_EXISTS, 727 operator, 728 values 729 ); 730 } 731 732 public void forAllModifiedBy ( 733 short operator, 734 String [] filterValues 735 ) { 736 java.util.List arrayAsList = new java.util.ArrayList (); 737 for(int i = 0; i < filterValues.length; i++) { 738 arrayAsList.add( 739 filterValues[i] 740 ); 741 } 742 forAllModifiedBy ( 743 operator, 744 arrayAsList 745 ); 746 } 747 748 public void thereExistsModifiedBy ( 749 short operator, 750 String [] filterValues 751 ) { 752 java.util.List arrayAsList = new java.util.ArrayList (); 753 for(int i = 0; i < filterValues.length; i++) { 754 arrayAsList.add( 755 filterValues[i] 756 ); 757 } 758 thereExistsModifiedBy ( 759 operator, 760 arrayAsList 761 ); 762 } 763 764 public void orderByModifiedBy ( 765 short order 766 ) { 767 refAddValue( 768 "org:openmdx:base:BasicObject:modifiedBy", 769 order 770 ); 771 } 772 773 public void forAllContext ( 777 short operator, 778 org.openmdx.base.cci.Context[] filterValues 779 ) { 780 java.util.List arrayAsList = new java.util.ArrayList (); 781 for(int i = 0; i < filterValues.length; i++) { 782 arrayAsList.add( 783 filterValues[i] 784 ); 785 } 786 forAllContext ( 787 operator, 788 arrayAsList 789 ); 790 } 791 792 public void thereExistsContext ( 793 short operator, 794 org.openmdx.base.cci.Context[] filterValues 795 ) { 796 java.util.List arrayAsList = new java.util.ArrayList (); 797 for(int i = 0; i < filterValues.length; i++) { 798 arrayAsList.add( 799 filterValues[i] 800 ); 801 } 802 thereExistsContext ( 803 operator, 804 arrayAsList 805 ); 806 } 807 808 public void forAllContext ( 809 short operator, 810 java.util.Collection values 811 ) { 812 refAddValue( 813 "org:openmdx:base:ContextCapable:context", 814 org.openmdx.compatibility.base.query.Quantors.FOR_ALL, 815 operator, 816 values 817 ); 818 } 819 820 public void thereExistsContext ( 821 short operator, 822 java.util.Collection values 823 ) { 824 refAddValue( 825 "org:openmdx:base:ContextCapable:context", 826 org.openmdx.compatibility.base.query.Quantors.THERE_EXISTS, 827 operator, 828 values 829 ); 830 } 831 832 public void forAllIdentity ( 836 short operator, 837 java.util.Collection values 838 ) { 839 refAddValue( 840 "org:openmdx:base:ExtentCapable:identity", 841 org.openmdx.compatibility.base.query.Quantors.FOR_ALL, 842 operator, 843 values 844 ); 845 } 846 847 public void thereExistsIdentity ( 848 short operator, 849 java.util.Collection values 850 ) { 851 refAddValue( 852 "org:openmdx:base:ExtentCapable:identity", 853 org.openmdx.compatibility.base.query.Quantors.THERE_EXISTS, 854 operator, 855 values 856 ); 857 } 858 859 public void forAllIdentity ( 860 short operator, 861 String [] filterValues 862 ) { 863 java.util.List arrayAsList = new java.util.ArrayList (); 864 for(int i = 0; i < filterValues.length; i++) { 865 arrayAsList.add( 866 filterValues[i] 867 ); 868 } 869 forAllIdentity ( 870 operator, 871 arrayAsList 872 ); 873 } 874 875 public void thereExistsIdentity ( 876 short operator, 877 String [] filterValues 878 ) { 879 java.util.List arrayAsList = new java.util.ArrayList (); 880 for(int i = 0; i < filterValues.length; i++) { 881 arrayAsList.add( 882 filterValues[i] 883 ); 884 } 885 thereExistsIdentity ( 886 operator, 887 arrayAsList 888 ); 889 } 890 891 public void orderByIdentity ( 892 short order 893 ) { 894 refAddValue( 895 "org:openmdx:base:ExtentCapable:identity", 896 order 897 ); 898 } 899 900 } 904 | Popular Tags |