KickJava   Java API By Example, From Geeks To Geeks.

Java > Open Source Codes > org > openmdx > security > authorization1 > cci > PolicyImpl


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:39:02 CEST 2006
9
//
10
// GENERATED - DO NOT CHANGE MANUALLY
11
//
12
//////////////////////////////////////////////////////////////////////////////
13
package org.openmdx.security.authorization1.cci;
14
15 public class PolicyImpl
16   extends org.openmdx.base.accessor.jmi.spi.RefObject_1
17   implements Policy {
18
19   public PolicyImpl(
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/ImplAttributeGet1_1
28
// ----------------------------------------------------------------------------
29
public java.util.Date JavaDoc getCreatedAt(
30   ) {
31     return getCreatedAt(0);
32   }
33
34   protected java.util.Date JavaDoc getCreatedAt(
35     int index
36   ) {
37     return (java.util.Date JavaDoc)this.refGetValue("org:openmdx:base:BasicObject:createdAt", index);
38   }
39
40 // ----------------------------------------------------------------------------
41
// Instance/ImplAttributeSet1_1
42
// ----------------------------------------------------------------------------
43
protected void setCreatedAt(
44     java.util.Date JavaDoc newValue
45   ) {
46     setCreatedAt(0, newValue);
47   }
48
49   protected void setCreatedAt(
50     int index,
51     java.util.Date JavaDoc newValue
52   ) {
53     refSetValue("org:openmdx:base:BasicObject:createdAt", index, newValue);
54   }
55 // ----------------------------------------------------------------------------
56
// Instance/ImplAttributeGetSet
57
// ----------------------------------------------------------------------------
58
public java.util.Set JavaDoc getCreatedBy (
59   ) {
60     return (java.util.Set JavaDoc)this.refGetValue("createdBy");
61   }
62 // ----------------------------------------------------------------------------
63
// Instance/ImplAttributeSetSet
64
// ----------------------------------------------------------------------------
65
protected void setCreatedBy(
66     java.util.Set JavaDoc newValue
67   ) {
68     refSetValue("org:openmdx:base:BasicObject:createdBy", newValue);
69   }
70
71   protected void setCreatedBy(
72     String JavaDoc[] newValue
73   ) {
74     refSetValue("org:openmdx:base:BasicObject:createdBy", newValue);
75   }
76
77 // ----------------------------------------------------------------------------
78
// Instance/ImplAttributeGet1_1
79
// ----------------------------------------------------------------------------
80
public java.util.Date JavaDoc getModifiedAt(
81   ) {
82     return getModifiedAt(0);
83   }
84
85   protected java.util.Date JavaDoc getModifiedAt(
86     int index
87   ) {
88     return (java.util.Date JavaDoc)this.refGetValue("org:openmdx:base:BasicObject:modifiedAt", index);
89   }
90
91 // ----------------------------------------------------------------------------
92
// Instance/ImplAttributeSet1_1
93
// ----------------------------------------------------------------------------
94
protected void setModifiedAt(
95     java.util.Date JavaDoc newValue
96   ) {
97     setModifiedAt(0, newValue);
98   }
99
100   protected void setModifiedAt(
101     int index,
102     java.util.Date JavaDoc newValue
103   ) {
104     refSetValue("org:openmdx:base:BasicObject:modifiedAt", index, newValue);
105   }
106 // ----------------------------------------------------------------------------
107
// Instance/ImplAttributeGetSet
108
// ----------------------------------------------------------------------------
109
public java.util.Set JavaDoc getModifiedBy (
110   ) {
111     return (java.util.Set JavaDoc)this.refGetValue("modifiedBy");
112   }
113 // ----------------------------------------------------------------------------
114
// Instance/ImplAttributeSetSet
115
// ----------------------------------------------------------------------------
116
protected void setModifiedBy(
117     java.util.Set JavaDoc newValue
118   ) {
119     refSetValue("org:openmdx:base:BasicObject:modifiedBy", newValue);
120   }
121
122   protected void setModifiedBy(
123     String JavaDoc[] newValue
124   ) {
125     refSetValue("org:openmdx:base:BasicObject:modifiedBy", newValue);
126   }
127
128 // ----------------------------------------------------------------------------
129
// Instance/ImplReferenceSetWithQualifier
130
// ----------------------------------------------------------------------------
131
protected void setContext(
132     java.util.List JavaDoc newValue
133   ) {
134     refSetValue("org:openmdx:base:ContextCapable:context", newValue);
135   }
136
137   protected void setContext(
138     org.openmdx.base.cci.Context[] newValue
139   ) {
140     refSetValue("org:openmdx:base:ContextCapable:context", newValue);
141   }
142
143 // ----------------------------------------------------------------------------
144
// Instance/ImplReferenceGet0_1WithQualifier
145
// ----------------------------------------------------------------------------
146
public org.openmdx.base.cci.Context getContext(
147     String JavaDoc id
148   ) {
149     return (org.openmdx.base.cci.Context)refGetValue(
150       "org:openmdx:base:ContextCapable:context",
151       id
152     );
153   }
154
155 // ----------------------------------------------------------------------------
156
// Instance/ImplReferenceGet0_nNoFilter
157
// ----------------------------------------------------------------------------
158
public java.util.Collection JavaDoc getContext(
159   ) {
160     return (java.util.Collection JavaDoc)refGetValue(
161       "org:openmdx:base:ContextCapable:context"
162     );
163   }
164
165 // ----------------------------------------------------------------------------
166
// Instance/ImplReferenceAddWithQualifier
167
// ----------------------------------------------------------------------------
168
protected void addContext (
169     String JavaDoc id,
170     org.openmdx.base.cci.Context newValue
171   ) {
172     refAddValue(
173       "org:openmdx:base:ContextCapable:context",
174       id,
175       newValue
176     );
177   }
178
179 // ----------------------------------------------------------------------------
180
// Instance/ImplReferenceAddWithoutQualifier
181
// ----------------------------------------------------------------------------
182
protected void addContext (
183     org.openmdx.base.cci.Context newValue
184   ) {
185     refAddValue(
186       "org:openmdx:base:ContextCapable:context",
187       newValue
188     );
189   }
190
191 // ----------------------------------------------------------------------------
192
// Instance/ImplReferenceRemoveWithQualifier
193
// ----------------------------------------------------------------------------
194
protected void removeContext (
195     String JavaDoc id
196   ) {
197     refRemoveValue(
198       "org:openmdx:base:ContextCapable:context",
199       id
200     );
201   }
202
203 // ----------------------------------------------------------------------------
204
// Instance/ImplAttributeGet1_1
205
// ----------------------------------------------------------------------------
206
public String JavaDoc getIdentity(
207   ) {
208     return getIdentity(0);
209   }
210
211   protected String JavaDoc getIdentity(
212     int index
213   ) {
214     return (String JavaDoc)this.refGetValue("org:openmdx:base:ExtentCapable:identity", index);
215   }
216
217 // ----------------------------------------------------------------------------
218
// Instance/ImplAttributeSet1_1
219
// ----------------------------------------------------------------------------
220
protected void setIdentity(
221     String JavaDoc newValue
222   ) {
223     setIdentity(0, newValue);
224   }
225
226   protected void setIdentity(
227     int index,
228     String JavaDoc newValue
229   ) {
230     refSetValue("org:openmdx:base:ExtentCapable:identity", index, newValue);
231   }
232 // ----------------------------------------------------------------------------
233
// Instance/ImplReferenceSetWithQualifier
234
// ----------------------------------------------------------------------------
235
protected void setView(
236     java.util.List JavaDoc newValue
237   ) {
238     refSetValue("org:openmdx:compatibility:view1:ViewCapable:view", newValue);
239   }
240
241   protected void setView(
242     org.openmdx.compatibility.view1.cci.View[] newValue
243   ) {
244     refSetValue("org:openmdx:compatibility:view1:ViewCapable:view", newValue);
245   }
246
247 // ----------------------------------------------------------------------------
248
// Instance/ImplReferenceGet0_1WithQualifier
249
// ----------------------------------------------------------------------------
250
public org.openmdx.compatibility.view1.cci.View getView(
251     String JavaDoc namespace
252   ) {
253     return (org.openmdx.compatibility.view1.cci.View)refGetValue(
254       "org:openmdx:compatibility:view1:ViewCapable:view",
255       namespace
256     );
257   }
258
259 // ----------------------------------------------------------------------------
260
// Instance/ImplReferenceGet0_nWithFilter
261
// ----------------------------------------------------------------------------
262
public java.util.Collection JavaDoc getView(
263   ) {
264     return (java.util.Collection JavaDoc)refGetValue(
265       "org:openmdx:compatibility:view1:ViewCapable:view"
266     );
267   }
268
269   public java.util.List JavaDoc getView(
270     org.openmdx.compatibility.view1.cci.ViewFilter filter
271   ) {
272     return ((org.openmdx.compatibility.base.collection.Container)refGetValue(
273       "org:openmdx:compatibility:view1:ViewCapable:view"
274     )).toList(filter);
275   }
276
277 // ----------------------------------------------------------------------------
278
// Instance/ImplReferenceAddWithQualifier
279
// ----------------------------------------------------------------------------
280
protected void addView (
281     String JavaDoc namespace,
282     org.openmdx.compatibility.view1.cci.View newValue
283   ) {
284     refAddValue(
285       "org:openmdx:compatibility:view1:ViewCapable:view",
286       namespace,
287       newValue
288     );
289   }
290
291 // ----------------------------------------------------------------------------
292
// Instance/ImplReferenceAddWithoutQualifier
293
// ----------------------------------------------------------------------------
294
protected void addView (
295     org.openmdx.compatibility.view1.cci.View newValue
296   ) {
297     refAddValue(
298       "org:openmdx:compatibility:view1:ViewCapable:view",
299       newValue
300     );
301   }
302
303 // ----------------------------------------------------------------------------
304
// Instance/ImplReferenceRemoveWithQualifier
305
// ----------------------------------------------------------------------------
306
protected void removeView (
307     String JavaDoc namespace
308   ) {
309     refRemoveValue(
310       "org:openmdx:compatibility:view1:ViewCapable:view",
311       namespace
312     );
313   }
314
315 // ----------------------------------------------------------------------------
316
// Instance/ImplReferenceGet0_1NoQualifier
317
// ----------------------------------------------------------------------------
318
public org.openmdx.security.authorization1.cci.Policy getParent(
319   ) {
320     return (org.openmdx.security.authorization1.cci.Policy)refGetValue(
321       "org:openmdx:security:authorization1:Policy:parent"
322     );
323   }
324
325 // ----------------------------------------------------------------------------
326
// Instance/ImplReferenceSetNoQualifier
327
// ----------------------------------------------------------------------------
328
public void setParent(
329     org.openmdx.security.authorization1.cci.Policy newValue
330   ) {
331     refSetValue(
332       "org:openmdx:security:authorization1:Policy:parent",
333       newValue
334     );
335   }
336
337 // ----------------------------------------------------------------------------
338
// Instance/ImplReferenceRemoveOptional
339
// ----------------------------------------------------------------------------
340
public void removeParent (
341   ) {
342     refRemoveValue(
343       "org:openmdx:security:authorization1:Policy:parent"
344     );
345   }
346 // ----------------------------------------------------------------------------
347
// Instance/ImplAttributeGet0_1
348
// ----------------------------------------------------------------------------
349
public String JavaDoc getDescription (
350   ) {
351     return (String JavaDoc)this.refGetValue("description", 0);
352   }
353 // ----------------------------------------------------------------------------
354
// Instance/ImplAttributeSet0_1
355
// ----------------------------------------------------------------------------
356
public void setDescription(
357     String JavaDoc newValue
358   ) {
359     refSetValue("org:openmdx:security:realm1:Policy:description", 0, newValue);
360   }
361
362 // ----------------------------------------------------------------------------
363
// Instance/ImplAttributeGet1_1
364
// ----------------------------------------------------------------------------
365
public String JavaDoc getName(
366   ) {
367     return getName(0);
368   }
369
370   protected String JavaDoc getName(
371     int index
372   ) {
373     return (String JavaDoc)this.refGetValue("org:openmdx:security:realm1:Policy:name", index);
374   }
375
376 // ----------------------------------------------------------------------------
377
// Instance/ImplAttributeSet1_1
378
// ----------------------------------------------------------------------------
379
protected void setName(
380     String JavaDoc newValue
381   ) {
382     setName(0, newValue);
383   }
384
385   protected void setName(
386     int index,
387     String JavaDoc newValue
388   ) {
389     refSetValue("org:openmdx:security:realm1:Policy:name", index, newValue);
390   }
391 // ----------------------------------------------------------------------------
392
// Instance/ImplReferenceSetWithQualifier
393
// ----------------------------------------------------------------------------
394
public void setPrivilege(
395     java.util.List JavaDoc newValue
396   ) {
397     refSetValue("org:openmdx:security:realm1:Policy:privilege", newValue);
398   }
399
400   public void setPrivilege(
401     org.openmdx.security.realm1.cci.Privilege[] newValue
402   ) {
403     refSetValue("org:openmdx:security:realm1:Policy:privilege", newValue);
404   }
405
406 // ----------------------------------------------------------------------------
407
// Instance/ImplReferenceGet0_1WithQualifier
408
// ----------------------------------------------------------------------------
409
public org.openmdx.security.realm1.cci.Privilege getPrivilege(
410     String JavaDoc id
411   ) {
412     return (org.openmdx.security.realm1.cci.Privilege)refGetValue(
413       "org:openmdx:security:realm1:Policy:privilege",
414       id
415     );
416   }
417
418 // ----------------------------------------------------------------------------
419
// Instance/ImplReferenceGet0_nWithFilter
420
// ----------------------------------------------------------------------------
421
public java.util.Collection JavaDoc getPrivilege(
422   ) {
423     return (java.util.Collection JavaDoc)refGetValue(
424       "org:openmdx:security:realm1:Policy:privilege"
425     );
426   }
427
428   public java.util.List JavaDoc getPrivilege(
429     org.openmdx.security.realm1.cci.PrivilegeFilter filter
430   ) {
431     return ((org.openmdx.compatibility.base.collection.Container)refGetValue(
432       "org:openmdx:security:realm1:Policy:privilege"
433     )).toList(filter);
434   }
435
436 // ----------------------------------------------------------------------------
437
// Instance/ImplReferenceAddWithQualifier
438
// ----------------------------------------------------------------------------
439
public void addPrivilege (
440     String JavaDoc id,
441     org.openmdx.security.realm1.cci.Privilege newValue
442   ) {
443     refAddValue(
444       "org:openmdx:security:realm1:Policy:privilege",
445       id,
446       newValue
447     );
448   }
449
450 // ----------------------------------------------------------------------------
451
// Instance/ImplReferenceAddWithoutQualifier
452
// ----------------------------------------------------------------------------
453
public void addPrivilege (
454     org.openmdx.security.realm1.cci.Privilege newValue
455   ) {
456     refAddValue(
457       "org:openmdx:security:realm1:Policy:privilege",
458       newValue
459     );
460   }
461
462 // ----------------------------------------------------------------------------
463
// Instance/ImplReferenceRemoveWithQualifier
464
// ----------------------------------------------------------------------------
465
public void removePrivilege (
466     String JavaDoc id
467   ) {
468     refRemoveValue(
469       "org:openmdx:security:realm1:Policy:privilege",
470       id
471     );
472   }
473
474 // ----------------------------------------------------------------------------
475
// Instance/ImplReferenceSetWithQualifier
476
// ----------------------------------------------------------------------------
477
public void setRole(
478     java.util.List JavaDoc newValue
479   ) {
480     refSetValue("org:openmdx:security:realm1:Policy:role", newValue);
481   }
482
483   public void setRole(
484     org.openmdx.security.realm1.cci.Role[] newValue
485   ) {
486     refSetValue("org:openmdx:security:realm1:Policy:role", newValue);
487   }
488
489 // ----------------------------------------------------------------------------
490
// Instance/ImplReferenceGet0_1WithQualifier
491
// ----------------------------------------------------------------------------
492
public org.openmdx.security.realm1.cci.Role getRole(
493     String JavaDoc name
494   ) {
495     return (org.openmdx.security.realm1.cci.Role)refGetValue(
496       "org:openmdx:security:realm1:Policy:role",
497       name
498     );
499   }
500
501 // ----------------------------------------------------------------------------
502
// Instance/ImplReferenceGet0_nWithFilter
503
// ----------------------------------------------------------------------------
504
public java.util.Collection JavaDoc getRole(
505   ) {
506     return (java.util.Collection JavaDoc)refGetValue(
507       "org:openmdx:security:realm1:Policy:role"
508     );
509   }
510
511   public java.util.List JavaDoc getRole(
512     org.openmdx.security.realm1.cci.RoleFilter filter
513   ) {
514     return ((org.openmdx.compatibility.base.collection.Container)refGetValue(
515       "org:openmdx:security:realm1:Policy:role"
516     )).toList(filter);
517   }
518
519 // ----------------------------------------------------------------------------
520
// Instance/ImplReferenceAddWithQualifier
521
// ----------------------------------------------------------------------------
522
public void addRole (
523     String JavaDoc name,
524     org.openmdx.security.realm1.cci.Role newValue
525   ) {
526     refAddValue(
527       "org:openmdx:security:realm1:Policy:role",
528       name,
529       newValue
530     );
531   }
532
533 // ----------------------------------------------------------------------------
534
// Instance/ImplReferenceAddWithoutQualifier
535
// ----------------------------------------------------------------------------
536
public void addRole (
537     org.openmdx.security.realm1.cci.Role newValue
538   ) {
539     refAddValue(
540       "org:openmdx:security:realm1:Policy:role",
541       newValue
542     );
543   }
544
545 // ----------------------------------------------------------------------------
546
// Instance/ImplReferenceRemoveWithQualifier
547
// ----------------------------------------------------------------------------
548
public void removeRole (
549     String JavaDoc name
550   ) {
551     refRemoveValue(
552       "org:openmdx:security:realm1:Policy:role",
553       name
554     );
555   }
556
557 // ----------------------------------------------------------------------------
558
// Instance/ImplEnd
559
// ----------------------------------------------------------------------------
560
}
561
Popular Tags