KickJava   Java API By Example, From Geeks To Geeks.

Java > Open Source Codes > org > opencrx > kernel > base > cci > DateTimeReplacementImpl


1 // ----------------------------------------------------------------------------
2
// Instance/ImplBegin
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.base.cci;
14
15 public class DateTimeReplacementImpl
16   extends org.openmdx.base.accessor.jmi.spi.RefObject_1
17   implements DateTimeReplacement {
18
19   public DateTimeReplacementImpl(
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 // ----------------------------------------------------------------------------
27
// Instance/ImplAttributeGet0_1
28
// ----------------------------------------------------------------------------
29
public java.util.Date JavaDoc getBaseDateTime (
30   ) {
31     return (java.util.Date JavaDoc)this.refGetValue("baseDateTime", 0);
32   }
33 // ----------------------------------------------------------------------------
34
// Instance/ImplAttributeSet0_1
35
// ----------------------------------------------------------------------------
36
public void setBaseDateTime(
37     java.util.Date JavaDoc newValue
38   ) {
39     refSetValue("org:opencrx:kernel:base:DateTimeReplacement:baseDateTime", 0, newValue);
40   }
41
42 // ----------------------------------------------------------------------------
43
// Instance/ImplAttributeGet1_1
44
// ----------------------------------------------------------------------------
45
public java.util.Date JavaDoc getNewDateTime(
46   ) {
47     return getNewDateTime(0);
48   }
49
50   protected java.util.Date JavaDoc getNewDateTime(
51     int index
52   ) {
53     return (java.util.Date JavaDoc)this.refGetValue("org:opencrx:kernel:base:DateTimeReplacement:newDateTime", index);
54   }
55
56 // ----------------------------------------------------------------------------
57
// Instance/ImplAttributeSet1_1
58
// ----------------------------------------------------------------------------
59
public void setNewDateTime(
60     java.util.Date JavaDoc newValue
61   ) {
62     setNewDateTime(0, newValue);
63   }
64
65   protected void setNewDateTime(
66     int index,
67     java.util.Date JavaDoc newValue
68   ) {
69     refSetValue("org:opencrx:kernel:base:DateTimeReplacement:newDateTime", index, newValue);
70   }
71 // ----------------------------------------------------------------------------
72
// Instance/ImplAttributeGet0_1
73
// ----------------------------------------------------------------------------
74
public java.util.Date JavaDoc getOldDateTime (
75   ) {
76     return (java.util.Date JavaDoc)this.refGetValue("oldDateTime", 0);
77   }
78 // ----------------------------------------------------------------------------
79
// Instance/ImplAttributeSet0_1
80
// ----------------------------------------------------------------------------
81
public void setOldDateTime(
82     java.util.Date JavaDoc newValue
83   ) {
84     refSetValue("org:opencrx:kernel:base:DateTimeReplacement:oldDateTime", 0, newValue);
85   }
86
87 // ----------------------------------------------------------------------------
88
// Instance/ImplAttributeGet1_1
89
// ----------------------------------------------------------------------------
90
public short getAccessLevelBrowse(
91   ) {
92     return getAccessLevelBrowse(0);
93   }
94
95   protected short getAccessLevelBrowse(
96     int index
97   ) {
98     return ((java.lang.Number JavaDoc)this.refGetValue("org:opencrx:kernel:base:SecureObject:accessLevelBrowse", index)).shortValue();
99   }
100
101 // ----------------------------------------------------------------------------
102
// Instance/ImplAttributeSet1_1
103
// ----------------------------------------------------------------------------
104
public void setAccessLevelBrowse(
105     short newValue
106   ) {
107     setAccessLevelBrowse(0, newValue);
108   }
109
110   protected void setAccessLevelBrowse(
111     int index,
112     short newValue
113   ) {
114     refSetValue("org:opencrx:kernel:base:SecureObject:accessLevelBrowse", index, new Short JavaDoc(newValue));
115   }
116 // ----------------------------------------------------------------------------
117
// Instance/ImplAttributeGet1_1
118
// ----------------------------------------------------------------------------
119
public short getAccessLevelDelete(
120   ) {
121     return getAccessLevelDelete(0);
122   }
123
124   protected short getAccessLevelDelete(
125     int index
126   ) {
127     return ((java.lang.Number JavaDoc)this.refGetValue("org:opencrx:kernel:base:SecureObject:accessLevelDelete", index)).shortValue();
128   }
129
130 // ----------------------------------------------------------------------------
131
// Instance/ImplAttributeSet1_1
132
// ----------------------------------------------------------------------------
133
public void setAccessLevelDelete(
134     short newValue
135   ) {
136     setAccessLevelDelete(0, newValue);
137   }
138
139   protected void setAccessLevelDelete(
140     int index,
141     short newValue
142   ) {
143     refSetValue("org:opencrx:kernel:base:SecureObject:accessLevelDelete", index, new Short JavaDoc(newValue));
144   }
145 // ----------------------------------------------------------------------------
146
// Instance/ImplAttributeGet1_1
147
// ----------------------------------------------------------------------------
148
public short getAccessLevelUpdate(
149   ) {
150     return getAccessLevelUpdate(0);
151   }
152
153   protected short getAccessLevelUpdate(
154     int index
155   ) {
156     return ((java.lang.Number JavaDoc)this.refGetValue("org:opencrx:kernel:base:SecureObject:accessLevelUpdate", index)).shortValue();
157   }
158
159 // ----------------------------------------------------------------------------
160
// Instance/ImplAttributeSet1_1
161
// ----------------------------------------------------------------------------
162
public void setAccessLevelUpdate(
163     short newValue
164   ) {
165     setAccessLevelUpdate(0, newValue);
166   }
167
168   protected void setAccessLevelUpdate(
169     int index,
170     short newValue
171   ) {
172     refSetValue("org:opencrx:kernel:base:SecureObject:accessLevelUpdate", index, new Short JavaDoc(newValue));
173   }
174 // ----------------------------------------------------------------------------
175
// Instance/ImplOperation
176
// ----------------------------------------------------------------------------
177
public org.opencrx.kernel.base.cci.ModifySecureObjectResult addOwningGroup(
178       org.opencrx.kernel.base.cci.ModifyOwningGroupParams params
179   ) throws javax.jmi.reflect.RefException {
180     java.util.List JavaDoc args = new java.util.ArrayList JavaDoc();
181     args.add(params);
182     return (org.opencrx.kernel.base.cci.ModifySecureObjectResult)refInvokeOperation(
183       "org:opencrx:kernel:base:SecureObject:addOwningGroup",
184       args
185     );
186   }
187
188   public org.opencrx.kernel.base.cci.ModifySecureObjectResult addOwningGroup(
189       org.opencrx.security.realm1.cci.PrincipalGroup group
190     , short mode
191   ) throws javax.jmi.reflect.RefException {
192     return addOwningGroup(
193       ((org.opencrx.kernel.base.cci.basePackage)refOutermostPackage().refPackage("org:opencrx:kernel:base")).createModifyOwningGroupParams(
194         group
195     , mode
196       )
197     );
198   }
199
200 // ----------------------------------------------------------------------------
201
// Instance/ImplAttributeGetList
202
// ----------------------------------------------------------------------------
203
public java.util.List JavaDoc getOwner (
204   ) {
205     return (java.util.List JavaDoc)this.refGetValue("owner");
206   }
207   public String JavaDoc getOwner(
208     int index
209   ) {
210     return (String JavaDoc)this.refGetValue("org:opencrx:kernel:base:SecureObject:owner", index);
211   }
212
213 // ----------------------------------------------------------------------------
214
// Instance/ImplAttributeSetList
215
// ----------------------------------------------------------------------------
216
protected void setOwner(
217     java.util.List JavaDoc newValue
218   ) {
219     refSetValue("org:opencrx:kernel:base:SecureObject:owner", newValue);
220   }
221
222   protected void setOwner(
223     String JavaDoc[] newValue
224   ) {
225     refSetValue("org:opencrx:kernel:base:SecureObject:owner", newValue);
226   }
227
228 // ----------------------------------------------------------------------------
229
// Instance/ImplReferenceSetWithQualifier
230
// ----------------------------------------------------------------------------
231
public void setOwningGroup(
232     java.util.List JavaDoc newValue
233   ) {
234     refSetValue("org:opencrx:kernel:base:SecureObject:owningGroup", newValue);
235   }
236
237   public void setOwningGroup(
238     org.opencrx.security.realm1.cci.PrincipalGroup[] newValue
239   ) {
240     refSetValue("org:opencrx:kernel:base:SecureObject:owningGroup", newValue);
241   }
242
243 // ----------------------------------------------------------------------------
244
// Instance/ImplReferenceGet0_1WithQualifier
245
// ----------------------------------------------------------------------------
246
public org.opencrx.security.realm1.cci.PrincipalGroup getOwningGroup(
247     int index
248   ) {
249     return (org.opencrx.security.realm1.cci.PrincipalGroup)refGetValue(
250       "org:opencrx:kernel:base:SecureObject:owningGroup",
251       new Integer JavaDoc(index)
252     );
253   }
254
255 // ----------------------------------------------------------------------------
256
// Instance/ImplReferenceGet0_nNoFilter
257
// ----------------------------------------------------------------------------
258
public java.util.Collection JavaDoc getOwningGroup(
259   ) {
260     return (java.util.Collection JavaDoc)refGetValue(
261       "org:opencrx:kernel:base:SecureObject:owningGroup"
262     );
263   }
264
265 // ----------------------------------------------------------------------------
266
// Instance/ImplReferenceAddWithQualifier
267
// ----------------------------------------------------------------------------
268
public void addOwningGroup (
269     int index,
270     org.opencrx.security.realm1.cci.PrincipalGroup newValue
271   ) {
272     refAddValue(
273       "org:opencrx:kernel:base:SecureObject:owningGroup",
274       new Integer JavaDoc(index),
275       newValue
276     );
277   }
278
279 // ----------------------------------------------------------------------------
280
// Instance/ImplReferenceAddWithoutQualifier
281
// ----------------------------------------------------------------------------
282
public void addOwningGroup (
283     org.opencrx.security.realm1.cci.PrincipalGroup newValue
284   ) {
285     refAddValue(
286       "org:opencrx:kernel:base:SecureObject:owningGroup",
287       newValue
288     );
289   }
290
291 // ----------------------------------------------------------------------------
292
// Instance/ImplReferenceRemoveWithQualifier
293
// ----------------------------------------------------------------------------
294
public void removeOwningGroup (
295     int index
296   ) {
297     refRemoveValue(
298       "org:opencrx:kernel:base:SecureObject:owningGroup",
299       new Integer JavaDoc(index)
300     );
301   }
302
303 // ----------------------------------------------------------------------------
304
// Instance/ImplReferenceGet0_1NoQualifier
305
// ----------------------------------------------------------------------------
306
public org.opencrx.security.realm1.cci.User getOwningUser(
307   ) {
308     return (org.opencrx.security.realm1.cci.User)refGetValue(
309       "org:opencrx:kernel:base:SecureObject:owningUser"
310     );
311   }
312
313 // ----------------------------------------------------------------------------
314
// Instance/ImplReferenceSetNoQualifier
315
// ----------------------------------------------------------------------------
316
public void setOwningUser(
317     org.opencrx.security.realm1.cci.User newValue
318   ) {
319     refSetValue(
320       "org:opencrx:kernel:base:SecureObject:owningUser",
321       newValue
322     );
323   }
324
325 // ----------------------------------------------------------------------------
326
// Instance/ImplReferenceRemoveOptional
327
// ----------------------------------------------------------------------------
328
public void removeOwningUser (
329   ) {
330     refRemoveValue(
331       "org:opencrx:kernel:base:SecureObject:owningUser"
332     );
333   }
334 // ----------------------------------------------------------------------------
335
// Instance/ImplOperation
336
// ----------------------------------------------------------------------------
337
public org.opencrx.kernel.base.cci.ModifySecureObjectResult removeAllOwningGroup(
338       org.opencrx.kernel.base.cci.RemoveAllOwningGroupParams params
339   ) throws javax.jmi.reflect.RefException {
340     java.util.List JavaDoc args = new java.util.ArrayList JavaDoc();
341     args.add(params);
342     return (org.opencrx.kernel.base.cci.ModifySecureObjectResult)refInvokeOperation(
343       "org:opencrx:kernel:base:SecureObject:removeAllOwningGroup",
344       args
345     );
346   }
347
348   public org.opencrx.kernel.base.cci.ModifySecureObjectResult removeAllOwningGroup(
349       short mode
350   ) throws javax.jmi.reflect.RefException {
351     return removeAllOwningGroup(
352       ((org.opencrx.kernel.base.cci.basePackage)refOutermostPackage().refPackage("org:opencrx:kernel:base")).createRemoveAllOwningGroupParams(
353         mode
354       )
355     );
356   }
357
358 // ----------------------------------------------------------------------------
359
// Instance/ImplOperation
360
// ----------------------------------------------------------------------------
361
public org.opencrx.kernel.base.cci.ModifySecureObjectResult removeOwningGroup(
362       org.opencrx.kernel.base.cci.ModifyOwningGroupParams params
363   ) throws javax.jmi.reflect.RefException {
364     java.util.List JavaDoc args = new java.util.ArrayList JavaDoc();
365     args.add(params);
366     return (org.opencrx.kernel.base.cci.ModifySecureObjectResult)refInvokeOperation(
367       "org:opencrx:kernel:base:SecureObject:removeOwningGroup",
368       args
369     );
370   }
371
372   public org.opencrx.kernel.base.cci.ModifySecureObjectResult removeOwningGroup(
373       org.opencrx.security.realm1.cci.PrincipalGroup group
374     , short mode
375   ) throws javax.jmi.reflect.RefException {
376     return removeOwningGroup(
377       ((org.opencrx.kernel.base.cci.basePackage)refOutermostPackage().refPackage("org:opencrx:kernel:base")).createModifyOwningGroupParams(
378         group
379     , mode
380       )
381     );
382   }
383
384 // ----------------------------------------------------------------------------
385
// Instance/ImplOperation
386
// ----------------------------------------------------------------------------
387
public org.opencrx.kernel.base.cci.ModifySecureObjectResult setAccessLevel(
388       org.opencrx.kernel.base.cci.SetAccessLevelParams params
389   ) throws javax.jmi.reflect.RefException {
390     java.util.List JavaDoc args = new java.util.ArrayList JavaDoc();
391     args.add(params);
392     return (org.opencrx.kernel.base.cci.ModifySecureObjectResult)refInvokeOperation(
393       "org:opencrx:kernel:base:SecureObject:setAccessLevel",
394       args
395     );
396   }
397
398   public org.opencrx.kernel.base.cci.ModifySecureObjectResult setAccessLevel(
399       short accessLevelBrowse
400     , short accessLevelDelete
401     , short accessLevelUpdate
402     , short mode
403   ) throws javax.jmi.reflect.RefException {
404     return setAccessLevel(
405       ((org.opencrx.kernel.base.cci.basePackage)refOutermostPackage().refPackage("org:opencrx:kernel:base")).createSetAccessLevelParams(
406         accessLevelBrowse
407     , accessLevelDelete
408     , accessLevelUpdate
409     , mode
410       )
411     );
412   }
413
414 // ----------------------------------------------------------------------------
415
// Instance/ImplOperation
416
// ----------------------------------------------------------------------------
417
public org.opencrx.kernel.base.cci.ModifySecureObjectResult setOwningUser(
418       org.opencrx.kernel.base.cci.SetOwningUserParams params
419   ) throws javax.jmi.reflect.RefException {
420     java.util.List JavaDoc args = new java.util.ArrayList JavaDoc();
421     args.add(params);
422     return (org.opencrx.kernel.base.cci.ModifySecureObjectResult)refInvokeOperation(
423       "org:opencrx:kernel:base:SecureObject:setOwningUser",
424       args
425     );
426   }
427
428   public org.opencrx.kernel.base.cci.ModifySecureObjectResult setOwningUser(
429       short mode
430     , org.opencrx.security.realm1.cci.User user
431   ) throws javax.jmi.reflect.RefException {
432     return setOwningUser(
433       ((org.opencrx.kernel.base.cci.basePackage)refOutermostPackage().refPackage("org:opencrx:kernel:base")).createSetOwningUserParams(
434         mode
435     , user
436       )
437     );
438   }
439
440 // ----------------------------------------------------------------------------
441
// Instance/ImplAttributeGet0_1
442
// ----------------------------------------------------------------------------
443
public String JavaDoc getDescription (
444   ) {
445     return (String JavaDoc)this.refGetValue("description", 0);
446   }
447 // ----------------------------------------------------------------------------
448
// Instance/ImplAttributeSet0_1
449
// ----------------------------------------------------------------------------
450
public void setDescription(
451     String JavaDoc newValue
452   ) {
453     refSetValue("org:opencrx:kernel:base:TemplateReplacement:description", 0, newValue);
454   }
455
456 // ----------------------------------------------------------------------------
457
// Instance/ImplAttributeGetList
458
// ----------------------------------------------------------------------------
459
public java.util.List JavaDoc getName (
460   ) {
461     return (java.util.List JavaDoc)this.refGetValue("name");
462   }
463   public String JavaDoc getName(
464     int index
465   ) {
466     return (String JavaDoc)this.refGetValue("org:opencrx:kernel:base:TemplateReplacement:name", index);
467   }
468
469 // ----------------------------------------------------------------------------
470
// Instance/ImplAttributeSetList
471
// ----------------------------------------------------------------------------
472
public void setName(
473     java.util.List JavaDoc newValue
474   ) {
475     refSetValue("org:opencrx:kernel:base:TemplateReplacement:name", newValue);
476   }
477
478   public void setName(
479     String JavaDoc[] newValue
480   ) {
481     refSetValue("org:opencrx:kernel:base:TemplateReplacement:name", newValue);
482   }
483
484 // ----------------------------------------------------------------------------
485
// Instance/ImplAttributeGet1_1
486
// ----------------------------------------------------------------------------
487
public java.util.Date JavaDoc getCreatedAt(
488   ) {
489     return getCreatedAt(0);
490   }
491
492   protected java.util.Date JavaDoc getCreatedAt(
493     int index
494   ) {
495     return (java.util.Date JavaDoc)this.refGetValue("org:openmdx:base:BasicObject:createdAt", index);
496   }
497
498 // ----------------------------------------------------------------------------
499
// Instance/ImplAttributeSet1_1
500
// ----------------------------------------------------------------------------
501
protected void setCreatedAt(
502     java.util.Date JavaDoc newValue
503   ) {
504     setCreatedAt(0, newValue);
505   }
506
507   protected void setCreatedAt(
508     int index,
509     java.util.Date JavaDoc newValue
510   ) {
511     refSetValue("org:openmdx:base:BasicObject:createdAt", index, newValue);
512   }
513 // ----------------------------------------------------------------------------
514
// Instance/ImplAttributeGetSet
515
// ----------------------------------------------------------------------------
516
public java.util.Set JavaDoc getCreatedBy (
517   ) {
518     return (java.util.Set JavaDoc)this.refGetValue("createdBy");
519   }
520 // ----------------------------------------------------------------------------
521
// Instance/ImplAttributeSetSet
522
// ----------------------------------------------------------------------------
523
protected void setCreatedBy(
524     java.util.Set JavaDoc newValue
525   ) {
526     refSetValue("org:openmdx:base:BasicObject:createdBy", newValue);
527   }
528
529   protected void setCreatedBy(
530     String JavaDoc[] newValue
531   ) {
532     refSetValue("org:openmdx:base:BasicObject:createdBy", newValue);
533   }
534
535 // ----------------------------------------------------------------------------
536
// Instance/ImplAttributeGet1_1
537
// ----------------------------------------------------------------------------
538
public java.util.Date JavaDoc getModifiedAt(
539   ) {
540     return getModifiedAt(0);
541   }
542
543   protected java.util.Date JavaDoc getModifiedAt(
544     int index
545   ) {
546     return (java.util.Date JavaDoc)this.refGetValue("org:openmdx:base:BasicObject:modifiedAt", index);
547   }
548
549 // ----------------------------------------------------------------------------
550
// Instance/ImplAttributeSet1_1
551
// ----------------------------------------------------------------------------
552
protected void setModifiedAt(
553     java.util.Date JavaDoc newValue
554   ) {
555     setModifiedAt(0, newValue);
556   }
557
558   protected void setModifiedAt(
559     int index,
560     java.util.Date JavaDoc newValue
561   ) {
562     refSetValue("org:openmdx:base:BasicObject:modifiedAt", index, newValue);
563   }
564 // ----------------------------------------------------------------------------
565
// Instance/ImplAttributeGetSet
566
// ----------------------------------------------------------------------------
567
public java.util.Set JavaDoc getModifiedBy (
568   ) {
569     return (java.util.Set JavaDoc)this.refGetValue("modifiedBy");
570   }
571 // ----------------------------------------------------------------------------
572
// Instance/ImplAttributeSetSet
573
// ----------------------------------------------------------------------------
574
protected void setModifiedBy(
575     java.util.Set JavaDoc newValue
576   ) {
577     refSetValue("org:openmdx:base:BasicObject:modifiedBy", newValue);
578   }
579
580   protected void setModifiedBy(
581     String JavaDoc[] newValue
582   ) {
583     refSetValue("org:openmdx:base:BasicObject:modifiedBy", newValue);
584   }
585
586 // ----------------------------------------------------------------------------
587
// Instance/ImplReferenceSetWithQualifier
588
// ----------------------------------------------------------------------------
589
protected void setContext(
590     java.util.List JavaDoc newValue
591   ) {
592     refSetValue("org:openmdx:base:ContextCapable:context", newValue);
593   }
594
595   protected void setContext(
596     org.openmdx.base.cci.Context[] newValue
597   ) {
598     refSetValue("org:openmdx:base:ContextCapable:context", newValue);
599   }
600
601 // ----------------------------------------------------------------------------
602
// Instance/ImplReferenceGet0_1WithQualifier
603
// ----------------------------------------------------------------------------
604
public org.openmdx.base.cci.Context getContext(
605     String JavaDoc id
606   ) {
607     return (org.openmdx.base.cci.Context)refGetValue(
608       "org:openmdx:base:ContextCapable:context",
609       id
610     );
611   }
612
613 // ----------------------------------------------------------------------------
614
// Instance/ImplReferenceGet0_nNoFilter
615
// ----------------------------------------------------------------------------
616
public java.util.Collection JavaDoc getContext(
617   ) {
618     return (java.util.Collection JavaDoc)refGetValue(
619       "org:openmdx:base:ContextCapable:context"
620     );
621   }
622
623 // ----------------------------------------------------------------------------
624
// Instance/ImplReferenceAddWithQualifier
625
// ----------------------------------------------------------------------------
626
protected void addContext (
627     String JavaDoc id,
628     org.openmdx.base.cci.Context newValue
629   ) {
630     refAddValue(
631       "org:openmdx:base:ContextCapable:context",
632       id,
633       newValue
634     );
635   }
636
637 // ----------------------------------------------------------------------------
638
// Instance/ImplReferenceAddWithoutQualifier
639
// ----------------------------------------------------------------------------
640
protected void addContext (
641     org.openmdx.base.cci.Context newValue
642   ) {
643     refAddValue(
644       "org:openmdx:base:ContextCapable:context",
645       newValue
646     );
647   }
648
649 // ----------------------------------------------------------------------------
650
// Instance/ImplReferenceRemoveWithQualifier
651
// ----------------------------------------------------------------------------
652
protected void removeContext (
653     String JavaDoc id
654   ) {
655     refRemoveValue(
656       "org:openmdx:base:ContextCapable:context",
657       id
658     );
659   }
660
661 // ----------------------------------------------------------------------------
662
// Instance/ImplAttributeGet1_1
663
// ----------------------------------------------------------------------------
664
public String JavaDoc getIdentity(
665   ) {
666     return getIdentity(0);
667   }
668
669   protected String JavaDoc getIdentity(
670     int index
671   ) {
672     return (String JavaDoc)this.refGetValue("org:openmdx:base:ExtentCapable:identity", index);
673   }
674
675 // ----------------------------------------------------------------------------
676
// Instance/ImplAttributeSet1_1
677
// ----------------------------------------------------------------------------
678
protected void setIdentity(
679     String JavaDoc newValue
680   ) {
681     setIdentity(0, newValue);
682   }
683
684   protected void setIdentity(
685     int index,
686     String JavaDoc newValue
687   ) {
688     refSetValue("org:openmdx:base:ExtentCapable:identity", index, newValue);
689   }
690 // ----------------------------------------------------------------------------
691
// Instance/ImplReferenceSetWithQualifier
692
// ----------------------------------------------------------------------------
693
protected void setView(
694     java.util.List JavaDoc newValue
695   ) {
696     refSetValue("org:openmdx:compatibility:view1:ViewCapable:view", newValue);
697   }
698
699   protected void setView(
700     org.openmdx.compatibility.view1.cci.View[] newValue
701   ) {
702     refSetValue("org:openmdx:compatibility:view1:ViewCapable:view", newValue);
703   }
704
705 // ----------------------------------------------------------------------------
706
// Instance/ImplReferenceGet0_1WithQualifier
707
// ----------------------------------------------------------------------------
708
public org.openmdx.compatibility.view1.cci.View getView(
709     String JavaDoc namespace
710   ) {
711     return (org.openmdx.compatibility.view1.cci.View)refGetValue(
712       "org:openmdx:compatibility:view1:ViewCapable:view",
713       namespace
714     );
715   }
716
717 // ----------------------------------------------------------------------------
718
// Instance/ImplReferenceGet0_nWithFilter
719
// ----------------------------------------------------------------------------
720
public java.util.Collection JavaDoc getView(
721   ) {
722     return (java.util.Collection JavaDoc)refGetValue(
723       "org:openmdx:compatibility:view1:ViewCapable:view"
724     );
725   }
726
727   public java.util.List JavaDoc getView(
728     org.openmdx.compatibility.view1.cci.ViewFilter filter
729   ) {
730     return ((org.openmdx.compatibility.base.collection.Container)refGetValue(
731       "org:openmdx:compatibility:view1:ViewCapable:view"
732     )).toList(filter);
733   }
734
735 // ----------------------------------------------------------------------------
736
// Instance/ImplReferenceAddWithQualifier
737
// ----------------------------------------------------------------------------
738
protected void addView (
739     String JavaDoc namespace,
740     org.openmdx.compatibility.view1.cci.View newValue
741   ) {
742     refAddValue(
743       "org:openmdx:compatibility:view1:ViewCapable:view",
744       namespace,
745       newValue
746     );
747   }
748
749 // ----------------------------------------------------------------------------
750
// Instance/ImplReferenceAddWithoutQualifier
751
// ----------------------------------------------------------------------------
752
protected void addView (
753     org.openmdx.compatibility.view1.cci.View newValue
754   ) {
755     refAddValue(
756       "org:openmdx:compatibility:view1:ViewCapable:view",
757       newValue
758     );
759   }
760
761 // ----------------------------------------------------------------------------
762
// Instance/ImplReferenceRemoveWithQualifier
763
// ----------------------------------------------------------------------------
764
protected void removeView (
765     String JavaDoc namespace
766   ) {
767     refRemoveValue(
768       "org:openmdx:compatibility:view1:ViewCapable:view",
769       namespace
770     );
771   }
772
773 // ----------------------------------------------------------------------------
774
// Instance/ImplEnd
775
// ----------------------------------------------------------------------------
776
}
777
Popular Tags