1 package org.opencrx.kernel.activity1.cci; 14 15 public class IncidentImpl 16 extends org.openmdx.base.accessor.jmi.spi.RefObject_1 17 implements Incident { 18 19 public IncidentImpl( 20 org.openmdx.base.accessor.generic.cci.Object_1_0 object, 21 javax.jmi.reflect.RefClass refClass 22 ) { 23 super(object, refClass); 24 } 25 26 protected void setActivityLinkFrom( 30 java.util.List newValue 31 ) { 32 refSetValue("org:opencrx:kernel:activity1:Activity:activityLinkFrom", newValue); 33 } 34 35 protected void setActivityLinkFrom( 36 org.opencrx.kernel.activity1.cci.ActivityLinkFrom[] newValue 37 ) { 38 refSetValue("org:opencrx:kernel:activity1:Activity:activityLinkFrom", newValue); 39 } 40 41 public org.opencrx.kernel.activity1.cci.ActivityLinkFrom getActivityLinkFrom( 45 String id 46 ) { 47 return (org.opencrx.kernel.activity1.cci.ActivityLinkFrom)refGetValue( 48 "org:opencrx:kernel:activity1:Activity:activityLinkFrom", 49 id 50 ); 51 } 52 53 public java.util.Collection getActivityLinkFrom( 57 ) { 58 return (java.util.Collection )refGetValue( 59 "org:opencrx:kernel:activity1:Activity:activityLinkFrom" 60 ); 61 } 62 63 public java.util.List getActivityLinkFrom( 64 org.opencrx.kernel.activity1.cci.ActivityLinkFromFilter filter 65 ) { 66 return ((org.openmdx.compatibility.base.collection.Container)refGetValue( 67 "org:opencrx:kernel:activity1:Activity:activityLinkFrom" 68 )).toList(filter); 69 } 70 71 protected void addActivityLinkFrom ( 75 String id, 76 org.opencrx.kernel.activity1.cci.ActivityLinkFrom newValue 77 ) { 78 refAddValue( 79 "org:opencrx:kernel:activity1:Activity:activityLinkFrom", 80 id, 81 newValue 82 ); 83 } 84 85 protected void addActivityLinkFrom ( 89 org.opencrx.kernel.activity1.cci.ActivityLinkFrom newValue 90 ) { 91 refAddValue( 92 "org:opencrx:kernel:activity1:Activity:activityLinkFrom", 93 newValue 94 ); 95 } 96 97 protected void removeActivityLinkFrom ( 101 String id 102 ) { 103 refRemoveValue( 104 "org:opencrx:kernel:activity1:Activity:activityLinkFrom", 105 id 106 ); 107 } 108 109 public void setActivityLinkTo( 113 java.util.List newValue 114 ) { 115 refSetValue("org:opencrx:kernel:activity1:Activity:activityLinkTo", newValue); 116 } 117 118 public void setActivityLinkTo( 119 org.opencrx.kernel.activity1.cci.ActivityLinkTo[] newValue 120 ) { 121 refSetValue("org:opencrx:kernel:activity1:Activity:activityLinkTo", newValue); 122 } 123 124 public org.opencrx.kernel.activity1.cci.ActivityLinkTo getActivityLinkTo( 128 String id 129 ) { 130 return (org.opencrx.kernel.activity1.cci.ActivityLinkTo)refGetValue( 131 "org:opencrx:kernel:activity1:Activity:activityLinkTo", 132 id 133 ); 134 } 135 136 public java.util.Collection getActivityLinkTo( 140 ) { 141 return (java.util.Collection )refGetValue( 142 "org:opencrx:kernel:activity1:Activity:activityLinkTo" 143 ); 144 } 145 146 public java.util.List getActivityLinkTo( 147 org.opencrx.kernel.activity1.cci.ActivityLinkToFilter filter 148 ) { 149 return ((org.openmdx.compatibility.base.collection.Container)refGetValue( 150 "org:opencrx:kernel:activity1:Activity:activityLinkTo" 151 )).toList(filter); 152 } 153 154 public void addActivityLinkTo ( 158 String id, 159 org.opencrx.kernel.activity1.cci.ActivityLinkTo newValue 160 ) { 161 refAddValue( 162 "org:opencrx:kernel:activity1:Activity:activityLinkTo", 163 id, 164 newValue 165 ); 166 } 167 168 public void addActivityLinkTo ( 172 org.opencrx.kernel.activity1.cci.ActivityLinkTo newValue 173 ) { 174 refAddValue( 175 "org:opencrx:kernel:activity1:Activity:activityLinkTo", 176 newValue 177 ); 178 } 179 180 public void removeActivityLinkTo ( 184 String id 185 ) { 186 refRemoveValue( 187 "org:opencrx:kernel:activity1:Activity:activityLinkTo", 188 id 189 ); 190 } 191 192 public String getActivityNumber ( 196 ) { 197 return (String )this.refGetValue("activityNumber", 0); 198 } 199 public void setActivityNumber( 203 String newValue 204 ) { 205 refSetValue("org:opencrx:kernel:activity1:Activity:activityNumber", 0, newValue); 206 } 207 208 public short getActivityState( 212 ) { 213 return getActivityState(0); 214 } 215 216 protected short getActivityState( 217 int index 218 ) { 219 return ((java.lang.Number )this.refGetValue("org:opencrx:kernel:activity1:Activity:activityState", index)).shortValue(); 220 } 221 222 public void setActivityState( 226 short newValue 227 ) { 228 setActivityState(0, newValue); 229 } 230 231 protected void setActivityState( 232 int index, 233 short newValue 234 ) { 235 refSetValue("org:opencrx:kernel:activity1:Activity:activityState", index, new Short (newValue)); 236 } 237 public org.opencrx.kernel.activity1.cci.ActivityType getActivityType( 241 ) { 242 return (org.opencrx.kernel.activity1.cci.ActivityType)refGetValue( 243 "org:opencrx:kernel:activity1:Activity:activityType" 244 ); 245 } 246 247 protected void setActivityType( 251 org.opencrx.kernel.activity1.cci.ActivityType newValue 252 ) { 253 refSetValue( 254 "org:opencrx:kernel:activity1:Activity:activityType", 255 newValue 256 ); 257 } 258 259 protected void removeActivityType ( 263 ) { 264 refRemoveValue( 265 "org:opencrx:kernel:activity1:Activity:activityType" 266 ); 267 } 268 public Integer getActualEffortHours ( 272 ) { 273 return (Integer )this.refGetValue("actualEffortHours", 0); 274 } 275 protected void setActualEffortHours( 279 Integer newValue 280 ) { 281 refSetValue("org:opencrx:kernel:activity1:Activity:actualEffortHours", 0, newValue); 282 } 283 284 public Integer getActualEffortMinutes ( 288 ) { 289 return (Integer )this.refGetValue("actualEffortMinutes", 0); 290 } 291 protected void setActualEffortMinutes( 295 Integer newValue 296 ) { 297 refSetValue("org:opencrx:kernel:activity1:Activity:actualEffortMinutes", 0, newValue); 298 } 299 300 public java.util.Date getActualEnd ( 304 ) { 305 return (java.util.Date )this.refGetValue("actualEnd", 0); 306 } 307 protected void setActualEnd( 311 java.util.Date newValue 312 ) { 313 refSetValue("org:opencrx:kernel:activity1:Activity:actualEnd", 0, newValue); 314 } 315 316 public java.util.Date getActualStart ( 320 ) { 321 return (java.util.Date )this.refGetValue("actualStart", 0); 322 } 323 protected void setActualStart( 327 java.util.Date newValue 328 ) { 329 refSetValue("org:opencrx:kernel:activity1:Activity:actualStart", 0, newValue); 330 } 331 332 public org.openmdx.base.cci.Void assignTo( 336 org.opencrx.kernel.activity1.cci.ActivityAssignToParams params 337 ) throws javax.jmi.reflect.RefException { 338 java.util.List args = new java.util.ArrayList (); 339 args.add(params); 340 return (org.openmdx.base.cci.Void)refInvokeOperation( 341 "org:opencrx:kernel:activity1:Activity:assignTo", 342 args 343 ); 344 } 345 346 public org.openmdx.base.cci.Void assignTo( 347 org.opencrx.kernel.activity1.cci.Resource resource 348 ) throws javax.jmi.reflect.RefException { 349 return assignTo( 350 ((org.opencrx.kernel.activity1.cci.activity1Package)refOutermostPackage().refPackage("org:opencrx:kernel:activity1")).createActivityAssignToParams( 351 resource 352 ) 353 ); 354 } 355 356 public void setAssignedGroup( 360 java.util.List newValue 361 ) { 362 refSetValue("org:opencrx:kernel:activity1:Activity:assignedGroup", newValue); 363 } 364 365 public void setAssignedGroup( 366 org.opencrx.kernel.activity1.cci.ActivityGroupAssignment[] newValue 367 ) { 368 refSetValue("org:opencrx:kernel:activity1:Activity:assignedGroup", newValue); 369 } 370 371 public org.opencrx.kernel.activity1.cci.ActivityGroupAssignment getAssignedGroup( 375 String id 376 ) { 377 return (org.opencrx.kernel.activity1.cci.ActivityGroupAssignment)refGetValue( 378 "org:opencrx:kernel:activity1:Activity:assignedGroup", 379 id 380 ); 381 } 382 383 public java.util.Collection getAssignedGroup( 387 ) { 388 return (java.util.Collection )refGetValue( 389 "org:opencrx:kernel:activity1:Activity:assignedGroup" 390 ); 391 } 392 393 public java.util.List getAssignedGroup( 394 org.opencrx.kernel.activity1.cci.ActivityGroupAssignmentFilter filter 395 ) { 396 return ((org.openmdx.compatibility.base.collection.Container)refGetValue( 397 "org:opencrx:kernel:activity1:Activity:assignedGroup" 398 )).toList(filter); 399 } 400 401 public void addAssignedGroup ( 405 String id, 406 org.opencrx.kernel.activity1.cci.ActivityGroupAssignment newValue 407 ) { 408 refAddValue( 409 "org:opencrx:kernel:activity1:Activity:assignedGroup", 410 id, 411 newValue 412 ); 413 } 414 415 public void addAssignedGroup ( 419 org.opencrx.kernel.activity1.cci.ActivityGroupAssignment newValue 420 ) { 421 refAddValue( 422 "org:opencrx:kernel:activity1:Activity:assignedGroup", 423 newValue 424 ); 425 } 426 427 public void removeAssignedGroup ( 431 String id 432 ) { 433 refRemoveValue( 434 "org:opencrx:kernel:activity1:Activity:assignedGroup", 435 id 436 ); 437 } 438 439 public void setAssignedResource( 443 java.util.List newValue 444 ) { 445 refSetValue("org:opencrx:kernel:activity1:Activity:assignedResource", newValue); 446 } 447 448 public void setAssignedResource( 449 org.opencrx.kernel.activity1.cci.ResourceAssignment[] newValue 450 ) { 451 refSetValue("org:opencrx:kernel:activity1:Activity:assignedResource", newValue); 452 } 453 454 public org.opencrx.kernel.activity1.cci.ResourceAssignment getAssignedResource( 458 String id 459 ) { 460 return (org.opencrx.kernel.activity1.cci.ResourceAssignment)refGetValue( 461 "org:opencrx:kernel:activity1:Activity:assignedResource", 462 id 463 ); 464 } 465 466 public java.util.Collection getAssignedResource( 470 ) { 471 return (java.util.Collection )refGetValue( 472 "org:opencrx:kernel:activity1:Activity:assignedResource" 473 ); 474 } 475 476 public java.util.List getAssignedResource( 477 org.opencrx.kernel.activity1.cci.ResourceAssignmentFilter filter 478 ) { 479 return ((org.openmdx.compatibility.base.collection.Container)refGetValue( 480 "org:opencrx:kernel:activity1:Activity:assignedResource" 481 )).toList(filter); 482 } 483 484 public void addAssignedResource ( 488 String id, 489 org.opencrx.kernel.activity1.cci.ResourceAssignment newValue 490 ) { 491 refAddValue( 492 "org:opencrx:kernel:activity1:Activity:assignedResource", 493 id, 494 newValue 495 ); 496 } 497 498 public void addAssignedResource ( 502 org.opencrx.kernel.activity1.cci.ResourceAssignment newValue 503 ) { 504 refAddValue( 505 "org:opencrx:kernel:activity1:Activity:assignedResource", 506 newValue 507 ); 508 } 509 510 public void removeAssignedResource ( 514 String id 515 ) { 516 refRemoveValue( 517 "org:opencrx:kernel:activity1:Activity:assignedResource", 518 id 519 ); 520 } 521 522 public org.opencrx.kernel.account1.cci.Contact getAssignedTo( 526 ) { 527 return (org.opencrx.kernel.account1.cci.Contact)refGetValue( 528 "org:opencrx:kernel:activity1:Activity:assignedTo" 529 ); 530 } 531 532 protected void setAssignedTo( 536 org.opencrx.kernel.account1.cci.Contact newValue 537 ) { 538 refSetValue( 539 "org:opencrx:kernel:activity1:Activity:assignedTo", 540 newValue 541 ); 542 } 543 544 protected void removeAssignedTo ( 548 ) { 549 refRemoveValue( 550 "org:opencrx:kernel:activity1:Activity:assignedTo" 551 ); 552 } 553 public void setContract( 557 java.util.List newValue 558 ) { 559 refSetValue("org:opencrx:kernel:activity1:Activity:contract", newValue); 560 } 561 562 public void setContract( 563 org.opencrx.kernel.contract1.cci.AbstractContract[] newValue 564 ) { 565 refSetValue("org:opencrx:kernel:activity1:Activity:contract", newValue); 566 } 567 568 public org.opencrx.kernel.contract1.cci.AbstractContract getContract( 572 int index 573 ) { 574 return (org.opencrx.kernel.contract1.cci.AbstractContract)refGetValue( 575 "org:opencrx:kernel:activity1:Activity:contract", 576 new Integer (index) 577 ); 578 } 579 580 public java.util.Collection getContract( 584 ) { 585 return (java.util.Collection )refGetValue( 586 "org:opencrx:kernel:activity1:Activity:contract" 587 ); 588 } 589 590 public void addContract ( 594 int index, 595 org.opencrx.kernel.contract1.cci.AbstractContract newValue 596 ) { 597 refAddValue( 598 "org:opencrx:kernel:activity1:Activity:contract", 599 new Integer (index), 600 newValue 601 ); 602 } 603 604 public void addContract ( 608 org.opencrx.kernel.contract1.cci.AbstractContract newValue 609 ) { 610 refAddValue( 611 "org:opencrx:kernel:activity1:Activity:contract", 612 newValue 613 ); 614 } 615 616 public void removeContract ( 620 int index 621 ) { 622 refRemoveValue( 623 "org:opencrx:kernel:activity1:Activity:contract", 624 new Integer (index) 625 ); 626 } 627 628 public String getDescription ( 632 ) { 633 return (String )this.refGetValue("description", 0); 634 } 635 public void setDescription( 639 String newValue 640 ) { 641 refSetValue("org:opencrx:kernel:activity1:Activity:description", 0, newValue); 642 } 643 644 public String getDetailedDescription ( 648 ) { 649 return (String )this.refGetValue("detailedDescription", 0); 650 } 651 public void setDetailedDescription( 655 String newValue 656 ) { 657 refSetValue("org:opencrx:kernel:activity1:Activity:detailedDescription", 0, newValue); 658 } 659 660 public org.openmdx.base.cci.Void doFollowUp( 664 org.opencrx.kernel.activity1.cci.ActivityDoFollowUpParams params 665 ) throws javax.jmi.reflect.RefException { 666 java.util.List args = new java.util.ArrayList (); 667 args.add(params); 668 return (org.openmdx.base.cci.Void)refInvokeOperation( 669 "org:opencrx:kernel:activity1:Activity:doFollowUp", 670 args 671 ); 672 } 673 674 public org.openmdx.base.cci.Void doFollowUp( 675 String followUpText 676 , String followUpTitle 677 , org.opencrx.kernel.activity1.cci.ActivityProcessTransition transition 678 ) throws javax.jmi.reflect.RefException { 679 return doFollowUp( 680 ((org.opencrx.kernel.activity1.cci.activity1Package)refOutermostPackage().refPackage("org:opencrx:kernel:activity1")).createActivityDoFollowUpParams( 681 followUpText 682 , followUpTitle 683 , transition 684 ) 685 ); 686 } 687 688 public java.util.Date getDueBy ( 692 ) { 693 return (java.util.Date )this.refGetValue("dueBy", 0); 694 } 695 public void setDueBy( 699 java.util.Date newValue 700 ) { 701 refSetValue("org:opencrx:kernel:activity1:Activity:dueBy", 0, newValue); 702 } 703 704 public void setEffortEstimate( 708 java.util.List newValue 709 ) { 710 refSetValue("org:opencrx:kernel:activity1:Activity:effortEstimate", newValue); 711 } 712 713 public void setEffortEstimate( 714 org.opencrx.kernel.activity1.cci.EffortEstimate[] newValue 715 ) { 716 refSetValue("org:opencrx:kernel:activity1:Activity:effortEstimate", newValue); 717 } 718 719 public org.opencrx.kernel.activity1.cci.EffortEstimate getEffortEstimate( 723 String id 724 ) { 725 return (org.opencrx.kernel.activity1.cci.EffortEstimate)refGetValue( 726 "org:opencrx:kernel:activity1:Activity:effortEstimate", 727 id 728 ); 729 } 730 731 public java.util.Collection getEffortEstimate( 735 ) { 736 return (java.util.Collection )refGetValue( 737 "org:opencrx:kernel:activity1:Activity:effortEstimate" 738 ); 739 } 740 741 public java.util.List getEffortEstimate( 742 org.opencrx.kernel.activity1.cci.EffortEstimateFilter filter 743 ) { 744 return ((org.openmdx.compatibility.base.collection.Container)refGetValue( 745 "org:opencrx:kernel:activity1:Activity:effortEstimate" 746 )).toList(filter); 747 } 748 749 public void addEffortEstimate ( 753 String id, 754 org.opencrx.kernel.activity1.cci.EffortEstimate newValue 755 ) { 756 refAddValue( 757 "org:opencrx:kernel:activity1:Activity:effortEstimate", 758 id, 759 newValue 760 ); 761 } 762 763 public void addEffortEstimate ( 767 org.opencrx.kernel.activity1.cci.EffortEstimate newValue 768 ) { 769 refAddValue( 770 "org:opencrx:kernel:activity1:Activity:effortEstimate", 771 newValue 772 ); 773 } 774 775 public void removeEffortEstimate ( 779 String id 780 ) { 781 refRemoveValue( 782 "org:opencrx:kernel:activity1:Activity:effortEstimate", 783 id 784 ); 785 } 786 787 public void setFollowUp( 791 java.util.List newValue 792 ) { 793 refSetValue("org:opencrx:kernel:activity1:Activity:followUp", newValue); 794 } 795 796 public void setFollowUp( 797 org.opencrx.kernel.activity1.cci.ActivityFollowUp[] newValue 798 ) { 799 refSetValue("org:opencrx:kernel:activity1:Activity:followUp", newValue); 800 } 801 802 public org.opencrx.kernel.activity1.cci.ActivityFollowUp getFollowUp( 806 String id 807 ) { 808 return (org.opencrx.kernel.activity1.cci.ActivityFollowUp)refGetValue( 809 "org:opencrx:kernel:activity1:Activity:followUp", 810 id 811 ); 812 } 813 814 public java.util.Collection getFollowUp( 818 ) { 819 return (java.util.Collection )refGetValue( 820 "org:opencrx:kernel:activity1:Activity:followUp" 821 ); 822 } 823 824 public java.util.List getFollowUp( 825 org.opencrx.kernel.activity1.cci.ActivityFollowUpFilter filter 826 ) { 827 return ((org.openmdx.compatibility.base.collection.Container)refGetValue( 828 "org:opencrx:kernel:activity1:Activity:followUp" 829 )).toList(filter); 830 } 831 832 public void addFollowUp ( 836 String id, 837 org.opencrx.kernel.activity1.cci.ActivityFollowUp newValue 838 ) { 839 refAddValue( 840 "org:opencrx:kernel:activity1:Activity:followUp", 841 id, 842 newValue 843 ); 844 } 845 846 public void addFollowUp ( 850 org.opencrx.kernel.activity1.cci.ActivityFollowUp newValue 851 ) { 852 refAddValue( 853 "org:opencrx:kernel:activity1:Activity:followUp", 854 newValue 855 ); 856 } 857 858 public void removeFollowUp ( 862 String id 863 ) { 864 refRemoveValue( 865 "org:opencrx:kernel:activity1:Activity:followUp", 866 id 867 ); 868 } 869 870 public org.opencrx.kernel.activity1.cci.ActivityProcessTransition getLastTransition( 874 ) { 875 return (org.opencrx.kernel.activity1.cci.ActivityProcessTransition)refGetValue( 876 "org:opencrx:kernel:activity1:Activity:lastTransition" 877 ); 878 } 879 880 protected void setLastTransition( 884 org.opencrx.kernel.activity1.cci.ActivityProcessTransition newValue 885 ) { 886 refSetValue( 887 "org:opencrx:kernel:activity1:Activity:lastTransition", 888 newValue 889 ); 890 } 891 892 protected void removeLastTransition ( 896 ) { 897 refRemoveValue( 898 "org:opencrx:kernel:activity1:Activity:lastTransition" 899 ); 900 } 901 public String getMisc1 ( 905 ) { 906 return (String )this.refGetValue("misc1", 0); 907 } 908 public void setMisc1( 912 String newValue 913 ) { 914 refSetValue("org:opencrx:kernel:activity1:Activity:misc1", 0, newValue); 915 } 916 917 public String getMisc2 ( 921 ) { 922 return (String )this.refGetValue("misc2", 0); 923 } 924 public void setMisc2( 928 String newValue 929 ) { 930 refSetValue("org:opencrx:kernel:activity1:Activity:misc2", 0, newValue); 931 } 932 933 public String getMisc3 ( 937 ) { 938 return (String )this.refGetValue("misc3", 0); 939 } 940 public void setMisc3( 944 String newValue 945 ) { 946 refSetValue("org:opencrx:kernel:activity1:Activity:misc3", 0, newValue); 947 } 948 949 public String getName( 953 ) { 954 return getName(0); 955 } 956 957 protected String getName( 958 int index 959 ) { 960 return (String )this.refGetValue("org:opencrx:kernel:activity1:Activity:name", index); 961 } 962 963 public void setName( 967 String newValue 968 ) { 969 setName(0, newValue); 970 } 971 972 protected void setName( 973 int index, 974 String newValue 975 ) { 976 refSetValue("org:opencrx:kernel:activity1:Activity:name", index, newValue); 977 } 978 public java.util.Date getOriginalScheduledEnd ( 982 ) { 983 return (java.util.Date )this.refGetValue("originalScheduledEnd", 0); 984 } 985 public void setOriginalScheduledEnd( 989 java.util.Date newValue 990 ) { 991 refSetValue("org:opencrx:kernel:activity1:Activity:originalScheduledEnd", 0, newValue); 992 } 993 994 public Short getPercentComplete ( 998 ) { 999 return (Short )this.refGetValue("percentComplete", 0); 1000 } 1001 public void setPercentComplete( 1005 Short newValue 1006 ) { 1007 refSetValue("org:opencrx:kernel:activity1:Activity:percentComplete", 0, newValue); 1008 } 1009 1010 public short getPriority( 1014 ) { 1015 return getPriority(0); 1016 } 1017 1018 protected short getPriority( 1019 int index 1020 ) { 1021 return ((java.lang.Number )this.refGetValue("org:opencrx:kernel:activity1:Activity:priority", index)).shortValue(); 1022 } 1023 1024 public void setPriority( 1028 short newValue 1029 ) { 1030 setPriority(0, newValue); 1031 } 1032 1033 protected void setPriority( 1034 int index, 1035 short newValue 1036 ) { 1037 refSetValue("org:opencrx:kernel:activity1:Activity:priority", index, new Short (newValue)); 1038 } 1039 public org.opencrx.kernel.activity1.cci.ActivityProcessState getProcessState( 1043 ) { 1044 return (org.opencrx.kernel.activity1.cci.ActivityProcessState)refGetValue( 1045 "org:opencrx:kernel:activity1:Activity:processState" 1046 ); 1047 } 1048 1049 protected void setProcessState( 1053 org.opencrx.kernel.activity1.cci.ActivityProcessState newValue 1054 ) { 1055 refSetValue( 1056 "org:opencrx:kernel:activity1:Activity:processState", 1057 newValue 1058 ); 1059 } 1060 1061 protected void removeProcessState ( 1065 ) { 1066 refRemoveValue( 1067 "org:opencrx:kernel:activity1:Activity:processState" 1068 ); 1069 } 1070 public void setProductReference( 1074 java.util.List newValue 1075 ) { 1076 refSetValue("org:opencrx:kernel:activity1:Activity:productReference", newValue); 1077 } 1078 1079 public void setProductReference( 1080 org.opencrx.kernel.activity1.cci.ProductReference[] newValue 1081 ) { 1082 refSetValue("org:opencrx:kernel:activity1:Activity:productReference", newValue); 1083 } 1084 1085 public org.opencrx.kernel.activity1.cci.ProductReference getProductReference( 1089 String id 1090 ) { 1091 return (org.opencrx.kernel.activity1.cci.ProductReference)refGetValue( 1092 "org:opencrx:kernel:activity1:Activity:productReference", 1093 id 1094 ); 1095 } 1096 1097 public java.util.Collection getProductReference( 1101 ) { 1102 return (java.util.Collection )refGetValue( 1103 "org:opencrx:kernel:activity1:Activity:productReference" 1104 ); 1105 } 1106 1107 public java.util.List getProductReference( 1108 org.opencrx.kernel.activity1.cci.ProductReferenceFilter filter 1109 ) { 1110 return ((org.openmdx.compatibility.base.collection.Container)refGetValue( 1111 "org:opencrx:kernel:activity1:Activity:productReference" 1112 )).toList(filter); 1113 } 1114 1115 public void addProductReference ( 1119 String id, 1120 org.opencrx.kernel.activity1.cci.ProductReference newValue 1121 ) { 1122 refAddValue( 1123 "org:opencrx:kernel:activity1:Activity:productReference", 1124 id, 1125 newValue 1126 ); 1127 } 1128 1129 public void addProductReference ( 1133 org.opencrx.kernel.activity1.cci.ProductReference newValue 1134 ) { 1135 refAddValue( 1136 "org:opencrx:kernel:activity1:Activity:productReference", 1137 newValue 1138 ); 1139 } 1140 1141 public void removeProductReference ( 1145 String id 1146 ) { 1147 refRemoveValue( 1148 "org:opencrx:kernel:activity1:Activity:productReference", 1149 id 1150 ); 1151 } 1152 1153 public org.openmdx.base.cci.Void reapplyActivityCreator( 1157 org.opencrx.kernel.activity1.cci.ReapplyActivityCreatorParams params 1158 ) throws javax.jmi.reflect.RefException { 1159 java.util.List args = new java.util.ArrayList (); 1160 args.add(params); 1161 return (org.openmdx.base.cci.Void)refInvokeOperation( 1162 "org:opencrx:kernel:activity1:Activity:reapplyActivityCreator", 1163 args 1164 ); 1165 } 1166 1167 public org.openmdx.base.cci.Void reapplyActivityCreator( 1168 org.opencrx.kernel.activity1.cci.ActivityCreator activityCreator 1169 ) throws javax.jmi.reflect.RefException { 1170 return reapplyActivityCreator( 1171 ((org.opencrx.kernel.activity1.cci.activity1Package)refOutermostPackage().refPackage("org:opencrx:kernel:activity1")).createReapplyActivityCreatorParams( 1172 activityCreator 1173 ) 1174 ); 1175 } 1176 1177 public org.opencrx.kernel.account1.cci.Account getReportingAccount( 1181 ) { 1182 return (org.opencrx.kernel.account1.cci.Account)refGetValue( 1183 "org:opencrx:kernel:activity1:Activity:reportingAccount" 1184 ); 1185 } 1186 1187 public void setReportingAccount( 1191 org.opencrx.kernel.account1.cci.Account newValue 1192 ) { 1193 refSetValue( 1194 "org:opencrx:kernel:activity1:Activity:reportingAccount", 1195 newValue 1196 ); 1197 } 1198 1199 public void removeReportingAccount ( 1203 ) { 1204 refRemoveValue( 1205 "org:opencrx:kernel:activity1:Activity:reportingAccount" 1206 ); 1207 } 1208 public org.opencrx.kernel.account1.cci.Contact getReportingContact( 1212 ) { 1213 return (org.opencrx.kernel.account1.cci.Contact)refGetValue( 1214 "org:opencrx:kernel:activity1:Activity:reportingContact" 1215 ); 1216 } 1217 1218 public void setReportingContact( 1222 org.opencrx.kernel.account1.cci.Contact newValue 1223 ) { 1224 refSetValue( 1225 "org:opencrx:kernel:activity1:Activity:reportingContact", 1226 newValue 1227 ); 1228 } 1229 1230 public void removeReportingContact ( 1234 ) { 1235 refRemoveValue( 1236 "org:opencrx:kernel:activity1:Activity:reportingContact" 1237 ); 1238 } 1239 public java.util.Date getScheduledEnd ( 1243 ) { 1244 return (java.util.Date )this.refGetValue("scheduledEnd", 0); 1245 } 1246 public void setScheduledEnd( 1250 java.util.Date newValue 1251 ) { 1252 refSetValue("org:opencrx:kernel:activity1:Activity:scheduledEnd", 0, newValue); 1253 } 1254 1255 public java.util.Date getScheduledStart ( 1259 ) { 1260 return (java.util.Date )this.refGetValue("scheduledStart", 0); 1261 } 1262 public void setScheduledStart( 1266 java.util.Date newValue 1267 ) { 1268 refSetValue("org:opencrx:kernel:activity1:Activity:scheduledStart", 0, newValue); 1269 } 1270 1271 public int getTotalVotes( 1275 ) { 1276 return getTotalVotes(0); 1277 } 1278 1279 protected int getTotalVotes( 1280 int index 1281 ) { 1282 return ((java.lang.Number )this.refGetValue("org:opencrx:kernel:activity1:Activity:totalVotes", index)).intValue(); 1283 } 1284 1285 protected void setTotalVotes( 1289 int newValue 1290 ) { 1291 setTotalVotes(0, newValue); 1292 } 1293 1294 protected void setTotalVotes( 1295 int index, 1296 int newValue 1297 ) { 1298 refSetValue("org:opencrx:kernel:activity1:Activity:totalVotes", index, new Integer (newValue)); 1299 } 1300 public void setVote( 1304 java.util.List newValue 1305 ) { 1306 refSetValue("org:opencrx:kernel:activity1:Activity:vote", newValue); 1307 } 1308 1309 public void setVote( 1310 org.opencrx.kernel.activity1.cci.ActivityVote[] newValue 1311 ) { 1312 refSetValue("org:opencrx:kernel:activity1:Activity:vote", newValue); 1313 } 1314 1315 public org.opencrx.kernel.activity1.cci.ActivityVote getVote( 1319 String id 1320 ) { 1321 return (org.opencrx.kernel.activity1.cci.ActivityVote)refGetValue( 1322 "org:opencrx:kernel:activity1:Activity:vote", 1323 id 1324 ); 1325 } 1326 1327 public java.util.Collection getVote( 1331 ) { 1332 return (java.util.Collection )refGetValue( 1333 "org:opencrx:kernel:activity1:Activity:vote" 1334 ); 1335 } 1336 1337 public java.util.List getVote( 1338 org.opencrx.kernel.activity1.cci.ActivityVoteFilter filter 1339 ) { 1340 return ((org.openmdx.compatibility.base.collection.Container)refGetValue( 1341 "org:opencrx:kernel:activity1:Activity:vote" 1342 )).toList(filter); 1343 } 1344 1345 public void addVote ( 1349 String id, 1350 org.opencrx.kernel.activity1.cci.ActivityVote newValue 1351 ) { 1352 refAddValue( 1353 "org:opencrx:kernel:activity1:Activity:vote", 1354 id, 1355 newValue 1356 ); 1357 } 1358 1359 public void addVote ( 1363 org.opencrx.kernel.activity1.cci.ActivityVote newValue 1364 ) { 1365 refAddValue( 1366 "org:opencrx:kernel:activity1:Activity:vote", 1367 newValue 1368 ); 1369 } 1370 1371 public void removeVote ( 1375 String id 1376 ) { 1377 refRemoveValue( 1378 "org:opencrx:kernel:activity1:Activity:vote", 1379 id 1380 ); 1381 } 1382 1383 public org.openmdx.base.cci.Void voteForActivity( 1387 org.opencrx.kernel.activity1.cci.ActivityVoteForActivityParams params 1388 ) throws javax.jmi.reflect.RefException { 1389 java.util.List args = new java.util.ArrayList (); 1390 args.add(params); 1391 return (org.openmdx.base.cci.Void)refInvokeOperation( 1392 "org:opencrx:kernel:activity1:Activity:voteForActivity", 1393 args 1394 ); 1395 } 1396 1397 public org.openmdx.base.cci.Void voteForActivity( 1398 String description 1399 , String name 1400 ) throws javax.jmi.reflect.RefException { 1401 return voteForActivity( 1402 ((org.opencrx.kernel.activity1.cci.activity1Package)refOutermostPackage().refPackage("org:opencrx:kernel:activity1")).createActivityVoteForActivityParams( 1403 description 1404 , name 1405 ) 1406 ); 1407 } 1408 1409 protected void setWorkReportEntry( 1413 java.util.List newValue 1414 ) { 1415 refSetValue("org:opencrx:kernel:activity1:Activity:workReportEntry", newValue); 1416 } 1417 1418 protected void setWorkReportEntry( 1419 org.opencrx.kernel.activity1.cci.WorkReportEntry[] newValue 1420 ) { 1421 refSetValue("org:opencrx:kernel:activity1:Activity:workReportEntry", newValue); 1422 } 1423 1424 public org.opencrx.kernel.activity1.cci.WorkReportEntry getWorkReportEntry( 1428 String id 1429 ) { 1430 return (org.opencrx.kernel.activity1.cci.WorkReportEntry)refGetValue( 1431 "org:opencrx:kernel:activity1:Activity:workReportEntry", 1432 id 1433 ); 1434 } 1435 1436 public java.util.Collection getWorkReportEntry( 1440 ) { 1441 return (java.util.Collection )refGetValue( 1442 "org:opencrx:kernel:activity1:Activity:workReportEntry" 1443 ); 1444 } 1445 1446 public java.util.List getWorkReportEntry( 1447 org.opencrx.kernel.activity1.cci.WorkReportEntryFilter filter 1448 ) { 1449 return ((org.openmdx.compatibility.base.collection.Container)refGetValue( 1450 "org:opencrx:kernel:activity1:Activity:workReportEntry" 1451 )).toList(filter); 1452 } 1453 1454 protected void addWorkReportEntry ( 1458 String id, 1459 org.opencrx.kernel.activity1.cci.WorkReportEntry newValue 1460 ) { 1461 refAddValue( 1462 "org:opencrx:kernel:activity1:Activity:workReportEntry", 1463 id, 1464 newValue 1465 ); 1466 } 1467 1468 protected void addWorkReportEntry ( 1472 org.opencrx.kernel.activity1.cci.WorkReportEntry newValue 1473 ) { 1474 refAddValue( 1475 "org:opencrx:kernel:activity1:Activity:workReportEntry", 1476 newValue 1477 ); 1478 } 1479 1480 protected void removeWorkReportEntry ( 1484 String id 1485 ) { 1486 refRemoveValue( 1487 "org:opencrx:kernel:activity1:Activity:workReportEntry", 1488 id 1489 ); 1490 } 1491 1492 public short getCaseOrigin( 1496 ) { 1497 return getCaseOrigin(0); 1498 } 1499 1500 protected short getCaseOrigin( 1501 int index 1502 ) { 1503 return ((java.lang.Number )this.refGetValue("org:opencrx:kernel:activity1:Incident:caseOrigin", index)).shortValue(); 1504 } 1505 1506 public void setCaseOrigin( 1510 short newValue 1511 ) { 1512 setCaseOrigin(0, newValue); 1513 } 1514 1515 protected void setCaseOrigin( 1516 int index, 1517 short newValue 1518 ) { 1519 refSetValue("org:opencrx:kernel:activity1:Incident:caseOrigin", index, new Short (newValue)); 1520 } 1521 public short getCaseType( 1525 ) { 1526 return getCaseType(0); 1527 } 1528 1529 protected short getCaseType( 1530 int index 1531 ) { 1532 return ((java.lang.Number )this.refGetValue("org:opencrx:kernel:activity1:Incident:caseType", index)).shortValue(); 1533 } 1534 1535 public void setCaseType( 1539 short newValue 1540 ) { 1541 setCaseType(0, newValue); 1542 } 1543 1544 protected void setCaseType( 1545 int index, 1546 short newValue 1547 ) { 1548 refSetValue("org:opencrx:kernel:activity1:Incident:caseType", index, new Short (newValue)); 1549 } 1550 public short getCustomerSatisfaction( 1554 ) { 1555 return getCustomerSatisfaction(0); 1556 } 1557 1558 protected short getCustomerSatisfaction( 1559 int index 1560 ) { 1561 return ((java.lang.Number )this.refGetValue("org:opencrx:kernel:activity1:Incident:customerSatisfaction", index)).shortValue(); 1562 } 1563 1564 public void setCustomerSatisfaction( 1568 short newValue 1569 ) { 1570 setCustomerSatisfaction(0, newValue); 1571 } 1572 1573 protected void setCustomerSatisfaction( 1574 int index, 1575 short newValue 1576 ) { 1577 refSetValue("org:opencrx:kernel:activity1:Incident:customerSatisfaction", index, new Short (newValue)); 1578 } 1579 public void setIncidentParty( 1583 java.util.List newValue 1584 ) { 1585 refSetValue("org:opencrx:kernel:activity1:Incident:incidentParty", newValue); 1586 } 1587 1588 public void setIncidentParty( 1589 org.opencrx.kernel.activity1.cci.IncidentParty[] newValue 1590 ) { 1591 refSetValue("org:opencrx:kernel:activity1:Incident:incidentParty", newValue); 1592 } 1593 1594 public org.opencrx.kernel.activity1.cci.IncidentParty getIncidentParty( 1598 String id 1599 ) { 1600 return (org.opencrx.kernel.activity1.cci.IncidentParty)refGetValue( 1601 "org:opencrx:kernel:activity1:Incident:incidentParty", 1602 id 1603 ); 1604 } 1605 1606 public java.util.Collection getIncidentParty( 1610 ) { 1611 return (java.util.Collection )refGetValue( 1612 "org:opencrx:kernel:activity1:Incident:incidentParty" 1613 ); 1614 } 1615 1616 public java.util.List getIncidentParty( 1617 org.opencrx.kernel.activity1.cci.IncidentPartyFilter filter 1618 ) { 1619 return ((org.openmdx.compatibility.base.collection.Container)refGetValue( 1620 "org:opencrx:kernel:activity1:Incident:incidentParty" 1621 )).toList(filter); 1622 } 1623 1624 public void addIncidentParty ( 1628 String id, 1629 org.opencrx.kernel.activity1.cci.IncidentParty newValue 1630 ) { 1631 refAddValue( 1632 "org:opencrx:kernel:activity1:Incident:incidentParty", 1633 id, 1634 newValue 1635 ); 1636 } 1637 1638 public void addIncidentParty ( 1642 org.opencrx.kernel.activity1.cci.IncidentParty newValue 1643 ) { 1644 refAddValue( 1645 "org:opencrx:kernel:activity1:Incident:incidentParty", 1646 newValue 1647 ); 1648 } 1649 1650 public void removeIncidentParty ( 1654 String id 1655 ) { 1656 refRemoveValue( 1657 "org:opencrx:kernel:activity1:Incident:incidentParty", 1658 id 1659 ); 1660 } 1661 1662 public short getReproducibility( 1666 ) { 1667 return getReproducibility(0); 1668 } 1669 1670 protected short getReproducibility( 1671 int index 1672 ) { 1673 return ((java.lang.Number )this.refGetValue("org:opencrx:kernel:activity1:Incident:reproducibility", index)).shortValue(); 1674 } 1675 1676 public void setReproducibility( 1680 short newValue 1681 ) { 1682 setReproducibility(0, newValue); 1683 } 1684 1685 protected void setReproducibility( 1686 int index, 1687 short newValue 1688 ) { 1689 refSetValue("org:opencrx:kernel:activity1:Incident:reproducibility", index, new Short (newValue)); 1690 } 1691 public short getSeverity( 1695 ) { 1696 return getSeverity(0); 1697 } 1698 1699 protected short getSeverity( 1700 int index 1701 ) { 1702 return ((java.lang.Number )this.refGetValue("org:opencrx:kernel:activity1:Incident:severity", index)).shortValue(); 1703 } 1704 1705 public void setSeverity( 1709 short newValue 1710 ) { 1711 setSeverity(0, newValue); 1712 } 1713 1714 protected void setSeverity( 1715 int index, 1716 short newValue 1717 ) { 1718 refSetValue("org:opencrx:kernel:activity1:Incident:severity", index, new Short (newValue)); 1719 } 1720 protected void setAudit( 1724 java.util.List newValue 1725 ) { 1726 refSetValue("org:opencrx:kernel:base:Auditee:audit", newValue); 1727 } 1728 1729 protected void setAudit( 1730 org.opencrx.kernel.base.cci.AuditEntry[] newValue 1731 ) { 1732 refSetValue("org:opencrx:kernel:base:Auditee:audit", newValue); 1733 } 1734 1735 public org.opencrx.kernel.base.cci.AuditEntry getAudit( 1739 String id 1740 ) { 1741 return (org.opencrx.kernel.base.cci.AuditEntry)refGetValue( 1742 "org:opencrx:kernel:base:Auditee:audit", 1743 id 1744 ); 1745 } 1746 1747 public java.util.Collection getAudit( 1751 ) { 1752 return (java.util.Collection )refGetValue( 1753 "org:opencrx:kernel:base:Auditee:audit" 1754 ); 1755 } 1756 1757 public java.util.List getAudit( 1758 org.opencrx.kernel.base.cci.AuditEntryFilter filter 1759 ) { 1760 return ((org.openmdx.compatibility.base.collection.Container)refGetValue( 1761 "org:opencrx:kernel:base:Auditee:audit" 1762 )).toList(filter); 1763 } 1764 1765 protected void addAudit ( 1769 String id, 1770 org.opencrx.kernel.base.cci.AuditEntry newValue 1771 ) { 1772 refAddValue( 1773 "org:opencrx:kernel:base:Auditee:audit", 1774 id, 1775 newValue 1776 ); 1777 } 1778 1779 protected void addAudit ( 1783 org.opencrx.kernel.base.cci.AuditEntry newValue 1784 ) { 1785 refAddValue( 1786 "org:opencrx:kernel:base:Auditee:audit", 1787 newValue 1788 ); 1789 } 1790 1791 protected void removeAudit ( 1795 String id 1796 ) { 1797 refRemoveValue( 1798 "org:opencrx:kernel:base:Auditee:audit", 1799 id 1800 ); 1801 } 1802 1803 public org.openmdx.base.cci.Void addAsBookmark( 1807 org.opencrx.kernel.base.cci.AddAsBookmarkParams params 1808 ) throws javax.jmi.reflect.RefException { 1809 java.util.List args = new java.util.ArrayList (); 1810 args.add(params); 1811 return (org.openmdx.base.cci.Void)refInvokeOperation( 1812 "org:opencrx:kernel:base:Bookmarkable:addAsBookmark", 1813 args 1814 ); 1815 } 1816 1817 public org.openmdx.base.cci.Void addAsBookmark( 1818 String description 1819 ) throws javax.jmi.reflect.RefException { 1820 return addAsBookmark( 1821 ((org.opencrx.kernel.base.cci.basePackage)refOutermostPackage().refPackage("org:opencrx:kernel:base")).createAddAsBookmarkParams( 1822 description 1823 ) 1824 ); 1825 } 1826 1827 public org.opencrx.kernel.base.cci.CloneResult clone_( 1831 org.opencrx.kernel.base.cci.CloneParams params 1832 ) throws javax.jmi.reflect.RefException { 1833 java.util.List args = new java.util.ArrayList (); 1834 args.add(params); 1835 return (org.opencrx.kernel.base.cci.CloneResult)refInvokeOperation( 1836 "org:opencrx:kernel:base:Cloneable:clone", 1837 args 1838 ); 1839 } 1840 1841 public org.opencrx.kernel.base.cci.CloneResult clone_( 1842 String referenceFilter 1843 ) throws javax.jmi.reflect.RefException { 1844 return clone_( 1845 ((org.opencrx.kernel.base.cci.basePackage)refOutermostPackage().refPackage("org:opencrx:kernel:base")).createCloneParams( 1846 referenceFilter 1847 ) 1848 ); 1849 } 1850 1851 public org.opencrx.kernel.base.cci.ImportResult importItem( 1855 org.opencrx.kernel.base.cci.ImportParams params 1856 ) throws javax.jmi.reflect.RefException { 1857 java.util.List args = new java.util.ArrayList (); 1858 args.add(params); 1859 return (org.opencrx.kernel.base.cci.ImportResult)refInvokeOperation( 1860 "org:opencrx:kernel:base:Importer:importItem", 1861 args 1862 ); 1863 } 1864 1865 public org.opencrx.kernel.base.cci.ImportResult importItem( 1866 byte[] item 1867 , String itemMimeType 1868 , String itemName 1869 , short locale 1870 ) throws javax.jmi.reflect.RefException { 1871 return importItem( 1872 ((org.opencrx.kernel.base.cci.basePackage)refOutermostPackage().refPackage("org:opencrx:kernel:base")).createImportParams( 1873 item 1874 , itemMimeType 1875 , itemName 1876 , locale 1877 ) 1878 ); 1879 } 1880 1881 public short getAccessLevelBrowse( 1885 ) { 1886 return getAccessLevelBrowse(0); 1887 } 1888 1889 protected short getAccessLevelBrowse( 1890 int index 1891 ) { 1892 return ((java.lang.Number )this.refGetValue("org:opencrx:kernel:base:SecureObject:accessLevelBrowse", index)).shortValue(); 1893 } 1894 1895 public void setAccessLevelBrowse( 1899 short newValue 1900 ) { 1901 setAccessLevelBrowse(0, newValue); 1902 } 1903 1904 protected void setAccessLevelBrowse( 1905 int index, 1906 short newValue 1907 ) { 1908 refSetValue("org:opencrx:kernel:base:SecureObject:accessLevelBrowse", index, new Short (newValue)); 1909 } 1910 public short getAccessLevelDelete( 1914 ) { 1915 return getAccessLevelDelete(0); 1916 } 1917 1918 protected short getAccessLevelDelete( 1919 int index 1920 ) { 1921 return ((java.lang.Number )this.refGetValue("org:opencrx:kernel:base:SecureObject:accessLevelDelete", index)).shortValue(); 1922 } 1923 1924 public void setAccessLevelDelete( 1928 short newValue 1929 ) { 1930 setAccessLevelDelete(0, newValue); 1931 } 1932 1933 protected void setAccessLevelDelete( 1934 int index, 1935 short newValue 1936 ) { 1937 refSetValue("org:opencrx:kernel:base:SecureObject:accessLevelDelete", index, new Short (newValue)); 1938 } 1939 public short getAccessLevelUpdate( 1943 ) { 1944 return getAccessLevelUpdate(0); 1945 } 1946 1947 protected short getAccessLevelUpdate( 1948 int index 1949 ) { 1950 return ((java.lang.Number )this.refGetValue("org:opencrx:kernel:base:SecureObject:accessLevelUpdate", index)).shortValue(); 1951 } 1952 1953 public void setAccessLevelUpdate( 1957 short newValue 1958 ) { 1959 setAccessLevelUpdate(0, newValue); 1960 } 1961 1962 protected void setAccessLevelUpdate( 1963 int index, 1964 short newValue 1965 ) { 1966 refSetValue("org:opencrx:kernel:base:SecureObject:accessLevelUpdate", index, new Short (newValue)); 1967 } 1968 public org.opencrx.kernel.base.cci.ModifySecureObjectResult addOwningGroup( 1972 org.opencrx.kernel.base.cci.ModifyOwningGroupParams params 1973 ) throws javax.jmi.reflect.RefException { 1974 java.util.List args = new java.util.ArrayList (); 1975 args.add(params); 1976 return (org.opencrx.kernel.base.cci.ModifySecureObjectResult)refInvokeOperation( 1977 "org:opencrx:kernel:base:SecureObject:addOwningGroup", 1978 args 1979 ); 1980 } 1981 1982 public org.opencrx.kernel.base.cci.ModifySecureObjectResult addOwningGroup( 1983 org.opencrx.security.realm1.cci.PrincipalGroup group 1984 , short mode 1985 ) throws javax.jmi.reflect.RefException { 1986 return addOwningGroup( 1987 ((org.opencrx.kernel.base.cci.basePackage)refOutermostPackage().refPackage("org:opencrx:kernel:base")).createModifyOwningGroupParams( 1988 group 1989 , mode 1990 ) 1991 ); 1992 } 1993 1994 public java.util.List getOwner ( 1998 ) { 1999 return (java.util.List )this.refGetValue("owner"); 2000 } 2001 public String getOwner( 2002 int index 2003 ) { 2004 return (String )this.refGetValue("org:opencrx:kernel:base:SecureObject:owner", index); 2005 } 2006 2007 protected void setOwner( 2011 java.util.List newValue 2012 ) { 2013 refSetValue("org:opencrx:kernel:base:SecureObject:owner", newValue); 2014 } 2015 2016 protected void setOwner( 2017 String [] newValue 2018 ) { 2019 refSetValue("org:opencrx:kernel:base:SecureObject:owner", newValue); 2020 } 2021 2022 public void setOwningGroup( 2026 java.util.List newValue 2027 ) { 2028 refSetValue("org:opencrx:kernel:base:SecureObject:owningGroup", newValue); 2029 } 2030 2031 public void setOwningGroup( 2032 org.opencrx.security.realm1.cci.PrincipalGroup[] newValue 2033 ) { 2034 refSetValue("org:opencrx:kernel:base:SecureObject:owningGroup", newValue); 2035 } 2036 2037 public org.opencrx.security.realm1.cci.PrincipalGroup getOwningGroup( 2041 int index 2042 ) { 2043 return (org.opencrx.security.realm1.cci.PrincipalGroup)refGetValue( 2044 "org:opencrx:kernel:base:SecureObject:owningGroup", 2045 new Integer (index) 2046 ); 2047 } 2048 2049 public java.util.Collection getOwningGroup( 2053 ) { 2054 return (java.util.Collection )refGetValue( 2055 "org:opencrx:kernel:base:SecureObject:owningGroup" 2056 ); 2057 } 2058 2059 public void addOwningGroup ( 2063 int index, 2064 org.opencrx.security.realm1.cci.PrincipalGroup newValue 2065 ) { 2066 refAddValue( 2067 "org:opencrx:kernel:base:SecureObject:owningGroup", 2068 new Integer (index), 2069 newValue 2070 ); 2071 } 2072 2073 public void addOwningGroup ( 2077 org.opencrx.security.realm1.cci.PrincipalGroup newValue 2078 ) { 2079 refAddValue( 2080 "org:opencrx:kernel:base:SecureObject:owningGroup", 2081 newValue 2082 ); 2083 } 2084 2085 public void removeOwningGroup ( 2089 int index 2090 ) { 2091 refRemoveValue( 2092 "org:opencrx:kernel:base:SecureObject:owningGroup", 2093 new Integer (index) 2094 ); 2095 } 2096 2097 public org.opencrx.security.realm1.cci.User getOwningUser( 2101 ) { 2102 return (org.opencrx.security.realm1.cci.User)refGetValue( 2103 "org:opencrx:kernel:base:SecureObject:owningUser" 2104 ); 2105 } 2106 2107 public void setOwningUser( 2111 org.opencrx.security.realm1.cci.User newValue 2112 ) { 2113 refSetValue( 2114 "org:opencrx:kernel:base:SecureObject:owningUser", 2115 newValue 2116 ); 2117 } 2118 2119 public void removeOwningUser ( 2123 ) { 2124 refRemoveValue( 2125 "org:opencrx:kernel:base:SecureObject:owningUser" 2126 ); 2127 } 2128 public org.opencrx.kernel.base.cci.ModifySecureObjectResult removeAllOwningGroup( 2132 org.opencrx.kernel.base.cci.RemoveAllOwningGroupParams params 2133 ) throws javax.jmi.reflect.RefException { 2134 java.util.List args = new java.util.ArrayList (); 2135 args.add(params); 2136 return (org.opencrx.kernel.base.cci.ModifySecureObjectResult)refInvokeOperation( 2137 "org:opencrx:kernel:base:SecureObject:removeAllOwningGroup", 2138 args 2139 ); 2140 } 2141 2142 public org.opencrx.kernel.base.cci.ModifySecureObjectResult removeAllOwningGroup( 2143 short mode 2144 ) throws javax.jmi.reflect.RefException { 2145 return removeAllOwningGroup( 2146 ((org.opencrx.kernel.base.cci.basePackage)refOutermostPackage().refPackage("org:opencrx:kernel:base")).createRemoveAllOwningGroupParams( 2147 mode 2148 ) 2149 ); 2150 } 2151 2152 public org.opencrx.kernel.base.cci.ModifySecureObjectResult removeOwningGroup( 2156 org.opencrx.kernel.base.cci.ModifyOwningGroupParams params 2157 ) throws javax.jmi.reflect.RefException { 2158 java.util.List args = new java.util.ArrayList (); 2159 args.add(params); 2160 return (org.opencrx.kernel.base.cci.ModifySecureObjectResult)refInvokeOperation( 2161 "org:opencrx:kernel:base:SecureObject:removeOwningGroup", 2162 args 2163 ); 2164 } 2165 2166 public org.opencrx.kernel.base.cci.ModifySecureObjectResult removeOwningGroup( 2167 org.opencrx.security.realm1.cci.PrincipalGroup group 2168 , short mode 2169 ) throws javax.jmi.reflect.RefException { 2170 return removeOwningGroup( 2171 ((org.opencrx.kernel.base.cci.basePackage)refOutermostPackage().refPackage("org:opencrx:kernel:base")).createModifyOwningGroupParams( 2172 group 2173 , mode 2174 ) 2175 ); 2176 } 2177 2178 public org.opencrx.kernel.base.cci.ModifySecureObjectResult setAccessLevel( 2182 org.opencrx.kernel.base.cci.SetAccessLevelParams params 2183 ) throws javax.jmi.reflect.RefException { 2184 java.util.List args = new java.util.ArrayList (); 2185 args.add(params); 2186 return (org.opencrx.kernel.base.cci.ModifySecureObjectResult)refInvokeOperation( 2187 "org:opencrx:kernel:base:SecureObject:setAccessLevel", 2188 args 2189 ); 2190 } 2191 2192 public org.opencrx.kernel.base.cci.ModifySecureObjectResult setAccessLevel( 2193 short accessLevelBrowse 2194 , short accessLevelDelete 2195 , short accessLevelUpdate 2196 , short mode 2197 ) throws javax.jmi.reflect.RefException { 2198 return setAccessLevel( 2199 ((org.opencrx.kernel.base.cci.basePackage)refOutermostPackage().refPackage("org:opencrx:kernel:base")).createSetAccessLevelParams( 2200 accessLevelBrowse 2201 , accessLevelDelete 2202 , accessLevelUpdate 2203 , mode 2204 ) 2205 ); 2206 } 2207 2208 public org.opencrx.kernel.base.cci.ModifySecureObjectResult setOwningUser( 2212 org.opencrx.kernel.base.cci.SetOwningUserParams params 2213 ) throws javax.jmi.reflect.RefException { 2214 java.util.List args = new java.util.ArrayList (); 2215 args.add(params); 2216 return (org.opencrx.kernel.base.cci.ModifySecureObjectResult)refInvokeOperation( 2217 "org:opencrx:kernel:base:SecureObject:setOwningUser", 2218 args 2219 ); 2220 } 2221 2222 public org.opencrx.kernel.base.cci.ModifySecureObjectResult setOwningUser( 2223 short mode 2224 , org.opencrx.security.realm1.cci.User user 2225 ) throws javax.jmi.reflect.RefException { 2226 return setOwningUser( 2227 ((org.opencrx.kernel.base.cci.basePackage)refOutermostPackage().refPackage("org:opencrx:kernel:base")).createSetOwningUserParams( 2228 mode 2229 , user 2230 ) 2231 ); 2232 } 2233 2234 public org.openmdx.base.cci.Void addSubscription( 2238 org.openmdx.base.cci.Void params 2239 ) throws javax.jmi.reflect.RefException { 2240 java.util.List args = new java.util.ArrayList (); 2241 args.add(params); 2242 return (org.openmdx.base.cci.Void)refInvokeOperation( 2243 "org:opencrx:kernel:base:SubscriptionTarget:addSubscription", 2244 args 2245 ); 2246 } 2247 2248 public org.openmdx.base.cci.Void addSubscription( 2249 ) throws javax.jmi.reflect.RefException { 2250 return addSubscription( 2251 ((org.openmdx.base.cci.basePackage)refOutermostPackage().refPackage("org:openmdx:base")).createVoid( 2252 ) 2253 ); 2254 } 2255 2256 public org.openmdx.base.cci.Void addSubscriptionForParent( 2260 org.openmdx.base.cci.Void params 2261 ) throws javax.jmi.reflect.RefException { 2262 java.util.List args = new java.util.ArrayList (); 2263 args.add(params); 2264 return (org.openmdx.base.cci.Void)refInvokeOperation( 2265 "org:opencrx:kernel:base:SubscriptionTarget:addSubscriptionForParent", 2266 args 2267 ); 2268 } 2269 2270 public org.openmdx.base.cci.Void addSubscriptionForParent( 2271 ) throws javax.jmi.reflect.RefException { 2272 return addSubscriptionForParent( 2273 ((org.openmdx.base.cci.basePackage)refOutermostPackage().refPackage("org:openmdx:base")).createVoid( 2274 ) 2275 ); 2276 } 2277 2278 public org.openmdx.base.cci.Void removeSubscription( 2282 org.openmdx.base.cci.Void params 2283 ) throws javax.jmi.reflect.RefException { 2284 java.util.List args = new java.util.ArrayList (); 2285 args.add(params); 2286 return (org.openmdx.base.cci.Void)refInvokeOperation( 2287 "org:opencrx:kernel:base:SubscriptionTarget:removeSubscription", 2288 args 2289 ); 2290 } 2291 2292 public org.openmdx.base.cci.Void removeSubscription( 2293 ) throws javax.jmi.reflect.RefException { 2294 return removeSubscription( 2295 ((org.openmdx.base.cci.basePackage)refOutermostPackage().refPackage("org:openmdx:base")).createVoid( 2296 ) 2297 ); 2298 } 2299 2300 public org.openmdx.base.cci.Void removeSubscriptionForParent( 2304 org.openmdx.base.cci.Void params 2305 ) throws javax.jmi.reflect.RefException { 2306 java.util.List args = new java.util.ArrayList (); 2307 args.add(params); 2308 return (org.openmdx.base.cci.Void)refInvokeOperation( 2309 "org:opencrx:kernel:base:SubscriptionTarget:removeSubscriptionForParent", 2310 args 2311 ); 2312 } 2313 2314 public org.openmdx.base.cci.Void removeSubscriptionForParent( 2315 ) throws javax.jmi.reflect.RefException { 2316 return removeSubscriptionForParent( 2317 ((org.openmdx.base.cci.basePackage)refOutermostPackage().refPackage("org:openmdx:base")).createVoid( 2318 ) 2319 ); 2320 } 2321 2322 public org.opencrx.kernel.base.cci.ExportResult exportXml( 2326 org.opencrx.kernel.base.cci.XmlExportParams params 2327 ) throws javax.jmi.reflect.RefException { 2328 java.util.List args = new java.util.ArrayList (); 2329 args.add(params); 2330 return (org.opencrx.kernel.base.cci.ExportResult)refInvokeOperation( 2331 "org:opencrx:kernel:base:XmlExporter:exportXml", 2332 args 2333 ); 2334 } 2335 2336 public org.opencrx.kernel.base.cci.ExportResult exportXml( 2337 String attributeFilter 2338 , String referenceFilter 2339 ) throws javax.jmi.reflect.RefException { 2340 return exportXml( 2341 ((org.opencrx.kernel.base.cci.basePackage)refOutermostPackage().refPackage("org:opencrx:kernel:base")).createXmlExportParams( 2342 attributeFilter 2343 , referenceFilter 2344 ) 2345 ); 2346 } 2347 2348 public void setDepotReference( 2352 java.util.List newValue 2353 ) { 2354 refSetValue("org:opencrx:kernel:depot1:DepotReferenceHolder:depotReference", newValue); 2355 } 2356 2357 public void setDepotReference( 2358 org.opencrx.kernel.depot1.cci.DepotReference[] newValue 2359 ) { 2360 refSetValue("org:opencrx:kernel:depot1:DepotReferenceHolder:depotReference", newValue); 2361 } 2362 2363 public org.opencrx.kernel.depot1.cci.DepotReference getDepotReference( 2367 String id 2368 ) { 2369 return (org.opencrx.kernel.depot1.cci.DepotReference)refGetValue( 2370 "org:opencrx:kernel:depot1:DepotReferenceHolder:depotReference", 2371 id 2372 ); 2373 } 2374 2375 public java.util.Collection getDepotReference( 2379 ) { 2380 return (java.util.Collection )refGetValue( 2381 "org:opencrx:kernel:depot1:DepotReferenceHolder:depotReference" 2382 ); 2383 } 2384 2385 public java.util.List getDepotReference( 2386 org.opencrx.kernel.depot1.cci.DepotReferenceFilter filter 2387 ) { 2388 return ((org.openmdx.compatibility.base.collection.Container)refGetValue( 2389 "org:opencrx:kernel:depot1:DepotReferenceHolder:depotReference" 2390 )).toList(filter); 2391 } 2392 2393 public void addDepotReference ( 2397 String id, 2398 org.opencrx.kernel.depot1.cci.DepotReference newValue 2399 ) { 2400 refAddValue( 2401 "org:opencrx:kernel:depot1:DepotReferenceHolder:depotReference", 2402 id, 2403 newValue 2404 ); 2405 } 2406 2407 public void addDepotReference ( 2411 org.opencrx.kernel.depot1.cci.DepotReference newValue 2412 ) { 2413 refAddValue( 2414 "org:opencrx:kernel:depot1:DepotReferenceHolder:depotReference", 2415 newValue 2416 ); 2417 } 2418 2419 public void removeDepotReference ( 2423 String id 2424 ) { 2425 refRemoveValue( 2426 "org:opencrx:kernel:depot1:DepotReferenceHolder:depotReference", 2427 id 2428 ); 2429 } 2430 2431 public void setAdditionalExternalLink( 2435 java.util.List newValue 2436 ) { 2437 refSetValue("org:opencrx:kernel:generic:CrxObject:additionalExternalLink", newValue); 2438 } 2439 2440 public void setAdditionalExternalLink( 2441 org.opencrx.kernel.generic.cci.AdditionalExternalLink[] newValue 2442 ) { 2443 refSetValue("org:opencrx:kernel:generic:CrxObject:additionalExternalLink", newValue); 2444 } 2445 2446 public org.opencrx.kernel.generic.cci.AdditionalExternalLink getAdditionalExternalLink( 2450 String id 2451 ) { 2452 return (org.opencrx.kernel.generic.cci.AdditionalExternalLink)refGetValue( 2453 "org:opencrx:kernel:generic:CrxObject:additionalExternalLink", 2454 id 2455 ); 2456 } 2457 2458 public java.util.Collection getAdditionalExternalLink( 2462 ) { 2463 return (java.util.Collection )refGetValue( 2464 "org:opencrx:kernel:generic:CrxObject:additionalExternalLink" 2465 ); 2466 } 2467 2468 public java.util.List getAdditionalExternalLink( 2469 org.opencrx.kernel.generic.cci.AdditionalExternalLinkFilter filter 2470 ) { 2471 return ((org.openmdx.compatibility.base.collection.Container)refGetValue( 2472 "org:opencrx:kernel:generic:CrxObject:additionalExternalLink" 2473 )).toList(filter); 2474 } 2475 2476 public void addAdditionalExternalLink ( 2480 String id, 2481 org.opencrx.kernel.generic.cci.AdditionalExternalLink newValue 2482 ) { 2483 refAddValue( 2484 "org:opencrx:kernel:generic:CrxObject:additionalExternalLink", 2485 id, 2486 newValue 2487 ); 2488 } 2489 2490 public void addAdditionalExternalLink ( 2494 org.opencrx.kernel.generic.cci.AdditionalExternalLink newValue 2495 ) { 2496 refAddValue( 2497 "org:opencrx:kernel:generic:CrxObject:additionalExternalLink", 2498 newValue 2499 ); 2500 } 2501 2502 public void removeAdditionalExternalLink ( 2506 String id 2507 ) { 2508 refRemoveValue( 2509 "org:opencrx:kernel:generic:CrxObject:additionalExternalLink", 2510 id 2511 ); 2512 } 2513 2514 public void setAttachedDocument( 2518 java.util.List newValue 2519 ) { 2520 refSetValue("org:opencrx:kernel:generic:CrxObject:attachedDocument", newValue); 2521 } 2522 2523 public void setAttachedDocument( 2524 org.opencrx.kernel.generic.cci.DocumentAttachment[] newValue 2525 ) { 2526 refSetValue("org:opencrx:kernel:generic:CrxObject:attachedDocument", newValue); 2527 } 2528 2529 public org.opencrx.kernel.generic.cci.DocumentAttachment getAttachedDocument( 2533 String id 2534 ) { 2535 return (org.opencrx.kernel.generic.cci.DocumentAttachment)refGetValue( 2536 "org:opencrx:kernel:generic:CrxObject:attachedDocument", 2537 id 2538 ); 2539 } 2540 2541 public java.util.Collection getAttachedDocument( 2545 ) { 2546 return (java.util.Collection )refGetValue( 2547 "org:opencrx:kernel:generic:CrxObject:attachedDocument" 2548 ); 2549 } 2550 2551 public java.util.List getAttachedDocument( 2552 org.opencrx.kernel.generic.cci.DocumentAttachmentFilter filter 2553 ) { 2554 return ((org.openmdx.compatibility.base.collection.Container)refGetValue( 2555 "org:opencrx:kernel:generic:CrxObject:attachedDocument" 2556 )).toList(filter); 2557 } 2558 2559 public void addAttachedDocument ( 2563 String id, 2564 org.opencrx.kernel.generic.cci.DocumentAttachment newValue 2565 ) { 2566 refAddValue( 2567 "org:opencrx:kernel:generic:CrxObject:attachedDocument", 2568 id, 2569 newValue 2570 ); 2571 } 2572 2573 public void addAttachedDocument ( 2577 org.opencrx.kernel.generic.cci.DocumentAttachment newValue 2578 ) { 2579 refAddValue( 2580 "org:opencrx:kernel:generic:CrxObject:attachedDocument", 2581 newValue 2582 ); 2583 } 2584 2585 public void removeAttachedDocument ( 2589 String id 2590 ) { 2591 refRemoveValue( 2592 "org:opencrx:kernel:generic:CrxObject:attachedDocument", 2593 id 2594 ); 2595 } 2596 2597 public java.util.List getCategory ( 2601 ) { 2602 return (java.util.List )this.refGetValue("category"); 2603 } 2604 public String getCategory( 2605 int index 2606 ) { 2607 return (String )this.refGetValue("org:opencrx:kernel:generic:CrxObject:category", index); 2608 } 2609 2610 public void setCategory( 2614 java.util.List newValue 2615 ) { 2616 refSetValue("org:opencrx:kernel:generic:CrxObject:category", newValue); 2617 } 2618 2619 public void setCategory( 2620 String [] newValue 2621 ) { 2622 refSetValue("org:opencrx:kernel:generic:CrxObject:category", newValue); 2623 } 2624 2625 public boolean isDisabled( 2629 ) { 2630 return isDisabled(0); 2631 } 2632 2633 protected boolean isDisabled( 2634 int index 2635 ) { 2636 return ((Boolean )this.refGetValue("org:opencrx:kernel:generic:CrxObject:disabled", index)).booleanValue(); 2637 } 2638 2639 public void setDisabled( 2643 boolean newValue 2644 ) { 2645 setDisabled(0, newValue); 2646 } 2647 2648 protected void setDisabled( 2649 int index, 2650 boolean newValue 2651 ) { 2652 refSetValue("org:opencrx:kernel:generic:CrxObject:disabled", index, new Boolean (newValue)); 2653 } 2654 public String getDisabledReason ( 2658 ) { 2659 return (String )this.refGetValue("disabledReason", 0); 2660 } 2661 public void setDisabledReason( 2665 String newValue 2666 ) { 2667 refSetValue("org:opencrx:kernel:generic:CrxObject:disabledReason", 0, newValue); 2668 } 2669 2670 public java.util.List getExternalLink ( 2674 ) { 2675 return (java.util.List )this.refGetValue("externalLink"); 2676 } 2677 public String getExternalLink( 2678 int index 2679 ) { 2680 return (String )this.refGetValue("org:opencrx:kernel:generic:CrxObject:externalLink", index); 2681 } 2682 2683 public void setExternalLink( 2687 java.util.List newValue 2688 ) { 2689 refSetValue("org:opencrx:kernel:generic:CrxObject:externalLink", newValue); 2690 } 2691 2692 public void setExternalLink( 2693 String [] newValue 2694 ) { 2695 refSetValue("org:opencrx:kernel:generic:CrxObject:externalLink", newValue); 2696 } 2697 2698 public void setMedia( 2702 java.util.List newValue 2703 ) { 2704 refSetValue("org:opencrx:kernel:generic:CrxObject:media", newValue); 2705 } 2706 2707 public void setMedia( 2708 org.opencrx.kernel.generic.cci.Media[] newValue 2709 ) { 2710 refSetValue("org:opencrx:kernel:generic:CrxObject:media", newValue); 2711 } 2712 2713 public org.opencrx.kernel.generic.cci.Media getMedia( 2717 String id 2718 ) { 2719 return (org.opencrx.kernel.generic.cci.Media)refGetValue( 2720 "org:opencrx:kernel:generic:CrxObject:media", 2721 id 2722 ); 2723 } 2724 2725 public java.util.Collection getMedia( 2729 ) { 2730 return (java.util.Collection )refGetValue( 2731 "org:opencrx:kernel:generic:CrxObject:media" 2732 ); 2733 } 2734 2735 public java.util.List getMedia( 2736 org.opencrx.kernel.generic.cci.MediaFilter filter 2737 ) { 2738 return ((org.openmdx.compatibility.base.collection.Container)refGetValue( 2739 "org:opencrx:kernel:generic:CrxObject:media" 2740 )).toList(filter); 2741 } 2742 2743 public void addMedia ( 2747 String id, 2748 org.opencrx.kernel.generic.cci.Media newValue 2749 ) { 2750 refAddValue( 2751 "org:opencrx:kernel:generic:CrxObject:media", 2752 id, 2753 newValue 2754 ); 2755 } 2756 2757 public void addMedia ( 2761 org.opencrx.kernel.generic.cci.Media newValue 2762 ) { 2763 refAddValue( 2764 "org:opencrx:kernel:generic:CrxObject:media", 2765 newValue 2766 ); 2767 } 2768 2769 public void removeMedia ( 2773 String id 2774 ) { 2775 refRemoveValue( 2776 "org:opencrx:kernel:generic:CrxObject:media", 2777 id 2778 ); 2779 } 2780 2781 public void setNote( 2785 java.util.List newValue 2786 ) { 2787 refSetValue("org:opencrx:kernel:generic:CrxObject:note", newValue); 2788 } 2789 2790 public void setNote( 2791 org.opencrx.kernel.generic.cci.Note[] newValue 2792 ) { 2793 refSetValue("org:opencrx:kernel:generic:CrxObject:note", newValue); 2794 } 2795 2796 public org.opencrx.kernel.generic.cci.Note getNote( 2800 String id 2801 ) { 2802 return (org.opencrx.kernel.generic.cci.Note)refGetValue( 2803 "org:opencrx:kernel:generic:CrxObject:note", 2804 id 2805 ); 2806 } 2807 2808 public java.util.Collection getNote( 2812 ) { 2813 return (java.util.Collection )refGetValue( 2814 "org:opencrx:kernel:generic:CrxObject:note" 2815 ); 2816 } 2817 2818 public java.util.List getNote( 2819 org.opencrx.kernel.generic.cci.NoteFilter filter 2820 ) { 2821 return ((org.openmdx.compatibility.base.collection.Container)refGetValue( 2822 "org:opencrx:kernel:generic:CrxObject:note" 2823 )).toList(filter); 2824 } 2825 2826 public void addNote ( 2830 String id, 2831 org.opencrx.kernel.generic.cci.Note newValue 2832 ) { 2833 refAddValue( 2834 "org:opencrx:kernel:generic:CrxObject:note", 2835 id, 2836 newValue 2837 ); 2838 } 2839 2840 public void addNote ( 2844 org.opencrx.kernel.generic.cci.Note newValue 2845 ) { 2846 refAddValue( 2847 "org:opencrx:kernel:generic:CrxObject:note", 2848 newValue 2849 ); 2850 } 2851 2852 public void removeNote ( 2856 String id 2857 ) { 2858 refRemoveValue( 2859 "org:opencrx:kernel:generic:CrxObject:note", 2860 id 2861 ); 2862 } 2863 2864 public void setRating( 2868 java.util.List newValue 2869 ) { 2870 refSetValue("org:opencrx:kernel:generic:CrxObject:rating", newValue); 2871 } 2872 2873 public void setRating( 2874 org.opencrx.kernel.generic.cci.Rating[] newValue 2875 ) { 2876 refSetValue("org:opencrx:kernel:generic:CrxObject:rating", newValue); 2877 } 2878 2879 public org.opencrx.kernel.generic.cci.Rating getRating( 2883 String id 2884 ) { 2885 return (org.opencrx.kernel.generic.cci.Rating)refGetValue( 2886 "org:opencrx:kernel:generic:CrxObject:rating", 2887 id 2888 ); 2889 } 2890 2891 public java.util.Collection getRating( 2895 ) { 2896 return (java.util.Collection )refGetValue( 2897 "org:opencrx:kernel:generic:CrxObject:rating" 2898 ); 2899 } 2900 2901 public java.util.List getRating( 2902 org.opencrx.kernel.generic.cci.RatingFilter filter 2903 ) { 2904 return ((org.openmdx.compatibility.base.collection.Container)refGetValue( 2905 "org:opencrx:kernel:generic:CrxObject:rating" 2906 )).toList(filter); 2907 } 2908 2909 public void addRating ( 2913 String id, 2914 org.opencrx.kernel.generic.cci.Rating newValue 2915 ) { 2916 refAddValue( 2917 "org:opencrx:kernel:generic:CrxObject:rating", 2918 id, 2919 newValue 2920 ); 2921 } 2922 2923 public void addRating ( 2927 org.opencrx.kernel.generic.cci.Rating newValue 2928 ) { 2929 refAddValue( 2930 "org:opencrx:kernel:generic:CrxObject:rating", 2931 newValue 2932 ); 2933 } 2934 2935 public void removeRating ( 2939 String id 2940 ) { 2941 refRemoveValue( 2942 "org:opencrx:kernel:generic:CrxObject:rating", 2943 id 2944 ); 2945 } 2946 2947 public Boolean isUserBoolean0 ( 2951 ) { 2952 return (Boolean )this.refGetValue("userBoolean0", 0); 2953 } 2954 public void setUserBoolean0( 2958 Boolean newValue 2959 ) { 2960 refSetValue("org:opencrx:kernel:generic:CrxObject:userBoolean0", 0, newValue); 2961 } 2962 2963 public Boolean isUserBoolean1 ( 2967 ) { 2968 return (Boolean )this.refGetValue("userBoolean1", 0); 2969 } 2970 public void setUserBoolean1( 2974 Boolean newValue 2975 ) { 2976 refSetValue("org:opencrx:kernel:generic:CrxObject:userBoolean1", 0, newValue); 2977 } 2978 2979 public Boolean isUserBoolean2 ( 2983 ) { 2984 return (Boolean )this.refGetValue("userBoolean2", 0); 2985 } 2986 public void setUserBoolean2( 2990 Boolean newValue 2991 ) { 2992 refSetValue("org:opencrx:kernel:generic:CrxObject:userBoolean2", 0, newValue); 2993 } 2994 2995 public Boolean isUserBoolean3 ( 2999 ) { 3000 return (Boolean )this.refGetValue("userBoolean3", 0); 3001 } 3002 public void setUserBoolean3( 3006 Boolean newValue 3007 ) { 3008 refSetValue("org:opencrx:kernel:generic:CrxObject:userBoolean3", 0, newValue); 3009 } 3010 3011 public java.util.List isUserBoolean4 ( 3015 ) { 3016 return (java.util.List )this.refGetValue("userBoolean4"); 3017 } 3018 public boolean isUserBoolean4( 3019 int index 3020 ) { 3021 return ((Boolean )this.refGetValue("org:opencrx:kernel:generic:CrxObject:userBoolean4", index)).booleanValue(); 3022 } 3023 3024 public void setUserBoolean4( 3028 java.util.List newValue 3029 ) { 3030 refSetValue("org:opencrx:kernel:generic:CrxObject:userBoolean4", newValue); 3031 } 3032 3033 public void setUserBoolean4( 3034 boolean[] newValue 3035 ) { 3036 refSetValue("org:opencrx:kernel:generic:CrxObject:userBoolean4", newValue); 3037 } 3038 3039 public Short getUserCode0 ( 3043 ) { 3044 return (Short )this.refGetValue("userCode0", 0); 3045 } 3046 public void setUserCode0( 3050 Short newValue 3051 ) { 3052 refSetValue("org:opencrx:kernel:generic:CrxObject:userCode0", 0, newValue); 3053 } 3054 3055 public Short getUserCode1 ( 3059 ) { 3060 return (Short )this.refGetValue("userCode1", 0); 3061 } 3062 public void setUserCode1( 3066 Short newValue 3067 ) { 3068 refSetValue("org:opencrx:kernel:generic:CrxObject:userCode1", 0, newValue); 3069 } 3070 3071 public Short getUserCode2 ( 3075 ) { 3076 return (Short )this.refGetValue("userCode2", 0); 3077 } 3078 public void setUserCode2( 3082 Short newValue 3083 ) { 3084 refSetValue("org:opencrx:kernel:generic:CrxObject:userCode2", 0, newValue); 3085 } 3086 3087 public Short getUserCode3 ( 3091 ) { 3092 return (Short )this.refGetValue("userCode3", 0); 3093 } 3094 public void setUserCode3( 3098 Short newValue 3099 ) { 3100 refSetValue("org:opencrx:kernel:generic:CrxObject:userCode3", 0, newValue); 3101 } 3102 3103 public java.util.List getUserCode4 ( 3107 ) { 3108 return (java.util.List )this.refGetValue("userCode4"); 3109 } 3110 public short getUserCode4( 3111 int index 3112 ) { 3113 return ((java.lang.Number )this.refGetValue("org:opencrx:kernel:generic:CrxObject:userCode4", index)).shortValue(); 3114 } 3115 3116 public void setUserCode4( 3120 java.util.List newValue 3121 ) { 3122 refSetValue("org:opencrx:kernel:generic:CrxObject:userCode4", newValue); 3123 } 3124 3125 public void setUserCode4( 3126 short[] newValue 3127 ) { 3128 refSetValue("org:opencrx:kernel:generic:CrxObject:userCode4", newValue); 3129 } 3130 3131 public org.openmdx.uses.javax.xml.datatype.XMLGregorianCalendar getUserDate0 ( 3135 ) { 3136 return (org.openmdx.uses.javax.xml.datatype.XMLGregorianCalendar)this.refGetValue("userDate0", 0); 3137 } 3138 public void setUserDate0( 3142 org.openmdx.uses.javax.xml.datatype.XMLGregorianCalendar newValue 3143 ) { 3144 refSetValue("org:opencrx:kernel:generic:CrxObject:userDate0", 0, newValue); 3145 } 3146 3147 public org.openmdx.uses.javax.xml.datatype.XMLGregorianCalendar getUserDate1 ( 3151 ) { 3152 return (org.openmdx.uses.javax.xml.datatype.XMLGregorianCalendar)this.refGetValue("userDate1", 0); 3153 } 3154 public void setUserDate1( 3158 org.openmdx.uses.javax.xml.datatype.XMLGregorianCalendar newValue 3159 ) { 3160 refSetValue("org:opencrx:kernel:generic:CrxObject:userDate1", 0, newValue); 3161 } 3162 3163 public org.openmdx.uses.javax.xml.datatype.XMLGregorianCalendar getUserDate2 ( 3167 ) { 3168 return (org.openmdx.uses.javax.xml.datatype.XMLGregorianCalendar)this.refGetValue("userDate2", 0); 3169 } 3170 public void setUserDate2( 3174 org.openmdx.uses.javax.xml.datatype.XMLGregorianCalendar newValue 3175 ) { 3176 refSetValue("org:opencrx:kernel:generic:CrxObject:userDate2", 0, newValue); 3177 } 3178 3179 public org.openmdx.uses.javax.xml.datatype.XMLGregorianCalendar getUserDate3 ( 3183 ) { 3184 return (org.openmdx.uses.javax.xml.datatype.XMLGregorianCalendar)this.refGetValue("userDate3", 0); 3185 } 3186 public void setUserDate3( 3190 org.openmdx.uses.javax.xml.datatype.XMLGregorianCalendar newValue 3191 ) { 3192 refSetValue("org:opencrx:kernel:generic:CrxObject:userDate3", 0, newValue); 3193 } 3194 3195 public java.util.List getUserDate4 ( 3199 ) { 3200 return (java.util.List )this.refGetValue("userDate4"); 3201 } 3202 public org.openmdx.uses.javax.xml.datatype.XMLGregorianCalendar getUserDate4( 3203 int index 3204 ) { 3205 return (org.openmdx.uses.javax.xml.datatype.XMLGregorianCalendar)this.refGetValue("org:opencrx:kernel:generic:CrxObject:userDate4", index); 3206 } 3207 3208 public void setUserDate4( 3212 java.util.List newValue 3213 ) { 3214 refSetValue("org:opencrx:kernel:generic:CrxObject:userDate4", newValue); 3215 } 3216 3217 public void setUserDate4( 3218 org.openmdx.uses.javax.xml.datatype.XMLGregorianCalendar[] newValue 3219 ) { 3220 refSetValue("org:opencrx:kernel:generic:CrxObject:userDate4", newValue); 3221 } 3222 3223 public java.util.Date getUserDateTime0 ( 3227 ) { 3228 return (java.util.Date )this.refGetValue("userDateTime0", 0); 3229 } 3230 public void setUserDateTime0( 3234 java.util.Date newValue 3235 ) { 3236 refSetValue("org:opencrx:kernel:generic:CrxObject:userDateTime0", 0, newValue); 3237 } 3238 3239 public java.util.Date getUserDateTime1 ( 3243 ) { 3244 return (java.util.Date )this.refGetValue("userDateTime1", 0); 3245 } 3246 public void setUserDateTime1( 3250 java.util.Date newValue 3251 ) { 3252 refSetValue("org:opencrx:kernel:generic:CrxObject:userDateTime1", 0, newValue); 3253 } 3254 3255 public java.util.Date getUserDateTime2 ( 3259 ) { 3260 return (java.util.Date )this.refGetValue("userDateTime2", 0); 3261 } 3262 public void setUserDateTime2( 3266 java.util.Date newValue 3267 ) { 3268 refSetValue("org:opencrx:kernel:generic:CrxObject:userDateTime2", 0, newValue); 3269 } 3270 3271 public java.util.Date getUserDateTime3 ( 3275 ) { 3276 return (java.util.Date )this.refGetValue("userDateTime3", 0); 3277 } 3278 public void setUserDateTime3( 3282 java.util.Date newValue 3283 ) { 3284 refSetValue("org:opencrx:kernel:generic:CrxObject:userDateTime3", 0, newValue); 3285 } 3286 3287 public java.util.List getUserDateTime4 ( 3291 ) { 3292 return (java.util.List )this.refGetValue("userDateTime4"); 3293 } 3294 public java.util.Date getUserDateTime4( 3295 int index 3296 ) { 3297 return (java.util.Date )this.refGetValue("org:opencrx:kernel:generic:CrxObject:userDateTime4", index); 3298 } 3299 3300 public void setUserDateTime4( 3304 java.util.List newValue 3305 ) { 3306 refSetValue("org:opencrx:kernel:generic:CrxObject:userDateTime4", newValue); 3307 } 3308 3309 public void setUserDateTime4( 3310 java.util.Date [] newValue 3311 ) { 3312 refSetValue("org:opencrx:kernel:generic:CrxObject:userDateTime4", newValue); 3313 } 3314 3315 public java.math.BigDecimal getUserNumber0 ( 3319 ) { 3320 return (java.math.BigDecimal )this.refGetValue("userNumber0", 0); 3321 } 3322 public void setUserNumber0( 3326 java.math.BigDecimal newValue 3327 ) { 3328 refSetValue("org:opencrx:kernel:generic:CrxObject:userNumber0", 0, newValue); 3329 } 3330 3331 public java.math.BigDecimal getUserNumber1 ( 3335 ) { 3336 return (java.math.BigDecimal )this.refGetValue("userNumber1", 0); 3337 } 3338 public void setUserNumber1( 3342 java.math.BigDecimal newValue 3343 ) { 3344 refSetValue("org:opencrx:kernel:generic:CrxObject:userNumber1", 0, newValue); 3345 } 3346 3347 public java.math.BigDecimal getUserNumber2 ( 3351 ) { 3352 return (java.math.BigDecimal )this.refGetValue("userNumber2", 0); 3353 } 3354 public void setUserNumber2( 3358 java.math.BigDecimal newValue 3359 ) { 3360 refSetValue("org:opencrx:kernel:generic:CrxObject:userNumber2", 0, newValue); 3361 } 3362 3363 public java.math.BigDecimal getUserNumber3 ( 3367 ) { 3368 return (java.math.BigDecimal )this.refGetValue("userNumber3", 0); 3369 } 3370 public void setUserNumber3( 3374 java.math.BigDecimal newValue 3375 ) { 3376 refSetValue("org:opencrx:kernel:generic:CrxObject:userNumber3", 0, newValue); 3377 } 3378 3379 public java.util.List getUserNumber4 ( 3383 ) { 3384 return (java.util.List )this.refGetValue("userNumber4"); 3385 } 3386 public java.math.BigDecimal getUserNumber4( 3387 int index 3388 ) { 3389 return (java.math.BigDecimal )this.refGetValue("org:opencrx:kernel:generic:CrxObject:userNumber4", index); 3390 } 3391 3392 public void setUserNumber4( 3396 java.util.List newValue 3397 ) { 3398 refSetValue("org:opencrx:kernel:generic:CrxObject:userNumber4", newValue); 3399 } 3400 3401 public void setUserNumber4( 3402 java.math.BigDecimal [] newValue 3403 ) { 3404 refSetValue("org:opencrx:kernel:generic:CrxObject:userNumber4", newValue); 3405 } 3406 3407 public String getUserString0 ( 3411 ) { 3412 return (String )this.refGetValue("userString0", 0); 3413 } 3414 public void setUserString0( 3418 String newValue 3419 ) { 3420 refSetValue("org:opencrx:kernel:generic:CrxObject:userString0", 0, newValue); 3421 } 3422 3423 public String getUserString1 ( 3427 ) { 3428 return (String )this.refGetValue("userString1", 0); 3429 } 3430 public void setUserString1( 3434 String newValue 3435 ) { 3436 refSetValue("org:opencrx:kernel:generic:CrxObject:userString1", 0, newValue); 3437 } 3438 3439 public String getUserString2 ( 3443 ) { 3444 return (String )this.refGetValue("userString2", 0); 3445 } 3446 public void setUserString2( 3450 String newValue 3451 ) { 3452 refSetValue("org:opencrx:kernel:generic:CrxObject:userString2", 0, newValue); 3453 } 3454 3455 public String getUserString3 ( 3459 ) { 3460 return (String )this.refGetValue("userString3", 0); 3461 } 3462 public void setUserString3( 3466 String newValue 3467 ) { 3468 refSetValue("org:opencrx:kernel:generic:CrxObject:userString3", 0, newValue); 3469 } 3470 3471 public java.util.List getUserString4 ( 3475 ) { 3476 return (java.util.List )this.refGetValue("userString4"); 3477 } 3478 public String getUserString4( 3479 int index 3480 ) { 3481 return (String )this.refGetValue("org:opencrx:kernel:generic:CrxObject:userString4", index); 3482 } 3483 3484 public void setUserString4( 3488 java.util.List newValue 3489 ) { 3490 refSetValue("org:opencrx:kernel:generic:CrxObject:userString4", newValue); 3491 } 3492 3493 public void setUserString4( 3494 String [] newValue 3495 ) { 3496 refSetValue("org:opencrx:kernel:generic:CrxObject:userString4", newValue); 3497 } 3498 3499 public java.util.Date getCreatedAt( 3503 ) { 3504 return getCreatedAt(0); 3505 } 3506 3507 protected java.util.Date getCreatedAt( 3508 int index 3509 ) { 3510 return (java.util.Date )this.refGetValue("org:openmdx:base:BasicObject:createdAt", index); 3511 } 3512 3513 protected void setCreatedAt( 3517 java.util.Date newValue 3518 ) { 3519 setCreatedAt(0, newValue); 3520 } 3521 3522 protected void setCreatedAt( 3523 int index, 3524 java.util.Date newValue 3525 ) { 3526 refSetValue("org:openmdx:base:BasicObject:createdAt", index, newValue); 3527 } 3528 public java.util.Set getCreatedBy ( 3532 ) { 3533 return (java.util.Set )this.refGetValue("createdBy"); 3534 } 3535 protected void setCreatedBy( 3539 java.util.Set newValue 3540 ) { 3541 refSetValue("org:openmdx:base:BasicObject:createdBy", newValue); 3542 } 3543 3544 protected void setCreatedBy( 3545 String [] newValue 3546 ) { 3547 refSetValue("org:openmdx:base:BasicObject:createdBy", newValue); 3548 } 3549 3550 public java.util.Date getModifiedAt( 3554 ) { 3555 return getModifiedAt(0); 3556 } 3557 3558 protected java.util.Date getModifiedAt( 3559 int index 3560 ) { 3561 return (java.util.Date )this.refGetValue("org:openmdx:base:BasicObject:modifiedAt", index); 3562 } 3563 3564 protected void setModifiedAt( 3568 java.util.Date newValue 3569 ) { 3570 setModifiedAt(0, newValue); 3571 } 3572 3573 protected void setModifiedAt( 3574 int index, 3575 java.util.Date newValue 3576 ) { 3577 refSetValue("org:openmdx:base:BasicObject:modifiedAt", index, newValue); 3578 } 3579 public java.util.Set getModifiedBy ( 3583 ) { 3584 return (java.util.Set )this.refGetValue("modifiedBy"); 3585 } 3586 protected void setModifiedBy( 3590 java.util.Set newValue 3591 ) { 3592 refSetValue("org:openmdx:base:BasicObject:modifiedBy", newValue); 3593 } 3594 3595 protected void setModifiedBy( 3596 String [] newValue 3597 ) { 3598 refSetValue("org:openmdx:base:BasicObject:modifiedBy", newValue); 3599 } 3600 3601 protected void setContext( 3605 java.util.List newValue 3606 ) { 3607 refSetValue("org:openmdx:base:ContextCapable:context", newValue); 3608 } 3609 3610 protected void setContext( 3611 org.openmdx.base.cci.Context[] newValue 3612 ) { 3613 refSetValue("org:openmdx:base:ContextCapable:context", newValue); 3614 } 3615 3616 public org.openmdx.base.cci.Context getContext( 3620 String id 3621 ) { 3622 return (org.openmdx.base.cci.Context)refGetValue( 3623 "org:openmdx:base:ContextCapable:context", 3624 id 3625 ); 3626 } 3627 3628 public java.util.Collection getContext( 3632 ) { 3633 return (java.util.Collection )refGetValue( 3634 "org:openmdx:base:ContextCapable:context" 3635 ); 3636 } 3637 3638 protected void addContext ( 3642 String id, 3643 org.openmdx.base.cci.Context newValue 3644 ) { 3645 refAddValue( 3646 "org:openmdx:base:ContextCapable:context", 3647 id, 3648 newValue 3649 ); 3650 } 3651 3652 protected void addContext ( 3656 org.openmdx.base.cci.Context newValue 3657 ) { 3658 refAddValue( 3659 "org:openmdx:base:ContextCapable:context", 3660 newValue 3661 ); 3662 } 3663 3664 protected void removeContext ( 3668 String id 3669 ) { 3670 refRemoveValue( 3671 "org:openmdx:base:ContextCapable:context", 3672 id 3673 ); 3674 } 3675 3676 public String getIdentity( 3680 ) { 3681 return getIdentity(0); 3682 } 3683 3684 protected String getIdentity( 3685 int index 3686 ) { 3687 return (String )this.refGetValue("org:openmdx:base:ExtentCapable:identity", index); 3688 } 3689 3690 protected void setIdentity( 3694 String newValue 3695 ) { 3696 setIdentity(0, newValue); 3697 } 3698 3699 protected void setIdentity( 3700 int index, 3701 String newValue 3702 ) { 3703 refSetValue("org:openmdx:base:ExtentCapable:identity", index, newValue); 3704 } 3705 protected void setView( 3709 java.util.List newValue 3710 ) { 3711 refSetValue("org:openmdx:compatibility:view1:ViewCapable:view", newValue); 3712 } 3713 3714 protected void setView( 3715 org.openmdx.compatibility.view1.cci.View[] newValue 3716 ) { 3717 refSetValue("org:openmdx:compatibility:view1:ViewCapable:view", newValue); 3718 } 3719 3720 public org.openmdx.compatibility.view1.cci.View getView( 3724 String namespace 3725 ) { 3726 return (org.openmdx.compatibility.view1.cci.View)refGetValue( 3727 "org:openmdx:compatibility:view1:ViewCapable:view", 3728 namespace 3729 ); 3730 } 3731 3732 public java.util.Collection getView( 3736 ) { 3737 return (java.util.Collection )refGetValue( 3738 "org:openmdx:compatibility:view1:ViewCapable:view" 3739 ); 3740 } 3741 3742 public java.util.List getView( 3743 org.openmdx.compatibility.view1.cci.ViewFilter filter 3744 ) { 3745 return ((org.openmdx.compatibility.base.collection.Container)refGetValue( 3746 "org:openmdx:compatibility:view1:ViewCapable:view" 3747 )).toList(filter); 3748 } 3749 3750 protected void addView ( 3754 String namespace, 3755 org.openmdx.compatibility.view1.cci.View newValue 3756 ) { 3757 refAddValue( 3758 "org:openmdx:compatibility:view1:ViewCapable:view", 3759 namespace, 3760 newValue 3761 ); 3762 } 3763 3764 protected void addView ( 3768 org.openmdx.compatibility.view1.cci.View newValue 3769 ) { 3770 refAddValue( 3771 "org:openmdx:compatibility:view1:ViewCapable:view", 3772 newValue 3773 ); 3774 } 3775 3776 protected void removeView ( 3780 String namespace 3781 ) { 3782 refRemoveValue( 3783 "org:openmdx:compatibility:view1:ViewCapable:view", 3784 namespace 3785 ); 3786 } 3787 3788} 3792 | Popular Tags |