1 package org.opencrx.kernel.account1.cci; 14 15 public class SegmentImpl 16 extends org.openmdx.base.accessor.jmi.spi.RefObject_1 17 implements Segment { 18 19 public SegmentImpl( 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 void setAccount( 30 java.util.List newValue 31 ) { 32 refSetValue("org:opencrx:kernel:account1:Segment:account", newValue); 33 } 34 35 public void setAccount( 36 org.opencrx.kernel.account1.cci.Account[] newValue 37 ) { 38 refSetValue("org:opencrx:kernel:account1:Segment:account", newValue); 39 } 40 41 public org.opencrx.kernel.account1.cci.Account getAccount( 45 String id 46 ) { 47 return (org.opencrx.kernel.account1.cci.Account)refGetValue( 48 "org:opencrx:kernel:account1:Segment:account", 49 id 50 ); 51 } 52 53 public java.util.Collection getAccount( 57 ) { 58 return (java.util.Collection )refGetValue( 59 "org:opencrx:kernel:account1:Segment:account" 60 ); 61 } 62 63 public java.util.List getAccount( 64 org.opencrx.kernel.account1.cci.AccountFilter filter 65 ) { 66 return ((org.openmdx.compatibility.base.collection.Container)refGetValue( 67 "org:opencrx:kernel:account1:Segment:account" 68 )).toList(filter); 69 } 70 71 public void addAccount ( 75 String id, 76 org.opencrx.kernel.account1.cci.Account newValue 77 ) { 78 refAddValue( 79 "org:opencrx:kernel:account1:Segment:account", 80 id, 81 newValue 82 ); 83 } 84 85 public void addAccount ( 89 org.opencrx.kernel.account1.cci.Account newValue 90 ) { 91 refAddValue( 92 "org:opencrx:kernel:account1:Segment:account", 93 newValue 94 ); 95 } 96 97 public void removeAccount ( 101 String id 102 ) { 103 refRemoveValue( 104 "org:opencrx:kernel:account1:Segment:account", 105 id 106 ); 107 } 108 109 public void setCompetitor( 113 java.util.List newValue 114 ) { 115 refSetValue("org:opencrx:kernel:account1:Segment:competitor", newValue); 116 } 117 118 public void setCompetitor( 119 org.opencrx.kernel.account1.cci.Competitor[] newValue 120 ) { 121 refSetValue("org:opencrx:kernel:account1:Segment:competitor", newValue); 122 } 123 124 public org.opencrx.kernel.account1.cci.Competitor getCompetitor( 128 String id 129 ) { 130 return (org.opencrx.kernel.account1.cci.Competitor)refGetValue( 131 "org:opencrx:kernel:account1:Segment:competitor", 132 id 133 ); 134 } 135 136 public java.util.Collection getCompetitor( 140 ) { 141 return (java.util.Collection )refGetValue( 142 "org:opencrx:kernel:account1:Segment:competitor" 143 ); 144 } 145 146 public java.util.List getCompetitor( 147 org.opencrx.kernel.account1.cci.CompetitorFilter filter 148 ) { 149 return ((org.openmdx.compatibility.base.collection.Container)refGetValue( 150 "org:opencrx:kernel:account1:Segment:competitor" 151 )).toList(filter); 152 } 153 154 public void addCompetitor ( 158 String id, 159 org.opencrx.kernel.account1.cci.Competitor newValue 160 ) { 161 refAddValue( 162 "org:opencrx:kernel:account1:Segment:competitor", 163 id, 164 newValue 165 ); 166 } 167 168 public void addCompetitor ( 172 org.opencrx.kernel.account1.cci.Competitor newValue 173 ) { 174 refAddValue( 175 "org:opencrx:kernel:account1:Segment:competitor", 176 newValue 177 ); 178 } 179 180 public void removeCompetitor ( 184 String id 185 ) { 186 refRemoveValue( 187 "org:opencrx:kernel:account1:Segment:competitor", 188 id 189 ); 190 } 191 192 public void setOrganization( 196 java.util.List newValue 197 ) { 198 refSetValue("org:opencrx:kernel:account1:Segment:organization", newValue); 199 } 200 201 public void setOrganization( 202 org.opencrx.kernel.account1.cci.Organization[] newValue 203 ) { 204 refSetValue("org:opencrx:kernel:account1:Segment:organization", newValue); 205 } 206 207 public org.opencrx.kernel.account1.cci.Organization getOrganization( 211 String id 212 ) { 213 return (org.opencrx.kernel.account1.cci.Organization)refGetValue( 214 "org:opencrx:kernel:account1:Segment:organization", 215 id 216 ); 217 } 218 219 public java.util.Collection getOrganization( 223 ) { 224 return (java.util.Collection )refGetValue( 225 "org:opencrx:kernel:account1:Segment:organization" 226 ); 227 } 228 229 public java.util.List getOrganization( 230 org.opencrx.kernel.account1.cci.OrganizationFilter filter 231 ) { 232 return ((org.openmdx.compatibility.base.collection.Container)refGetValue( 233 "org:opencrx:kernel:account1:Segment:organization" 234 )).toList(filter); 235 } 236 237 public void addOrganization ( 241 String id, 242 org.opencrx.kernel.account1.cci.Organization newValue 243 ) { 244 refAddValue( 245 "org:opencrx:kernel:account1:Segment:organization", 246 id, 247 newValue 248 ); 249 } 250 251 public void addOrganization ( 255 org.opencrx.kernel.account1.cci.Organization newValue 256 ) { 257 refAddValue( 258 "org:opencrx:kernel:account1:Segment:organization", 259 newValue 260 ); 261 } 262 263 public void removeOrganization ( 267 String id 268 ) { 269 refRemoveValue( 270 "org:opencrx:kernel:account1:Segment:organization", 271 id 272 ); 273 } 274 275 public void setSearchIndexEntry( 279 java.util.List newValue 280 ) { 281 refSetValue("org:opencrx:kernel:account1:Segment:searchIndexEntry", newValue); 282 } 283 284 public void setSearchIndexEntry( 285 org.opencrx.kernel.account1.cci.SearchIndexEntry[] newValue 286 ) { 287 refSetValue("org:opencrx:kernel:account1:Segment:searchIndexEntry", newValue); 288 } 289 290 public org.opencrx.kernel.account1.cci.SearchIndexEntry getSearchIndexEntry( 294 String id 295 ) { 296 return (org.opencrx.kernel.account1.cci.SearchIndexEntry)refGetValue( 297 "org:opencrx:kernel:account1:Segment:searchIndexEntry", 298 id 299 ); 300 } 301 302 public java.util.Collection getSearchIndexEntry( 306 ) { 307 return (java.util.Collection )refGetValue( 308 "org:opencrx:kernel:account1:Segment:searchIndexEntry" 309 ); 310 } 311 312 public java.util.List getSearchIndexEntry( 313 org.opencrx.kernel.account1.cci.SearchIndexEntryFilter filter 314 ) { 315 return ((org.openmdx.compatibility.base.collection.Container)refGetValue( 316 "org:opencrx:kernel:account1:Segment:searchIndexEntry" 317 )).toList(filter); 318 } 319 320 public void addSearchIndexEntry ( 324 String id, 325 org.opencrx.kernel.account1.cci.SearchIndexEntry newValue 326 ) { 327 refAddValue( 328 "org:opencrx:kernel:account1:Segment:searchIndexEntry", 329 id, 330 newValue 331 ); 332 } 333 334 public void addSearchIndexEntry ( 338 org.opencrx.kernel.account1.cci.SearchIndexEntry newValue 339 ) { 340 refAddValue( 341 "org:opencrx:kernel:account1:Segment:searchIndexEntry", 342 newValue 343 ); 344 } 345 346 public void removeSearchIndexEntry ( 350 String id 351 ) { 352 refRemoveValue( 353 "org:opencrx:kernel:account1:Segment:searchIndexEntry", 354 id 355 ); 356 } 357 358 protected void setAudit( 362 java.util.List newValue 363 ) { 364 refSetValue("org:opencrx:kernel:base:Auditee:audit", newValue); 365 } 366 367 protected void setAudit( 368 org.opencrx.kernel.base.cci.AuditEntry[] newValue 369 ) { 370 refSetValue("org:opencrx:kernel:base:Auditee:audit", newValue); 371 } 372 373 public org.opencrx.kernel.base.cci.AuditEntry getAudit( 377 String id 378 ) { 379 return (org.opencrx.kernel.base.cci.AuditEntry)refGetValue( 380 "org:opencrx:kernel:base:Auditee:audit", 381 id 382 ); 383 } 384 385 public java.util.Collection getAudit( 389 ) { 390 return (java.util.Collection )refGetValue( 391 "org:opencrx:kernel:base:Auditee:audit" 392 ); 393 } 394 395 public java.util.List getAudit( 396 org.opencrx.kernel.base.cci.AuditEntryFilter filter 397 ) { 398 return ((org.openmdx.compatibility.base.collection.Container)refGetValue( 399 "org:opencrx:kernel:base:Auditee:audit" 400 )).toList(filter); 401 } 402 403 protected void addAudit ( 407 String id, 408 org.opencrx.kernel.base.cci.AuditEntry newValue 409 ) { 410 refAddValue( 411 "org:opencrx:kernel:base:Auditee:audit", 412 id, 413 newValue 414 ); 415 } 416 417 protected void addAudit ( 421 org.opencrx.kernel.base.cci.AuditEntry newValue 422 ) { 423 refAddValue( 424 "org:opencrx:kernel:base:Auditee:audit", 425 newValue 426 ); 427 } 428 429 protected void removeAudit ( 433 String id 434 ) { 435 refRemoveValue( 436 "org:opencrx:kernel:base:Auditee:audit", 437 id 438 ); 439 } 440 441 public org.opencrx.kernel.base.cci.ImportResult importItem( 445 org.opencrx.kernel.base.cci.ImportParams params 446 ) throws javax.jmi.reflect.RefException { 447 java.util.List args = new java.util.ArrayList (); 448 args.add(params); 449 return (org.opencrx.kernel.base.cci.ImportResult)refInvokeOperation( 450 "org:opencrx:kernel:base:Importer:importItem", 451 args 452 ); 453 } 454 455 public org.opencrx.kernel.base.cci.ImportResult importItem( 456 byte[] item 457 , String itemMimeType 458 , String itemName 459 , short locale 460 ) throws javax.jmi.reflect.RefException { 461 return importItem( 462 ((org.opencrx.kernel.base.cci.basePackage)refOutermostPackage().refPackage("org:opencrx:kernel:base")).createImportParams( 463 item 464 , itemMimeType 465 , itemName 466 , locale 467 ) 468 ); 469 } 470 471 public short getAccessLevelBrowse( 475 ) { 476 return getAccessLevelBrowse(0); 477 } 478 479 protected short getAccessLevelBrowse( 480 int index 481 ) { 482 return ((java.lang.Number )this.refGetValue("org:opencrx:kernel:base:SecureObject:accessLevelBrowse", index)).shortValue(); 483 } 484 485 public void setAccessLevelBrowse( 489 short newValue 490 ) { 491 setAccessLevelBrowse(0, newValue); 492 } 493 494 protected void setAccessLevelBrowse( 495 int index, 496 short newValue 497 ) { 498 refSetValue("org:opencrx:kernel:base:SecureObject:accessLevelBrowse", index, new Short (newValue)); 499 } 500 public short getAccessLevelDelete( 504 ) { 505 return getAccessLevelDelete(0); 506 } 507 508 protected short getAccessLevelDelete( 509 int index 510 ) { 511 return ((java.lang.Number )this.refGetValue("org:opencrx:kernel:base:SecureObject:accessLevelDelete", index)).shortValue(); 512 } 513 514 public void setAccessLevelDelete( 518 short newValue 519 ) { 520 setAccessLevelDelete(0, newValue); 521 } 522 523 protected void setAccessLevelDelete( 524 int index, 525 short newValue 526 ) { 527 refSetValue("org:opencrx:kernel:base:SecureObject:accessLevelDelete", index, new Short (newValue)); 528 } 529 public short getAccessLevelUpdate( 533 ) { 534 return getAccessLevelUpdate(0); 535 } 536 537 protected short getAccessLevelUpdate( 538 int index 539 ) { 540 return ((java.lang.Number )this.refGetValue("org:opencrx:kernel:base:SecureObject:accessLevelUpdate", index)).shortValue(); 541 } 542 543 public void setAccessLevelUpdate( 547 short newValue 548 ) { 549 setAccessLevelUpdate(0, newValue); 550 } 551 552 protected void setAccessLevelUpdate( 553 int index, 554 short newValue 555 ) { 556 refSetValue("org:opencrx:kernel:base:SecureObject:accessLevelUpdate", index, new Short (newValue)); 557 } 558 public org.opencrx.kernel.base.cci.ModifySecureObjectResult addOwningGroup( 562 org.opencrx.kernel.base.cci.ModifyOwningGroupParams params 563 ) throws javax.jmi.reflect.RefException { 564 java.util.List args = new java.util.ArrayList (); 565 args.add(params); 566 return (org.opencrx.kernel.base.cci.ModifySecureObjectResult)refInvokeOperation( 567 "org:opencrx:kernel:base:SecureObject:addOwningGroup", 568 args 569 ); 570 } 571 572 public org.opencrx.kernel.base.cci.ModifySecureObjectResult addOwningGroup( 573 org.opencrx.security.realm1.cci.PrincipalGroup group 574 , short mode 575 ) throws javax.jmi.reflect.RefException { 576 return addOwningGroup( 577 ((org.opencrx.kernel.base.cci.basePackage)refOutermostPackage().refPackage("org:opencrx:kernel:base")).createModifyOwningGroupParams( 578 group 579 , mode 580 ) 581 ); 582 } 583 584 public java.util.List getOwner ( 588 ) { 589 return (java.util.List )this.refGetValue("owner"); 590 } 591 public String getOwner( 592 int index 593 ) { 594 return (String )this.refGetValue("org:opencrx:kernel:base:SecureObject:owner", index); 595 } 596 597 protected void setOwner( 601 java.util.List newValue 602 ) { 603 refSetValue("org:opencrx:kernel:base:SecureObject:owner", newValue); 604 } 605 606 protected void setOwner( 607 String [] newValue 608 ) { 609 refSetValue("org:opencrx:kernel:base:SecureObject:owner", newValue); 610 } 611 612 public void setOwningGroup( 616 java.util.List newValue 617 ) { 618 refSetValue("org:opencrx:kernel:base:SecureObject:owningGroup", newValue); 619 } 620 621 public void setOwningGroup( 622 org.opencrx.security.realm1.cci.PrincipalGroup[] newValue 623 ) { 624 refSetValue("org:opencrx:kernel:base:SecureObject:owningGroup", newValue); 625 } 626 627 public org.opencrx.security.realm1.cci.PrincipalGroup getOwningGroup( 631 int index 632 ) { 633 return (org.opencrx.security.realm1.cci.PrincipalGroup)refGetValue( 634 "org:opencrx:kernel:base:SecureObject:owningGroup", 635 new Integer (index) 636 ); 637 } 638 639 public java.util.Collection getOwningGroup( 643 ) { 644 return (java.util.Collection )refGetValue( 645 "org:opencrx:kernel:base:SecureObject:owningGroup" 646 ); 647 } 648 649 public void addOwningGroup ( 653 int index, 654 org.opencrx.security.realm1.cci.PrincipalGroup newValue 655 ) { 656 refAddValue( 657 "org:opencrx:kernel:base:SecureObject:owningGroup", 658 new Integer (index), 659 newValue 660 ); 661 } 662 663 public void addOwningGroup ( 667 org.opencrx.security.realm1.cci.PrincipalGroup newValue 668 ) { 669 refAddValue( 670 "org:opencrx:kernel:base:SecureObject:owningGroup", 671 newValue 672 ); 673 } 674 675 public void removeOwningGroup ( 679 int index 680 ) { 681 refRemoveValue( 682 "org:opencrx:kernel:base:SecureObject:owningGroup", 683 new Integer (index) 684 ); 685 } 686 687 public org.opencrx.security.realm1.cci.User getOwningUser( 691 ) { 692 return (org.opencrx.security.realm1.cci.User)refGetValue( 693 "org:opencrx:kernel:base:SecureObject:owningUser" 694 ); 695 } 696 697 public void setOwningUser( 701 org.opencrx.security.realm1.cci.User newValue 702 ) { 703 refSetValue( 704 "org:opencrx:kernel:base:SecureObject:owningUser", 705 newValue 706 ); 707 } 708 709 public void removeOwningUser ( 713 ) { 714 refRemoveValue( 715 "org:opencrx:kernel:base:SecureObject:owningUser" 716 ); 717 } 718 public org.opencrx.kernel.base.cci.ModifySecureObjectResult removeAllOwningGroup( 722 org.opencrx.kernel.base.cci.RemoveAllOwningGroupParams params 723 ) throws javax.jmi.reflect.RefException { 724 java.util.List args = new java.util.ArrayList (); 725 args.add(params); 726 return (org.opencrx.kernel.base.cci.ModifySecureObjectResult)refInvokeOperation( 727 "org:opencrx:kernel:base:SecureObject:removeAllOwningGroup", 728 args 729 ); 730 } 731 732 public org.opencrx.kernel.base.cci.ModifySecureObjectResult removeAllOwningGroup( 733 short mode 734 ) throws javax.jmi.reflect.RefException { 735 return removeAllOwningGroup( 736 ((org.opencrx.kernel.base.cci.basePackage)refOutermostPackage().refPackage("org:opencrx:kernel:base")).createRemoveAllOwningGroupParams( 737 mode 738 ) 739 ); 740 } 741 742 public org.opencrx.kernel.base.cci.ModifySecureObjectResult removeOwningGroup( 746 org.opencrx.kernel.base.cci.ModifyOwningGroupParams params 747 ) throws javax.jmi.reflect.RefException { 748 java.util.List args = new java.util.ArrayList (); 749 args.add(params); 750 return (org.opencrx.kernel.base.cci.ModifySecureObjectResult)refInvokeOperation( 751 "org:opencrx:kernel:base:SecureObject:removeOwningGroup", 752 args 753 ); 754 } 755 756 public org.opencrx.kernel.base.cci.ModifySecureObjectResult removeOwningGroup( 757 org.opencrx.security.realm1.cci.PrincipalGroup group 758 , short mode 759 ) throws javax.jmi.reflect.RefException { 760 return removeOwningGroup( 761 ((org.opencrx.kernel.base.cci.basePackage)refOutermostPackage().refPackage("org:opencrx:kernel:base")).createModifyOwningGroupParams( 762 group 763 , mode 764 ) 765 ); 766 } 767 768 public org.opencrx.kernel.base.cci.ModifySecureObjectResult setAccessLevel( 772 org.opencrx.kernel.base.cci.SetAccessLevelParams params 773 ) throws javax.jmi.reflect.RefException { 774 java.util.List args = new java.util.ArrayList (); 775 args.add(params); 776 return (org.opencrx.kernel.base.cci.ModifySecureObjectResult)refInvokeOperation( 777 "org:opencrx:kernel:base:SecureObject:setAccessLevel", 778 args 779 ); 780 } 781 782 public org.opencrx.kernel.base.cci.ModifySecureObjectResult setAccessLevel( 783 short accessLevelBrowse 784 , short accessLevelDelete 785 , short accessLevelUpdate 786 , short mode 787 ) throws javax.jmi.reflect.RefException { 788 return setAccessLevel( 789 ((org.opencrx.kernel.base.cci.basePackage)refOutermostPackage().refPackage("org:opencrx:kernel:base")).createSetAccessLevelParams( 790 accessLevelBrowse 791 , accessLevelDelete 792 , accessLevelUpdate 793 , mode 794 ) 795 ); 796 } 797 798 public org.opencrx.kernel.base.cci.ModifySecureObjectResult setOwningUser( 802 org.opencrx.kernel.base.cci.SetOwningUserParams params 803 ) throws javax.jmi.reflect.RefException { 804 java.util.List args = new java.util.ArrayList (); 805 args.add(params); 806 return (org.opencrx.kernel.base.cci.ModifySecureObjectResult)refInvokeOperation( 807 "org:opencrx:kernel:base:SecureObject:setOwningUser", 808 args 809 ); 810 } 811 812 public org.opencrx.kernel.base.cci.ModifySecureObjectResult setOwningUser( 813 short mode 814 , org.opencrx.security.realm1.cci.User user 815 ) throws javax.jmi.reflect.RefException { 816 return setOwningUser( 817 ((org.opencrx.kernel.base.cci.basePackage)refOutermostPackage().refPackage("org:opencrx:kernel:base")).createSetOwningUserParams( 818 mode 819 , user 820 ) 821 ); 822 } 823 824 public org.opencrx.kernel.base.cci.ExportResult exportXml( 828 org.opencrx.kernel.base.cci.XmlExportParams params 829 ) throws javax.jmi.reflect.RefException { 830 java.util.List args = new java.util.ArrayList (); 831 args.add(params); 832 return (org.opencrx.kernel.base.cci.ExportResult)refInvokeOperation( 833 "org:opencrx:kernel:base:XmlExporter:exportXml", 834 args 835 ); 836 } 837 838 public org.opencrx.kernel.base.cci.ExportResult exportXml( 839 String attributeFilter 840 , String referenceFilter 841 ) throws javax.jmi.reflect.RefException { 842 return exportXml( 843 ((org.opencrx.kernel.base.cci.basePackage)refOutermostPackage().refPackage("org:opencrx:kernel:base")).createXmlExportParams( 844 attributeFilter 845 , referenceFilter 846 ) 847 ); 848 } 849 850 protected void setContext( 854 java.util.List newValue 855 ) { 856 refSetValue("org:openmdx:base:ContextCapable:context", newValue); 857 } 858 859 protected void setContext( 860 org.openmdx.base.cci.Context[] newValue 861 ) { 862 refSetValue("org:openmdx:base:ContextCapable:context", newValue); 863 } 864 865 public org.openmdx.base.cci.Context getContext( 869 String id 870 ) { 871 return (org.openmdx.base.cci.Context)refGetValue( 872 "org:openmdx:base:ContextCapable:context", 873 id 874 ); 875 } 876 877 public java.util.Collection getContext( 881 ) { 882 return (java.util.Collection )refGetValue( 883 "org:openmdx:base:ContextCapable:context" 884 ); 885 } 886 887 protected void addContext ( 891 String id, 892 org.openmdx.base.cci.Context newValue 893 ) { 894 refAddValue( 895 "org:openmdx:base:ContextCapable:context", 896 id, 897 newValue 898 ); 899 } 900 901 protected void addContext ( 905 org.openmdx.base.cci.Context newValue 906 ) { 907 refAddValue( 908 "org:openmdx:base:ContextCapable:context", 909 newValue 910 ); 911 } 912 913 protected void removeContext ( 917 String id 918 ) { 919 refRemoveValue( 920 "org:openmdx:base:ContextCapable:context", 921 id 922 ); 923 } 924 925 public String getDescription ( 929 ) { 930 return (String )this.refGetValue("description", 0); 931 } 932 public void setDescription( 936 String newValue 937 ) { 938 refSetValue("org:openmdx:base:Segment:description", 0, newValue); 939 } 940 941 protected void setExtent( 945 java.util.List newValue 946 ) { 947 refSetValue("org:openmdx:base:Segment:extent", newValue); 948 } 949 950 protected void setExtent( 951 org.openmdx.base.cci.ExtentCapable[] newValue 952 ) { 953 refSetValue("org:openmdx:base:Segment:extent", newValue); 954 } 955 956 public org.openmdx.base.cci.ExtentCapable getExtent( 960 String identity 961 ) { 962 return (org.openmdx.base.cci.ExtentCapable)refGetValue( 963 "org:openmdx:base:Segment:extent", 964 identity 965 ); 966 } 967 968 public java.util.Collection getExtent( 972 ) { 973 return (java.util.Collection )refGetValue( 974 "org:openmdx:base:Segment:extent" 975 ); 976 } 977 978 public java.util.List getExtent( 979 org.openmdx.base.cci.ExtentCapableFilter filter 980 ) { 981 return ((org.openmdx.compatibility.base.collection.Container)refGetValue( 982 "org:openmdx:base:Segment:extent" 983 )).toList(filter); 984 } 985 986 protected void addExtent ( 990 String identity, 991 org.openmdx.base.cci.ExtentCapable newValue 992 ) { 993 refAddValue( 994 "org:openmdx:base:Segment:extent", 995 identity, 996 newValue 997 ); 998 } 999 1000 protected void addExtent ( 1004 org.openmdx.base.cci.ExtentCapable newValue 1005 ) { 1006 refAddValue( 1007 "org:openmdx:base:Segment:extent", 1008 newValue 1009 ); 1010 } 1011 1012 protected void removeExtent ( 1016 String identity 1017 ) { 1018 refRemoveValue( 1019 "org:openmdx:base:Segment:extent", 1020 identity 1021 ); 1022 } 1023 1024 public org.openmdx.base.cci.Provider getProvider( 1028 ) { 1029 return (org.openmdx.base.cci.Provider)refGetValue( 1030 "org:openmdx:base:Segment:provider" 1031 ); 1032 } 1033 1034 protected void setProvider( 1038 org.openmdx.base.cci.Provider newValue 1039 ) { 1040 refSetValue( 1041 "org:openmdx:base:Segment:provider", 1042 newValue 1043 ); 1044 } 1045 1046 protected void setView( 1050 java.util.List newValue 1051 ) { 1052 refSetValue("org:openmdx:compatibility:view1:ViewCapable:view", newValue); 1053 } 1054 1055 protected void setView( 1056 org.openmdx.compatibility.view1.cci.View[] newValue 1057 ) { 1058 refSetValue("org:openmdx:compatibility:view1:ViewCapable:view", newValue); 1059 } 1060 1061 public org.openmdx.compatibility.view1.cci.View getView( 1065 String namespace 1066 ) { 1067 return (org.openmdx.compatibility.view1.cci.View)refGetValue( 1068 "org:openmdx:compatibility:view1:ViewCapable:view", 1069 namespace 1070 ); 1071 } 1072 1073 public java.util.Collection getView( 1077 ) { 1078 return (java.util.Collection )refGetValue( 1079 "org:openmdx:compatibility:view1:ViewCapable:view" 1080 ); 1081 } 1082 1083 public java.util.List getView( 1084 org.openmdx.compatibility.view1.cci.ViewFilter filter 1085 ) { 1086 return ((org.openmdx.compatibility.base.collection.Container)refGetValue( 1087 "org:openmdx:compatibility:view1:ViewCapable:view" 1088 )).toList(filter); 1089 } 1090 1091 protected void addView ( 1095 String namespace, 1096 org.openmdx.compatibility.view1.cci.View newValue 1097 ) { 1098 refAddValue( 1099 "org:openmdx:compatibility:view1:ViewCapable:view", 1100 namespace, 1101 newValue 1102 ); 1103 } 1104 1105 protected void addView ( 1109 org.openmdx.compatibility.view1.cci.View newValue 1110 ) { 1111 refAddValue( 1112 "org:openmdx:compatibility:view1:ViewCapable:view", 1113 newValue 1114 ); 1115 } 1116 1117 protected void removeView ( 1121 String namespace 1122 ) { 1123 refRemoveValue( 1124 "org:openmdx:compatibility:view1:ViewCapable:view", 1125 namespace 1126 ); 1127 } 1128 1129} 1133 | Popular Tags |