KickJava   Java API By Example, From Geeks To Geeks.

Java > Open Source Codes > org > opencrx > kernel > home1 > cci > UserHome


1 // ----------------------------------------------------------------------------
2
// Instance/IntfBegin
3
// ----------------------------------------------------------------------------
4
//////////////////////////////////////////////////////////////////////////////
5
//
6
// Name: $Id: JMIAbstractMapper.java,v 1.11 2006/01/21 23:09:07 wfro Exp $
7
// Generated by: openMDX JMI Mapper
8
// Date: Mon Apr 03 11:38:58 CEST 2006
9
//
10
// GENERATED - DO NOT CHANGE MANUALLY
11
//
12
//////////////////////////////////////////////////////////////////////////////
13
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 // ----------------------------------------------------------------------------
22
// Instance/IntfReferenceGet0_1WithQualifier
23
// ----------------------------------------------------------------------------
24
/**
25    * Retrieves the value for the reference <code>accessHistory</code> for
26    * the specified qualifier attribute value.
27    * @param id The value for the qualifier attribute that qualifies this reference.
28    * @return The possibly null value for this reference.
29    * @exception JmiException If the value cannot be retrieved for some reason.
30    */

31   public org.opencrx.kernel.home1.cci.AccessHistory getAccessHistory(
32     String JavaDoc id
33   );
34
35 // ----------------------------------------------------------------------------
36
// Instance/IntfReferenceGet0_nWithFilter
37
// ----------------------------------------------------------------------------
38
/**
39    * Retrieves a collection containing all the elements for the reference
40    * <code>accessHistory</code>.
41    * @return A collection containing all the elements for this reference.
42    * @exception JmiException If the values cannot be retrieved for some reason.
43    */

44   public java.util.Collection JavaDoc getAccessHistory(
45   );
46
47   /**
48    * Retrieves the value for the reference <code>accessHistory</code> for
49    * the specified filter.
50    * @param filter filter which is applied to the set of referenced objects.
51    * @return The filtered collection of referenced objects.
52    * @exception JmiException If the value cannot be retrieved for some reason.
53    */

54   public java.util.List JavaDoc getAccessHistory(
55     org.opencrx.kernel.home1.cci.AccessHistoryFilter filter
56   );
57
58 // ----------------------------------------------------------------------------
59
// Instance/IntfReferenceAddWithQualifier
60
// ----------------------------------------------------------------------------
61
/**
62    * @param id The qualifier attribute value that qualifies the reference to get the element to be appended.
63    * @param newValue The element to be appended.
64    * @exception JmiException If the value cannot be appended for some reason.
65    */

66   public void addAccessHistory (
67     String JavaDoc id,
68     org.opencrx.kernel.home1.cci.AccessHistory newValue
69   );
70
71 // ----------------------------------------------------------------------------
72
// Instance/IntfReferenceAddWithoutQualifier
73
// ----------------------------------------------------------------------------
74
/**
75    * @param newValue The element to be appended.
76    * @exception JmiException If the value cannot be appended for some reason.
77    */

78   public void addAccessHistory (
79     org.opencrx.kernel.home1.cci.AccessHistory newValue
80   );
81
82 // ----------------------------------------------------------------------------
83
// Instance/IntfReferenceRemoveWithQualifier
84
// ----------------------------------------------------------------------------
85
/**
86    * @exception JmiException If the value cannot be removed for some reason.
87    */

88   public void removeAccessHistory (
89     String JavaDoc id
90   );
91 // ----------------------------------------------------------------------------
92
// Instance/IntfReferenceGet0_1WithQualifier
93
// ----------------------------------------------------------------------------
94
/**
95    * Retrieves the value for the reference <code>alert</code> for the
96    * specified qualifier attribute value.
97    * @param id The value for the qualifier attribute that qualifies this reference.
98    * @return The possibly null value for this reference.
99    * @exception JmiException If the value cannot be retrieved for some reason.
100    */

101   public org.opencrx.kernel.home1.cci.Alert getAlert(
102     String JavaDoc id
103   );
104
105 // ----------------------------------------------------------------------------
106
// Instance/IntfReferenceGet0_nWithFilter
107
// ----------------------------------------------------------------------------
108
/**
109    * Retrieves a collection containing all the elements for the reference
110    * <code>alert</code>.
111    * @return A collection containing all the elements for this reference.
112    * @exception JmiException If the values cannot be retrieved for some reason.
113    */

114   public java.util.Collection JavaDoc getAlert(
115   );
116
117   /**
118    * Retrieves the value for the reference <code>alert</code> for the
119    * specified filter.
120    * @param filter filter which is applied to the set of referenced objects.
121    * @return The filtered collection of referenced objects.
122    * @exception JmiException If the value cannot be retrieved for some reason.
123    */

124   public java.util.List JavaDoc getAlert(
125     org.opencrx.kernel.home1.cci.AlertFilter filter
126   );
127
128 // ----------------------------------------------------------------------------
129
// Instance/IntfReferenceAddWithQualifier
130
// ----------------------------------------------------------------------------
131
/**
132    * @param id The qualifier attribute value that qualifies the reference to get the element to be appended.
133    * @param newValue The element to be appended.
134    * @exception JmiException If the value cannot be appended for some reason.
135    */

136   public void addAlert (
137     String JavaDoc id,
138     org.opencrx.kernel.home1.cci.Alert newValue
139   );
140
141 // ----------------------------------------------------------------------------
142
// Instance/IntfReferenceAddWithoutQualifier
143
// ----------------------------------------------------------------------------
144
/**
145    * @param newValue The element to be appended.
146    * @exception JmiException If the value cannot be appended for some reason.
147    */

148   public void addAlert (
149     org.opencrx.kernel.home1.cci.Alert newValue
150   );
151
152 // ----------------------------------------------------------------------------
153
// Instance/IntfReferenceRemoveWithQualifier
154
// ----------------------------------------------------------------------------
155
/**
156    * @exception JmiException If the value cannot be removed for some reason.
157    */

158   public void removeAlert (
159     String JavaDoc id
160   );
161 // ----------------------------------------------------------------------------
162
// Instance/IntfReferenceGet0_1WithQualifier
163
// ----------------------------------------------------------------------------
164
/**
165    * Retrieves the value for the reference <code>assignedActivity</code> for
166    * the specified qualifier attribute value.
167    * @param id The value for the qualifier attribute that qualifies this reference.
168    * @return The possibly null value for this reference.
169    * @exception JmiException If the value cannot be retrieved for some reason.
170    */

171   public org.opencrx.kernel.activity1.cci.Activity getAssignedActivity(
172     String JavaDoc id
173   );
174
175 // ----------------------------------------------------------------------------
176
// Instance/IntfReferenceGet0_nWithFilter
177
// ----------------------------------------------------------------------------
178
/**
179    * Retrieves a collection containing all the elements for the reference
180    * <code>assignedActivity</code>.
181    * @return A collection containing all the elements for this reference.
182    * @exception JmiException If the values cannot be retrieved for some reason.
183    */

184   public java.util.Collection JavaDoc getAssignedActivity(
185   );
186
187   /**
188    * Retrieves the value for the reference <code>assignedActivity</code> for
189    * the specified filter.
190    * @param filter filter which is applied to the set of referenced objects.
191    * @return The filtered collection of referenced objects.
192    * @exception JmiException If the value cannot be retrieved for some reason.
193    */

194   public java.util.List JavaDoc getAssignedActivity(
195     org.opencrx.kernel.activity1.cci.ActivityFilter filter
196   );
197
198 // ----------------------------------------------------------------------------
199
// Instance/IntfReferenceGet0_1WithQualifier
200
// ----------------------------------------------------------------------------
201
/**
202    * Retrieves the value for the reference <code>assignedContract</code> for
203    * the specified qualifier attribute value.
204    * @param id The value for the qualifier attribute that qualifies this reference.
205    * @return The possibly null value for this reference.
206    * @exception JmiException If the value cannot be retrieved for some reason.
207    */

208   public org.opencrx.kernel.contract1.cci.AbstractContract getAssignedContract(
209     String JavaDoc id
210   );
211
212 // ----------------------------------------------------------------------------
213
// Instance/IntfReferenceGet0_nWithFilter
214
// ----------------------------------------------------------------------------
215
/**
216    * Retrieves a collection containing all the elements for the reference
217    * <code>assignedContract</code>.
218    * @return A collection containing all the elements for this reference.
219    * @exception JmiException If the values cannot be retrieved for some reason.
220    */

221   public java.util.Collection JavaDoc getAssignedContract(
222   );
223
224   /**
225    * Retrieves the value for the reference <code>assignedContract</code> for
226    * the specified filter.
227    * @param filter filter which is applied to the set of referenced objects.
228    * @return The filtered collection of referenced objects.
229    * @exception JmiException If the value cannot be retrieved for some reason.
230    */

231   public java.util.List JavaDoc getAssignedContract(
232     org.opencrx.kernel.contract1.cci.AbstractContractFilter filter
233   );
234
235 // ----------------------------------------------------------------------------
236
// Instance/IntfOperation
237
// ----------------------------------------------------------------------------
238

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   /**
244    */

245   public org.opencrx.kernel.home1.cci.ChangePasswordResult changePassword(
246       String JavaDoc newPassword
247     , String JavaDoc newPasswordVerification
248     , String JavaDoc oldPassword
249   ) throws javax.jmi.reflect.RefException ;
250
251 // ----------------------------------------------------------------------------
252
// Instance/IntfReferenceGet0_1WithQualifier
253
// ----------------------------------------------------------------------------
254
/**
255    * Retrieves the value for the reference <code>chart</code> for the
256    * specified qualifier attribute value.
257    * @param id The value for the qualifier attribute that qualifies this reference.
258    * @return The possibly null value for this reference.
259    * @exception JmiException If the value cannot be retrieved for some reason.
260    */

261   public org.opencrx.kernel.home1.cci.Chart getChart(
262     String JavaDoc id
263   );
264
265 // ----------------------------------------------------------------------------
266
// Instance/IntfReferenceGet0_nWithFilter
267
// ----------------------------------------------------------------------------
268
/**
269    * Retrieves a collection containing all the elements for the reference
270    * <code>chart</code>.
271    * @return A collection containing all the elements for this reference.
272    * @exception JmiException If the values cannot be retrieved for some reason.
273    */

274   public java.util.Collection JavaDoc getChart(
275   );
276
277   /**
278    * Retrieves the value for the reference <code>chart</code> for the
279    * specified filter.
280    * @param filter filter which is applied to the set of referenced objects.
281    * @return The filtered collection of referenced objects.
282    * @exception JmiException If the value cannot be retrieved for some reason.
283    */

284   public java.util.List JavaDoc getChart(
285     org.opencrx.kernel.home1.cci.ChartFilter filter
286   );
287
288 // ----------------------------------------------------------------------------
289
// Instance/IntfReferenceGet0_1NoQualifier
290
// ----------------------------------------------------------------------------
291
/**
292    * Retrieves the value for the optional reference <code>chart0</code>.
293    * @return The possibly null value for this reference.
294    * @exception JmiException If the value cannot be retrieved for some reason.
295    */

296   public org.opencrx.kernel.base.cci.Chart getChart0(
297   );
298
299 // ----------------------------------------------------------------------------
300
// Instance/IntfReferenceSetNoQualifier
301
// ----------------------------------------------------------------------------
302
/**
303    * Sets a new value for the reference <code>chart0</code>.
304    * @param newValue The non-null new value for this reference.
305    * @exception JmiException If the value cannot be set for some reason.
306    */

307   public void setChart0(
308     org.opencrx.kernel.base.cci.Chart newValue
309   );
310
311 // ----------------------------------------------------------------------------
312
// Instance/IntfReferenceRemoveOptional
313
// ----------------------------------------------------------------------------
314
/**
315    * Removes the value for the optional reference <code>chart0</code>.
316    * @exception JmiException If the value cannot be removed for some reason.
317    */

318   public void removeChart0 (
319   );
320
321 // ----------------------------------------------------------------------------
322
// Instance/IntfReferenceGet0_1NoQualifier
323
// ----------------------------------------------------------------------------
324
/**
325    * Retrieves the value for the optional reference <code>chart1</code>.
326    * @return The possibly null value for this reference.
327    * @exception JmiException If the value cannot be retrieved for some reason.
328    */

329   public org.opencrx.kernel.base.cci.Chart getChart1(
330   );
331
332 // ----------------------------------------------------------------------------
333
// Instance/IntfReferenceSetNoQualifier
334
// ----------------------------------------------------------------------------
335
/**
336    * Sets a new value for the reference <code>chart1</code>.
337    * @param newValue The non-null new value for this reference.
338    * @exception JmiException If the value cannot be set for some reason.
339    */

340   public void setChart1(
341     org.opencrx.kernel.base.cci.Chart newValue
342   );
343
344 // ----------------------------------------------------------------------------
345
// Instance/IntfReferenceRemoveOptional
346
// ----------------------------------------------------------------------------
347
/**
348    * Removes the value for the optional reference <code>chart1</code>.
349    * @exception JmiException If the value cannot be removed for some reason.
350    */

351   public void removeChart1 (
352   );
353
354 // ----------------------------------------------------------------------------
355
// Instance/IntfReferenceGet0_1NoQualifier
356
// ----------------------------------------------------------------------------
357
/**
358    * Retrieves the value for the optional reference <code>chart2</code>.
359    * @return The possibly null value for this reference.
360    * @exception JmiException If the value cannot be retrieved for some reason.
361    */

362   public org.opencrx.kernel.base.cci.Chart getChart2(
363   );
364
365 // ----------------------------------------------------------------------------
366
// Instance/IntfReferenceSetNoQualifier
367
// ----------------------------------------------------------------------------
368
/**
369    * Sets a new value for the reference <code>chart2</code>.
370    * @param newValue The non-null new value for this reference.
371    * @exception JmiException If the value cannot be set for some reason.
372    */

373   public void setChart2(
374     org.opencrx.kernel.base.cci.Chart newValue
375   );
376
377 // ----------------------------------------------------------------------------
378
// Instance/IntfReferenceRemoveOptional
379
// ----------------------------------------------------------------------------
380
/**
381    * Removes the value for the optional reference <code>chart2</code>.
382    * @exception JmiException If the value cannot be removed for some reason.
383    */

384   public void removeChart2 (
385   );
386
387 // ----------------------------------------------------------------------------
388
// Instance/IntfReferenceGet0_1NoQualifier
389
// ----------------------------------------------------------------------------
390
/**
391    * Retrieves the value for the optional reference <code>chart3</code>.
392    * @return The possibly null value for this reference.
393    * @exception JmiException If the value cannot be retrieved for some reason.
394    */

395   public org.opencrx.kernel.base.cci.Chart getChart3(
396   );
397
398 // ----------------------------------------------------------------------------
399
// Instance/IntfReferenceSetNoQualifier
400
// ----------------------------------------------------------------------------
401
/**
402    * Sets a new value for the reference <code>chart3</code>.
403    * @param newValue The non-null new value for this reference.
404    * @exception JmiException If the value cannot be set for some reason.
405    */

406   public void setChart3(
407     org.opencrx.kernel.base.cci.Chart newValue
408   );
409
410 // ----------------------------------------------------------------------------
411
// Instance/IntfReferenceRemoveOptional
412
// ----------------------------------------------------------------------------
413
/**
414    * Removes the value for the optional reference <code>chart3</code>.
415    * @exception JmiException If the value cannot be removed for some reason.
416    */

417   public void removeChart3 (
418   );
419
420 // ----------------------------------------------------------------------------
421
// Instance/IntfReferenceGet0_1NoQualifier
422
// ----------------------------------------------------------------------------
423
/**
424    * Retrieves the value for the optional reference <code>contact</code>.
425    * @return The possibly null value for this reference.
426    * @exception JmiException If the value cannot be retrieved for some reason.
427    */

428   public org.opencrx.kernel.account1.cci.Contact getContact(
429   );
430
431 // ----------------------------------------------------------------------------
432
// Instance/IntfReferenceSetNoQualifier
433
// ----------------------------------------------------------------------------
434
/**
435    * Sets a new value for the reference <code>contact</code>.
436    * @param newValue The non-null new value for this reference.
437    * @exception JmiException If the value cannot be set for some reason.
438    */

439   public void setContact(
440     org.opencrx.kernel.account1.cci.Contact newValue
441   );
442
443 // ----------------------------------------------------------------------------
444
// Instance/IntfReferenceRemoveOptional
445
// ----------------------------------------------------------------------------
446
/**
447    * Removes the value for the optional reference <code>contact</code>.
448    * @exception JmiException If the value cannot be removed for some reason.
449    */

450   public void removeContact (
451   );
452
453 // ----------------------------------------------------------------------------
454
// Instance/IntfReferenceGet0_1WithQualifier
455
// ----------------------------------------------------------------------------
456
/**
457    * Retrieves the value for the reference <code>eMailAccount</code> for the
458    * specified qualifier attribute value.
459    * @param id The value for the qualifier attribute that qualifies this reference.
460    * @return The possibly null value for this reference.
461    * @exception JmiException If the value cannot be retrieved for some reason.
462    */

463   public org.opencrx.kernel.home1.cci.EMailAccount getEMailAccount(
464     String JavaDoc id
465   );
466
467 // ----------------------------------------------------------------------------
468
// Instance/IntfReferenceGet0_nWithFilter
469
// ----------------------------------------------------------------------------
470
/**
471    * Retrieves a collection containing all the elements for the reference
472    * <code>eMailAccount</code>.
473    * @return A collection containing all the elements for this reference.
474    * @exception JmiException If the values cannot be retrieved for some reason.
475    */

476   public java.util.Collection JavaDoc getEMailAccount(
477   );
478
479   /**
480    * Retrieves the value for the reference <code>eMailAccount</code> for the
481    * specified filter.
482    * @param filter filter which is applied to the set of referenced objects.
483    * @return The filtered collection of referenced objects.
484    * @exception JmiException If the value cannot be retrieved for some reason.
485    */

486   public java.util.List JavaDoc getEMailAccount(
487     org.opencrx.kernel.home1.cci.EMailAccountFilter filter
488   );
489
490 // ----------------------------------------------------------------------------
491
// Instance/IntfReferenceAddWithQualifier
492
// ----------------------------------------------------------------------------
493
/**
494    * @param id The qualifier attribute value that qualifies the reference to get the element to be appended.
495    * @param newValue The element to be appended.
496    * @exception JmiException If the value cannot be appended for some reason.
497    */

498   public void addEMailAccount (
499     String JavaDoc id,
500     org.opencrx.kernel.home1.cci.EMailAccount newValue
501   );
502
503 // ----------------------------------------------------------------------------
504
// Instance/IntfReferenceAddWithoutQualifier
505
// ----------------------------------------------------------------------------
506
/**
507    * @param newValue The element to be appended.
508    * @exception JmiException If the value cannot be appended for some reason.
509    */

510   public void addEMailAccount (
511     org.opencrx.kernel.home1.cci.EMailAccount newValue
512   );
513
514 // ----------------------------------------------------------------------------
515
// Instance/IntfReferenceRemoveWithQualifier
516
// ----------------------------------------------------------------------------
517
/**
518    * @exception JmiException If the value cannot be removed for some reason.
519    */

520   public void removeEMailAccount (
521     String JavaDoc id
522   );
523 // ----------------------------------------------------------------------------
524
// Instance/IntfAttributeGet1_1
525
// ----------------------------------------------------------------------------
526
/**
527    * Retrieves the value for the attribute <code>favoriteChart0</code>.
528    * @return The non-null value for attribute <code>favoriteChart0</code>.
529    * @exception JmiException If the value cannot be retrieved for some reason.
530    */

531   public byte[] getFavoriteChart0(
532   );
533
534 // ----------------------------------------------------------------------------
535
// Instance/IntfAttributeGet0_1
536
// ----------------------------------------------------------------------------
537
/**
538    * @return The possibly null value for attribute <code>favoriteChart0Description</code>.
539    * @exception JmiException If the value cannot be retrieved for some reason.
540    */

541   public String JavaDoc getFavoriteChart0Description(
542   );
543
544 // ----------------------------------------------------------------------------
545
// Instance/IntfAttributeGet0_1
546
// ----------------------------------------------------------------------------
547
/**
548    * @return The possibly null value for attribute <code>favoriteChart0MimeType</code>.
549    * @exception JmiException If the value cannot be retrieved for some reason.
550    */

551   public String JavaDoc getFavoriteChart0MimeType(
552   );
553
554 // ----------------------------------------------------------------------------
555
// Instance/IntfAttributeGet0_1
556
// ----------------------------------------------------------------------------
557
/**
558    * @return The possibly null value for attribute <code>favoriteChart0Name</code>.
559    * @exception JmiException If the value cannot be retrieved for some reason.
560    */

561   public String JavaDoc getFavoriteChart0Name(
562   );
563
564 // ----------------------------------------------------------------------------
565
// Instance/IntfAttributeGet1_1
566
// ----------------------------------------------------------------------------
567
/**
568    * Retrieves the value for the attribute <code>favoriteChart1</code>.
569    * @return The non-null value for attribute <code>favoriteChart1</code>.
570    * @exception JmiException If the value cannot be retrieved for some reason.
571    */

572   public byte[] getFavoriteChart1(
573   );
574
575 // ----------------------------------------------------------------------------
576
// Instance/IntfAttributeGet0_1
577
// ----------------------------------------------------------------------------
578
/**
579    * @return The possibly null value for attribute <code>favoriteChart1Description</code>.
580    * @exception JmiException If the value cannot be retrieved for some reason.
581    */

582   public String JavaDoc getFavoriteChart1Description(
583   );
584
585 // ----------------------------------------------------------------------------
586
// Instance/IntfAttributeGet0_1
587
// ----------------------------------------------------------------------------
588
/**
589    * @return The possibly null value for attribute <code>favoriteChart1MimeType</code>.
590    * @exception JmiException If the value cannot be retrieved for some reason.
591    */

592   public String JavaDoc getFavoriteChart1MimeType(
593   );
594
595 // ----------------------------------------------------------------------------
596
// Instance/IntfAttributeGet0_1
597
// ----------------------------------------------------------------------------
598
/**
599    * @return The possibly null value for attribute <code>favoriteChart1Name</code>.
600    * @exception JmiException If the value cannot be retrieved for some reason.
601    */

602   public String JavaDoc getFavoriteChart1Name(
603   );
604
605 // ----------------------------------------------------------------------------
606
// Instance/IntfAttributeGet1_1
607
// ----------------------------------------------------------------------------
608
/**
609    * Retrieves the value for the attribute <code>favoriteChart2</code>.
610    * @return The non-null value for attribute <code>favoriteChart2</code>.
611    * @exception JmiException If the value cannot be retrieved for some reason.
612    */

613   public byte[] getFavoriteChart2(
614   );
615
616 // ----------------------------------------------------------------------------
617
// Instance/IntfAttributeGet0_1
618
// ----------------------------------------------------------------------------
619
/**
620    * @return The possibly null value for attribute <code>favoriteChart2Description</code>.
621    * @exception JmiException If the value cannot be retrieved for some reason.
622    */

623   public String JavaDoc getFavoriteChart2Description(
624   );
625
626 // ----------------------------------------------------------------------------
627
// Instance/IntfAttributeGet0_1
628
// ----------------------------------------------------------------------------
629
/**
630    * @return The possibly null value for attribute <code>favoriteChart2MimeType</code>.
631    * @exception JmiException If the value cannot be retrieved for some reason.
632    */

633   public String JavaDoc getFavoriteChart2MimeType(
634   );
635
636 // ----------------------------------------------------------------------------
637
// Instance/IntfAttributeGet0_1
638
// ----------------------------------------------------------------------------
639
/**
640    * @return The possibly null value for attribute <code>favoriteChart2Name</code>.
641    * @exception JmiException If the value cannot be retrieved for some reason.
642    */

643   public String JavaDoc getFavoriteChart2Name(
644   );
645
646 // ----------------------------------------------------------------------------
647
// Instance/IntfAttributeGet1_1
648
// ----------------------------------------------------------------------------
649
/**
650    * Retrieves the value for the attribute <code>favoriteChart3</code>.
651    * @return The non-null value for attribute <code>favoriteChart3</code>.
652    * @exception JmiException If the value cannot be retrieved for some reason.
653    */

654   public byte[] getFavoriteChart3(
655   );
656
657 // ----------------------------------------------------------------------------
658
// Instance/IntfAttributeGet0_1
659
// ----------------------------------------------------------------------------
660
/**
661    * @return The possibly null value for attribute <code>favoriteChart3Description</code>.
662    * @exception JmiException If the value cannot be retrieved for some reason.
663    */

664   public String JavaDoc getFavoriteChart3Description(
665   );
666
667 // ----------------------------------------------------------------------------
668
// Instance/IntfAttributeGet0_1
669
// ----------------------------------------------------------------------------
670
/**
671    * @return The possibly null value for attribute <code>favoriteChart3MimeType</code>.
672    * @exception JmiException If the value cannot be retrieved for some reason.
673    */

674   public String JavaDoc getFavoriteChart3MimeType(
675   );
676
677 // ----------------------------------------------------------------------------
678
// Instance/IntfAttributeGet0_1
679
// ----------------------------------------------------------------------------
680
/**
681    * @return The possibly null value for attribute <code>favoriteChart3Name</code>.
682    * @exception JmiException If the value cannot be retrieved for some reason.
683    */

684   public String JavaDoc getFavoriteChart3Name(
685   );
686
687 // ----------------------------------------------------------------------------
688
// Instance/IntfReferenceGet0_1NoQualifier
689
// ----------------------------------------------------------------------------
690
/**
691    * Retrieves the value for the optional reference <code>primaryGroup</code>.
692    * @return The possibly null value for this reference.
693    * @exception JmiException If the value cannot be retrieved for some reason.
694    */

695   public org.opencrx.security.realm1.cci.PrincipalGroup getPrimaryGroup(
696   );
697
698 // ----------------------------------------------------------------------------
699
// Instance/IntfReferenceSetNoQualifier
700
// ----------------------------------------------------------------------------
701
/**
702    * Sets a new value for the reference <code>primaryGroup</code>.
703    * @param newValue The non-null new value for this reference.
704    * @exception JmiException If the value cannot be set for some reason.
705    */

706   public void setPrimaryGroup(
707     org.opencrx.security.realm1.cci.PrincipalGroup newValue
708   );
709
710 // ----------------------------------------------------------------------------
711
// Instance/IntfReferenceRemoveOptional
712
// ----------------------------------------------------------------------------
713
/**
714    * Removes the value for the optional reference <code>primaryGroup</code>.
715    * @exception JmiException If the value cannot be removed for some reason.
716    */

717   public void removePrimaryGroup (
718   );
719
720 // ----------------------------------------------------------------------------
721
// Instance/IntfReferenceGet0_1WithQualifier
722
// ----------------------------------------------------------------------------
723
/**
724    * Retrieves the value for the reference <code>quickAccess</code> for the
725    * specified qualifier attribute value.
726    * @param id The value for the qualifier attribute that qualifies this reference.
727    * @return The possibly null value for this reference.
728    * @exception JmiException If the value cannot be retrieved for some reason.
729    */

730   public org.opencrx.kernel.home1.cci.QuickAccess getQuickAccess(
731     String JavaDoc id
732   );
733
734 // ----------------------------------------------------------------------------
735
// Instance/IntfReferenceGet0_nWithFilter
736
// ----------------------------------------------------------------------------
737
/**
738    * Retrieves a collection containing all the elements for the reference
739    * <code>quickAccess</code>.
740    * @return A collection containing all the elements for this reference.
741    * @exception JmiException If the values cannot be retrieved for some reason.
742    */

743   public java.util.Collection JavaDoc getQuickAccess(
744   );
745
746   /**
747    * Retrieves the value for the reference <code>quickAccess</code> for the
748    * specified filter.
749    * @param filter filter which is applied to the set of referenced objects.
750    * @return The filtered collection of referenced objects.
751    * @exception JmiException If the value cannot be retrieved for some reason.
752    */

753   public java.util.List JavaDoc getQuickAccess(
754     org.opencrx.kernel.home1.cci.QuickAccessFilter filter
755   );
756
757 // ----------------------------------------------------------------------------
758
// Instance/IntfReferenceAddWithQualifier
759
// ----------------------------------------------------------------------------
760
/**
761    * @param id The qualifier attribute value that qualifies the reference to get the element to be appended.
762    * @param newValue The element to be appended.
763    * @exception JmiException If the value cannot be appended for some reason.
764    */

765   public void addQuickAccess (
766     String JavaDoc id,
767     org.opencrx.kernel.home1.cci.QuickAccess newValue
768   );
769
770 // ----------------------------------------------------------------------------
771
// Instance/IntfReferenceAddWithoutQualifier
772
// ----------------------------------------------------------------------------
773
/**
774    * @param newValue The element to be appended.
775    * @exception JmiException If the value cannot be appended for some reason.
776    */

777   public void addQuickAccess (
778     org.opencrx.kernel.home1.cci.QuickAccess newValue
779   );
780
781 // ----------------------------------------------------------------------------
782
// Instance/IntfReferenceRemoveWithQualifier
783
// ----------------------------------------------------------------------------
784
/**
785    * @exception JmiException If the value cannot be removed for some reason.
786    */

787   public void removeQuickAccess (
788     String JavaDoc id
789   );
790 // ----------------------------------------------------------------------------
791
// Instance/IntfOperation
792
// ----------------------------------------------------------------------------
793

794   public org.openmdx.base.cci.Void refreshItems(
795       org.openmdx.base.cci.Void params
796   ) throws javax.jmi.reflect.RefException ;
797
798   /**
799    */

800   public org.openmdx.base.cci.Void refreshItems(
801   ) throws javax.jmi.reflect.RefException ;
802
803 // ----------------------------------------------------------------------------
804
// Instance/IntfOperation
805
// ----------------------------------------------------------------------------
806

807   public org.openmdx.base.cci.Void sendAlert(
808       org.opencrx.kernel.home1.cci.SendAlertParams params
809   ) throws javax.jmi.reflect.RefException ;
810
811   /**
812    */

813   public org.openmdx.base.cci.Void sendAlert(
814       String JavaDoc description
815     , short importance
816     , String JavaDoc name
817     , org.openmdx.base.cci.BasicObject reference
818     , String JavaDoc toUsers
819   ) throws javax.jmi.reflect.RefException ;
820
821 // ----------------------------------------------------------------------------
822
// Instance/IntfAttributeGet0_1
823
// ----------------------------------------------------------------------------
824
/**
825    * @return The possibly null value for attribute <code>sendMailSubjectPrefix</code>.
826    * @exception JmiException If the value cannot be retrieved for some reason.
827    */

828   public String JavaDoc getSendMailSubjectPrefix(
829   );
830
831 // ----------------------------------------------------------------------------
832
// Instance/IntfAttributeSet0_1
833
// ----------------------------------------------------------------------------
834

835
836   /**
837    * Sets a new value for the attribute <code>sendMailSubjectPrefix</code>.
838    * @param newValue The possibly null new value for attribute <code>sendMailSubjectPrefix</code>.
839    * @exception JmiException If the value cannot be set for some reason.
840    */

841   public void setSendMailSubjectPrefix(
842     String JavaDoc newValue
843   );
844
845 // ----------------------------------------------------------------------------
846
// Instance/IntfAttributeGet0_1
847
// ----------------------------------------------------------------------------
848
/**
849    * @return The possibly null value for attribute <code>settings</code>.
850    * @exception JmiException If the value cannot be retrieved for some reason.
851    */

852   public String JavaDoc getSettings(
853   );
854
855 // ----------------------------------------------------------------------------
856
// Instance/IntfAttributeSet0_1
857
// ----------------------------------------------------------------------------
858

859
860   /**
861    * Sets a new value for the attribute <code>settings</code>.
862    * @param newValue The possibly null new value for attribute <code>settings</code>.
863    * @exception JmiException If the value cannot be set for some reason.
864    */

865   public void setSettings(
866     String JavaDoc newValue
867   );
868
869 // ----------------------------------------------------------------------------
870
// Instance/IntfAttributeGet0_1
871
// ----------------------------------------------------------------------------
872
/**
873    * @return The possibly null value for attribute <code>storeSettingsOnLogoff</code>.
874    * @exception JmiException If the value cannot be retrieved for some reason.
875    */

876   public Boolean JavaDoc isStoreSettingsOnLogoff(
877   );
878
879 // ----------------------------------------------------------------------------
880
// Instance/IntfAttributeSet0_1
881
// ----------------------------------------------------------------------------
882

883
884   /**
885    * Sets a new value for the attribute <code>storeSettingsOnLogoff</code>.
886    * @param newValue The possibly null new value for attribute <code>storeSettingsOnLogoff</code>.
887    * @exception JmiException If the value cannot be set for some reason.
888    */

889   public void setStoreSettingsOnLogoff(
890     Boolean JavaDoc newValue
891   );
892
893 // ----------------------------------------------------------------------------
894
// Instance/IntfReferenceGet0_1WithQualifier
895
// ----------------------------------------------------------------------------
896
/**
897    * Retrieves the value for the reference <code>subscription</code> for the
898    * specified qualifier attribute value.
899    * @param id The value for the qualifier attribute that qualifies this reference.
900    * @return The possibly null value for this reference.
901    * @exception JmiException If the value cannot be retrieved for some reason.
902    */

903   public org.opencrx.kernel.home1.cci.Subscription getSubscription(
904     String JavaDoc id
905   );
906
907 // ----------------------------------------------------------------------------
908
// Instance/IntfReferenceGet0_nWithFilter
909
// ----------------------------------------------------------------------------
910
/**
911    * Retrieves a collection containing all the elements for the reference
912    * <code>subscription</code>.
913    * @return A collection containing all the elements for this reference.
914    * @exception JmiException If the values cannot be retrieved for some reason.
915    */

916   public java.util.Collection JavaDoc getSubscription(
917   );
918
919   /**
920    * Retrieves the value for the reference <code>subscription</code> for the
921    * specified filter.
922    * @param filter filter which is applied to the set of referenced objects.
923    * @return The filtered collection of referenced objects.
924    * @exception JmiException If the value cannot be retrieved for some reason.
925    */

926   public java.util.List JavaDoc getSubscription(
927     org.opencrx.kernel.home1.cci.SubscriptionFilter filter
928   );
929
930 // ----------------------------------------------------------------------------
931
// Instance/IntfReferenceAddWithQualifier
932
// ----------------------------------------------------------------------------
933
/**
934    * @param id The qualifier attribute value that qualifies the reference to get the element to be appended.
935    * @param newValue The element to be appended.
936    * @exception JmiException If the value cannot be appended for some reason.
937    */

938   public void addSubscription (
939     String JavaDoc id,
940     org.opencrx.kernel.home1.cci.Subscription newValue
941   );
942
943 // ----------------------------------------------------------------------------
944
// Instance/IntfReferenceAddWithoutQualifier
945
// ----------------------------------------------------------------------------
946
/**
947    * @param newValue The element to be appended.
948    * @exception JmiException If the value cannot be appended for some reason.
949    */

950   public void addSubscription (
951     org.opencrx.kernel.home1.cci.Subscription newValue
952   );
953
954 // ----------------------------------------------------------------------------
955
// Instance/IntfReferenceRemoveWithQualifier
956
// ----------------------------------------------------------------------------
957
/**
958    * @exception JmiException If the value cannot be removed for some reason.
959    */

960   public void removeSubscription (
961     String JavaDoc id
962   );
963 // ----------------------------------------------------------------------------
964
// Instance/IntfAttributeGet0_1
965
// ----------------------------------------------------------------------------
966
/**
967    * @return The possibly null value for attribute <code>webAccessUrl</code>.
968    * @exception JmiException If the value cannot be retrieved for some reason.
969    */

970   public String JavaDoc getWebAccessUrl(
971   );
972
973 // ----------------------------------------------------------------------------
974
// Instance/IntfAttributeSet0_1
975
// ----------------------------------------------------------------------------
976

977
978   /**
979    * Sets a new value for the attribute <code>webAccessUrl</code>.
980    * @param newValue The possibly null new value for attribute <code>webAccessUrl</code>.
981    * @exception JmiException If the value cannot be set for some reason.
982    */

983   public void setWebAccessUrl(
984     String JavaDoc newValue
985   );
986
987 // ----------------------------------------------------------------------------
988
// Instance/IntfReferenceGet0_1WithQualifier
989
// ----------------------------------------------------------------------------
990
/**
991    * Retrieves the value for the reference <code>wfProcessInstance</code>
992    * for the specified qualifier attribute value.
993    * @param id The value for the qualifier attribute that qualifies this reference.
994    * @return The possibly null value for this reference.
995    * @exception JmiException If the value cannot be retrieved for some reason.
996    */

997   public org.opencrx.kernel.home1.cci.WfProcessInstance getWfProcessInstance(
998     String JavaDoc id
999   );
1000
1001// ----------------------------------------------------------------------------
1002
// Instance/IntfReferenceGet0_nWithFilter
1003
// ----------------------------------------------------------------------------
1004
/**
1005   * Retrieves a collection containing all the elements for the reference
1006   * <code>wfProcessInstance</code>.
1007   * @return A collection containing all the elements for this reference.
1008   * @exception JmiException If the values cannot be retrieved for some reason.
1009   */

1010  public java.util.Collection JavaDoc getWfProcessInstance(
1011  );
1012
1013  /**
1014   * Retrieves the value for the reference <code>wfProcessInstance</code>
1015   * for the specified filter.
1016   * @param filter filter which is applied to the set of referenced objects.
1017   * @return The filtered collection of referenced objects.
1018   * @exception JmiException If the value cannot be retrieved for some reason.
1019   */

1020  public java.util.List JavaDoc getWfProcessInstance(
1021    org.opencrx.kernel.home1.cci.WfProcessInstanceFilter filter
1022  );
1023
1024// ----------------------------------------------------------------------------
1025
// Instance/IntfAttributeGet1_1
1026
// ----------------------------------------------------------------------------
1027
/**
1028   * Retrieves the value for the attribute <code>workWeek</code>.
1029   * @return The non-null value for attribute <code>workWeek</code>.
1030   * @exception JmiException If the value cannot be retrieved for some reason.
1031   */

1032  public byte[] getWorkWeek(
1033  );
1034
1035// ----------------------------------------------------------------------------
1036
// Instance/IntfAttributeGet0_1
1037
// ----------------------------------------------------------------------------
1038
/**
1039   * @return The possibly null value for attribute <code>workWeekMimeType</code>.
1040   * @exception JmiException If the value cannot be retrieved for some reason.
1041   */

1042  public String JavaDoc getWorkWeekMimeType(
1043  );
1044
1045// ----------------------------------------------------------------------------
1046
// Instance/IntfAttributeGet0_1
1047
// ----------------------------------------------------------------------------
1048
/**
1049   * @return The possibly null value for attribute <code>workWeekName</code>.
1050   * @exception JmiException If the value cannot be retrieved for some reason.
1051   */

1052  public String JavaDoc getWorkWeekName(
1053  );
1054
1055// ----------------------------------------------------------------------------
1056
// Instance/IntfEnd.vm
1057
// ----------------------------------------------------------------------------
1058
}
1059
Popular Tags