1 package org.opencrx.kernel.home1.cci; 14 15 public interface UserHome 16 extends 17 org.opencrx.kernel.base.cci.Importer, 18 org.opencrx.kernel.base.cci.SecureObject, 19 org.opencrx.kernel.base.cci.WorkflowTarget, 20 org.openmdx.base.cci.BasicObject { 21 31 public org.opencrx.kernel.home1.cci.AccessHistory getAccessHistory( 32 String id 33 ); 34 35 44 public java.util.Collection getAccessHistory( 45 ); 46 47 54 public java.util.List getAccessHistory( 55 org.opencrx.kernel.home1.cci.AccessHistoryFilter filter 56 ); 57 58 66 public void addAccessHistory ( 67 String id, 68 org.opencrx.kernel.home1.cci.AccessHistory newValue 69 ); 70 71 78 public void addAccessHistory ( 79 org.opencrx.kernel.home1.cci.AccessHistory newValue 80 ); 81 82 88 public void removeAccessHistory ( 89 String id 90 ); 91 101 public org.opencrx.kernel.home1.cci.Alert getAlert( 102 String id 103 ); 104 105 114 public java.util.Collection getAlert( 115 ); 116 117 124 public java.util.List getAlert( 125 org.opencrx.kernel.home1.cci.AlertFilter filter 126 ); 127 128 136 public void addAlert ( 137 String id, 138 org.opencrx.kernel.home1.cci.Alert newValue 139 ); 140 141 148 public void addAlert ( 149 org.opencrx.kernel.home1.cci.Alert newValue 150 ); 151 152 158 public void removeAlert ( 159 String id 160 ); 161 171 public org.opencrx.kernel.activity1.cci.Activity getAssignedActivity( 172 String id 173 ); 174 175 184 public java.util.Collection getAssignedActivity( 185 ); 186 187 194 public java.util.List getAssignedActivity( 195 org.opencrx.kernel.activity1.cci.ActivityFilter filter 196 ); 197 198 208 public org.opencrx.kernel.contract1.cci.AbstractContract getAssignedContract( 209 String id 210 ); 211 212 221 public java.util.Collection getAssignedContract( 222 ); 223 224 231 public java.util.List getAssignedContract( 232 org.opencrx.kernel.contract1.cci.AbstractContractFilter filter 233 ); 234 235 239 public org.opencrx.kernel.home1.cci.ChangePasswordResult changePassword( 240 org.opencrx.kernel.home1.cci.ChangePasswordParams params 241 ) throws javax.jmi.reflect.RefException ; 242 243 245 public org.opencrx.kernel.home1.cci.ChangePasswordResult changePassword( 246 String newPassword 247 , String newPasswordVerification 248 , String oldPassword 249 ) throws javax.jmi.reflect.RefException ; 250 251 261 public org.opencrx.kernel.home1.cci.Chart getChart( 262 String id 263 ); 264 265 274 public java.util.Collection getChart( 275 ); 276 277 284 public java.util.List getChart( 285 org.opencrx.kernel.home1.cci.ChartFilter filter 286 ); 287 288 296 public org.opencrx.kernel.base.cci.Chart getChart0( 297 ); 298 299 307 public void setChart0( 308 org.opencrx.kernel.base.cci.Chart newValue 309 ); 310 311 318 public void removeChart0 ( 319 ); 320 321 329 public org.opencrx.kernel.base.cci.Chart getChart1( 330 ); 331 332 340 public void setChart1( 341 org.opencrx.kernel.base.cci.Chart newValue 342 ); 343 344 351 public void removeChart1 ( 352 ); 353 354 362 public org.opencrx.kernel.base.cci.Chart getChart2( 363 ); 364 365 373 public void setChart2( 374 org.opencrx.kernel.base.cci.Chart newValue 375 ); 376 377 384 public void removeChart2 ( 385 ); 386 387 395 public org.opencrx.kernel.base.cci.Chart getChart3( 396 ); 397 398 406 public void setChart3( 407 org.opencrx.kernel.base.cci.Chart newValue 408 ); 409 410 417 public void removeChart3 ( 418 ); 419 420 428 public org.opencrx.kernel.account1.cci.Contact getContact( 429 ); 430 431 439 public void setContact( 440 org.opencrx.kernel.account1.cci.Contact newValue 441 ); 442 443 450 public void removeContact ( 451 ); 452 453 463 public org.opencrx.kernel.home1.cci.EMailAccount getEMailAccount( 464 String id 465 ); 466 467 476 public java.util.Collection getEMailAccount( 477 ); 478 479 486 public java.util.List getEMailAccount( 487 org.opencrx.kernel.home1.cci.EMailAccountFilter filter 488 ); 489 490 498 public void addEMailAccount ( 499 String id, 500 org.opencrx.kernel.home1.cci.EMailAccount newValue 501 ); 502 503 510 public void addEMailAccount ( 511 org.opencrx.kernel.home1.cci.EMailAccount newValue 512 ); 513 514 520 public void removeEMailAccount ( 521 String id 522 ); 523 531 public byte[] getFavoriteChart0( 532 ); 533 534 541 public String getFavoriteChart0Description( 542 ); 543 544 551 public String getFavoriteChart0MimeType( 552 ); 553 554 561 public String getFavoriteChart0Name( 562 ); 563 564 572 public byte[] getFavoriteChart1( 573 ); 574 575 582 public String getFavoriteChart1Description( 583 ); 584 585 592 public String getFavoriteChart1MimeType( 593 ); 594 595 602 public String getFavoriteChart1Name( 603 ); 604 605 613 public byte[] getFavoriteChart2( 614 ); 615 616 623 public String getFavoriteChart2Description( 624 ); 625 626 633 public String getFavoriteChart2MimeType( 634 ); 635 636 643 public String getFavoriteChart2Name( 644 ); 645 646 654 public byte[] getFavoriteChart3( 655 ); 656 657 664 public String getFavoriteChart3Description( 665 ); 666 667 674 public String getFavoriteChart3MimeType( 675 ); 676 677 684 public String getFavoriteChart3Name( 685 ); 686 687 695 public org.opencrx.security.realm1.cci.PrincipalGroup getPrimaryGroup( 696 ); 697 698 706 public void setPrimaryGroup( 707 org.opencrx.security.realm1.cci.PrincipalGroup newValue 708 ); 709 710 717 public void removePrimaryGroup ( 718 ); 719 720 730 public org.opencrx.kernel.home1.cci.QuickAccess getQuickAccess( 731 String id 732 ); 733 734 743 public java.util.Collection getQuickAccess( 744 ); 745 746 753 public java.util.List getQuickAccess( 754 org.opencrx.kernel.home1.cci.QuickAccessFilter filter 755 ); 756 757 765 public void addQuickAccess ( 766 String id, 767 org.opencrx.kernel.home1.cci.QuickAccess newValue 768 ); 769 770 777 public void addQuickAccess ( 778 org.opencrx.kernel.home1.cci.QuickAccess newValue 779 ); 780 781 787 public void removeQuickAccess ( 788 String id 789 ); 790 794 public org.openmdx.base.cci.Void refreshItems( 795 org.openmdx.base.cci.Void params 796 ) throws javax.jmi.reflect.RefException ; 797 798 800 public org.openmdx.base.cci.Void refreshItems( 801 ) throws javax.jmi.reflect.RefException ; 802 803 807 public org.openmdx.base.cci.Void sendAlert( 808 org.opencrx.kernel.home1.cci.SendAlertParams params 809 ) throws javax.jmi.reflect.RefException ; 810 811 813 public org.openmdx.base.cci.Void sendAlert( 814 String description 815 , short importance 816 , String name 817 , org.openmdx.base.cci.BasicObject reference 818 , String toUsers 819 ) throws javax.jmi.reflect.RefException ; 820 821 828 public String getSendMailSubjectPrefix( 829 ); 830 831 835 836 841 public void setSendMailSubjectPrefix( 842 String newValue 843 ); 844 845 852 public String getSettings( 853 ); 854 855 859 860 865 public void setSettings( 866 String newValue 867 ); 868 869 876 public Boolean isStoreSettingsOnLogoff( 877 ); 878 879 883 884 889 public void setStoreSettingsOnLogoff( 890 Boolean newValue 891 ); 892 893 903 public org.opencrx.kernel.home1.cci.Subscription getSubscription( 904 String id 905 ); 906 907 916 public java.util.Collection getSubscription( 917 ); 918 919 926 public java.util.List getSubscription( 927 org.opencrx.kernel.home1.cci.SubscriptionFilter filter 928 ); 929 930 938 public void addSubscription ( 939 String id, 940 org.opencrx.kernel.home1.cci.Subscription newValue 941 ); 942 943 950 public void addSubscription ( 951 org.opencrx.kernel.home1.cci.Subscription newValue 952 ); 953 954 960 public void removeSubscription ( 961 String id 962 ); 963 970 public String getWebAccessUrl( 971 ); 972 973 977 978 983 public void setWebAccessUrl( 984 String newValue 985 ); 986 987 997 public org.opencrx.kernel.home1.cci.WfProcessInstance getWfProcessInstance( 998 String id 999 ); 1000 1001 1010 public java.util.Collection getWfProcessInstance( 1011 ); 1012 1013 1020 public java.util.List getWfProcessInstance( 1021 org.opencrx.kernel.home1.cci.WfProcessInstanceFilter filter 1022 ); 1023 1024 1032 public byte[] getWorkWeek( 1033 ); 1034 1035 1042 public String getWorkWeekMimeType( 1043 ); 1044 1045 1052 public String getWorkWeekName( 1053 ); 1054 1055} 1059 | Popular Tags |