1 package org.opencrx.kernel.uom1.cci; 14 15 public class UomFilterImpl 16 extends org.openmdx.base.accessor.jmi.spi.RefFilter_1 17 implements UomFilter { 18 19 public UomFilterImpl( 20 org.openmdx.base.accessor.jmi.cci.RefPackage_1_0 aPackage 21 ) { 22 super( 23 aPackage, 24 "org:opencrx:kernel:uom1:Uom", 25 null, 26 null 27 ); 28 } 29 30 public UomFilterImpl( 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:uom1:Uom", 38 filterProperties, 39 attributeSpecifiers 40 ); 41 } 42 43 public void forAllAccessLevelBrowse ( 47 short operator, 48 java.util.Collection values 49 ) { 50 refAddValue( 51 "org:opencrx:kernel:base:SecureObject:accessLevelBrowse", 52 org.openmdx.compatibility.base.query.Quantors.FOR_ALL, 53 operator, 54 values 55 ); 56 } 57 58 public void thereExistsAccessLevelBrowse ( 59 short operator, 60 java.util.Collection values 61 ) { 62 refAddValue( 63 "org:opencrx:kernel:base:SecureObject:accessLevelBrowse", 64 org.openmdx.compatibility.base.query.Quantors.THERE_EXISTS, 65 operator, 66 values 67 ); 68 } 69 70 public void forAllAccessLevelBrowse ( 71 short operator, 72 short[] filterValues 73 ) { 74 java.util.List arrayAsList = new java.util.ArrayList (); 75 for(int i = 0; i < filterValues.length; i++) { 76 arrayAsList.add( 77 new Short (filterValues[i]) 78 ); 79 } 80 forAllAccessLevelBrowse ( 81 operator, 82 arrayAsList 83 ); 84 } 85 86 public void thereExistsAccessLevelBrowse ( 87 short operator, 88 short[] filterValues 89 ) { 90 java.util.List arrayAsList = new java.util.ArrayList (); 91 for(int i = 0; i < filterValues.length; i++) { 92 arrayAsList.add( 93 new Short (filterValues[i]) 94 ); 95 } 96 thereExistsAccessLevelBrowse ( 97 operator, 98 arrayAsList 99 ); 100 } 101 102 public void orderByAccessLevelBrowse ( 103 short order 104 ) { 105 refAddValue( 106 "org:opencrx:kernel:base:SecureObject:accessLevelBrowse", 107 order 108 ); 109 } 110 111 public void forAllAccessLevelDelete ( 115 short operator, 116 java.util.Collection values 117 ) { 118 refAddValue( 119 "org:opencrx:kernel:base:SecureObject:accessLevelDelete", 120 org.openmdx.compatibility.base.query.Quantors.FOR_ALL, 121 operator, 122 values 123 ); 124 } 125 126 public void thereExistsAccessLevelDelete ( 127 short operator, 128 java.util.Collection values 129 ) { 130 refAddValue( 131 "org:opencrx:kernel:base:SecureObject:accessLevelDelete", 132 org.openmdx.compatibility.base.query.Quantors.THERE_EXISTS, 133 operator, 134 values 135 ); 136 } 137 138 public void forAllAccessLevelDelete ( 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 forAllAccessLevelDelete ( 149 operator, 150 arrayAsList 151 ); 152 } 153 154 public void thereExistsAccessLevelDelete ( 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 thereExistsAccessLevelDelete ( 165 operator, 166 arrayAsList 167 ); 168 } 169 170 public void orderByAccessLevelDelete ( 171 short order 172 ) { 173 refAddValue( 174 "org:opencrx:kernel:base:SecureObject:accessLevelDelete", 175 order 176 ); 177 } 178 179 public void forAllAccessLevelUpdate ( 183 short operator, 184 java.util.Collection values 185 ) { 186 refAddValue( 187 "org:opencrx:kernel:base:SecureObject:accessLevelUpdate", 188 org.openmdx.compatibility.base.query.Quantors.FOR_ALL, 189 operator, 190 values 191 ); 192 } 193 194 public void thereExistsAccessLevelUpdate ( 195 short operator, 196 java.util.Collection values 197 ) { 198 refAddValue( 199 "org:opencrx:kernel:base:SecureObject:accessLevelUpdate", 200 org.openmdx.compatibility.base.query.Quantors.THERE_EXISTS, 201 operator, 202 values 203 ); 204 } 205 206 public void forAllAccessLevelUpdate ( 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 forAllAccessLevelUpdate ( 217 operator, 218 arrayAsList 219 ); 220 } 221 222 public void thereExistsAccessLevelUpdate ( 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 thereExistsAccessLevelUpdate ( 233 operator, 234 arrayAsList 235 ); 236 } 237 238 public void orderByAccessLevelUpdate ( 239 short order 240 ) { 241 refAddValue( 242 "org:opencrx:kernel:base:SecureObject:accessLevelUpdate", 243 order 244 ); 245 } 246 247 public void forAllOwner ( 251 short operator, 252 java.util.Collection values 253 ) { 254 refAddValue( 255 "org:opencrx:kernel:base:SecureObject:owner", 256 org.openmdx.compatibility.base.query.Quantors.FOR_ALL, 257 operator, 258 values 259 ); 260 } 261 262 public void thereExistsOwner ( 263 short operator, 264 java.util.Collection values 265 ) { 266 refAddValue( 267 "org:opencrx:kernel:base:SecureObject:owner", 268 org.openmdx.compatibility.base.query.Quantors.THERE_EXISTS, 269 operator, 270 values 271 ); 272 } 273 274 public void forAllOwner ( 275 short operator, 276 String [] filterValues 277 ) { 278 java.util.List arrayAsList = new java.util.ArrayList (); 279 for(int i = 0; i < filterValues.length; i++) { 280 arrayAsList.add( 281 filterValues[i] 282 ); 283 } 284 forAllOwner ( 285 operator, 286 arrayAsList 287 ); 288 } 289 290 public void thereExistsOwner ( 291 short operator, 292 String [] filterValues 293 ) { 294 java.util.List arrayAsList = new java.util.ArrayList (); 295 for(int i = 0; i < filterValues.length; i++) { 296 arrayAsList.add( 297 filterValues[i] 298 ); 299 } 300 thereExistsOwner ( 301 operator, 302 arrayAsList 303 ); 304 } 305 306 public void orderByOwner ( 307 short order 308 ) { 309 refAddValue( 310 "org:opencrx:kernel:base:SecureObject:owner", 311 order 312 ); 313 } 314 315 public void forAllOwningGroup ( 319 short operator, 320 org.opencrx.security.realm1.cci.PrincipalGroup[] filterValues 321 ) { 322 java.util.List arrayAsList = new java.util.ArrayList (); 323 for(int i = 0; i < filterValues.length; i++) { 324 arrayAsList.add( 325 filterValues[i] 326 ); 327 } 328 forAllOwningGroup ( 329 operator, 330 arrayAsList 331 ); 332 } 333 334 public void thereExistsOwningGroup ( 335 short operator, 336 org.opencrx.security.realm1.cci.PrincipalGroup[] filterValues 337 ) { 338 java.util.List arrayAsList = new java.util.ArrayList (); 339 for(int i = 0; i < filterValues.length; i++) { 340 arrayAsList.add( 341 filterValues[i] 342 ); 343 } 344 thereExistsOwningGroup ( 345 operator, 346 arrayAsList 347 ); 348 } 349 350 public void forAllOwningGroup ( 351 short operator, 352 java.util.Collection values 353 ) { 354 refAddValue( 355 "org:opencrx:kernel:base:SecureObject:owningGroup", 356 org.openmdx.compatibility.base.query.Quantors.FOR_ALL, 357 operator, 358 values 359 ); 360 } 361 362 public void thereExistsOwningGroup ( 363 short operator, 364 java.util.Collection values 365 ) { 366 refAddValue( 367 "org:opencrx:kernel:base:SecureObject:owningGroup", 368 org.openmdx.compatibility.base.query.Quantors.THERE_EXISTS, 369 operator, 370 values 371 ); 372 } 373 374 public void forAllOwningUser ( 378 short operator, 379 org.opencrx.security.realm1.cci.User[] filterValues 380 ) { 381 java.util.List arrayAsList = new java.util.ArrayList (); 382 for(int i = 0; i < filterValues.length; i++) { 383 arrayAsList.add( 384 filterValues[i] 385 ); 386 } 387 forAllOwningUser ( 388 operator, 389 arrayAsList 390 ); 391 } 392 393 public void thereExistsOwningUser ( 394 short operator, 395 org.opencrx.security.realm1.cci.User[] filterValues 396 ) { 397 java.util.List arrayAsList = new java.util.ArrayList (); 398 for(int i = 0; i < filterValues.length; i++) { 399 arrayAsList.add( 400 filterValues[i] 401 ); 402 } 403 thereExistsOwningUser ( 404 operator, 405 arrayAsList 406 ); 407 } 408 409 public void forAllOwningUser ( 410 short operator, 411 java.util.Collection values 412 ) { 413 refAddValue( 414 "org:opencrx:kernel:base:SecureObject:owningUser", 415 org.openmdx.compatibility.base.query.Quantors.FOR_ALL, 416 operator, 417 values 418 ); 419 } 420 421 public void thereExistsOwningUser ( 422 short operator, 423 java.util.Collection values 424 ) { 425 refAddValue( 426 "org:opencrx:kernel:base:SecureObject:owningUser", 427 org.openmdx.compatibility.base.query.Quantors.THERE_EXISTS, 428 operator, 429 values 430 ); 431 } 432 433 public void forAllBaseUom ( 437 short operator, 438 org.opencrx.kernel.uom1.cci.Uom[] filterValues 439 ) { 440 java.util.List arrayAsList = new java.util.ArrayList (); 441 for(int i = 0; i < filterValues.length; i++) { 442 arrayAsList.add( 443 filterValues[i] 444 ); 445 } 446 forAllBaseUom ( 447 operator, 448 arrayAsList 449 ); 450 } 451 452 public void thereExistsBaseUom ( 453 short operator, 454 org.opencrx.kernel.uom1.cci.Uom[] filterValues 455 ) { 456 java.util.List arrayAsList = new java.util.ArrayList (); 457 for(int i = 0; i < filterValues.length; i++) { 458 arrayAsList.add( 459 filterValues[i] 460 ); 461 } 462 thereExistsBaseUom ( 463 operator, 464 arrayAsList 465 ); 466 } 467 468 public void forAllBaseUom ( 469 short operator, 470 java.util.Collection values 471 ) { 472 refAddValue( 473 "org:opencrx:kernel:uom1:Uom:baseUom", 474 org.openmdx.compatibility.base.query.Quantors.FOR_ALL, 475 operator, 476 values 477 ); 478 } 479 480 public void thereExistsBaseUom ( 481 short operator, 482 java.util.Collection values 483 ) { 484 refAddValue( 485 "org:opencrx:kernel:uom1:Uom:baseUom", 486 org.openmdx.compatibility.base.query.Quantors.THERE_EXISTS, 487 operator, 488 values 489 ); 490 } 491 492 public void forAllDescription ( 496 short operator, 497 java.util.Collection values 498 ) { 499 refAddValue( 500 "org:opencrx:kernel:uom1:Uom:description", 501 org.openmdx.compatibility.base.query.Quantors.FOR_ALL, 502 operator, 503 values 504 ); 505 } 506 507 public void thereExistsDescription ( 508 short operator, 509 java.util.Collection values 510 ) { 511 refAddValue( 512 "org:opencrx:kernel:uom1:Uom:description", 513 org.openmdx.compatibility.base.query.Quantors.THERE_EXISTS, 514 operator, 515 values 516 ); 517 } 518 519 public void forAllDescription ( 520 short operator, 521 String [] filterValues 522 ) { 523 java.util.List arrayAsList = new java.util.ArrayList (); 524 for(int i = 0; i < filterValues.length; i++) { 525 arrayAsList.add( 526 filterValues[i] 527 ); 528 } 529 forAllDescription ( 530 operator, 531 arrayAsList 532 ); 533 } 534 535 public void thereExistsDescription ( 536 short operator, 537 String [] filterValues 538 ) { 539 java.util.List arrayAsList = new java.util.ArrayList (); 540 for(int i = 0; i < filterValues.length; i++) { 541 arrayAsList.add( 542 filterValues[i] 543 ); 544 } 545 thereExistsDescription ( 546 operator, 547 arrayAsList 548 ); 549 } 550 551 public void orderByDescription ( 552 short order 553 ) { 554 refAddValue( 555 "org:opencrx:kernel:uom1:Uom:description", 556 order 557 ); 558 } 559 560 public void forAllDetailedDescription ( 564 short operator, 565 java.util.Collection values 566 ) { 567 refAddValue( 568 "org:opencrx:kernel:uom1:Uom:detailedDescription", 569 org.openmdx.compatibility.base.query.Quantors.FOR_ALL, 570 operator, 571 values 572 ); 573 } 574 575 public void thereExistsDetailedDescription ( 576 short operator, 577 java.util.Collection values 578 ) { 579 refAddValue( 580 "org:opencrx:kernel:uom1:Uom:detailedDescription", 581 org.openmdx.compatibility.base.query.Quantors.THERE_EXISTS, 582 operator, 583 values 584 ); 585 } 586 587 public void forAllDetailedDescription ( 588 short operator, 589 String [] filterValues 590 ) { 591 java.util.List arrayAsList = new java.util.ArrayList (); 592 for(int i = 0; i < filterValues.length; i++) { 593 arrayAsList.add( 594 filterValues[i] 595 ); 596 } 597 forAllDetailedDescription ( 598 operator, 599 arrayAsList 600 ); 601 } 602 603 public void thereExistsDetailedDescription ( 604 short operator, 605 String [] filterValues 606 ) { 607 java.util.List arrayAsList = new java.util.ArrayList (); 608 for(int i = 0; i < filterValues.length; i++) { 609 arrayAsList.add( 610 filterValues[i] 611 ); 612 } 613 thereExistsDetailedDescription ( 614 operator, 615 arrayAsList 616 ); 617 } 618 619 public void orderByDetailedDescription ( 620 short order 621 ) { 622 refAddValue( 623 "org:opencrx:kernel:uom1:Uom:detailedDescription", 624 order 625 ); 626 } 627 628 public void forAllIsScheduleBaseUom ( 632 short operator, 633 java.util.Collection values 634 ) { 635 refAddValue( 636 "org:opencrx:kernel:uom1:Uom:isScheduleBaseUom", 637 org.openmdx.compatibility.base.query.Quantors.FOR_ALL, 638 operator, 639 values 640 ); 641 } 642 643 public void thereExistsIsScheduleBaseUom ( 644 short operator, 645 java.util.Collection values 646 ) { 647 refAddValue( 648 "org:opencrx:kernel:uom1:Uom:isScheduleBaseUom", 649 org.openmdx.compatibility.base.query.Quantors.THERE_EXISTS, 650 operator, 651 values 652 ); 653 } 654 655 public void forAllIsScheduleBaseUom ( 656 short operator, 657 boolean[] filterValues 658 ) { 659 java.util.List arrayAsList = new java.util.ArrayList (); 660 for(int i = 0; i < filterValues.length; i++) { 661 arrayAsList.add( 662 new Boolean (filterValues[i]) 663 ); 664 } 665 forAllIsScheduleBaseUom ( 666 operator, 667 arrayAsList 668 ); 669 } 670 671 public void thereExistsIsScheduleBaseUom ( 672 short operator, 673 boolean[] filterValues 674 ) { 675 java.util.List arrayAsList = new java.util.ArrayList (); 676 for(int i = 0; i < filterValues.length; i++) { 677 arrayAsList.add( 678 new Boolean (filterValues[i]) 679 ); 680 } 681 thereExistsIsScheduleBaseUom ( 682 operator, 683 arrayAsList 684 ); 685 } 686 687 public void orderByIsScheduleBaseUom ( 688 short order 689 ) { 690 refAddValue( 691 "org:opencrx:kernel:uom1:Uom:isScheduleBaseUom", 692 order 693 ); 694 } 695 696 public void forAllName ( 700 short operator, 701 java.util.Collection values 702 ) { 703 refAddValue( 704 "org:opencrx:kernel:uom1:Uom:name", 705 org.openmdx.compatibility.base.query.Quantors.FOR_ALL, 706 operator, 707 values 708 ); 709 } 710 711 public void thereExistsName ( 712 short operator, 713 java.util.Collection values 714 ) { 715 refAddValue( 716 "org:opencrx:kernel:uom1:Uom:name", 717 org.openmdx.compatibility.base.query.Quantors.THERE_EXISTS, 718 operator, 719 values 720 ); 721 } 722 723 public void forAllName ( 724 short operator, 725 String [] filterValues 726 ) { 727 java.util.List arrayAsList = new java.util.ArrayList (); 728 for(int i = 0; i < filterValues.length; i++) { 729 arrayAsList.add( 730 filterValues[i] 731 ); 732 } 733 forAllName ( 734 operator, 735 arrayAsList 736 ); 737 } 738 739 public void thereExistsName ( 740 short operator, 741 String [] filterValues 742 ) { 743 java.util.List arrayAsList = new java.util.ArrayList (); 744 for(int i = 0; i < filterValues.length; i++) { 745 arrayAsList.add( 746 filterValues[i] 747 ); 748 } 749 thereExistsName ( 750 operator, 751 arrayAsList 752 ); 753 } 754 755 public void orderByName ( 756 short order 757 ) { 758 refAddValue( 759 "org:opencrx:kernel:uom1:Uom:name", 760 order 761 ); 762 } 763 764 public void forAllQuantity ( 768 short operator, 769 java.util.Collection values 770 ) { 771 refAddValue( 772 "org:opencrx:kernel:uom1:Uom:quantity", 773 org.openmdx.compatibility.base.query.Quantors.FOR_ALL, 774 operator, 775 values 776 ); 777 } 778 779 public void thereExistsQuantity ( 780 short operator, 781 java.util.Collection values 782 ) { 783 refAddValue( 784 "org:opencrx:kernel:uom1:Uom:quantity", 785 org.openmdx.compatibility.base.query.Quantors.THERE_EXISTS, 786 operator, 787 values 788 ); 789 } 790 791 public void forAllQuantity ( 792 short operator, 793 java.math.BigDecimal [] filterValues 794 ) { 795 java.util.List arrayAsList = new java.util.ArrayList (); 796 for(int i = 0; i < filterValues.length; i++) { 797 arrayAsList.add( 798 filterValues[i] 799 ); 800 } 801 forAllQuantity ( 802 operator, 803 arrayAsList 804 ); 805 } 806 807 public void thereExistsQuantity ( 808 short operator, 809 java.math.BigDecimal [] filterValues 810 ) { 811 java.util.List arrayAsList = new java.util.ArrayList (); 812 for(int i = 0; i < filterValues.length; i++) { 813 arrayAsList.add( 814 filterValues[i] 815 ); 816 } 817 thereExistsQuantity ( 818 operator, 819 arrayAsList 820 ); 821 } 822 823 public void orderByQuantity ( 824 short order 825 ) { 826 refAddValue( 827 "org:opencrx:kernel:uom1:Uom:quantity", 828 order 829 ); 830 } 831 832 public void forAllUomSchedule ( 836 short operator, 837 org.opencrx.kernel.uom1.cci.UomSchedule[] filterValues 838 ) { 839 java.util.List arrayAsList = new java.util.ArrayList (); 840 for(int i = 0; i < filterValues.length; i++) { 841 arrayAsList.add( 842 filterValues[i] 843 ); 844 } 845 forAllUomSchedule ( 846 operator, 847 arrayAsList 848 ); 849 } 850 851 public void thereExistsUomSchedule ( 852 short operator, 853 org.opencrx.kernel.uom1.cci.UomSchedule[] filterValues 854 ) { 855 java.util.List arrayAsList = new java.util.ArrayList (); 856 for(int i = 0; i < filterValues.length; i++) { 857 arrayAsList.add( 858 filterValues[i] 859 ); 860 } 861 thereExistsUomSchedule ( 862 operator, 863 arrayAsList 864 ); 865 } 866 867 public void forAllUomSchedule ( 868 short operator, 869 java.util.Collection values 870 ) { 871 refAddValue( 872 "org:opencrx:kernel:uom1:Uom:uomSchedule", 873 org.openmdx.compatibility.base.query.Quantors.FOR_ALL, 874 operator, 875 values 876 ); 877 } 878 879 public void thereExistsUomSchedule ( 880 short operator, 881 java.util.Collection values 882 ) { 883 refAddValue( 884 "org:opencrx:kernel:uom1:Uom:uomSchedule", 885 org.openmdx.compatibility.base.query.Quantors.THERE_EXISTS, 886 operator, 887 values 888 ); 889 } 890 891 public void forAllCreatedAt ( 895 short operator, 896 java.util.Collection values 897 ) { 898 refAddValue( 899 "org:openmdx:base:BasicObject:createdAt", 900 org.openmdx.compatibility.base.query.Quantors.FOR_ALL, 901 operator, 902 values 903 ); 904 } 905 906 public void thereExistsCreatedAt ( 907 short operator, 908 java.util.Collection values 909 ) { 910 refAddValue( 911 "org:openmdx:base:BasicObject:createdAt", 912 org.openmdx.compatibility.base.query.Quantors.THERE_EXISTS, 913 operator, 914 values 915 ); 916 } 917 918 public void forAllCreatedAt ( 919 short operator, 920 java.util.Date [] filterValues 921 ) { 922 java.util.List arrayAsList = new java.util.ArrayList (); 923 for(int i = 0; i < filterValues.length; i++) { 924 arrayAsList.add( 925 filterValues[i] 926 ); 927 } 928 forAllCreatedAt ( 929 operator, 930 arrayAsList 931 ); 932 } 933 934 public void thereExistsCreatedAt ( 935 short operator, 936 java.util.Date [] filterValues 937 ) { 938 java.util.List arrayAsList = new java.util.ArrayList (); 939 for(int i = 0; i < filterValues.length; i++) { 940 arrayAsList.add( 941 filterValues[i] 942 ); 943 } 944 thereExistsCreatedAt ( 945 operator, 946 arrayAsList 947 ); 948 } 949 950 public void orderByCreatedAt ( 951 short order 952 ) { 953 refAddValue( 954 "org:openmdx:base:BasicObject:createdAt", 955 order 956 ); 957 } 958 959 public void forAllCreatedBy ( 963 short operator, 964 java.util.Collection values 965 ) { 966 refAddValue( 967 "org:openmdx:base:BasicObject:createdBy", 968 org.openmdx.compatibility.base.query.Quantors.FOR_ALL, 969 operator, 970 values 971 ); 972 } 973 974 public void thereExistsCreatedBy ( 975 short operator, 976 java.util.Collection values 977 ) { 978 refAddValue( 979 "org:openmdx:base:BasicObject:createdBy", 980 org.openmdx.compatibility.base.query.Quantors.THERE_EXISTS, 981 operator, 982 values 983 ); 984 } 985 986 public void forAllCreatedBy ( 987 short operator, 988 String [] filterValues 989 ) { 990 java.util.List arrayAsList = new java.util.ArrayList (); 991 for(int i = 0; i < filterValues.length; i++) { 992 arrayAsList.add( 993 filterValues[i] 994 ); 995 } 996 forAllCreatedBy ( 997 operator, 998 arrayAsList 999 ); 1000 } 1001 1002 public void thereExistsCreatedBy ( 1003 short operator, 1004 String [] filterValues 1005 ) { 1006 java.util.List arrayAsList = new java.util.ArrayList (); 1007 for(int i = 0; i < filterValues.length; i++) { 1008 arrayAsList.add( 1009 filterValues[i] 1010 ); 1011 } 1012 thereExistsCreatedBy ( 1013 operator, 1014 arrayAsList 1015 ); 1016 } 1017 1018 public void orderByCreatedBy ( 1019 short order 1020 ) { 1021 refAddValue( 1022 "org:openmdx:base:BasicObject:createdBy", 1023 order 1024 ); 1025 } 1026 1027 public void forAllModifiedAt ( 1031 short operator, 1032 java.util.Collection values 1033 ) { 1034 refAddValue( 1035 "org:openmdx:base:BasicObject:modifiedAt", 1036 org.openmdx.compatibility.base.query.Quantors.FOR_ALL, 1037 operator, 1038 values 1039 ); 1040 } 1041 1042 public void thereExistsModifiedAt ( 1043 short operator, 1044 java.util.Collection values 1045 ) { 1046 refAddValue( 1047 "org:openmdx:base:BasicObject:modifiedAt", 1048 org.openmdx.compatibility.base.query.Quantors.THERE_EXISTS, 1049 operator, 1050 values 1051 ); 1052 } 1053 1054 public void forAllModifiedAt ( 1055 short operator, 1056 java.util.Date [] filterValues 1057 ) { 1058 java.util.List arrayAsList = new java.util.ArrayList (); 1059 for(int i = 0; i < filterValues.length; i++) { 1060 arrayAsList.add( 1061 filterValues[i] 1062 ); 1063 } 1064 forAllModifiedAt ( 1065 operator, 1066 arrayAsList 1067 ); 1068 } 1069 1070 public void thereExistsModifiedAt ( 1071 short operator, 1072 java.util.Date [] filterValues 1073 ) { 1074 java.util.List arrayAsList = new java.util.ArrayList (); 1075 for(int i = 0; i < filterValues.length; i++) { 1076 arrayAsList.add( 1077 filterValues[i] 1078 ); 1079 } 1080 thereExistsModifiedAt ( 1081 operator, 1082 arrayAsList 1083 ); 1084 } 1085 1086 public void orderByModifiedAt ( 1087 short order 1088 ) { 1089 refAddValue( 1090 "org:openmdx:base:BasicObject:modifiedAt", 1091 order 1092 ); 1093 } 1094 1095 public void forAllModifiedBy ( 1099 short operator, 1100 java.util.Collection values 1101 ) { 1102 refAddValue( 1103 "org:openmdx:base:BasicObject:modifiedBy", 1104 org.openmdx.compatibility.base.query.Quantors.FOR_ALL, 1105 operator, 1106 values 1107 ); 1108 } 1109 1110 public void thereExistsModifiedBy ( 1111 short operator, 1112 java.util.Collection values 1113 ) { 1114 refAddValue( 1115 "org:openmdx:base:BasicObject:modifiedBy", 1116 org.openmdx.compatibility.base.query.Quantors.THERE_EXISTS, 1117 operator, 1118 values 1119 ); 1120 } 1121 1122 public void forAllModifiedBy ( 1123 short operator, 1124 String [] filterValues 1125 ) { 1126 java.util.List arrayAsList = new java.util.ArrayList (); 1127 for(int i = 0; i < filterValues.length; i++) { 1128 arrayAsList.add( 1129 filterValues[i] 1130 ); 1131 } 1132 forAllModifiedBy ( 1133 operator, 1134 arrayAsList 1135 ); 1136 } 1137 1138 public void thereExistsModifiedBy ( 1139 short operator, 1140 String [] filterValues 1141 ) { 1142 java.util.List arrayAsList = new java.util.ArrayList (); 1143 for(int i = 0; i < filterValues.length; i++) { 1144 arrayAsList.add( 1145 filterValues[i] 1146 ); 1147 } 1148 thereExistsModifiedBy ( 1149 operator, 1150 arrayAsList 1151 ); 1152 } 1153 1154 public void orderByModifiedBy ( 1155 short order 1156 ) { 1157 refAddValue( 1158 "org:openmdx:base:BasicObject:modifiedBy", 1159 order 1160 ); 1161 } 1162 1163 public void forAllContext ( 1167 short operator, 1168 org.openmdx.base.cci.Context[] filterValues 1169 ) { 1170 java.util.List arrayAsList = new java.util.ArrayList (); 1171 for(int i = 0; i < filterValues.length; i++) { 1172 arrayAsList.add( 1173 filterValues[i] 1174 ); 1175 } 1176 forAllContext ( 1177 operator, 1178 arrayAsList 1179 ); 1180 } 1181 1182 public void thereExistsContext ( 1183 short operator, 1184 org.openmdx.base.cci.Context[] filterValues 1185 ) { 1186 java.util.List arrayAsList = new java.util.ArrayList (); 1187 for(int i = 0; i < filterValues.length; i++) { 1188 arrayAsList.add( 1189 filterValues[i] 1190 ); 1191 } 1192 thereExistsContext ( 1193 operator, 1194 arrayAsList 1195 ); 1196 } 1197 1198 public void forAllContext ( 1199 short operator, 1200 java.util.Collection values 1201 ) { 1202 refAddValue( 1203 "org:openmdx:base:ContextCapable:context", 1204 org.openmdx.compatibility.base.query.Quantors.FOR_ALL, 1205 operator, 1206 values 1207 ); 1208 } 1209 1210 public void thereExistsContext ( 1211 short operator, 1212 java.util.Collection values 1213 ) { 1214 refAddValue( 1215 "org:openmdx:base:ContextCapable:context", 1216 org.openmdx.compatibility.base.query.Quantors.THERE_EXISTS, 1217 operator, 1218 values 1219 ); 1220 } 1221 1222 public void forAllIdentity ( 1226 short operator, 1227 java.util.Collection values 1228 ) { 1229 refAddValue( 1230 "org:openmdx:base:ExtentCapable:identity", 1231 org.openmdx.compatibility.base.query.Quantors.FOR_ALL, 1232 operator, 1233 values 1234 ); 1235 } 1236 1237 public void thereExistsIdentity ( 1238 short operator, 1239 java.util.Collection values 1240 ) { 1241 refAddValue( 1242 "org:openmdx:base:ExtentCapable:identity", 1243 org.openmdx.compatibility.base.query.Quantors.THERE_EXISTS, 1244 operator, 1245 values 1246 ); 1247 } 1248 1249 public void forAllIdentity ( 1250 short operator, 1251 String [] filterValues 1252 ) { 1253 java.util.List arrayAsList = new java.util.ArrayList (); 1254 for(int i = 0; i < filterValues.length; i++) { 1255 arrayAsList.add( 1256 filterValues[i] 1257 ); 1258 } 1259 forAllIdentity ( 1260 operator, 1261 arrayAsList 1262 ); 1263 } 1264 1265 public void thereExistsIdentity ( 1266 short operator, 1267 String [] filterValues 1268 ) { 1269 java.util.List arrayAsList = new java.util.ArrayList (); 1270 for(int i = 0; i < filterValues.length; i++) { 1271 arrayAsList.add( 1272 filterValues[i] 1273 ); 1274 } 1275 thereExistsIdentity ( 1276 operator, 1277 arrayAsList 1278 ); 1279 } 1280 1281 public void orderByIdentity ( 1282 short order 1283 ) { 1284 refAddValue( 1285 "org:openmdx:base:ExtentCapable:identity", 1286 order 1287 ); 1288 } 1289 1290} 1294 | Popular Tags |