1 package org.opencrx.kernel.home1.cci; 14 15 public class UserHomeImpl 16 extends org.openmdx.base.accessor.jmi.spi.RefObject_1 17 implements UserHome { 18 19 public UserHomeImpl( 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 public org.opencrx.kernel.base.cci.ImportResult importItem( 30 org.opencrx.kernel.base.cci.ImportParams params 31 ) throws javax.jmi.reflect.RefException { 32 java.util.List args = new java.util.ArrayList (); 33 args.add(params); 34 return (org.opencrx.kernel.base.cci.ImportResult)refInvokeOperation( 35 "org:opencrx:kernel:base:Importer:importItem", 36 args 37 ); 38 } 39 40 public org.opencrx.kernel.base.cci.ImportResult importItem( 41 byte[] item 42 , String itemMimeType 43 , String itemName 44 , short locale 45 ) throws javax.jmi.reflect.RefException { 46 return importItem( 47 ((org.opencrx.kernel.base.cci.basePackage)refOutermostPackage().refPackage("org:opencrx:kernel:base")).createImportParams( 48 item 49 , itemMimeType 50 , itemName 51 , locale 52 ) 53 ); 54 } 55 56 public short getAccessLevelBrowse( 60 ) { 61 return getAccessLevelBrowse(0); 62 } 63 64 protected short getAccessLevelBrowse( 65 int index 66 ) { 67 return ((java.lang.Number )this.refGetValue("org:opencrx:kernel:base:SecureObject:accessLevelBrowse", index)).shortValue(); 68 } 69 70 public void setAccessLevelBrowse( 74 short newValue 75 ) { 76 setAccessLevelBrowse(0, newValue); 77 } 78 79 protected void setAccessLevelBrowse( 80 int index, 81 short newValue 82 ) { 83 refSetValue("org:opencrx:kernel:base:SecureObject:accessLevelBrowse", index, new Short (newValue)); 84 } 85 public short getAccessLevelDelete( 89 ) { 90 return getAccessLevelDelete(0); 91 } 92 93 protected short getAccessLevelDelete( 94 int index 95 ) { 96 return ((java.lang.Number )this.refGetValue("org:opencrx:kernel:base:SecureObject:accessLevelDelete", index)).shortValue(); 97 } 98 99 public void setAccessLevelDelete( 103 short newValue 104 ) { 105 setAccessLevelDelete(0, newValue); 106 } 107 108 protected void setAccessLevelDelete( 109 int index, 110 short newValue 111 ) { 112 refSetValue("org:opencrx:kernel:base:SecureObject:accessLevelDelete", index, new Short (newValue)); 113 } 114 public short getAccessLevelUpdate( 118 ) { 119 return getAccessLevelUpdate(0); 120 } 121 122 protected short getAccessLevelUpdate( 123 int index 124 ) { 125 return ((java.lang.Number )this.refGetValue("org:opencrx:kernel:base:SecureObject:accessLevelUpdate", index)).shortValue(); 126 } 127 128 public void setAccessLevelUpdate( 132 short newValue 133 ) { 134 setAccessLevelUpdate(0, newValue); 135 } 136 137 protected void setAccessLevelUpdate( 138 int index, 139 short newValue 140 ) { 141 refSetValue("org:opencrx:kernel:base:SecureObject:accessLevelUpdate", index, new Short (newValue)); 142 } 143 public org.opencrx.kernel.base.cci.ModifySecureObjectResult addOwningGroup( 147 org.opencrx.kernel.base.cci.ModifyOwningGroupParams params 148 ) throws javax.jmi.reflect.RefException { 149 java.util.List args = new java.util.ArrayList (); 150 args.add(params); 151 return (org.opencrx.kernel.base.cci.ModifySecureObjectResult)refInvokeOperation( 152 "org:opencrx:kernel:base:SecureObject:addOwningGroup", 153 args 154 ); 155 } 156 157 public org.opencrx.kernel.base.cci.ModifySecureObjectResult addOwningGroup( 158 org.opencrx.security.realm1.cci.PrincipalGroup group 159 , short mode 160 ) throws javax.jmi.reflect.RefException { 161 return addOwningGroup( 162 ((org.opencrx.kernel.base.cci.basePackage)refOutermostPackage().refPackage("org:opencrx:kernel:base")).createModifyOwningGroupParams( 163 group 164 , mode 165 ) 166 ); 167 } 168 169 public java.util.List getOwner ( 173 ) { 174 return (java.util.List )this.refGetValue("owner"); 175 } 176 public String getOwner( 177 int index 178 ) { 179 return (String )this.refGetValue("org:opencrx:kernel:base:SecureObject:owner", index); 180 } 181 182 protected void setOwner( 186 java.util.List newValue 187 ) { 188 refSetValue("org:opencrx:kernel:base:SecureObject:owner", newValue); 189 } 190 191 protected void setOwner( 192 String [] newValue 193 ) { 194 refSetValue("org:opencrx:kernel:base:SecureObject:owner", newValue); 195 } 196 197 public void setOwningGroup( 201 java.util.List newValue 202 ) { 203 refSetValue("org:opencrx:kernel:base:SecureObject:owningGroup", newValue); 204 } 205 206 public void setOwningGroup( 207 org.opencrx.security.realm1.cci.PrincipalGroup[] newValue 208 ) { 209 refSetValue("org:opencrx:kernel:base:SecureObject:owningGroup", newValue); 210 } 211 212 public org.opencrx.security.realm1.cci.PrincipalGroup getOwningGroup( 216 int index 217 ) { 218 return (org.opencrx.security.realm1.cci.PrincipalGroup)refGetValue( 219 "org:opencrx:kernel:base:SecureObject:owningGroup", 220 new Integer (index) 221 ); 222 } 223 224 public java.util.Collection getOwningGroup( 228 ) { 229 return (java.util.Collection )refGetValue( 230 "org:opencrx:kernel:base:SecureObject:owningGroup" 231 ); 232 } 233 234 public void addOwningGroup ( 238 int index, 239 org.opencrx.security.realm1.cci.PrincipalGroup newValue 240 ) { 241 refAddValue( 242 "org:opencrx:kernel:base:SecureObject:owningGroup", 243 new Integer (index), 244 newValue 245 ); 246 } 247 248 public void addOwningGroup ( 252 org.opencrx.security.realm1.cci.PrincipalGroup newValue 253 ) { 254 refAddValue( 255 "org:opencrx:kernel:base:SecureObject:owningGroup", 256 newValue 257 ); 258 } 259 260 public void removeOwningGroup ( 264 int index 265 ) { 266 refRemoveValue( 267 "org:opencrx:kernel:base:SecureObject:owningGroup", 268 new Integer (index) 269 ); 270 } 271 272 public org.opencrx.security.realm1.cci.User getOwningUser( 276 ) { 277 return (org.opencrx.security.realm1.cci.User)refGetValue( 278 "org:opencrx:kernel:base:SecureObject:owningUser" 279 ); 280 } 281 282 public void setOwningUser( 286 org.opencrx.security.realm1.cci.User newValue 287 ) { 288 refSetValue( 289 "org:opencrx:kernel:base:SecureObject:owningUser", 290 newValue 291 ); 292 } 293 294 public void removeOwningUser ( 298 ) { 299 refRemoveValue( 300 "org:opencrx:kernel:base:SecureObject:owningUser" 301 ); 302 } 303 public org.opencrx.kernel.base.cci.ModifySecureObjectResult removeAllOwningGroup( 307 org.opencrx.kernel.base.cci.RemoveAllOwningGroupParams params 308 ) throws javax.jmi.reflect.RefException { 309 java.util.List args = new java.util.ArrayList (); 310 args.add(params); 311 return (org.opencrx.kernel.base.cci.ModifySecureObjectResult)refInvokeOperation( 312 "org:opencrx:kernel:base:SecureObject:removeAllOwningGroup", 313 args 314 ); 315 } 316 317 public org.opencrx.kernel.base.cci.ModifySecureObjectResult removeAllOwningGroup( 318 short mode 319 ) throws javax.jmi.reflect.RefException { 320 return removeAllOwningGroup( 321 ((org.opencrx.kernel.base.cci.basePackage)refOutermostPackage().refPackage("org:opencrx:kernel:base")).createRemoveAllOwningGroupParams( 322 mode 323 ) 324 ); 325 } 326 327 public org.opencrx.kernel.base.cci.ModifySecureObjectResult removeOwningGroup( 331 org.opencrx.kernel.base.cci.ModifyOwningGroupParams params 332 ) throws javax.jmi.reflect.RefException { 333 java.util.List args = new java.util.ArrayList (); 334 args.add(params); 335 return (org.opencrx.kernel.base.cci.ModifySecureObjectResult)refInvokeOperation( 336 "org:opencrx:kernel:base:SecureObject:removeOwningGroup", 337 args 338 ); 339 } 340 341 public org.opencrx.kernel.base.cci.ModifySecureObjectResult removeOwningGroup( 342 org.opencrx.security.realm1.cci.PrincipalGroup group 343 , short mode 344 ) throws javax.jmi.reflect.RefException { 345 return removeOwningGroup( 346 ((org.opencrx.kernel.base.cci.basePackage)refOutermostPackage().refPackage("org:opencrx:kernel:base")).createModifyOwningGroupParams( 347 group 348 , mode 349 ) 350 ); 351 } 352 353 public org.opencrx.kernel.base.cci.ModifySecureObjectResult setAccessLevel( 357 org.opencrx.kernel.base.cci.SetAccessLevelParams params 358 ) throws javax.jmi.reflect.RefException { 359 java.util.List args = new java.util.ArrayList (); 360 args.add(params); 361 return (org.opencrx.kernel.base.cci.ModifySecureObjectResult)refInvokeOperation( 362 "org:opencrx:kernel:base:SecureObject:setAccessLevel", 363 args 364 ); 365 } 366 367 public org.opencrx.kernel.base.cci.ModifySecureObjectResult setAccessLevel( 368 short accessLevelBrowse 369 , short accessLevelDelete 370 , short accessLevelUpdate 371 , short mode 372 ) throws javax.jmi.reflect.RefException { 373 return setAccessLevel( 374 ((org.opencrx.kernel.base.cci.basePackage)refOutermostPackage().refPackage("org:opencrx:kernel:base")).createSetAccessLevelParams( 375 accessLevelBrowse 376 , accessLevelDelete 377 , accessLevelUpdate 378 , mode 379 ) 380 ); 381 } 382 383 public org.opencrx.kernel.base.cci.ModifySecureObjectResult setOwningUser( 387 org.opencrx.kernel.base.cci.SetOwningUserParams params 388 ) throws javax.jmi.reflect.RefException { 389 java.util.List args = new java.util.ArrayList (); 390 args.add(params); 391 return (org.opencrx.kernel.base.cci.ModifySecureObjectResult)refInvokeOperation( 392 "org:opencrx:kernel:base:SecureObject:setOwningUser", 393 args 394 ); 395 } 396 397 public org.opencrx.kernel.base.cci.ModifySecureObjectResult setOwningUser( 398 short mode 399 , org.opencrx.security.realm1.cci.User user 400 ) throws javax.jmi.reflect.RefException { 401 return setOwningUser( 402 ((org.opencrx.kernel.base.cci.basePackage)refOutermostPackage().refPackage("org:opencrx:kernel:base")).createSetOwningUserParams( 403 mode 404 , user 405 ) 406 ); 407 } 408 409 public org.opencrx.kernel.base.cci.ExecuteWorkflowResult executeWorkflow( 413 org.opencrx.kernel.base.cci.ExecuteWorkflowParams params 414 ) throws javax.jmi.reflect.RefException { 415 java.util.List args = new java.util.ArrayList (); 416 args.add(params); 417 return (org.opencrx.kernel.base.cci.ExecuteWorkflowResult)refInvokeOperation( 418 "org:opencrx:kernel:base:WorkflowTarget:executeWorkflow", 419 args 420 ); 421 } 422 423 public org.opencrx.kernel.base.cci.ExecuteWorkflowResult executeWorkflow( 424 java.util.Date startAt 425 , org.openmdx.base.cci.BasicObject targetObject 426 , String targetObjectXri 427 , String triggeredByEventId 428 , Integer triggeredByEventType 429 , org.opencrx.kernel.base.cci.Subscription triggeredBySubscription 430 , org.opencrx.kernel.base.cci.WfProcess workflow 431 ) throws javax.jmi.reflect.RefException { 432 return executeWorkflow( 433 ((org.opencrx.kernel.base.cci.basePackage)refOutermostPackage().refPackage("org:opencrx:kernel:base")).createExecuteWorkflowParams( 434 startAt 435 , targetObject 436 , targetObjectXri 437 , triggeredByEventId 438 , triggeredByEventType 439 , triggeredBySubscription 440 , workflow 441 ) 442 ); 443 } 444 445 public void setAccessHistory( 449 java.util.List newValue 450 ) { 451 refSetValue("org:opencrx:kernel:home1:UserHome:accessHistory", newValue); 452 } 453 454 public void setAccessHistory( 455 org.opencrx.kernel.home1.cci.AccessHistory[] newValue 456 ) { 457 refSetValue("org:opencrx:kernel:home1:UserHome:accessHistory", newValue); 458 } 459 460 public org.opencrx.kernel.home1.cci.AccessHistory getAccessHistory( 464 String id 465 ) { 466 return (org.opencrx.kernel.home1.cci.AccessHistory)refGetValue( 467 "org:opencrx:kernel:home1:UserHome:accessHistory", 468 id 469 ); 470 } 471 472 public java.util.Collection getAccessHistory( 476 ) { 477 return (java.util.Collection )refGetValue( 478 "org:opencrx:kernel:home1:UserHome:accessHistory" 479 ); 480 } 481 482 public java.util.List getAccessHistory( 483 org.opencrx.kernel.home1.cci.AccessHistoryFilter filter 484 ) { 485 return ((org.openmdx.compatibility.base.collection.Container)refGetValue( 486 "org:opencrx:kernel:home1:UserHome:accessHistory" 487 )).toList(filter); 488 } 489 490 public void addAccessHistory ( 494 String id, 495 org.opencrx.kernel.home1.cci.AccessHistory newValue 496 ) { 497 refAddValue( 498 "org:opencrx:kernel:home1:UserHome:accessHistory", 499 id, 500 newValue 501 ); 502 } 503 504 public void addAccessHistory ( 508 org.opencrx.kernel.home1.cci.AccessHistory newValue 509 ) { 510 refAddValue( 511 "org:opencrx:kernel:home1:UserHome:accessHistory", 512 newValue 513 ); 514 } 515 516 public void removeAccessHistory ( 520 String id 521 ) { 522 refRemoveValue( 523 "org:opencrx:kernel:home1:UserHome:accessHistory", 524 id 525 ); 526 } 527 528 public void setAlert( 532 java.util.List newValue 533 ) { 534 refSetValue("org:opencrx:kernel:home1:UserHome:alert", newValue); 535 } 536 537 public void setAlert( 538 org.opencrx.kernel.home1.cci.Alert[] newValue 539 ) { 540 refSetValue("org:opencrx:kernel:home1:UserHome:alert", newValue); 541 } 542 543 public org.opencrx.kernel.home1.cci.Alert getAlert( 547 String id 548 ) { 549 return (org.opencrx.kernel.home1.cci.Alert)refGetValue( 550 "org:opencrx:kernel:home1:UserHome:alert", 551 id 552 ); 553 } 554 555 public java.util.Collection getAlert( 559 ) { 560 return (java.util.Collection )refGetValue( 561 "org:opencrx:kernel:home1:UserHome:alert" 562 ); 563 } 564 565 public java.util.List getAlert( 566 org.opencrx.kernel.home1.cci.AlertFilter filter 567 ) { 568 return ((org.openmdx.compatibility.base.collection.Container)refGetValue( 569 "org:opencrx:kernel:home1:UserHome:alert" 570 )).toList(filter); 571 } 572 573 public void addAlert ( 577 String id, 578 org.opencrx.kernel.home1.cci.Alert newValue 579 ) { 580 refAddValue( 581 "org:opencrx:kernel:home1:UserHome:alert", 582 id, 583 newValue 584 ); 585 } 586 587 public void addAlert ( 591 org.opencrx.kernel.home1.cci.Alert newValue 592 ) { 593 refAddValue( 594 "org:opencrx:kernel:home1:UserHome:alert", 595 newValue 596 ); 597 } 598 599 public void removeAlert ( 603 String id 604 ) { 605 refRemoveValue( 606 "org:opencrx:kernel:home1:UserHome:alert", 607 id 608 ); 609 } 610 611 protected void setAssignedActivity( 615 java.util.List newValue 616 ) { 617 refSetValue("org:opencrx:kernel:home1:UserHome:assignedActivity", newValue); 618 } 619 620 protected void setAssignedActivity( 621 org.opencrx.kernel.activity1.cci.Activity[] newValue 622 ) { 623 refSetValue("org:opencrx:kernel:home1:UserHome:assignedActivity", newValue); 624 } 625 626 public org.opencrx.kernel.activity1.cci.Activity getAssignedActivity( 630 String id 631 ) { 632 return (org.opencrx.kernel.activity1.cci.Activity)refGetValue( 633 "org:opencrx:kernel:home1:UserHome:assignedActivity", 634 id 635 ); 636 } 637 638 public java.util.Collection getAssignedActivity( 642 ) { 643 return (java.util.Collection )refGetValue( 644 "org:opencrx:kernel:home1:UserHome:assignedActivity" 645 ); 646 } 647 648 public java.util.List getAssignedActivity( 649 org.opencrx.kernel.activity1.cci.ActivityFilter filter 650 ) { 651 return ((org.openmdx.compatibility.base.collection.Container)refGetValue( 652 "org:opencrx:kernel:home1:UserHome:assignedActivity" 653 )).toList(filter); 654 } 655 656 protected void addAssignedActivity ( 660 String id, 661 org.opencrx.kernel.activity1.cci.Activity newValue 662 ) { 663 refAddValue( 664 "org:opencrx:kernel:home1:UserHome:assignedActivity", 665 id, 666 newValue 667 ); 668 } 669 670 protected void addAssignedActivity ( 674 org.opencrx.kernel.activity1.cci.Activity newValue 675 ) { 676 refAddValue( 677 "org:opencrx:kernel:home1:UserHome:assignedActivity", 678 newValue 679 ); 680 } 681 682 protected void removeAssignedActivity ( 686 String id 687 ) { 688 refRemoveValue( 689 "org:opencrx:kernel:home1:UserHome:assignedActivity", 690 id 691 ); 692 } 693 694 protected void setAssignedContract( 698 java.util.List newValue 699 ) { 700 refSetValue("org:opencrx:kernel:home1:UserHome:assignedContract", newValue); 701 } 702 703 protected void setAssignedContract( 704 org.opencrx.kernel.contract1.cci.AbstractContract[] newValue 705 ) { 706 refSetValue("org:opencrx:kernel:home1:UserHome:assignedContract", newValue); 707 } 708 709 public org.opencrx.kernel.contract1.cci.AbstractContract getAssignedContract( 713 String id 714 ) { 715 return (org.opencrx.kernel.contract1.cci.AbstractContract)refGetValue( 716 "org:opencrx:kernel:home1:UserHome:assignedContract", 717 id 718 ); 719 } 720 721 public java.util.Collection getAssignedContract( 725 ) { 726 return (java.util.Collection )refGetValue( 727 "org:opencrx:kernel:home1:UserHome:assignedContract" 728 ); 729 } 730 731 public java.util.List getAssignedContract( 732 org.opencrx.kernel.contract1.cci.AbstractContractFilter filter 733 ) { 734 return ((org.openmdx.compatibility.base.collection.Container)refGetValue( 735 "org:opencrx:kernel:home1:UserHome:assignedContract" 736 )).toList(filter); 737 } 738 739 protected void addAssignedContract ( 743 String id, 744 org.opencrx.kernel.contract1.cci.AbstractContract newValue 745 ) { 746 refAddValue( 747 "org:opencrx:kernel:home1:UserHome:assignedContract", 748 id, 749 newValue 750 ); 751 } 752 753 protected void addAssignedContract ( 757 org.opencrx.kernel.contract1.cci.AbstractContract newValue 758 ) { 759 refAddValue( 760 "org:opencrx:kernel:home1:UserHome:assignedContract", 761 newValue 762 ); 763 } 764 765 protected void removeAssignedContract ( 769 String id 770 ) { 771 refRemoveValue( 772 "org:opencrx:kernel:home1:UserHome:assignedContract", 773 id 774 ); 775 } 776 777 public org.opencrx.kernel.home1.cci.ChangePasswordResult changePassword( 781 org.opencrx.kernel.home1.cci.ChangePasswordParams params 782 ) throws javax.jmi.reflect.RefException { 783 java.util.List args = new java.util.ArrayList (); 784 args.add(params); 785 return (org.opencrx.kernel.home1.cci.ChangePasswordResult)refInvokeOperation( 786 "org:opencrx:kernel:home1:UserHome:changePassword", 787 args 788 ); 789 } 790 791 public org.opencrx.kernel.home1.cci.ChangePasswordResult changePassword( 792 String newPassword 793 , String newPasswordVerification 794 , String oldPassword 795 ) throws javax.jmi.reflect.RefException { 796 return changePassword( 797 ((org.opencrx.kernel.home1.cci.home1Package)refOutermostPackage().refPackage("org:opencrx:kernel:home1")).createChangePasswordParams( 798 newPassword 799 , newPasswordVerification 800 , oldPassword 801 ) 802 ); 803 } 804 805 protected void setChart( 809 java.util.List newValue 810 ) { 811 refSetValue("org:opencrx:kernel:home1:UserHome:chart", newValue); 812 } 813 814 protected void setChart( 815 org.opencrx.kernel.home1.cci.Chart[] newValue 816 ) { 817 refSetValue("org:opencrx:kernel:home1:UserHome:chart", newValue); 818 } 819 820 public org.opencrx.kernel.home1.cci.Chart getChart( 824 String id 825 ) { 826 return (org.opencrx.kernel.home1.cci.Chart)refGetValue( 827 "org:opencrx:kernel:home1:UserHome:chart", 828 id 829 ); 830 } 831 832 public java.util.Collection getChart( 836 ) { 837 return (java.util.Collection )refGetValue( 838 "org:opencrx:kernel:home1:UserHome:chart" 839 ); 840 } 841 842 public java.util.List getChart( 843 org.opencrx.kernel.home1.cci.ChartFilter filter 844 ) { 845 return ((org.openmdx.compatibility.base.collection.Container)refGetValue( 846 "org:opencrx:kernel:home1:UserHome:chart" 847 )).toList(filter); 848 } 849 850 protected void addChart ( 854 String id, 855 org.opencrx.kernel.home1.cci.Chart newValue 856 ) { 857 refAddValue( 858 "org:opencrx:kernel:home1:UserHome:chart", 859 id, 860 newValue 861 ); 862 } 863 864 protected void addChart ( 868 org.opencrx.kernel.home1.cci.Chart newValue 869 ) { 870 refAddValue( 871 "org:opencrx:kernel:home1:UserHome:chart", 872 newValue 873 ); 874 } 875 876 protected void removeChart ( 880 String id 881 ) { 882 refRemoveValue( 883 "org:opencrx:kernel:home1:UserHome:chart", 884 id 885 ); 886 } 887 888 public org.opencrx.kernel.base.cci.Chart getChart0( 892 ) { 893 return (org.opencrx.kernel.base.cci.Chart)refGetValue( 894 "org:opencrx:kernel:home1:UserHome:chart0" 895 ); 896 } 897 898 public void setChart0( 902 org.opencrx.kernel.base.cci.Chart newValue 903 ) { 904 refSetValue( 905 "org:opencrx:kernel:home1:UserHome:chart0", 906 newValue 907 ); 908 } 909 910 public void removeChart0 ( 914 ) { 915 refRemoveValue( 916 "org:opencrx:kernel:home1:UserHome:chart0" 917 ); 918 } 919 public org.opencrx.kernel.base.cci.Chart getChart1( 923 ) { 924 return (org.opencrx.kernel.base.cci.Chart)refGetValue( 925 "org:opencrx:kernel:home1:UserHome:chart1" 926 ); 927 } 928 929 public void setChart1( 933 org.opencrx.kernel.base.cci.Chart newValue 934 ) { 935 refSetValue( 936 "org:opencrx:kernel:home1:UserHome:chart1", 937 newValue 938 ); 939 } 940 941 public void removeChart1 ( 945 ) { 946 refRemoveValue( 947 "org:opencrx:kernel:home1:UserHome:chart1" 948 ); 949 } 950 public org.opencrx.kernel.base.cci.Chart getChart2( 954 ) { 955 return (org.opencrx.kernel.base.cci.Chart)refGetValue( 956 "org:opencrx:kernel:home1:UserHome:chart2" 957 ); 958 } 959 960 public void setChart2( 964 org.opencrx.kernel.base.cci.Chart newValue 965 ) { 966 refSetValue( 967 "org:opencrx:kernel:home1:UserHome:chart2", 968 newValue 969 ); 970 } 971 972 public void removeChart2 ( 976 ) { 977 refRemoveValue( 978 "org:opencrx:kernel:home1:UserHome:chart2" 979 ); 980 } 981 public org.opencrx.kernel.base.cci.Chart getChart3( 985 ) { 986 return (org.opencrx.kernel.base.cci.Chart)refGetValue( 987 "org:opencrx:kernel:home1:UserHome:chart3" 988 ); 989 } 990 991 public void setChart3( 995 org.opencrx.kernel.base.cci.Chart newValue 996 ) { 997 refSetValue( 998 "org:opencrx:kernel:home1:UserHome:chart3", 999 newValue 1000 ); 1001 } 1002 1003 public void removeChart3 ( 1007 ) { 1008 refRemoveValue( 1009 "org:opencrx:kernel:home1:UserHome:chart3" 1010 ); 1011 } 1012 public org.opencrx.kernel.account1.cci.Contact getContact( 1016 ) { 1017 return (org.opencrx.kernel.account1.cci.Contact)refGetValue( 1018 "org:opencrx:kernel:home1:UserHome:contact" 1019 ); 1020 } 1021 1022 public void setContact( 1026 org.opencrx.kernel.account1.cci.Contact newValue 1027 ) { 1028 refSetValue( 1029 "org:opencrx:kernel:home1:UserHome:contact", 1030 newValue 1031 ); 1032 } 1033 1034 public void removeContact ( 1038 ) { 1039 refRemoveValue( 1040 "org:opencrx:kernel:home1:UserHome:contact" 1041 ); 1042 } 1043 public void setEMailAccount( 1047 java.util.List newValue 1048 ) { 1049 refSetValue("org:opencrx:kernel:home1:UserHome:eMailAccount", newValue); 1050 } 1051 1052 public void setEMailAccount( 1053 org.opencrx.kernel.home1.cci.EMailAccount[] newValue 1054 ) { 1055 refSetValue("org:opencrx:kernel:home1:UserHome:eMailAccount", newValue); 1056 } 1057 1058 public org.opencrx.kernel.home1.cci.EMailAccount getEMailAccount( 1062 String id 1063 ) { 1064 return (org.opencrx.kernel.home1.cci.EMailAccount)refGetValue( 1065 "org:opencrx:kernel:home1:UserHome:eMailAccount", 1066 id 1067 ); 1068 } 1069 1070 public java.util.Collection getEMailAccount( 1074 ) { 1075 return (java.util.Collection )refGetValue( 1076 "org:opencrx:kernel:home1:UserHome:eMailAccount" 1077 ); 1078 } 1079 1080 public java.util.List getEMailAccount( 1081 org.opencrx.kernel.home1.cci.EMailAccountFilter filter 1082 ) { 1083 return ((org.openmdx.compatibility.base.collection.Container)refGetValue( 1084 "org:opencrx:kernel:home1:UserHome:eMailAccount" 1085 )).toList(filter); 1086 } 1087 1088 public void addEMailAccount ( 1092 String id, 1093 org.opencrx.kernel.home1.cci.EMailAccount newValue 1094 ) { 1095 refAddValue( 1096 "org:opencrx:kernel:home1:UserHome:eMailAccount", 1097 id, 1098 newValue 1099 ); 1100 } 1101 1102 public void addEMailAccount ( 1106 org.opencrx.kernel.home1.cci.EMailAccount newValue 1107 ) { 1108 refAddValue( 1109 "org:opencrx:kernel:home1:UserHome:eMailAccount", 1110 newValue 1111 ); 1112 } 1113 1114 public void removeEMailAccount ( 1118 String id 1119 ) { 1120 refRemoveValue( 1121 "org:opencrx:kernel:home1:UserHome:eMailAccount", 1122 id 1123 ); 1124 } 1125 1126 public byte[] getFavoriteChart0( 1130 ) { 1131 return getFavoriteChart0(0); 1132 } 1133 1134 protected byte[] getFavoriteChart0( 1135 int index 1136 ) { 1137 return (byte[])this.refGetValue("org:opencrx:kernel:home1:UserHome:favoriteChart0", index); 1138 } 1139 1140 protected void setFavoriteChart0( 1144 byte[] newValue 1145 ) { 1146 setFavoriteChart0(0, newValue); 1147 } 1148 1149 protected void setFavoriteChart0( 1150 int index, 1151 byte[] newValue 1152 ) { 1153 refSetValue("org:opencrx:kernel:home1:UserHome:favoriteChart0", index, newValue); 1154 } 1155 public String getFavoriteChart0Description ( 1159 ) { 1160 return (String )this.refGetValue("favoriteChart0Description", 0); 1161 } 1162 protected void setFavoriteChart0Description( 1166 String newValue 1167 ) { 1168 refSetValue("org:opencrx:kernel:home1:UserHome:favoriteChart0Description", 0, newValue); 1169 } 1170 1171 public String getFavoriteChart0MimeType ( 1175 ) { 1176 return (String )this.refGetValue("favoriteChart0MimeType", 0); 1177 } 1178 protected void setFavoriteChart0MimeType( 1182 String newValue 1183 ) { 1184 refSetValue("org:opencrx:kernel:home1:UserHome:favoriteChart0MimeType", 0, newValue); 1185 } 1186 1187 public String getFavoriteChart0Name ( 1191 ) { 1192 return (String )this.refGetValue("favoriteChart0Name", 0); 1193 } 1194 protected void setFavoriteChart0Name( 1198 String newValue 1199 ) { 1200 refSetValue("org:opencrx:kernel:home1:UserHome:favoriteChart0Name", 0, newValue); 1201 } 1202 1203 public byte[] getFavoriteChart1( 1207 ) { 1208 return getFavoriteChart1(0); 1209 } 1210 1211 protected byte[] getFavoriteChart1( 1212 int index 1213 ) { 1214 return (byte[])this.refGetValue("org:opencrx:kernel:home1:UserHome:favoriteChart1", index); 1215 } 1216 1217 protected void setFavoriteChart1( 1221 byte[] newValue 1222 ) { 1223 setFavoriteChart1(0, newValue); 1224 } 1225 1226 protected void setFavoriteChart1( 1227 int index, 1228 byte[] newValue 1229 ) { 1230 refSetValue("org:opencrx:kernel:home1:UserHome:favoriteChart1", index, newValue); 1231 } 1232 public String getFavoriteChart1Description ( 1236 ) { 1237 return (String )this.refGetValue("favoriteChart1Description", 0); 1238 } 1239 protected void setFavoriteChart1Description( 1243 String newValue 1244 ) { 1245 refSetValue("org:opencrx:kernel:home1:UserHome:favoriteChart1Description", 0, newValue); 1246 } 1247 1248 public String getFavoriteChart1MimeType ( 1252 ) { 1253 return (String )this.refGetValue("favoriteChart1MimeType", 0); 1254 } 1255 protected void setFavoriteChart1MimeType( 1259 String newValue 1260 ) { 1261 refSetValue("org:opencrx:kernel:home1:UserHome:favoriteChart1MimeType", 0, newValue); 1262 } 1263 1264 public String getFavoriteChart1Name ( 1268 ) { 1269 return (String )this.refGetValue("favoriteChart1Name", 0); 1270 } 1271 protected void setFavoriteChart1Name( 1275 String newValue 1276 ) { 1277 refSetValue("org:opencrx:kernel:home1:UserHome:favoriteChart1Name", 0, newValue); 1278 } 1279 1280 public byte[] getFavoriteChart2( 1284 ) { 1285 return getFavoriteChart2(0); 1286 } 1287 1288 protected byte[] getFavoriteChart2( 1289 int index 1290 ) { 1291 return (byte[])this.refGetValue("org:opencrx:kernel:home1:UserHome:favoriteChart2", index); 1292 } 1293 1294 protected void setFavoriteChart2( 1298 byte[] newValue 1299 ) { 1300 setFavoriteChart2(0, newValue); 1301 } 1302 1303 protected void setFavoriteChart2( 1304 int index, 1305 byte[] newValue 1306 ) { 1307 refSetValue("org:opencrx:kernel:home1:UserHome:favoriteChart2", index, newValue); 1308 } 1309 public String getFavoriteChart2Description ( 1313 ) { 1314 return (String )this.refGetValue("favoriteChart2Description", 0); 1315 } 1316 protected void setFavoriteChart2Description( 1320 String newValue 1321 ) { 1322 refSetValue("org:opencrx:kernel:home1:UserHome:favoriteChart2Description", 0, newValue); 1323 } 1324 1325 public String getFavoriteChart2MimeType ( 1329 ) { 1330 return (String )this.refGetValue("favoriteChart2MimeType", 0); 1331 } 1332 protected void setFavoriteChart2MimeType( 1336 String newValue 1337 ) { 1338 refSetValue("org:opencrx:kernel:home1:UserHome:favoriteChart2MimeType", 0, newValue); 1339 } 1340 1341 public String getFavoriteChart2Name ( 1345 ) { 1346 return (String )this.refGetValue("favoriteChart2Name", 0); 1347 } 1348 protected void setFavoriteChart2Name( 1352 String newValue 1353 ) { 1354 refSetValue("org:opencrx:kernel:home1:UserHome:favoriteChart2Name", 0, newValue); 1355 } 1356 1357 public byte[] getFavoriteChart3( 1361 ) { 1362 return getFavoriteChart3(0); 1363 } 1364 1365 protected byte[] getFavoriteChart3( 1366 int index 1367 ) { 1368 return (byte[])this.refGetValue("org:opencrx:kernel:home1:UserHome:favoriteChart3", index); 1369 } 1370 1371 protected void setFavoriteChart3( 1375 byte[] newValue 1376 ) { 1377 setFavoriteChart3(0, newValue); 1378 } 1379 1380 protected void setFavoriteChart3( 1381 int index, 1382 byte[] newValue 1383 ) { 1384 refSetValue("org:opencrx:kernel:home1:UserHome:favoriteChart3", index, newValue); 1385 } 1386 public String getFavoriteChart3Description ( 1390 ) { 1391 return (String )this.refGetValue("favoriteChart3Description", 0); 1392 } 1393 protected void setFavoriteChart3Description( 1397 String newValue 1398 ) { 1399 refSetValue("org:opencrx:kernel:home1:UserHome:favoriteChart3Description", 0, newValue); 1400 } 1401 1402 public String getFavoriteChart3MimeType ( 1406 ) { 1407 return (String )this.refGetValue("favoriteChart3MimeType", 0); 1408 } 1409 protected void setFavoriteChart3MimeType( 1413 String newValue 1414 ) { 1415 refSetValue("org:opencrx:kernel:home1:UserHome:favoriteChart3MimeType", 0, newValue); 1416 } 1417 1418 public String getFavoriteChart3Name ( 1422 ) { 1423 return (String )this.refGetValue("favoriteChart3Name", 0); 1424 } 1425 protected void setFavoriteChart3Name( 1429 String newValue 1430 ) { 1431 refSetValue("org:opencrx:kernel:home1:UserHome:favoriteChart3Name", 0, newValue); 1432 } 1433 1434 public org.opencrx.security.realm1.cci.PrincipalGroup getPrimaryGroup( 1438 ) { 1439 return (org.opencrx.security.realm1.cci.PrincipalGroup)refGetValue( 1440 "org:opencrx:kernel:home1:UserHome:primaryGroup" 1441 ); 1442 } 1443 1444 public void setPrimaryGroup( 1448 org.opencrx.security.realm1.cci.PrincipalGroup newValue 1449 ) { 1450 refSetValue( 1451 "org:opencrx:kernel:home1:UserHome:primaryGroup", 1452 newValue 1453 ); 1454 } 1455 1456 public void removePrimaryGroup ( 1460 ) { 1461 refRemoveValue( 1462 "org:opencrx:kernel:home1:UserHome:primaryGroup" 1463 ); 1464 } 1465 public void setQuickAccess( 1469 java.util.List newValue 1470 ) { 1471 refSetValue("org:opencrx:kernel:home1:UserHome:quickAccess", newValue); 1472 } 1473 1474 public void setQuickAccess( 1475 org.opencrx.kernel.home1.cci.QuickAccess[] newValue 1476 ) { 1477 refSetValue("org:opencrx:kernel:home1:UserHome:quickAccess", newValue); 1478 } 1479 1480 public org.opencrx.kernel.home1.cci.QuickAccess getQuickAccess( 1484 String id 1485 ) { 1486 return (org.opencrx.kernel.home1.cci.QuickAccess)refGetValue( 1487 "org:opencrx:kernel:home1:UserHome:quickAccess", 1488 id 1489 ); 1490 } 1491 1492 public java.util.Collection getQuickAccess( 1496 ) { 1497 return (java.util.Collection )refGetValue( 1498 "org:opencrx:kernel:home1:UserHome:quickAccess" 1499 ); 1500 } 1501 1502 public java.util.List getQuickAccess( 1503 org.opencrx.kernel.home1.cci.QuickAccessFilter filter 1504 ) { 1505 return ((org.openmdx.compatibility.base.collection.Container)refGetValue( 1506 "org:opencrx:kernel:home1:UserHome:quickAccess" 1507 )).toList(filter); 1508 } 1509 1510 public void addQuickAccess ( 1514 String id, 1515 org.opencrx.kernel.home1.cci.QuickAccess newValue 1516 ) { 1517 refAddValue( 1518 "org:opencrx:kernel:home1:UserHome:quickAccess", 1519 id, 1520 newValue 1521 ); 1522 } 1523 1524 public void addQuickAccess ( 1528 org.opencrx.kernel.home1.cci.QuickAccess newValue 1529 ) { 1530 refAddValue( 1531 "org:opencrx:kernel:home1:UserHome:quickAccess", 1532 newValue 1533 ); 1534 } 1535 1536 public void removeQuickAccess ( 1540 String id 1541 ) { 1542 refRemoveValue( 1543 "org:opencrx:kernel:home1:UserHome:quickAccess", 1544 id 1545 ); 1546 } 1547 1548 public org.openmdx.base.cci.Void refreshItems( 1552 org.openmdx.base.cci.Void params 1553 ) throws javax.jmi.reflect.RefException { 1554 java.util.List args = new java.util.ArrayList (); 1555 args.add(params); 1556 return (org.openmdx.base.cci.Void)refInvokeOperation( 1557 "org:opencrx:kernel:home1:UserHome:refreshItems", 1558 args 1559 ); 1560 } 1561 1562 public org.openmdx.base.cci.Void refreshItems( 1563 ) throws javax.jmi.reflect.RefException { 1564 return refreshItems( 1565 ((org.openmdx.base.cci.basePackage)refOutermostPackage().refPackage("org:openmdx:base")).createVoid( 1566 ) 1567 ); 1568 } 1569 1570 public org.openmdx.base.cci.Void sendAlert( 1574 org.opencrx.kernel.home1.cci.SendAlertParams params 1575 ) throws javax.jmi.reflect.RefException { 1576 java.util.List args = new java.util.ArrayList (); 1577 args.add(params); 1578 return (org.openmdx.base.cci.Void)refInvokeOperation( 1579 "org:opencrx:kernel:home1:UserHome:sendAlert", 1580 args 1581 ); 1582 } 1583 1584 public org.openmdx.base.cci.Void sendAlert( 1585 String description 1586 , short importance 1587 , String name 1588 , org.openmdx.base.cci.BasicObject reference 1589 , String toUsers 1590 ) throws javax.jmi.reflect.RefException { 1591 return sendAlert( 1592 ((org.opencrx.kernel.home1.cci.home1Package)refOutermostPackage().refPackage("org:opencrx:kernel:home1")).createSendAlertParams( 1593 description 1594 , importance 1595 , name 1596 , reference 1597 , toUsers 1598 ) 1599 ); 1600 } 1601 1602 public String getSendMailSubjectPrefix ( 1606 ) { 1607 return (String )this.refGetValue("sendMailSubjectPrefix", 0); 1608 } 1609 public void setSendMailSubjectPrefix( 1613 String newValue 1614 ) { 1615 refSetValue("org:opencrx:kernel:home1:UserHome:sendMailSubjectPrefix", 0, newValue); 1616 } 1617 1618 public String getSettings ( 1622 ) { 1623 return (String )this.refGetValue("settings", 0); 1624 } 1625 public void setSettings( 1629 String newValue 1630 ) { 1631 refSetValue("org:opencrx:kernel:home1:UserHome:settings", 0, newValue); 1632 } 1633 1634 public Boolean isStoreSettingsOnLogoff ( 1638 ) { 1639 return (Boolean )this.refGetValue("storeSettingsOnLogoff", 0); 1640 } 1641 public void setStoreSettingsOnLogoff( 1645 Boolean newValue 1646 ) { 1647 refSetValue("org:opencrx:kernel:home1:UserHome:storeSettingsOnLogoff", 0, newValue); 1648 } 1649 1650 public void setSubscription( 1654 java.util.List newValue 1655 ) { 1656 refSetValue("org:opencrx:kernel:home1:UserHome:subscription", newValue); 1657 } 1658 1659 public void setSubscription( 1660 org.opencrx.kernel.home1.cci.Subscription[] newValue 1661 ) { 1662 refSetValue("org:opencrx:kernel:home1:UserHome:subscription", newValue); 1663 } 1664 1665 public org.opencrx.kernel.home1.cci.Subscription getSubscription( 1669 String id 1670 ) { 1671 return (org.opencrx.kernel.home1.cci.Subscription)refGetValue( 1672 "org:opencrx:kernel:home1:UserHome:subscription", 1673 id 1674 ); 1675 } 1676 1677 public java.util.Collection getSubscription( 1681 ) { 1682 return (java.util.Collection )refGetValue( 1683 "org:opencrx:kernel:home1:UserHome:subscription" 1684 ); 1685 } 1686 1687 public java.util.List getSubscription( 1688 org.opencrx.kernel.home1.cci.SubscriptionFilter filter 1689 ) { 1690 return ((org.openmdx.compatibility.base.collection.Container)refGetValue( 1691 "org:opencrx:kernel:home1:UserHome:subscription" 1692 )).toList(filter); 1693 } 1694 1695 public void addSubscription ( 1699 String id, 1700 org.opencrx.kernel.home1.cci.Subscription newValue 1701 ) { 1702 refAddValue( 1703 "org:opencrx:kernel:home1:UserHome:subscription", 1704 id, 1705 newValue 1706 ); 1707 } 1708 1709 public void addSubscription ( 1713 org.opencrx.kernel.home1.cci.Subscription newValue 1714 ) { 1715 refAddValue( 1716 "org:opencrx:kernel:home1:UserHome:subscription", 1717 newValue 1718 ); 1719 } 1720 1721 public void removeSubscription ( 1725 String id 1726 ) { 1727 refRemoveValue( 1728 "org:opencrx:kernel:home1:UserHome:subscription", 1729 id 1730 ); 1731 } 1732 1733 public String getWebAccessUrl ( 1737 ) { 1738 return (String )this.refGetValue("webAccessUrl", 0); 1739 } 1740 public void setWebAccessUrl( 1744 String newValue 1745 ) { 1746 refSetValue("org:opencrx:kernel:home1:UserHome:webAccessUrl", 0, newValue); 1747 } 1748 1749 protected void setWfProcessInstance( 1753 java.util.List newValue 1754 ) { 1755 refSetValue("org:opencrx:kernel:home1:UserHome:wfProcessInstance", newValue); 1756 } 1757 1758 protected void setWfProcessInstance( 1759 org.opencrx.kernel.home1.cci.WfProcessInstance[] newValue 1760 ) { 1761 refSetValue("org:opencrx:kernel:home1:UserHome:wfProcessInstance", newValue); 1762 } 1763 1764 public org.opencrx.kernel.home1.cci.WfProcessInstance getWfProcessInstance( 1768 String id 1769 ) { 1770 return (org.opencrx.kernel.home1.cci.WfProcessInstance)refGetValue( 1771 "org:opencrx:kernel:home1:UserHome:wfProcessInstance", 1772 id 1773 ); 1774 } 1775 1776 public java.util.Collection getWfProcessInstance( 1780 ) { 1781 return (java.util.Collection )refGetValue( 1782 "org:opencrx:kernel:home1:UserHome:wfProcessInstance" 1783 ); 1784 } 1785 1786 public java.util.List getWfProcessInstance( 1787 org.opencrx.kernel.home1.cci.WfProcessInstanceFilter filter 1788 ) { 1789 return ((org.openmdx.compatibility.base.collection.Container)refGetValue( 1790 "org:opencrx:kernel:home1:UserHome:wfProcessInstance" 1791 )).toList(filter); 1792 } 1793 1794 protected void addWfProcessInstance ( 1798 String id, 1799 org.opencrx.kernel.home1.cci.WfProcessInstance newValue 1800 ) { 1801 refAddValue( 1802 "org:opencrx:kernel:home1:UserHome:wfProcessInstance", 1803 id, 1804 newValue 1805 ); 1806 } 1807 1808 protected void addWfProcessInstance ( 1812 org.opencrx.kernel.home1.cci.WfProcessInstance newValue 1813 ) { 1814 refAddValue( 1815 "org:opencrx:kernel:home1:UserHome:wfProcessInstance", 1816 newValue 1817 ); 1818 } 1819 1820 protected void removeWfProcessInstance ( 1824 String id 1825 ) { 1826 refRemoveValue( 1827 "org:opencrx:kernel:home1:UserHome:wfProcessInstance", 1828 id 1829 ); 1830 } 1831 1832 public byte[] getWorkWeek( 1836 ) { 1837 return getWorkWeek(0); 1838 } 1839 1840 protected byte[] getWorkWeek( 1841 int index 1842 ) { 1843 return (byte[])this.refGetValue("org:opencrx:kernel:home1:UserHome:workWeek", index); 1844 } 1845 1846 protected void setWorkWeek( 1850 byte[] newValue 1851 ) { 1852 setWorkWeek(0, newValue); 1853 } 1854 1855 protected void setWorkWeek( 1856 int index, 1857 byte[] newValue 1858 ) { 1859 refSetValue("org:opencrx:kernel:home1:UserHome:workWeek", index, newValue); 1860 } 1861 public String getWorkWeekMimeType ( 1865 ) { 1866 return (String )this.refGetValue("workWeekMimeType", 0); 1867 } 1868 protected void setWorkWeekMimeType( 1872 String newValue 1873 ) { 1874 refSetValue("org:opencrx:kernel:home1:UserHome:workWeekMimeType", 0, newValue); 1875 } 1876 1877 public String getWorkWeekName ( 1881 ) { 1882 return (String )this.refGetValue("workWeekName", 0); 1883 } 1884 protected void setWorkWeekName( 1888 String newValue 1889 ) { 1890 refSetValue("org:opencrx:kernel:home1:UserHome:workWeekName", 0, newValue); 1891 } 1892 1893 public java.util.Date getCreatedAt( 1897 ) { 1898 return getCreatedAt(0); 1899 } 1900 1901 protected java.util.Date getCreatedAt( 1902 int index 1903 ) { 1904 return (java.util.Date )this.refGetValue("org:openmdx:base:BasicObject:createdAt", index); 1905 } 1906 1907 protected void setCreatedAt( 1911 java.util.Date newValue 1912 ) { 1913 setCreatedAt(0, newValue); 1914 } 1915 1916 protected void setCreatedAt( 1917 int index, 1918 java.util.Date newValue 1919 ) { 1920 refSetValue("org:openmdx:base:BasicObject:createdAt", index, newValue); 1921 } 1922 public java.util.Set getCreatedBy ( 1926 ) { 1927 return (java.util.Set )this.refGetValue("createdBy"); 1928 } 1929 protected void setCreatedBy( 1933 java.util.Set newValue 1934 ) { 1935 refSetValue("org:openmdx:base:BasicObject:createdBy", newValue); 1936 } 1937 1938 protected void setCreatedBy( 1939 String [] newValue 1940 ) { 1941 refSetValue("org:openmdx:base:BasicObject:createdBy", newValue); 1942 } 1943 1944 public java.util.Date getModifiedAt( 1948 ) { 1949 return getModifiedAt(0); 1950 } 1951 1952 protected java.util.Date getModifiedAt( 1953 int index 1954 ) { 1955 return (java.util.Date )this.refGetValue("org:openmdx:base:BasicObject:modifiedAt", index); 1956 } 1957 1958 protected void setModifiedAt( 1962 java.util.Date newValue 1963 ) { 1964 setModifiedAt(0, newValue); 1965 } 1966 1967 protected void setModifiedAt( 1968 int index, 1969 java.util.Date newValue 1970 ) { 1971 refSetValue("org:openmdx:base:BasicObject:modifiedAt", index, newValue); 1972 } 1973 public java.util.Set getModifiedBy ( 1977 ) { 1978 return (java.util.Set )this.refGetValue("modifiedBy"); 1979 } 1980 protected void setModifiedBy( 1984 java.util.Set newValue 1985 ) { 1986 refSetValue("org:openmdx:base:BasicObject:modifiedBy", newValue); 1987 } 1988 1989 protected void setModifiedBy( 1990 String [] newValue 1991 ) { 1992 refSetValue("org:openmdx:base:BasicObject:modifiedBy", newValue); 1993 } 1994 1995 protected void setContext( 1999 java.util.List newValue 2000 ) { 2001 refSetValue("org:openmdx:base:ContextCapable:context", newValue); 2002 } 2003 2004 protected void setContext( 2005 org.openmdx.base.cci.Context[] newValue 2006 ) { 2007 refSetValue("org:openmdx:base:ContextCapable:context", newValue); 2008 } 2009 2010 public org.openmdx.base.cci.Context getContext( 2014 String id 2015 ) { 2016 return (org.openmdx.base.cci.Context)refGetValue( 2017 "org:openmdx:base:ContextCapable:context", 2018 id 2019 ); 2020 } 2021 2022 public java.util.Collection getContext( 2026 ) { 2027 return (java.util.Collection )refGetValue( 2028 "org:openmdx:base:ContextCapable:context" 2029 ); 2030 } 2031 2032 protected void addContext ( 2036 String id, 2037 org.openmdx.base.cci.Context newValue 2038 ) { 2039 refAddValue( 2040 "org:openmdx:base:ContextCapable:context", 2041 id, 2042 newValue 2043 ); 2044 } 2045 2046 protected void addContext ( 2050 org.openmdx.base.cci.Context newValue 2051 ) { 2052 refAddValue( 2053 "org:openmdx:base:ContextCapable:context", 2054 newValue 2055 ); 2056 } 2057 2058 protected void removeContext ( 2062 String id 2063 ) { 2064 refRemoveValue( 2065 "org:openmdx:base:ContextCapable:context", 2066 id 2067 ); 2068 } 2069 2070 public String getIdentity( 2074 ) { 2075 return getIdentity(0); 2076 } 2077 2078 protected String getIdentity( 2079 int index 2080 ) { 2081 return (String )this.refGetValue("org:openmdx:base:ExtentCapable:identity", index); 2082 } 2083 2084 protected void setIdentity( 2088 String newValue 2089 ) { 2090 setIdentity(0, newValue); 2091 } 2092 2093 protected void setIdentity( 2094 int index, 2095 String newValue 2096 ) { 2097 refSetValue("org:openmdx:base:ExtentCapable:identity", index, newValue); 2098 } 2099 protected void setView( 2103 java.util.List newValue 2104 ) { 2105 refSetValue("org:openmdx:compatibility:view1:ViewCapable:view", newValue); 2106 } 2107 2108 protected void setView( 2109 org.openmdx.compatibility.view1.cci.View[] newValue 2110 ) { 2111 refSetValue("org:openmdx:compatibility:view1:ViewCapable:view", newValue); 2112 } 2113 2114 public org.openmdx.compatibility.view1.cci.View getView( 2118 String namespace 2119 ) { 2120 return (org.openmdx.compatibility.view1.cci.View)refGetValue( 2121 "org:openmdx:compatibility:view1:ViewCapable:view", 2122 namespace 2123 ); 2124 } 2125 2126 public java.util.Collection getView( 2130 ) { 2131 return (java.util.Collection )refGetValue( 2132 "org:openmdx:compatibility:view1:ViewCapable:view" 2133 ); 2134 } 2135 2136 public java.util.List getView( 2137 org.openmdx.compatibility.view1.cci.ViewFilter filter 2138 ) { 2139 return ((org.openmdx.compatibility.base.collection.Container)refGetValue( 2140 "org:openmdx:compatibility:view1:ViewCapable:view" 2141 )).toList(filter); 2142 } 2143 2144 protected void addView ( 2148 String namespace, 2149 org.openmdx.compatibility.view1.cci.View newValue 2150 ) { 2151 refAddValue( 2152 "org:openmdx:compatibility:view1:ViewCapable:view", 2153 namespace, 2154 newValue 2155 ); 2156 } 2157 2158 protected void addView ( 2162 org.openmdx.compatibility.view1.cci.View newValue 2163 ) { 2164 refAddValue( 2165 "org:openmdx:compatibility:view1:ViewCapable:view", 2166 newValue 2167 ); 2168 } 2169 2170 protected void removeView ( 2174 String namespace 2175 ) { 2176 refRemoveValue( 2177 "org:openmdx:compatibility:view1:ViewCapable:view", 2178 namespace 2179 ); 2180 } 2181 2182} 2186 | Popular Tags |