1 package org.opencrx.kernel.activity1.cci; 14 15 public class ActivityFollowUpImpl 16 extends org.openmdx.base.accessor.jmi.spi.RefObject_1 17 implements ActivityFollowUp { 18 19 public ActivityFollowUpImpl( 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.activity1.cci.Activity getActivity( 30 ) { 31 return (org.opencrx.kernel.activity1.cci.Activity)refGetValue( 32 "org:opencrx:kernel:activity1:ActivityFollowUp:activity" 33 ); 34 } 35 36 public void setActivity( 40 org.opencrx.kernel.activity1.cci.Activity newValue 41 ) { 42 refSetValue( 43 "org:opencrx:kernel:activity1:ActivityFollowUp:activity", 44 newValue 45 ); 46 } 47 48 public void removeActivity ( 52 ) { 53 refRemoveValue( 54 "org:opencrx:kernel:activity1:ActivityFollowUp:activity" 55 ); 56 } 57 public org.opencrx.kernel.account1.cci.Contact getAssignedTo( 61 ) { 62 return (org.opencrx.kernel.account1.cci.Contact)refGetValue( 63 "org:opencrx:kernel:activity1:ActivityFollowUp:assignedTo" 64 ); 65 } 66 67 public void setAssignedTo( 71 org.opencrx.kernel.account1.cci.Contact newValue 72 ) { 73 refSetValue( 74 "org:opencrx:kernel:activity1:ActivityFollowUp:assignedTo", 75 newValue 76 ); 77 } 78 79 public void removeAssignedTo ( 83 ) { 84 refRemoveValue( 85 "org:opencrx:kernel:activity1:ActivityFollowUp:assignedTo" 86 ); 87 } 88 public org.opencrx.kernel.activity1.cci.ActivityProcessTransition getTransition( 92 ) { 93 return (org.opencrx.kernel.activity1.cci.ActivityProcessTransition)refGetValue( 94 "org:opencrx:kernel:activity1:ActivityFollowUp:transition" 95 ); 96 } 97 98 public void setTransition( 102 org.opencrx.kernel.activity1.cci.ActivityProcessTransition newValue 103 ) { 104 refSetValue( 105 "org:opencrx:kernel:activity1:ActivityFollowUp:transition", 106 newValue 107 ); 108 } 109 110 public void removeTransition ( 114 ) { 115 refRemoveValue( 116 "org:opencrx:kernel:activity1:ActivityFollowUp:transition" 117 ); 118 } 119 public org.openmdx.base.cci.Void assignToMe( 123 org.openmdx.base.cci.Void params 124 ) throws javax.jmi.reflect.RefException { 125 java.util.List args = new java.util.ArrayList (); 126 args.add(params); 127 return (org.openmdx.base.cci.Void)refInvokeOperation( 128 "org:opencrx:kernel:base:Assignable:assignToMe", 129 args 130 ); 131 } 132 133 public org.openmdx.base.cci.Void assignToMe( 134 ) throws javax.jmi.reflect.RefException { 135 return assignToMe( 136 ((org.openmdx.base.cci.basePackage)refOutermostPackage().refPackage("org:openmdx:base")).createVoid( 137 ) 138 ); 139 } 140 141 protected void setAudit( 145 java.util.List newValue 146 ) { 147 refSetValue("org:opencrx:kernel:base:Auditee:audit", newValue); 148 } 149 150 protected void setAudit( 151 org.opencrx.kernel.base.cci.AuditEntry[] newValue 152 ) { 153 refSetValue("org:opencrx:kernel:base:Auditee:audit", newValue); 154 } 155 156 public org.opencrx.kernel.base.cci.AuditEntry getAudit( 160 String id 161 ) { 162 return (org.opencrx.kernel.base.cci.AuditEntry)refGetValue( 163 "org:opencrx:kernel:base:Auditee:audit", 164 id 165 ); 166 } 167 168 public java.util.Collection getAudit( 172 ) { 173 return (java.util.Collection )refGetValue( 174 "org:opencrx:kernel:base:Auditee:audit" 175 ); 176 } 177 178 public java.util.List getAudit( 179 org.opencrx.kernel.base.cci.AuditEntryFilter filter 180 ) { 181 return ((org.openmdx.compatibility.base.collection.Container)refGetValue( 182 "org:opencrx:kernel:base:Auditee:audit" 183 )).toList(filter); 184 } 185 186 protected void addAudit ( 190 String id, 191 org.opencrx.kernel.base.cci.AuditEntry newValue 192 ) { 193 refAddValue( 194 "org:opencrx:kernel:base:Auditee:audit", 195 id, 196 newValue 197 ); 198 } 199 200 protected void addAudit ( 204 org.opencrx.kernel.base.cci.AuditEntry newValue 205 ) { 206 refAddValue( 207 "org:opencrx:kernel:base:Auditee:audit", 208 newValue 209 ); 210 } 211 212 protected void removeAudit ( 216 String id 217 ) { 218 refRemoveValue( 219 "org:opencrx:kernel:base:Auditee:audit", 220 id 221 ); 222 } 223 224 public String getText ( 228 ) { 229 return (String )this.refGetValue("text", 0); 230 } 231 public void setText( 235 String newValue 236 ) { 237 refSetValue("org:opencrx:kernel:base:Note:text", 0, newValue); 238 } 239 240 public String getTitle ( 244 ) { 245 return (String )this.refGetValue("title", 0); 246 } 247 public void setTitle( 251 String newValue 252 ) { 253 refSetValue("org:opencrx:kernel:base:Note:title", 0, newValue); 254 } 255 256 public short getAccessLevelBrowse( 260 ) { 261 return getAccessLevelBrowse(0); 262 } 263 264 protected short getAccessLevelBrowse( 265 int index 266 ) { 267 return ((java.lang.Number )this.refGetValue("org:opencrx:kernel:base:SecureObject:accessLevelBrowse", index)).shortValue(); 268 } 269 270 public void setAccessLevelBrowse( 274 short newValue 275 ) { 276 setAccessLevelBrowse(0, newValue); 277 } 278 279 protected void setAccessLevelBrowse( 280 int index, 281 short newValue 282 ) { 283 refSetValue("org:opencrx:kernel:base:SecureObject:accessLevelBrowse", index, new Short (newValue)); 284 } 285 public short getAccessLevelDelete( 289 ) { 290 return getAccessLevelDelete(0); 291 } 292 293 protected short getAccessLevelDelete( 294 int index 295 ) { 296 return ((java.lang.Number )this.refGetValue("org:opencrx:kernel:base:SecureObject:accessLevelDelete", index)).shortValue(); 297 } 298 299 public void setAccessLevelDelete( 303 short newValue 304 ) { 305 setAccessLevelDelete(0, newValue); 306 } 307 308 protected void setAccessLevelDelete( 309 int index, 310 short newValue 311 ) { 312 refSetValue("org:opencrx:kernel:base:SecureObject:accessLevelDelete", index, new Short (newValue)); 313 } 314 public short getAccessLevelUpdate( 318 ) { 319 return getAccessLevelUpdate(0); 320 } 321 322 protected short getAccessLevelUpdate( 323 int index 324 ) { 325 return ((java.lang.Number )this.refGetValue("org:opencrx:kernel:base:SecureObject:accessLevelUpdate", index)).shortValue(); 326 } 327 328 public void setAccessLevelUpdate( 332 short newValue 333 ) { 334 setAccessLevelUpdate(0, newValue); 335 } 336 337 protected void setAccessLevelUpdate( 338 int index, 339 short newValue 340 ) { 341 refSetValue("org:opencrx:kernel:base:SecureObject:accessLevelUpdate", index, new Short (newValue)); 342 } 343 public org.opencrx.kernel.base.cci.ModifySecureObjectResult addOwningGroup( 347 org.opencrx.kernel.base.cci.ModifyOwningGroupParams params 348 ) throws javax.jmi.reflect.RefException { 349 java.util.List args = new java.util.ArrayList (); 350 args.add(params); 351 return (org.opencrx.kernel.base.cci.ModifySecureObjectResult)refInvokeOperation( 352 "org:opencrx:kernel:base:SecureObject:addOwningGroup", 353 args 354 ); 355 } 356 357 public org.opencrx.kernel.base.cci.ModifySecureObjectResult addOwningGroup( 358 org.opencrx.security.realm1.cci.PrincipalGroup group 359 , short mode 360 ) throws javax.jmi.reflect.RefException { 361 return addOwningGroup( 362 ((org.opencrx.kernel.base.cci.basePackage)refOutermostPackage().refPackage("org:opencrx:kernel:base")).createModifyOwningGroupParams( 363 group 364 , mode 365 ) 366 ); 367 } 368 369 public java.util.List getOwner ( 373 ) { 374 return (java.util.List )this.refGetValue("owner"); 375 } 376 public String getOwner( 377 int index 378 ) { 379 return (String )this.refGetValue("org:opencrx:kernel:base:SecureObject:owner", index); 380 } 381 382 protected void setOwner( 386 java.util.List newValue 387 ) { 388 refSetValue("org:opencrx:kernel:base:SecureObject:owner", newValue); 389 } 390 391 protected void setOwner( 392 String [] newValue 393 ) { 394 refSetValue("org:opencrx:kernel:base:SecureObject:owner", newValue); 395 } 396 397 public void setOwningGroup( 401 java.util.List newValue 402 ) { 403 refSetValue("org:opencrx:kernel:base:SecureObject:owningGroup", newValue); 404 } 405 406 public void setOwningGroup( 407 org.opencrx.security.realm1.cci.PrincipalGroup[] newValue 408 ) { 409 refSetValue("org:opencrx:kernel:base:SecureObject:owningGroup", newValue); 410 } 411 412 public org.opencrx.security.realm1.cci.PrincipalGroup getOwningGroup( 416 int index 417 ) { 418 return (org.opencrx.security.realm1.cci.PrincipalGroup)refGetValue( 419 "org:opencrx:kernel:base:SecureObject:owningGroup", 420 new Integer (index) 421 ); 422 } 423 424 public java.util.Collection getOwningGroup( 428 ) { 429 return (java.util.Collection )refGetValue( 430 "org:opencrx:kernel:base:SecureObject:owningGroup" 431 ); 432 } 433 434 public void addOwningGroup ( 438 int index, 439 org.opencrx.security.realm1.cci.PrincipalGroup newValue 440 ) { 441 refAddValue( 442 "org:opencrx:kernel:base:SecureObject:owningGroup", 443 new Integer (index), 444 newValue 445 ); 446 } 447 448 public void addOwningGroup ( 452 org.opencrx.security.realm1.cci.PrincipalGroup newValue 453 ) { 454 refAddValue( 455 "org:opencrx:kernel:base:SecureObject:owningGroup", 456 newValue 457 ); 458 } 459 460 public void removeOwningGroup ( 464 int index 465 ) { 466 refRemoveValue( 467 "org:opencrx:kernel:base:SecureObject:owningGroup", 468 new Integer (index) 469 ); 470 } 471 472 public org.opencrx.security.realm1.cci.User getOwningUser( 476 ) { 477 return (org.opencrx.security.realm1.cci.User)refGetValue( 478 "org:opencrx:kernel:base:SecureObject:owningUser" 479 ); 480 } 481 482 public void setOwningUser( 486 org.opencrx.security.realm1.cci.User newValue 487 ) { 488 refSetValue( 489 "org:opencrx:kernel:base:SecureObject:owningUser", 490 newValue 491 ); 492 } 493 494 public void removeOwningUser ( 498 ) { 499 refRemoveValue( 500 "org:opencrx:kernel:base:SecureObject:owningUser" 501 ); 502 } 503 public org.opencrx.kernel.base.cci.ModifySecureObjectResult removeAllOwningGroup( 507 org.opencrx.kernel.base.cci.RemoveAllOwningGroupParams params 508 ) throws javax.jmi.reflect.RefException { 509 java.util.List args = new java.util.ArrayList (); 510 args.add(params); 511 return (org.opencrx.kernel.base.cci.ModifySecureObjectResult)refInvokeOperation( 512 "org:opencrx:kernel:base:SecureObject:removeAllOwningGroup", 513 args 514 ); 515 } 516 517 public org.opencrx.kernel.base.cci.ModifySecureObjectResult removeAllOwningGroup( 518 short mode 519 ) throws javax.jmi.reflect.RefException { 520 return removeAllOwningGroup( 521 ((org.opencrx.kernel.base.cci.basePackage)refOutermostPackage().refPackage("org:opencrx:kernel:base")).createRemoveAllOwningGroupParams( 522 mode 523 ) 524 ); 525 } 526 527 public org.opencrx.kernel.base.cci.ModifySecureObjectResult removeOwningGroup( 531 org.opencrx.kernel.base.cci.ModifyOwningGroupParams params 532 ) throws javax.jmi.reflect.RefException { 533 java.util.List args = new java.util.ArrayList (); 534 args.add(params); 535 return (org.opencrx.kernel.base.cci.ModifySecureObjectResult)refInvokeOperation( 536 "org:opencrx:kernel:base:SecureObject:removeOwningGroup", 537 args 538 ); 539 } 540 541 public org.opencrx.kernel.base.cci.ModifySecureObjectResult removeOwningGroup( 542 org.opencrx.security.realm1.cci.PrincipalGroup group 543 , short mode 544 ) throws javax.jmi.reflect.RefException { 545 return removeOwningGroup( 546 ((org.opencrx.kernel.base.cci.basePackage)refOutermostPackage().refPackage("org:opencrx:kernel:base")).createModifyOwningGroupParams( 547 group 548 , mode 549 ) 550 ); 551 } 552 553 public org.opencrx.kernel.base.cci.ModifySecureObjectResult setAccessLevel( 557 org.opencrx.kernel.base.cci.SetAccessLevelParams params 558 ) throws javax.jmi.reflect.RefException { 559 java.util.List args = new java.util.ArrayList (); 560 args.add(params); 561 return (org.opencrx.kernel.base.cci.ModifySecureObjectResult)refInvokeOperation( 562 "org:opencrx:kernel:base:SecureObject:setAccessLevel", 563 args 564 ); 565 } 566 567 public org.opencrx.kernel.base.cci.ModifySecureObjectResult setAccessLevel( 568 short accessLevelBrowse 569 , short accessLevelDelete 570 , short accessLevelUpdate 571 , short mode 572 ) throws javax.jmi.reflect.RefException { 573 return setAccessLevel( 574 ((org.opencrx.kernel.base.cci.basePackage)refOutermostPackage().refPackage("org:opencrx:kernel:base")).createSetAccessLevelParams( 575 accessLevelBrowse 576 , accessLevelDelete 577 , accessLevelUpdate 578 , mode 579 ) 580 ); 581 } 582 583 public org.opencrx.kernel.base.cci.ModifySecureObjectResult setOwningUser( 587 org.opencrx.kernel.base.cci.SetOwningUserParams params 588 ) throws javax.jmi.reflect.RefException { 589 java.util.List args = new java.util.ArrayList (); 590 args.add(params); 591 return (org.opencrx.kernel.base.cci.ModifySecureObjectResult)refInvokeOperation( 592 "org:opencrx:kernel:base:SecureObject:setOwningUser", 593 args 594 ); 595 } 596 597 public org.opencrx.kernel.base.cci.ModifySecureObjectResult setOwningUser( 598 short mode 599 , org.opencrx.security.realm1.cci.User user 600 ) throws javax.jmi.reflect.RefException { 601 return setOwningUser( 602 ((org.opencrx.kernel.base.cci.basePackage)refOutermostPackage().refPackage("org:opencrx:kernel:base")).createSetOwningUserParams( 603 mode 604 , user 605 ) 606 ); 607 } 608 609 public java.util.Date getCreatedAt( 613 ) { 614 return getCreatedAt(0); 615 } 616 617 protected java.util.Date getCreatedAt( 618 int index 619 ) { 620 return (java.util.Date )this.refGetValue("org:openmdx:base:BasicObject:createdAt", index); 621 } 622 623 protected void setCreatedAt( 627 java.util.Date newValue 628 ) { 629 setCreatedAt(0, newValue); 630 } 631 632 protected void setCreatedAt( 633 int index, 634 java.util.Date newValue 635 ) { 636 refSetValue("org:openmdx:base:BasicObject:createdAt", index, newValue); 637 } 638 public java.util.Set getCreatedBy ( 642 ) { 643 return (java.util.Set )this.refGetValue("createdBy"); 644 } 645 protected void setCreatedBy( 649 java.util.Set newValue 650 ) { 651 refSetValue("org:openmdx:base:BasicObject:createdBy", newValue); 652 } 653 654 protected void setCreatedBy( 655 String [] newValue 656 ) { 657 refSetValue("org:openmdx:base:BasicObject:createdBy", newValue); 658 } 659 660 public java.util.Date getModifiedAt( 664 ) { 665 return getModifiedAt(0); 666 } 667 668 protected java.util.Date getModifiedAt( 669 int index 670 ) { 671 return (java.util.Date )this.refGetValue("org:openmdx:base:BasicObject:modifiedAt", index); 672 } 673 674 protected void setModifiedAt( 678 java.util.Date newValue 679 ) { 680 setModifiedAt(0, newValue); 681 } 682 683 protected void setModifiedAt( 684 int index, 685 java.util.Date newValue 686 ) { 687 refSetValue("org:openmdx:base:BasicObject:modifiedAt", index, newValue); 688 } 689 public java.util.Set getModifiedBy ( 693 ) { 694 return (java.util.Set )this.refGetValue("modifiedBy"); 695 } 696 protected void setModifiedBy( 700 java.util.Set newValue 701 ) { 702 refSetValue("org:openmdx:base:BasicObject:modifiedBy", newValue); 703 } 704 705 protected void setModifiedBy( 706 String [] newValue 707 ) { 708 refSetValue("org:openmdx:base:BasicObject:modifiedBy", newValue); 709 } 710 711 protected void setContext( 715 java.util.List newValue 716 ) { 717 refSetValue("org:openmdx:base:ContextCapable:context", newValue); 718 } 719 720 protected void setContext( 721 org.openmdx.base.cci.Context[] newValue 722 ) { 723 refSetValue("org:openmdx:base:ContextCapable:context", newValue); 724 } 725 726 public org.openmdx.base.cci.Context getContext( 730 String id 731 ) { 732 return (org.openmdx.base.cci.Context)refGetValue( 733 "org:openmdx:base:ContextCapable:context", 734 id 735 ); 736 } 737 738 public java.util.Collection getContext( 742 ) { 743 return (java.util.Collection )refGetValue( 744 "org:openmdx:base:ContextCapable:context" 745 ); 746 } 747 748 protected void addContext ( 752 String id, 753 org.openmdx.base.cci.Context newValue 754 ) { 755 refAddValue( 756 "org:openmdx:base:ContextCapable:context", 757 id, 758 newValue 759 ); 760 } 761 762 protected void addContext ( 766 org.openmdx.base.cci.Context newValue 767 ) { 768 refAddValue( 769 "org:openmdx:base:ContextCapable:context", 770 newValue 771 ); 772 } 773 774 protected void removeContext ( 778 String id 779 ) { 780 refRemoveValue( 781 "org:openmdx:base:ContextCapable:context", 782 id 783 ); 784 } 785 786 public String getIdentity( 790 ) { 791 return getIdentity(0); 792 } 793 794 protected String getIdentity( 795 int index 796 ) { 797 return (String )this.refGetValue("org:openmdx:base:ExtentCapable:identity", index); 798 } 799 800 protected void setIdentity( 804 String newValue 805 ) { 806 setIdentity(0, newValue); 807 } 808 809 protected void setIdentity( 810 int index, 811 String newValue 812 ) { 813 refSetValue("org:openmdx:base:ExtentCapable:identity", index, newValue); 814 } 815 protected void setView( 819 java.util.List newValue 820 ) { 821 refSetValue("org:openmdx:compatibility:view1:ViewCapable:view", newValue); 822 } 823 824 protected void setView( 825 org.openmdx.compatibility.view1.cci.View[] newValue 826 ) { 827 refSetValue("org:openmdx:compatibility:view1:ViewCapable:view", newValue); 828 } 829 830 public org.openmdx.compatibility.view1.cci.View getView( 834 String namespace 835 ) { 836 return (org.openmdx.compatibility.view1.cci.View)refGetValue( 837 "org:openmdx:compatibility:view1:ViewCapable:view", 838 namespace 839 ); 840 } 841 842 public java.util.Collection getView( 846 ) { 847 return (java.util.Collection )refGetValue( 848 "org:openmdx:compatibility:view1:ViewCapable:view" 849 ); 850 } 851 852 public java.util.List getView( 853 org.openmdx.compatibility.view1.cci.ViewFilter filter 854 ) { 855 return ((org.openmdx.compatibility.base.collection.Container)refGetValue( 856 "org:openmdx:compatibility:view1:ViewCapable:view" 857 )).toList(filter); 858 } 859 860 protected void addView ( 864 String namespace, 865 org.openmdx.compatibility.view1.cci.View newValue 866 ) { 867 refAddValue( 868 "org:openmdx:compatibility:view1:ViewCapable:view", 869 namespace, 870 newValue 871 ); 872 } 873 874 protected void addView ( 878 org.openmdx.compatibility.view1.cci.View newValue 879 ) { 880 refAddValue( 881 "org:openmdx:compatibility:view1:ViewCapable:view", 882 newValue 883 ); 884 } 885 886 protected void removeView ( 890 String namespace 891 ) { 892 refRemoveValue( 893 "org:openmdx:compatibility:view1:ViewCapable:view", 894 namespace 895 ); 896 } 897 898 } 902 | Popular Tags |