1 package org.opencrx.kernel.activity1.cci; 14 15 public class SmsImpl 16 extends org.openmdx.base.accessor.jmi.spi.RefObject_1 17 implements Sms { 18 19 public SmsImpl( 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 String getMessageBody ( 1496 ) { 1497 return (String )this.refGetValue("messageBody", 0); 1498 } 1499 public void setMessageBody( 1503 String newValue 1504 ) { 1505 refSetValue("org:opencrx:kernel:activity1:Sms:messageBody", 0, newValue); 1506 } 1507 1508 public java.util.Date getSendDate ( 1512 ) { 1513 return (java.util.Date )this.refGetValue("sendDate", 0); 1514 } 1515 public void setSendDate( 1519 java.util.Date newValue 1520 ) { 1521 refSetValue("org:opencrx:kernel:activity1:Sms:sendDate", 0, newValue); 1522 } 1523 1524 public org.opencrx.kernel.account1.cci.PhoneNumber getSender( 1528 ) { 1529 return (org.opencrx.kernel.account1.cci.PhoneNumber)refGetValue( 1530 "org:opencrx:kernel:activity1:Sms:sender" 1531 ); 1532 } 1533 1534 public void setSender( 1538 org.opencrx.kernel.account1.cci.PhoneNumber newValue 1539 ) { 1540 refSetValue( 1541 "org:opencrx:kernel:activity1:Sms:sender", 1542 newValue 1543 ); 1544 } 1545 1546 public void removeSender ( 1550 ) { 1551 refRemoveValue( 1552 "org:opencrx:kernel:activity1:Sms:sender" 1553 ); 1554 } 1555 public void setSmsRecipient( 1559 java.util.List newValue 1560 ) { 1561 refSetValue("org:opencrx:kernel:activity1:Sms:smsRecipient", newValue); 1562 } 1563 1564 public void setSmsRecipient( 1565 org.opencrx.kernel.activity1.cci.AbstractSmsRecipient[] newValue 1566 ) { 1567 refSetValue("org:opencrx:kernel:activity1:Sms:smsRecipient", newValue); 1568 } 1569 1570 public org.opencrx.kernel.activity1.cci.AbstractSmsRecipient getSmsRecipient( 1574 String id 1575 ) { 1576 return (org.opencrx.kernel.activity1.cci.AbstractSmsRecipient)refGetValue( 1577 "org:opencrx:kernel:activity1:Sms:smsRecipient", 1578 id 1579 ); 1580 } 1581 1582 public java.util.Collection getSmsRecipient( 1586 ) { 1587 return (java.util.Collection )refGetValue( 1588 "org:opencrx:kernel:activity1:Sms:smsRecipient" 1589 ); 1590 } 1591 1592 public java.util.List getSmsRecipient( 1593 org.opencrx.kernel.activity1.cci.AbstractSmsRecipientFilter filter 1594 ) { 1595 return ((org.openmdx.compatibility.base.collection.Container)refGetValue( 1596 "org:opencrx:kernel:activity1:Sms:smsRecipient" 1597 )).toList(filter); 1598 } 1599 1600 public void addSmsRecipient ( 1604 String id, 1605 org.opencrx.kernel.activity1.cci.AbstractSmsRecipient newValue 1606 ) { 1607 refAddValue( 1608 "org:opencrx:kernel:activity1:Sms:smsRecipient", 1609 id, 1610 newValue 1611 ); 1612 } 1613 1614 public void addSmsRecipient ( 1618 org.opencrx.kernel.activity1.cci.AbstractSmsRecipient newValue 1619 ) { 1620 refAddValue( 1621 "org:opencrx:kernel:activity1:Sms:smsRecipient", 1622 newValue 1623 ); 1624 } 1625 1626 public void removeSmsRecipient ( 1630 String id 1631 ) { 1632 refRemoveValue( 1633 "org:opencrx:kernel:activity1:Sms:smsRecipient", 1634 id 1635 ); 1636 } 1637 1638 protected void setAudit( 1642 java.util.List newValue 1643 ) { 1644 refSetValue("org:opencrx:kernel:base:Auditee:audit", newValue); 1645 } 1646 1647 protected void setAudit( 1648 org.opencrx.kernel.base.cci.AuditEntry[] newValue 1649 ) { 1650 refSetValue("org:opencrx:kernel:base:Auditee:audit", newValue); 1651 } 1652 1653 public org.opencrx.kernel.base.cci.AuditEntry getAudit( 1657 String id 1658 ) { 1659 return (org.opencrx.kernel.base.cci.AuditEntry)refGetValue( 1660 "org:opencrx:kernel:base:Auditee:audit", 1661 id 1662 ); 1663 } 1664 1665 public java.util.Collection getAudit( 1669 ) { 1670 return (java.util.Collection )refGetValue( 1671 "org:opencrx:kernel:base:Auditee:audit" 1672 ); 1673 } 1674 1675 public java.util.List getAudit( 1676 org.opencrx.kernel.base.cci.AuditEntryFilter filter 1677 ) { 1678 return ((org.openmdx.compatibility.base.collection.Container)refGetValue( 1679 "org:opencrx:kernel:base:Auditee:audit" 1680 )).toList(filter); 1681 } 1682 1683 protected void addAudit ( 1687 String id, 1688 org.opencrx.kernel.base.cci.AuditEntry newValue 1689 ) { 1690 refAddValue( 1691 "org:opencrx:kernel:base:Auditee:audit", 1692 id, 1693 newValue 1694 ); 1695 } 1696 1697 protected void addAudit ( 1701 org.opencrx.kernel.base.cci.AuditEntry newValue 1702 ) { 1703 refAddValue( 1704 "org:opencrx:kernel:base:Auditee:audit", 1705 newValue 1706 ); 1707 } 1708 1709 protected void removeAudit ( 1713 String id 1714 ) { 1715 refRemoveValue( 1716 "org:opencrx:kernel:base:Auditee:audit", 1717 id 1718 ); 1719 } 1720 1721 public org.openmdx.base.cci.Void addAsBookmark( 1725 org.opencrx.kernel.base.cci.AddAsBookmarkParams params 1726 ) throws javax.jmi.reflect.RefException { 1727 java.util.List args = new java.util.ArrayList (); 1728 args.add(params); 1729 return (org.openmdx.base.cci.Void)refInvokeOperation( 1730 "org:opencrx:kernel:base:Bookmarkable:addAsBookmark", 1731 args 1732 ); 1733 } 1734 1735 public org.openmdx.base.cci.Void addAsBookmark( 1736 String description 1737 ) throws javax.jmi.reflect.RefException { 1738 return addAsBookmark( 1739 ((org.opencrx.kernel.base.cci.basePackage)refOutermostPackage().refPackage("org:opencrx:kernel:base")).createAddAsBookmarkParams( 1740 description 1741 ) 1742 ); 1743 } 1744 1745 public org.opencrx.kernel.base.cci.CloneResult clone_( 1749 org.opencrx.kernel.base.cci.CloneParams params 1750 ) throws javax.jmi.reflect.RefException { 1751 java.util.List args = new java.util.ArrayList (); 1752 args.add(params); 1753 return (org.opencrx.kernel.base.cci.CloneResult)refInvokeOperation( 1754 "org:opencrx:kernel:base:Cloneable:clone", 1755 args 1756 ); 1757 } 1758 1759 public org.opencrx.kernel.base.cci.CloneResult clone_( 1760 String referenceFilter 1761 ) throws javax.jmi.reflect.RefException { 1762 return clone_( 1763 ((org.opencrx.kernel.base.cci.basePackage)refOutermostPackage().refPackage("org:opencrx:kernel:base")).createCloneParams( 1764 referenceFilter 1765 ) 1766 ); 1767 } 1768 1769 public org.opencrx.kernel.base.cci.ImportResult importItem( 1773 org.opencrx.kernel.base.cci.ImportParams params 1774 ) throws javax.jmi.reflect.RefException { 1775 java.util.List args = new java.util.ArrayList (); 1776 args.add(params); 1777 return (org.opencrx.kernel.base.cci.ImportResult)refInvokeOperation( 1778 "org:opencrx:kernel:base:Importer:importItem", 1779 args 1780 ); 1781 } 1782 1783 public org.opencrx.kernel.base.cci.ImportResult importItem( 1784 byte[] item 1785 , String itemMimeType 1786 , String itemName 1787 , short locale 1788 ) throws javax.jmi.reflect.RefException { 1789 return importItem( 1790 ((org.opencrx.kernel.base.cci.basePackage)refOutermostPackage().refPackage("org:opencrx:kernel:base")).createImportParams( 1791 item 1792 , itemMimeType 1793 , itemName 1794 , locale 1795 ) 1796 ); 1797 } 1798 1799 public short getAccessLevelBrowse( 1803 ) { 1804 return getAccessLevelBrowse(0); 1805 } 1806 1807 protected short getAccessLevelBrowse( 1808 int index 1809 ) { 1810 return ((java.lang.Number )this.refGetValue("org:opencrx:kernel:base:SecureObject:accessLevelBrowse", index)).shortValue(); 1811 } 1812 1813 public void setAccessLevelBrowse( 1817 short newValue 1818 ) { 1819 setAccessLevelBrowse(0, newValue); 1820 } 1821 1822 protected void setAccessLevelBrowse( 1823 int index, 1824 short newValue 1825 ) { 1826 refSetValue("org:opencrx:kernel:base:SecureObject:accessLevelBrowse", index, new Short (newValue)); 1827 } 1828 public short getAccessLevelDelete( 1832 ) { 1833 return getAccessLevelDelete(0); 1834 } 1835 1836 protected short getAccessLevelDelete( 1837 int index 1838 ) { 1839 return ((java.lang.Number )this.refGetValue("org:opencrx:kernel:base:SecureObject:accessLevelDelete", index)).shortValue(); 1840 } 1841 1842 public void setAccessLevelDelete( 1846 short newValue 1847 ) { 1848 setAccessLevelDelete(0, newValue); 1849 } 1850 1851 protected void setAccessLevelDelete( 1852 int index, 1853 short newValue 1854 ) { 1855 refSetValue("org:opencrx:kernel:base:SecureObject:accessLevelDelete", index, new Short (newValue)); 1856 } 1857 public short getAccessLevelUpdate( 1861 ) { 1862 return getAccessLevelUpdate(0); 1863 } 1864 1865 protected short getAccessLevelUpdate( 1866 int index 1867 ) { 1868 return ((java.lang.Number )this.refGetValue("org:opencrx:kernel:base:SecureObject:accessLevelUpdate", index)).shortValue(); 1869 } 1870 1871 public void setAccessLevelUpdate( 1875 short newValue 1876 ) { 1877 setAccessLevelUpdate(0, newValue); 1878 } 1879 1880 protected void setAccessLevelUpdate( 1881 int index, 1882 short newValue 1883 ) { 1884 refSetValue("org:opencrx:kernel:base:SecureObject:accessLevelUpdate", index, new Short (newValue)); 1885 } 1886 public org.opencrx.kernel.base.cci.ModifySecureObjectResult addOwningGroup( 1890 org.opencrx.kernel.base.cci.ModifyOwningGroupParams params 1891 ) throws javax.jmi.reflect.RefException { 1892 java.util.List args = new java.util.ArrayList (); 1893 args.add(params); 1894 return (org.opencrx.kernel.base.cci.ModifySecureObjectResult)refInvokeOperation( 1895 "org:opencrx:kernel:base:SecureObject:addOwningGroup", 1896 args 1897 ); 1898 } 1899 1900 public org.opencrx.kernel.base.cci.ModifySecureObjectResult addOwningGroup( 1901 org.opencrx.security.realm1.cci.PrincipalGroup group 1902 , short mode 1903 ) throws javax.jmi.reflect.RefException { 1904 return addOwningGroup( 1905 ((org.opencrx.kernel.base.cci.basePackage)refOutermostPackage().refPackage("org:opencrx:kernel:base")).createModifyOwningGroupParams( 1906 group 1907 , mode 1908 ) 1909 ); 1910 } 1911 1912 public java.util.List getOwner ( 1916 ) { 1917 return (java.util.List )this.refGetValue("owner"); 1918 } 1919 public String getOwner( 1920 int index 1921 ) { 1922 return (String )this.refGetValue("org:opencrx:kernel:base:SecureObject:owner", index); 1923 } 1924 1925 protected void setOwner( 1929 java.util.List newValue 1930 ) { 1931 refSetValue("org:opencrx:kernel:base:SecureObject:owner", newValue); 1932 } 1933 1934 protected void setOwner( 1935 String [] newValue 1936 ) { 1937 refSetValue("org:opencrx:kernel:base:SecureObject:owner", newValue); 1938 } 1939 1940 public void setOwningGroup( 1944 java.util.List newValue 1945 ) { 1946 refSetValue("org:opencrx:kernel:base:SecureObject:owningGroup", newValue); 1947 } 1948 1949 public void setOwningGroup( 1950 org.opencrx.security.realm1.cci.PrincipalGroup[] newValue 1951 ) { 1952 refSetValue("org:opencrx:kernel:base:SecureObject:owningGroup", newValue); 1953 } 1954 1955 public org.opencrx.security.realm1.cci.PrincipalGroup getOwningGroup( 1959 int index 1960 ) { 1961 return (org.opencrx.security.realm1.cci.PrincipalGroup)refGetValue( 1962 "org:opencrx:kernel:base:SecureObject:owningGroup", 1963 new Integer (index) 1964 ); 1965 } 1966 1967 public java.util.Collection getOwningGroup( 1971 ) { 1972 return (java.util.Collection )refGetValue( 1973 "org:opencrx:kernel:base:SecureObject:owningGroup" 1974 ); 1975 } 1976 1977 public void addOwningGroup ( 1981 int index, 1982 org.opencrx.security.realm1.cci.PrincipalGroup newValue 1983 ) { 1984 refAddValue( 1985 "org:opencrx:kernel:base:SecureObject:owningGroup", 1986 new Integer (index), 1987 newValue 1988 ); 1989 } 1990 1991 public void addOwningGroup ( 1995 org.opencrx.security.realm1.cci.PrincipalGroup newValue 1996 ) { 1997 refAddValue( 1998 "org:opencrx:kernel:base:SecureObject:owningGroup", 1999 newValue 2000 ); 2001 } 2002 2003 public void removeOwningGroup ( 2007 int index 2008 ) { 2009 refRemoveValue( 2010 "org:opencrx:kernel:base:SecureObject:owningGroup", 2011 new Integer (index) 2012 ); 2013 } 2014 2015 public org.opencrx.security.realm1.cci.User getOwningUser( 2019 ) { 2020 return (org.opencrx.security.realm1.cci.User)refGetValue( 2021 "org:opencrx:kernel:base:SecureObject:owningUser" 2022 ); 2023 } 2024 2025 public void setOwningUser( 2029 org.opencrx.security.realm1.cci.User newValue 2030 ) { 2031 refSetValue( 2032 "org:opencrx:kernel:base:SecureObject:owningUser", 2033 newValue 2034 ); 2035 } 2036 2037 public void removeOwningUser ( 2041 ) { 2042 refRemoveValue( 2043 "org:opencrx:kernel:base:SecureObject:owningUser" 2044 ); 2045 } 2046 public org.opencrx.kernel.base.cci.ModifySecureObjectResult removeAllOwningGroup( 2050 org.opencrx.kernel.base.cci.RemoveAllOwningGroupParams params 2051 ) throws javax.jmi.reflect.RefException { 2052 java.util.List args = new java.util.ArrayList (); 2053 args.add(params); 2054 return (org.opencrx.kernel.base.cci.ModifySecureObjectResult)refInvokeOperation( 2055 "org:opencrx:kernel:base:SecureObject:removeAllOwningGroup", 2056 args 2057 ); 2058 } 2059 2060 public org.opencrx.kernel.base.cci.ModifySecureObjectResult removeAllOwningGroup( 2061 short mode 2062 ) throws javax.jmi.reflect.RefException { 2063 return removeAllOwningGroup( 2064 ((org.opencrx.kernel.base.cci.basePackage)refOutermostPackage().refPackage("org:opencrx:kernel:base")).createRemoveAllOwningGroupParams( 2065 mode 2066 ) 2067 ); 2068 } 2069 2070 public org.opencrx.kernel.base.cci.ModifySecureObjectResult removeOwningGroup( 2074 org.opencrx.kernel.base.cci.ModifyOwningGroupParams params 2075 ) throws javax.jmi.reflect.RefException { 2076 java.util.List args = new java.util.ArrayList (); 2077 args.add(params); 2078 return (org.opencrx.kernel.base.cci.ModifySecureObjectResult)refInvokeOperation( 2079 "org:opencrx:kernel:base:SecureObject:removeOwningGroup", 2080 args 2081 ); 2082 } 2083 2084 public org.opencrx.kernel.base.cci.ModifySecureObjectResult removeOwningGroup( 2085 org.opencrx.security.realm1.cci.PrincipalGroup group 2086 , short mode 2087 ) throws javax.jmi.reflect.RefException { 2088 return removeOwningGroup( 2089 ((org.opencrx.kernel.base.cci.basePackage)refOutermostPackage().refPackage("org:opencrx:kernel:base")).createModifyOwningGroupParams( 2090 group 2091 , mode 2092 ) 2093 ); 2094 } 2095 2096 public org.opencrx.kernel.base.cci.ModifySecureObjectResult setAccessLevel( 2100 org.opencrx.kernel.base.cci.SetAccessLevelParams params 2101 ) throws javax.jmi.reflect.RefException { 2102 java.util.List args = new java.util.ArrayList (); 2103 args.add(params); 2104 return (org.opencrx.kernel.base.cci.ModifySecureObjectResult)refInvokeOperation( 2105 "org:opencrx:kernel:base:SecureObject:setAccessLevel", 2106 args 2107 ); 2108 } 2109 2110 public org.opencrx.kernel.base.cci.ModifySecureObjectResult setAccessLevel( 2111 short accessLevelBrowse 2112 , short accessLevelDelete 2113 , short accessLevelUpdate 2114 , short mode 2115 ) throws javax.jmi.reflect.RefException { 2116 return setAccessLevel( 2117 ((org.opencrx.kernel.base.cci.basePackage)refOutermostPackage().refPackage("org:opencrx:kernel:base")).createSetAccessLevelParams( 2118 accessLevelBrowse 2119 , accessLevelDelete 2120 , accessLevelUpdate 2121 , mode 2122 ) 2123 ); 2124 } 2125 2126 public org.opencrx.kernel.base.cci.ModifySecureObjectResult setOwningUser( 2130 org.opencrx.kernel.base.cci.SetOwningUserParams params 2131 ) throws javax.jmi.reflect.RefException { 2132 java.util.List args = new java.util.ArrayList (); 2133 args.add(params); 2134 return (org.opencrx.kernel.base.cci.ModifySecureObjectResult)refInvokeOperation( 2135 "org:opencrx:kernel:base:SecureObject:setOwningUser", 2136 args 2137 ); 2138 } 2139 2140 public org.opencrx.kernel.base.cci.ModifySecureObjectResult setOwningUser( 2141 short mode 2142 , org.opencrx.security.realm1.cci.User user 2143 ) throws javax.jmi.reflect.RefException { 2144 return setOwningUser( 2145 ((org.opencrx.kernel.base.cci.basePackage)refOutermostPackage().refPackage("org:opencrx:kernel:base")).createSetOwningUserParams( 2146 mode 2147 , user 2148 ) 2149 ); 2150 } 2151 2152 public org.openmdx.base.cci.Void addSubscription( 2156 org.openmdx.base.cci.Void params 2157 ) throws javax.jmi.reflect.RefException { 2158 java.util.List args = new java.util.ArrayList (); 2159 args.add(params); 2160 return (org.openmdx.base.cci.Void)refInvokeOperation( 2161 "org:opencrx:kernel:base:SubscriptionTarget:addSubscription", 2162 args 2163 ); 2164 } 2165 2166 public org.openmdx.base.cci.Void addSubscription( 2167 ) throws javax.jmi.reflect.RefException { 2168 return addSubscription( 2169 ((org.openmdx.base.cci.basePackage)refOutermostPackage().refPackage("org:openmdx:base")).createVoid( 2170 ) 2171 ); 2172 } 2173 2174 public org.openmdx.base.cci.Void addSubscriptionForParent( 2178 org.openmdx.base.cci.Void params 2179 ) throws javax.jmi.reflect.RefException { 2180 java.util.List args = new java.util.ArrayList (); 2181 args.add(params); 2182 return (org.openmdx.base.cci.Void)refInvokeOperation( 2183 "org:opencrx:kernel:base:SubscriptionTarget:addSubscriptionForParent", 2184 args 2185 ); 2186 } 2187 2188 public org.openmdx.base.cci.Void addSubscriptionForParent( 2189 ) throws javax.jmi.reflect.RefException { 2190 return addSubscriptionForParent( 2191 ((org.openmdx.base.cci.basePackage)refOutermostPackage().refPackage("org:openmdx:base")).createVoid( 2192 ) 2193 ); 2194 } 2195 2196 public org.openmdx.base.cci.Void removeSubscription( 2200 org.openmdx.base.cci.Void params 2201 ) throws javax.jmi.reflect.RefException { 2202 java.util.List args = new java.util.ArrayList (); 2203 args.add(params); 2204 return (org.openmdx.base.cci.Void)refInvokeOperation( 2205 "org:opencrx:kernel:base:SubscriptionTarget:removeSubscription", 2206 args 2207 ); 2208 } 2209 2210 public org.openmdx.base.cci.Void removeSubscription( 2211 ) throws javax.jmi.reflect.RefException { 2212 return removeSubscription( 2213 ((org.openmdx.base.cci.basePackage)refOutermostPackage().refPackage("org:openmdx:base")).createVoid( 2214 ) 2215 ); 2216 } 2217 2218 public org.openmdx.base.cci.Void removeSubscriptionForParent( 2222 org.openmdx.base.cci.Void params 2223 ) throws javax.jmi.reflect.RefException { 2224 java.util.List args = new java.util.ArrayList (); 2225 args.add(params); 2226 return (org.openmdx.base.cci.Void)refInvokeOperation( 2227 "org:opencrx:kernel:base:SubscriptionTarget:removeSubscriptionForParent", 2228 args 2229 ); 2230 } 2231 2232 public org.openmdx.base.cci.Void removeSubscriptionForParent( 2233 ) throws javax.jmi.reflect.RefException { 2234 return removeSubscriptionForParent( 2235 ((org.openmdx.base.cci.basePackage)refOutermostPackage().refPackage("org:openmdx:base")).createVoid( 2236 ) 2237 ); 2238 } 2239 2240 public org.opencrx.kernel.base.cci.ExportResult exportXml( 2244 org.opencrx.kernel.base.cci.XmlExportParams params 2245 ) throws javax.jmi.reflect.RefException { 2246 java.util.List args = new java.util.ArrayList (); 2247 args.add(params); 2248 return (org.opencrx.kernel.base.cci.ExportResult)refInvokeOperation( 2249 "org:opencrx:kernel:base:XmlExporter:exportXml", 2250 args 2251 ); 2252 } 2253 2254 public org.opencrx.kernel.base.cci.ExportResult exportXml( 2255 String attributeFilter 2256 , String referenceFilter 2257 ) throws javax.jmi.reflect.RefException { 2258 return exportXml( 2259 ((org.opencrx.kernel.base.cci.basePackage)refOutermostPackage().refPackage("org:opencrx:kernel:base")).createXmlExportParams( 2260 attributeFilter 2261 , referenceFilter 2262 ) 2263 ); 2264 } 2265 2266 public void setDepotReference( 2270 java.util.List newValue 2271 ) { 2272 refSetValue("org:opencrx:kernel:depot1:DepotReferenceHolder:depotReference", newValue); 2273 } 2274 2275 public void setDepotReference( 2276 org.opencrx.kernel.depot1.cci.DepotReference[] newValue 2277 ) { 2278 refSetValue("org:opencrx:kernel:depot1:DepotReferenceHolder:depotReference", newValue); 2279 } 2280 2281 public org.opencrx.kernel.depot1.cci.DepotReference getDepotReference( 2285 String id 2286 ) { 2287 return (org.opencrx.kernel.depot1.cci.DepotReference)refGetValue( 2288 "org:opencrx:kernel:depot1:DepotReferenceHolder:depotReference", 2289 id 2290 ); 2291 } 2292 2293 public java.util.Collection getDepotReference( 2297 ) { 2298 return (java.util.Collection )refGetValue( 2299 "org:opencrx:kernel:depot1:DepotReferenceHolder:depotReference" 2300 ); 2301 } 2302 2303 public java.util.List getDepotReference( 2304 org.opencrx.kernel.depot1.cci.DepotReferenceFilter filter 2305 ) { 2306 return ((org.openmdx.compatibility.base.collection.Container)refGetValue( 2307 "org:opencrx:kernel:depot1:DepotReferenceHolder:depotReference" 2308 )).toList(filter); 2309 } 2310 2311 public void addDepotReference ( 2315 String id, 2316 org.opencrx.kernel.depot1.cci.DepotReference newValue 2317 ) { 2318 refAddValue( 2319 "org:opencrx:kernel:depot1:DepotReferenceHolder:depotReference", 2320 id, 2321 newValue 2322 ); 2323 } 2324 2325 public void addDepotReference ( 2329 org.opencrx.kernel.depot1.cci.DepotReference newValue 2330 ) { 2331 refAddValue( 2332 "org:opencrx:kernel:depot1:DepotReferenceHolder:depotReference", 2333 newValue 2334 ); 2335 } 2336 2337 public void removeDepotReference ( 2341 String id 2342 ) { 2343 refRemoveValue( 2344 "org:opencrx:kernel:depot1:DepotReferenceHolder:depotReference", 2345 id 2346 ); 2347 } 2348 2349 public void setAdditionalExternalLink( 2353 java.util.List newValue 2354 ) { 2355 refSetValue("org:opencrx:kernel:generic:CrxObject:additionalExternalLink", newValue); 2356 } 2357 2358 public void setAdditionalExternalLink( 2359 org.opencrx.kernel.generic.cci.AdditionalExternalLink[] newValue 2360 ) { 2361 refSetValue("org:opencrx:kernel:generic:CrxObject:additionalExternalLink", newValue); 2362 } 2363 2364 public org.opencrx.kernel.generic.cci.AdditionalExternalLink getAdditionalExternalLink( 2368 String id 2369 ) { 2370 return (org.opencrx.kernel.generic.cci.AdditionalExternalLink)refGetValue( 2371 "org:opencrx:kernel:generic:CrxObject:additionalExternalLink", 2372 id 2373 ); 2374 } 2375 2376 public java.util.Collection getAdditionalExternalLink( 2380 ) { 2381 return (java.util.Collection )refGetValue( 2382 "org:opencrx:kernel:generic:CrxObject:additionalExternalLink" 2383 ); 2384 } 2385 2386 public java.util.List getAdditionalExternalLink( 2387 org.opencrx.kernel.generic.cci.AdditionalExternalLinkFilter filter 2388 ) { 2389 return ((org.openmdx.compatibility.base.collection.Container)refGetValue( 2390 "org:opencrx:kernel:generic:CrxObject:additionalExternalLink" 2391 )).toList(filter); 2392 } 2393 2394 public void addAdditionalExternalLink ( 2398 String id, 2399 org.opencrx.kernel.generic.cci.AdditionalExternalLink newValue 2400 ) { 2401 refAddValue( 2402 "org:opencrx:kernel:generic:CrxObject:additionalExternalLink", 2403 id, 2404 newValue 2405 ); 2406 } 2407 2408 public void addAdditionalExternalLink ( 2412 org.opencrx.kernel.generic.cci.AdditionalExternalLink newValue 2413 ) { 2414 refAddValue( 2415 "org:opencrx:kernel:generic:CrxObject:additionalExternalLink", 2416 newValue 2417 ); 2418 } 2419 2420 public void removeAdditionalExternalLink ( 2424 String id 2425 ) { 2426 refRemoveValue( 2427 "org:opencrx:kernel:generic:CrxObject:additionalExternalLink", 2428 id 2429 ); 2430 } 2431 2432 public void setAttachedDocument( 2436 java.util.List newValue 2437 ) { 2438 refSetValue("org:opencrx:kernel:generic:CrxObject:attachedDocument", newValue); 2439 } 2440 2441 public void setAttachedDocument( 2442 org.opencrx.kernel.generic.cci.DocumentAttachment[] newValue 2443 ) { 2444 refSetValue("org:opencrx:kernel:generic:CrxObject:attachedDocument", newValue); 2445 } 2446 2447 public org.opencrx.kernel.generic.cci.DocumentAttachment getAttachedDocument( 2451 String id 2452 ) { 2453 return (org.opencrx.kernel.generic.cci.DocumentAttachment)refGetValue( 2454 "org:opencrx:kernel:generic:CrxObject:attachedDocument", 2455 id 2456 ); 2457 } 2458 2459 public java.util.Collection getAttachedDocument( 2463 ) { 2464 return (java.util.Collection )refGetValue( 2465 "org:opencrx:kernel:generic:CrxObject:attachedDocument" 2466 ); 2467 } 2468 2469 public java.util.List getAttachedDocument( 2470 org.opencrx.kernel.generic.cci.DocumentAttachmentFilter filter 2471 ) { 2472 return ((org.openmdx.compatibility.base.collection.Container)refGetValue( 2473 "org:opencrx:kernel:generic:CrxObject:attachedDocument" 2474 )).toList(filter); 2475 } 2476 2477 public void addAttachedDocument ( 2481 String id, 2482 org.opencrx.kernel.generic.cci.DocumentAttachment newValue 2483 ) { 2484 refAddValue( 2485 "org:opencrx:kernel:generic:CrxObject:attachedDocument", 2486 id, 2487 newValue 2488 ); 2489 } 2490 2491 public void addAttachedDocument ( 2495 org.opencrx.kernel.generic.cci.DocumentAttachment newValue 2496 ) { 2497 refAddValue( 2498 "org:opencrx:kernel:generic:CrxObject:attachedDocument", 2499 newValue 2500 ); 2501 } 2502 2503 public void removeAttachedDocument ( 2507 String id 2508 ) { 2509 refRemoveValue( 2510 "org:opencrx:kernel:generic:CrxObject:attachedDocument", 2511 id 2512 ); 2513 } 2514 2515 public java.util.List getCategory ( 2519 ) { 2520 return (java.util.List )this.refGetValue("category"); 2521 } 2522 public String getCategory( 2523 int index 2524 ) { 2525 return (String )this.refGetValue("org:opencrx:kernel:generic:CrxObject:category", index); 2526 } 2527 2528 public void setCategory( 2532 java.util.List newValue 2533 ) { 2534 refSetValue("org:opencrx:kernel:generic:CrxObject:category", newValue); 2535 } 2536 2537 public void setCategory( 2538 String [] newValue 2539 ) { 2540 refSetValue("org:opencrx:kernel:generic:CrxObject:category", newValue); 2541 } 2542 2543 public boolean isDisabled( 2547 ) { 2548 return isDisabled(0); 2549 } 2550 2551 protected boolean isDisabled( 2552 int index 2553 ) { 2554 return ((Boolean )this.refGetValue("org:opencrx:kernel:generic:CrxObject:disabled", index)).booleanValue(); 2555 } 2556 2557 public void setDisabled( 2561 boolean newValue 2562 ) { 2563 setDisabled(0, newValue); 2564 } 2565 2566 protected void setDisabled( 2567 int index, 2568 boolean newValue 2569 ) { 2570 refSetValue("org:opencrx:kernel:generic:CrxObject:disabled", index, new Boolean (newValue)); 2571 } 2572 public String getDisabledReason ( 2576 ) { 2577 return (String )this.refGetValue("disabledReason", 0); 2578 } 2579 public void setDisabledReason( 2583 String newValue 2584 ) { 2585 refSetValue("org:opencrx:kernel:generic:CrxObject:disabledReason", 0, newValue); 2586 } 2587 2588 public java.util.List getExternalLink ( 2592 ) { 2593 return (java.util.List )this.refGetValue("externalLink"); 2594 } 2595 public String getExternalLink( 2596 int index 2597 ) { 2598 return (String )this.refGetValue("org:opencrx:kernel:generic:CrxObject:externalLink", index); 2599 } 2600 2601 public void setExternalLink( 2605 java.util.List newValue 2606 ) { 2607 refSetValue("org:opencrx:kernel:generic:CrxObject:externalLink", newValue); 2608 } 2609 2610 public void setExternalLink( 2611 String [] newValue 2612 ) { 2613 refSetValue("org:opencrx:kernel:generic:CrxObject:externalLink", newValue); 2614 } 2615 2616 public void setMedia( 2620 java.util.List newValue 2621 ) { 2622 refSetValue("org:opencrx:kernel:generic:CrxObject:media", newValue); 2623 } 2624 2625 public void setMedia( 2626 org.opencrx.kernel.generic.cci.Media[] newValue 2627 ) { 2628 refSetValue("org:opencrx:kernel:generic:CrxObject:media", newValue); 2629 } 2630 2631 public org.opencrx.kernel.generic.cci.Media getMedia( 2635 String id 2636 ) { 2637 return (org.opencrx.kernel.generic.cci.Media)refGetValue( 2638 "org:opencrx:kernel:generic:CrxObject:media", 2639 id 2640 ); 2641 } 2642 2643 public java.util.Collection getMedia( 2647 ) { 2648 return (java.util.Collection )refGetValue( 2649 "org:opencrx:kernel:generic:CrxObject:media" 2650 ); 2651 } 2652 2653 public java.util.List getMedia( 2654 org.opencrx.kernel.generic.cci.MediaFilter filter 2655 ) { 2656 return ((org.openmdx.compatibility.base.collection.Container)refGetValue( 2657 "org:opencrx:kernel:generic:CrxObject:media" 2658 )).toList(filter); 2659 } 2660 2661 public void addMedia ( 2665 String id, 2666 org.opencrx.kernel.generic.cci.Media newValue 2667 ) { 2668 refAddValue( 2669 "org:opencrx:kernel:generic:CrxObject:media", 2670 id, 2671 newValue 2672 ); 2673 } 2674 2675 public void addMedia ( 2679 org.opencrx.kernel.generic.cci.Media newValue 2680 ) { 2681 refAddValue( 2682 "org:opencrx:kernel:generic:CrxObject:media", 2683 newValue 2684 ); 2685 } 2686 2687 public void removeMedia ( 2691 String id 2692 ) { 2693 refRemoveValue( 2694 "org:opencrx:kernel:generic:CrxObject:media", 2695 id 2696 ); 2697 } 2698 2699 public void setNote( 2703 java.util.List newValue 2704 ) { 2705 refSetValue("org:opencrx:kernel:generic:CrxObject:note", newValue); 2706 } 2707 2708 public void setNote( 2709 org.opencrx.kernel.generic.cci.Note[] newValue 2710 ) { 2711 refSetValue("org:opencrx:kernel:generic:CrxObject:note", newValue); 2712 } 2713 2714 public org.opencrx.kernel.generic.cci.Note getNote( 2718 String id 2719 ) { 2720 return (org.opencrx.kernel.generic.cci.Note)refGetValue( 2721 "org:opencrx:kernel:generic:CrxObject:note", 2722 id 2723 ); 2724 } 2725 2726 public java.util.Collection getNote( 2730 ) { 2731 return (java.util.Collection )refGetValue( 2732 "org:opencrx:kernel:generic:CrxObject:note" 2733 ); 2734 } 2735 2736 public java.util.List getNote( 2737 org.opencrx.kernel.generic.cci.NoteFilter filter 2738 ) { 2739 return ((org.openmdx.compatibility.base.collection.Container)refGetValue( 2740 "org:opencrx:kernel:generic:CrxObject:note" 2741 )).toList(filter); 2742 } 2743 2744 public void addNote ( 2748 String id, 2749 org.opencrx.kernel.generic.cci.Note newValue 2750 ) { 2751 refAddValue( 2752 "org:opencrx:kernel:generic:CrxObject:note", 2753 id, 2754 newValue 2755 ); 2756 } 2757 2758 public void addNote ( 2762 org.opencrx.kernel.generic.cci.Note newValue 2763 ) { 2764 refAddValue( 2765 "org:opencrx:kernel:generic:CrxObject:note", 2766 newValue 2767 ); 2768 } 2769 2770 public void removeNote ( 2774 String id 2775 ) { 2776 refRemoveValue( 2777 "org:opencrx:kernel:generic:CrxObject:note", 2778 id 2779 ); 2780 } 2781 2782 public void setRating( 2786 java.util.List newValue 2787 ) { 2788 refSetValue("org:opencrx:kernel:generic:CrxObject:rating", newValue); 2789 } 2790 2791 public void setRating( 2792 org.opencrx.kernel.generic.cci.Rating[] newValue 2793 ) { 2794 refSetValue("org:opencrx:kernel:generic:CrxObject:rating", newValue); 2795 } 2796 2797 public org.opencrx.kernel.generic.cci.Rating getRating( 2801 String id 2802 ) { 2803 return (org.opencrx.kernel.generic.cci.Rating)refGetValue( 2804 "org:opencrx:kernel:generic:CrxObject:rating", 2805 id 2806 ); 2807 } 2808 2809 public java.util.Collection getRating( 2813 ) { 2814 return (java.util.Collection )refGetValue( 2815 "org:opencrx:kernel:generic:CrxObject:rating" 2816 ); 2817 } 2818 2819 public java.util.List getRating( 2820 org.opencrx.kernel.generic.cci.RatingFilter filter 2821 ) { 2822 return ((org.openmdx.compatibility.base.collection.Container)refGetValue( 2823 "org:opencrx:kernel:generic:CrxObject:rating" 2824 )).toList(filter); 2825 } 2826 2827 public void addRating ( 2831 String id, 2832 org.opencrx.kernel.generic.cci.Rating newValue 2833 ) { 2834 refAddValue( 2835 "org:opencrx:kernel:generic:CrxObject:rating", 2836 id, 2837 newValue 2838 ); 2839 } 2840 2841 public void addRating ( 2845 org.opencrx.kernel.generic.cci.Rating newValue 2846 ) { 2847 refAddValue( 2848 "org:opencrx:kernel:generic:CrxObject:rating", 2849 newValue 2850 ); 2851 } 2852 2853 public void removeRating ( 2857 String id 2858 ) { 2859 refRemoveValue( 2860 "org:opencrx:kernel:generic:CrxObject:rating", 2861 id 2862 ); 2863 } 2864 2865 public Boolean isUserBoolean0 ( 2869 ) { 2870 return (Boolean )this.refGetValue("userBoolean0", 0); 2871 } 2872 public void setUserBoolean0( 2876 Boolean newValue 2877 ) { 2878 refSetValue("org:opencrx:kernel:generic:CrxObject:userBoolean0", 0, newValue); 2879 } 2880 2881 public Boolean isUserBoolean1 ( 2885 ) { 2886 return (Boolean )this.refGetValue("userBoolean1", 0); 2887 } 2888 public void setUserBoolean1( 2892 Boolean newValue 2893 ) { 2894 refSetValue("org:opencrx:kernel:generic:CrxObject:userBoolean1", 0, newValue); 2895 } 2896 2897 public Boolean isUserBoolean2 ( 2901 ) { 2902 return (Boolean )this.refGetValue("userBoolean2", 0); 2903 } 2904 public void setUserBoolean2( 2908 Boolean newValue 2909 ) { 2910 refSetValue("org:opencrx:kernel:generic:CrxObject:userBoolean2", 0, newValue); 2911 } 2912 2913 public Boolean isUserBoolean3 ( 2917 ) { 2918 return (Boolean )this.refGetValue("userBoolean3", 0); 2919 } 2920 public void setUserBoolean3( 2924 Boolean newValue 2925 ) { 2926 refSetValue("org:opencrx:kernel:generic:CrxObject:userBoolean3", 0, newValue); 2927 } 2928 2929 public java.util.List isUserBoolean4 ( 2933 ) { 2934 return (java.util.List )this.refGetValue("userBoolean4"); 2935 } 2936 public boolean isUserBoolean4( 2937 int index 2938 ) { 2939 return ((Boolean )this.refGetValue("org:opencrx:kernel:generic:CrxObject:userBoolean4", index)).booleanValue(); 2940 } 2941 2942 public void setUserBoolean4( 2946 java.util.List newValue 2947 ) { 2948 refSetValue("org:opencrx:kernel:generic:CrxObject:userBoolean4", newValue); 2949 } 2950 2951 public void setUserBoolean4( 2952 boolean[] newValue 2953 ) { 2954 refSetValue("org:opencrx:kernel:generic:CrxObject:userBoolean4", newValue); 2955 } 2956 2957 public Short getUserCode0 ( 2961 ) { 2962 return (Short )this.refGetValue("userCode0", 0); 2963 } 2964 public void setUserCode0( 2968 Short newValue 2969 ) { 2970 refSetValue("org:opencrx:kernel:generic:CrxObject:userCode0", 0, newValue); 2971 } 2972 2973 public Short getUserCode1 ( 2977 ) { 2978 return (Short )this.refGetValue("userCode1", 0); 2979 } 2980 public void setUserCode1( 2984 Short newValue 2985 ) { 2986 refSetValue("org:opencrx:kernel:generic:CrxObject:userCode1", 0, newValue); 2987 } 2988 2989 public Short getUserCode2 ( 2993 ) { 2994 return (Short )this.refGetValue("userCode2", 0); 2995 } 2996 public void setUserCode2( 3000 Short newValue 3001 ) { 3002 refSetValue("org:opencrx:kernel:generic:CrxObject:userCode2", 0, newValue); 3003 } 3004 3005 public Short getUserCode3 ( 3009 ) { 3010 return (Short )this.refGetValue("userCode3", 0); 3011 } 3012 public void setUserCode3( 3016 Short newValue 3017 ) { 3018 refSetValue("org:opencrx:kernel:generic:CrxObject:userCode3", 0, newValue); 3019 } 3020 3021 public java.util.List getUserCode4 ( 3025 ) { 3026 return (java.util.List )this.refGetValue("userCode4"); 3027 } 3028 public short getUserCode4( 3029 int index 3030 ) { 3031 return ((java.lang.Number )this.refGetValue("org:opencrx:kernel:generic:CrxObject:userCode4", index)).shortValue(); 3032 } 3033 3034 public void setUserCode4( 3038 java.util.List newValue 3039 ) { 3040 refSetValue("org:opencrx:kernel:generic:CrxObject:userCode4", newValue); 3041 } 3042 3043 public void setUserCode4( 3044 short[] newValue 3045 ) { 3046 refSetValue("org:opencrx:kernel:generic:CrxObject:userCode4", newValue); 3047 } 3048 3049 public org.openmdx.uses.javax.xml.datatype.XMLGregorianCalendar getUserDate0 ( 3053 ) { 3054 return (org.openmdx.uses.javax.xml.datatype.XMLGregorianCalendar)this.refGetValue("userDate0", 0); 3055 } 3056 public void setUserDate0( 3060 org.openmdx.uses.javax.xml.datatype.XMLGregorianCalendar newValue 3061 ) { 3062 refSetValue("org:opencrx:kernel:generic:CrxObject:userDate0", 0, newValue); 3063 } 3064 3065 public org.openmdx.uses.javax.xml.datatype.XMLGregorianCalendar getUserDate1 ( 3069 ) { 3070 return (org.openmdx.uses.javax.xml.datatype.XMLGregorianCalendar)this.refGetValue("userDate1", 0); 3071 } 3072 public void setUserDate1( 3076 org.openmdx.uses.javax.xml.datatype.XMLGregorianCalendar newValue 3077 ) { 3078 refSetValue("org:opencrx:kernel:generic:CrxObject:userDate1", 0, newValue); 3079 } 3080 3081 public org.openmdx.uses.javax.xml.datatype.XMLGregorianCalendar getUserDate2 ( 3085 ) { 3086 return (org.openmdx.uses.javax.xml.datatype.XMLGregorianCalendar)this.refGetValue("userDate2", 0); 3087 } 3088 public void setUserDate2( 3092 org.openmdx.uses.javax.xml.datatype.XMLGregorianCalendar newValue 3093 ) { 3094 refSetValue("org:opencrx:kernel:generic:CrxObject:userDate2", 0, newValue); 3095 } 3096 3097 public org.openmdx.uses.javax.xml.datatype.XMLGregorianCalendar getUserDate3 ( 3101 ) { 3102 return (org.openmdx.uses.javax.xml.datatype.XMLGregorianCalendar)this.refGetValue("userDate3", 0); 3103 } 3104 public void setUserDate3( 3108 org.openmdx.uses.javax.xml.datatype.XMLGregorianCalendar newValue 3109 ) { 3110 refSetValue("org:opencrx:kernel:generic:CrxObject:userDate3", 0, newValue); 3111 } 3112 3113 public java.util.List getUserDate4 ( 3117 ) { 3118 return (java.util.List )this.refGetValue("userDate4"); 3119 } 3120 public org.openmdx.uses.javax.xml.datatype.XMLGregorianCalendar getUserDate4( 3121 int index 3122 ) { 3123 return (org.openmdx.uses.javax.xml.datatype.XMLGregorianCalendar)this.refGetValue("org:opencrx:kernel:generic:CrxObject:userDate4", index); 3124 } 3125 3126 public void setUserDate4( 3130 java.util.List newValue 3131 ) { 3132 refSetValue("org:opencrx:kernel:generic:CrxObject:userDate4", newValue); 3133 } 3134 3135 public void setUserDate4( 3136 org.openmdx.uses.javax.xml.datatype.XMLGregorianCalendar[] newValue 3137 ) { 3138 refSetValue("org:opencrx:kernel:generic:CrxObject:userDate4", newValue); 3139 } 3140 3141 public java.util.Date getUserDateTime0 ( 3145 ) { 3146 return (java.util.Date )this.refGetValue("userDateTime0", 0); 3147 } 3148 public void setUserDateTime0( 3152 java.util.Date newValue 3153 ) { 3154 refSetValue("org:opencrx:kernel:generic:CrxObject:userDateTime0", 0, newValue); 3155 } 3156 3157 public java.util.Date getUserDateTime1 ( 3161 ) { 3162 return (java.util.Date )this.refGetValue("userDateTime1", 0); 3163 } 3164 public void setUserDateTime1( 3168 java.util.Date newValue 3169 ) { 3170 refSetValue("org:opencrx:kernel:generic:CrxObject:userDateTime1", 0, newValue); 3171 } 3172 3173 public java.util.Date getUserDateTime2 ( 3177 ) { 3178 return (java.util.Date )this.refGetValue("userDateTime2", 0); 3179 } 3180 public void setUserDateTime2( 3184 java.util.Date newValue 3185 ) { 3186 refSetValue("org:opencrx:kernel:generic:CrxObject:userDateTime2", 0, newValue); 3187 } 3188 3189 public java.util.Date getUserDateTime3 ( 3193 ) { 3194 return (java.util.Date )this.refGetValue("userDateTime3", 0); 3195 } 3196 public void setUserDateTime3( 3200 java.util.Date newValue 3201 ) { 3202 refSetValue("org:opencrx:kernel:generic:CrxObject:userDateTime3", 0, newValue); 3203 } 3204 3205 public java.util.List getUserDateTime4 ( 3209 ) { 3210 return (java.util.List )this.refGetValue("userDateTime4"); 3211 } 3212 public java.util.Date getUserDateTime4( 3213 int index 3214 ) { 3215 return (java.util.Date )this.refGetValue("org:opencrx:kernel:generic:CrxObject:userDateTime4", index); 3216 } 3217 3218 public void setUserDateTime4( 3222 java.util.List newValue 3223 ) { 3224 refSetValue("org:opencrx:kernel:generic:CrxObject:userDateTime4", newValue); 3225 } 3226 3227 public void setUserDateTime4( 3228 java.util.Date [] newValue 3229 ) { 3230 refSetValue("org:opencrx:kernel:generic:CrxObject:userDateTime4", newValue); 3231 } 3232 3233 public java.math.BigDecimal getUserNumber0 ( 3237 ) { 3238 return (java.math.BigDecimal )this.refGetValue("userNumber0", 0); 3239 } 3240 public void setUserNumber0( 3244 java.math.BigDecimal newValue 3245 ) { 3246 refSetValue("org:opencrx:kernel:generic:CrxObject:userNumber0", 0, newValue); 3247 } 3248 3249 public java.math.BigDecimal getUserNumber1 ( 3253 ) { 3254 return (java.math.BigDecimal )this.refGetValue("userNumber1", 0); 3255 } 3256 public void setUserNumber1( 3260 java.math.BigDecimal newValue 3261 ) { 3262 refSetValue("org:opencrx:kernel:generic:CrxObject:userNumber1", 0, newValue); 3263 } 3264 3265 public java.math.BigDecimal getUserNumber2 ( 3269 ) { 3270 return (java.math.BigDecimal )this.refGetValue("userNumber2", 0); 3271 } 3272 public void setUserNumber2( 3276 java.math.BigDecimal newValue 3277 ) { 3278 refSetValue("org:opencrx:kernel:generic:CrxObject:userNumber2", 0, newValue); 3279 } 3280 3281 public java.math.BigDecimal getUserNumber3 ( 3285 ) { 3286 return (java.math.BigDecimal )this.refGetValue("userNumber3", 0); 3287 } 3288 public void setUserNumber3( 3292 java.math.BigDecimal newValue 3293 ) { 3294 refSetValue("org:opencrx:kernel:generic:CrxObject:userNumber3", 0, newValue); 3295 } 3296 3297 public java.util.List getUserNumber4 ( 3301 ) { 3302 return (java.util.List )this.refGetValue("userNumber4"); 3303 } 3304 public java.math.BigDecimal getUserNumber4( 3305 int index 3306 ) { 3307 return (java.math.BigDecimal )this.refGetValue("org:opencrx:kernel:generic:CrxObject:userNumber4", index); 3308 } 3309 3310 public void setUserNumber4( 3314 java.util.List newValue 3315 ) { 3316 refSetValue("org:opencrx:kernel:generic:CrxObject:userNumber4", newValue); 3317 } 3318 3319 public void setUserNumber4( 3320 java.math.BigDecimal [] newValue 3321 ) { 3322 refSetValue("org:opencrx:kernel:generic:CrxObject:userNumber4", newValue); 3323 } 3324 3325 public String getUserString0 ( 3329 ) { 3330 return (String )this.refGetValue("userString0", 0); 3331 } 3332 public void setUserString0( 3336 String newValue 3337 ) { 3338 refSetValue("org:opencrx:kernel:generic:CrxObject:userString0", 0, newValue); 3339 } 3340 3341 public String getUserString1 ( 3345 ) { 3346 return (String )this.refGetValue("userString1", 0); 3347 } 3348 public void setUserString1( 3352 String newValue 3353 ) { 3354 refSetValue("org:opencrx:kernel:generic:CrxObject:userString1", 0, newValue); 3355 } 3356 3357 public String getUserString2 ( 3361 ) { 3362 return (String )this.refGetValue("userString2", 0); 3363 } 3364 public void setUserString2( 3368 String newValue 3369 ) { 3370 refSetValue("org:opencrx:kernel:generic:CrxObject:userString2", 0, newValue); 3371 } 3372 3373 public String getUserString3 ( 3377 ) { 3378 return (String )this.refGetValue("userString3", 0); 3379 } 3380 public void setUserString3( 3384 String newValue 3385 ) { 3386 refSetValue("org:opencrx:kernel:generic:CrxObject:userString3", 0, newValue); 3387 } 3388 3389 public java.util.List getUserString4 ( 3393 ) { 3394 return (java.util.List )this.refGetValue("userString4"); 3395 } 3396 public String getUserString4( 3397 int index 3398 ) { 3399 return (String )this.refGetValue("org:opencrx:kernel:generic:CrxObject:userString4", index); 3400 } 3401 3402 public void setUserString4( 3406 java.util.List newValue 3407 ) { 3408 refSetValue("org:opencrx:kernel:generic:CrxObject:userString4", newValue); 3409 } 3410 3411 public void setUserString4( 3412 String [] newValue 3413 ) { 3414 refSetValue("org:opencrx:kernel:generic:CrxObject:userString4", newValue); 3415 } 3416 3417 public java.util.Date getCreatedAt( 3421 ) { 3422 return getCreatedAt(0); 3423 } 3424 3425 protected java.util.Date getCreatedAt( 3426 int index 3427 ) { 3428 return (java.util.Date )this.refGetValue("org:openmdx:base:BasicObject:createdAt", index); 3429 } 3430 3431 protected void setCreatedAt( 3435 java.util.Date newValue 3436 ) { 3437 setCreatedAt(0, newValue); 3438 } 3439 3440 protected void setCreatedAt( 3441 int index, 3442 java.util.Date newValue 3443 ) { 3444 refSetValue("org:openmdx:base:BasicObject:createdAt", index, newValue); 3445 } 3446 public java.util.Set getCreatedBy ( 3450 ) { 3451 return (java.util.Set )this.refGetValue("createdBy"); 3452 } 3453 protected void setCreatedBy( 3457 java.util.Set newValue 3458 ) { 3459 refSetValue("org:openmdx:base:BasicObject:createdBy", newValue); 3460 } 3461 3462 protected void setCreatedBy( 3463 String [] newValue 3464 ) { 3465 refSetValue("org:openmdx:base:BasicObject:createdBy", newValue); 3466 } 3467 3468 public java.util.Date getModifiedAt( 3472 ) { 3473 return getModifiedAt(0); 3474 } 3475 3476 protected java.util.Date getModifiedAt( 3477 int index 3478 ) { 3479 return (java.util.Date )this.refGetValue("org:openmdx:base:BasicObject:modifiedAt", index); 3480 } 3481 3482 protected void setModifiedAt( 3486 java.util.Date newValue 3487 ) { 3488 setModifiedAt(0, newValue); 3489 } 3490 3491 protected void setModifiedAt( 3492 int index, 3493 java.util.Date newValue 3494 ) { 3495 refSetValue("org:openmdx:base:BasicObject:modifiedAt", index, newValue); 3496 } 3497 public java.util.Set getModifiedBy ( 3501 ) { 3502 return (java.util.Set )this.refGetValue("modifiedBy"); 3503 } 3504 protected void setModifiedBy( 3508 java.util.Set newValue 3509 ) { 3510 refSetValue("org:openmdx:base:BasicObject:modifiedBy", newValue); 3511 } 3512 3513 protected void setModifiedBy( 3514 String [] newValue 3515 ) { 3516 refSetValue("org:openmdx:base:BasicObject:modifiedBy", newValue); 3517 } 3518 3519 protected void setContext( 3523 java.util.List newValue 3524 ) { 3525 refSetValue("org:openmdx:base:ContextCapable:context", newValue); 3526 } 3527 3528 protected void setContext( 3529 org.openmdx.base.cci.Context[] newValue 3530 ) { 3531 refSetValue("org:openmdx:base:ContextCapable:context", newValue); 3532 } 3533 3534 public org.openmdx.base.cci.Context getContext( 3538 String id 3539 ) { 3540 return (org.openmdx.base.cci.Context)refGetValue( 3541 "org:openmdx:base:ContextCapable:context", 3542 id 3543 ); 3544 } 3545 3546 public java.util.Collection getContext( 3550 ) { 3551 return (java.util.Collection )refGetValue( 3552 "org:openmdx:base:ContextCapable:context" 3553 ); 3554 } 3555 3556 protected void addContext ( 3560 String id, 3561 org.openmdx.base.cci.Context newValue 3562 ) { 3563 refAddValue( 3564 "org:openmdx:base:ContextCapable:context", 3565 id, 3566 newValue 3567 ); 3568 } 3569 3570 protected void addContext ( 3574 org.openmdx.base.cci.Context newValue 3575 ) { 3576 refAddValue( 3577 "org:openmdx:base:ContextCapable:context", 3578 newValue 3579 ); 3580 } 3581 3582 protected void removeContext ( 3586 String id 3587 ) { 3588 refRemoveValue( 3589 "org:openmdx:base:ContextCapable:context", 3590 id 3591 ); 3592 } 3593 3594 public String getIdentity( 3598 ) { 3599 return getIdentity(0); 3600 } 3601 3602 protected String getIdentity( 3603 int index 3604 ) { 3605 return (String )this.refGetValue("org:openmdx:base:ExtentCapable:identity", index); 3606 } 3607 3608 protected void setIdentity( 3612 String newValue 3613 ) { 3614 setIdentity(0, newValue); 3615 } 3616 3617 protected void setIdentity( 3618 int index, 3619 String newValue 3620 ) { 3621 refSetValue("org:openmdx:base:ExtentCapable:identity", index, newValue); 3622 } 3623 protected void setView( 3627 java.util.List newValue 3628 ) { 3629 refSetValue("org:openmdx:compatibility:view1:ViewCapable:view", newValue); 3630 } 3631 3632 protected void setView( 3633 org.openmdx.compatibility.view1.cci.View[] newValue 3634 ) { 3635 refSetValue("org:openmdx:compatibility:view1:ViewCapable:view", newValue); 3636 } 3637 3638 public org.openmdx.compatibility.view1.cci.View getView( 3642 String namespace 3643 ) { 3644 return (org.openmdx.compatibility.view1.cci.View)refGetValue( 3645 "org:openmdx:compatibility:view1:ViewCapable:view", 3646 namespace 3647 ); 3648 } 3649 3650 public java.util.Collection getView( 3654 ) { 3655 return (java.util.Collection )refGetValue( 3656 "org:openmdx:compatibility:view1:ViewCapable:view" 3657 ); 3658 } 3659 3660 public java.util.List getView( 3661 org.openmdx.compatibility.view1.cci.ViewFilter filter 3662 ) { 3663 return ((org.openmdx.compatibility.base.collection.Container)refGetValue( 3664 "org:openmdx:compatibility:view1:ViewCapable:view" 3665 )).toList(filter); 3666 } 3667 3668 protected void addView ( 3672 String namespace, 3673 org.openmdx.compatibility.view1.cci.View newValue 3674 ) { 3675 refAddValue( 3676 "org:openmdx:compatibility:view1:ViewCapable:view", 3677 namespace, 3678 newValue 3679 ); 3680 } 3681 3682 protected void addView ( 3686 org.openmdx.compatibility.view1.cci.View newValue 3687 ) { 3688 refAddValue( 3689 "org:openmdx:compatibility:view1:ViewCapable:view", 3690 newValue 3691 ); 3692 } 3693 3694 protected void removeView ( 3698 String namespace 3699 ) { 3700 refRemoveValue( 3701 "org:openmdx:compatibility:view1:ViewCapable:view", 3702 namespace 3703 ); 3704 } 3705 3706} 3710 | Popular Tags |