KickJava   Java API By Example, From Geeks To Geeks.

Java > Open Source Codes > org > opencrx > kernel > account1 > cci > MemberClass


1 // ----------------------------------------------------------------------------
2
// ClassProxy/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:55 CEST 2006
9
//
10
// GENERATED - DO NOT CHANGE MANUALLY
11
//
12
//////////////////////////////////////////////////////////////////////////////
13
package org.opencrx.kernel.account1.cci;
14
15 public interface MemberClass
16   extends org.openmdx.base.accessor.jmi.cci.RefClass_1_0 {
17
18   /**
19    * Creates an instance of class <code>Member</code>.
20    * This is a factory operation used to create instance objects of class
21    * <code>Member</code>.
22    */

23   public Member createMember(
24   );
25
26   /**
27    * Creates an instance of class <code>Member</code> based on the specified
28    * Object instance.
29    * This is a factory operation used to create instance objects of class
30    * <code>Member</code>.
31    * @param object The Object instance this class is based on. Object must
32    * be instanceof RefObject, Object_1_0 or Path.
33    */

34   public Member getMember(
35     Object JavaDoc object
36   );
37 // ----------------------------------------------------------------------------
38
// ClassProxy/IntfInstanceCreatorRequiredAttributes
39
// ----------------------------------------------------------------------------
40
/**
41    * Creates an instance of class <code>Member</code> based on all required
42    * attributes.
43    * This is a factory operation used to create instance objects of class
44    * <code>Member</code>.
45    */

46   public Member createMember(
47       short accessLevelBrowse
48     , short accessLevelDelete
49     , short accessLevelUpdate
50     , boolean disabled
51   );
52 // ----------------------------------------------------------------------------
53
// ClassProxy/IntfInstanceExtenderRequiredAttributes
54
// ----------------------------------------------------------------------------
55
/**
56    * Creates an instance of class <code>Member</code> based on the
57    * superclass <code>AccountAssignment</code> and all required attributes
58    * not included in this superclass.
59    * This is a factory operation used to create instance objects of class
60    * <code>Member</code>.
61    */

62   public Member extendAccountAssignment(
63       org.opencrx.kernel.account1.cci.AccountAssignment _base
64     , short accessLevelBrowse
65     , short accessLevelDelete
66     , short accessLevelUpdate
67     , boolean disabled
68   );
69 // ----------------------------------------------------------------------------
70
// ClassProxy/IntfInstanceExtenderRequiredAttributes
71
// ----------------------------------------------------------------------------
72
/**
73    * Creates an instance of class <code>Member</code> based on the
74    * superclass <code>Auditee</code> and all required attributes not
75    * included in this superclass.
76    * This is a factory operation used to create instance objects of class
77    * <code>Member</code>.
78    */

79   public Member extendAuditee(
80       org.opencrx.kernel.base.cci.Auditee _base
81     , short accessLevelBrowse
82     , short accessLevelDelete
83     , short accessLevelUpdate
84     , boolean disabled
85   );
86 // ----------------------------------------------------------------------------
87
// ClassProxy/IntfInstanceExtenderRequiredAttributes
88
// ----------------------------------------------------------------------------
89
/**
90    * Creates an instance of class <code>Member</code> based on the
91    * superclass <code>Bookmarkable</code> and all required attributes not
92    * included in this superclass.
93    * This is a factory operation used to create instance objects of class
94    * <code>Member</code>.
95    */

96   public Member extendBookmarkable(
97       org.opencrx.kernel.base.cci.Bookmarkable _base
98     , short accessLevelBrowse
99     , short accessLevelDelete
100     , short accessLevelUpdate
101     , boolean disabled
102   );
103 // ----------------------------------------------------------------------------
104
// ClassProxy/IntfInstanceExtenderRequiredAttributes
105
// ----------------------------------------------------------------------------
106
/**
107    * Creates an instance of class <code>Member</code> based on the
108    * superclass <code>Cloneable</code> and all required attributes not
109    * included in this superclass.
110    * This is a factory operation used to create instance objects of class
111    * <code>Member</code>.
112    */

113   public Member extendCloneable(
114       org.opencrx.kernel.base.cci.Cloneable _base
115     , short accessLevelBrowse
116     , short accessLevelDelete
117     , short accessLevelUpdate
118     , boolean disabled
119   );
120 // ----------------------------------------------------------------------------
121
// ClassProxy/IntfInstanceExtenderRequiredAttributes
122
// ----------------------------------------------------------------------------
123
/**
124    * Creates an instance of class <code>Member</code> based on the
125    * superclass <code>Importer</code> and all required attributes not
126    * included in this superclass.
127    * This is a factory operation used to create instance objects of class
128    * <code>Member</code>.
129    */

130   public Member extendImporter(
131       org.opencrx.kernel.base.cci.Importer _base
132     , short accessLevelBrowse
133     , short accessLevelDelete
134     , short accessLevelUpdate
135     , boolean disabled
136   );
137 // ----------------------------------------------------------------------------
138
// ClassProxy/IntfInstanceExtenderRequiredAttributes
139
// ----------------------------------------------------------------------------
140
/**
141    * Creates an instance of class <code>Member</code> based on the
142    * superclass <code>SecureObject</code> and all required attributes not
143    * included in this superclass.
144    * This is a factory operation used to create instance objects of class
145    * <code>Member</code>.
146    */

147   public Member extendSecureObject(
148       org.opencrx.kernel.base.cci.SecureObject _base
149     , boolean disabled
150   );
151 // ----------------------------------------------------------------------------
152
// ClassProxy/IntfInstanceExtenderRequiredAttributes
153
// ----------------------------------------------------------------------------
154
/**
155    * Creates an instance of class <code>Member</code> based on the
156    * superclass <code>SubscriptionTarget</code> and all required attributes
157    * not included in this superclass.
158    * This is a factory operation used to create instance objects of class
159    * <code>Member</code>.
160    */

161   public Member extendSubscriptionTarget(
162       org.opencrx.kernel.base.cci.SubscriptionTarget _base
163     , short accessLevelBrowse
164     , short accessLevelDelete
165     , short accessLevelUpdate
166     , boolean disabled
167   );
168 // ----------------------------------------------------------------------------
169
// ClassProxy/IntfInstanceExtenderRequiredAttributes
170
// ----------------------------------------------------------------------------
171
/**
172    * Creates an instance of class <code>Member</code> based on the
173    * superclass <code>XmlExporter</code> and all required attributes not
174    * included in this superclass.
175    * This is a factory operation used to create instance objects of class
176    * <code>Member</code>.
177    */

178   public Member extendXmlExporter(
179       org.opencrx.kernel.base.cci.XmlExporter _base
180     , short accessLevelBrowse
181     , short accessLevelDelete
182     , short accessLevelUpdate
183     , boolean disabled
184   );
185 // ----------------------------------------------------------------------------
186
// ClassProxy/IntfInstanceExtenderRequiredAttributes
187
// ----------------------------------------------------------------------------
188
/**
189    * Creates an instance of class <code>Member</code> based on the
190    * superclass <code>BasicObject</code> and all required attributes not
191    * included in this superclass.
192    * This is a factory operation used to create instance objects of class
193    * <code>Member</code>.
194    */

195   public Member extendBasicObject(
196       org.openmdx.base.cci.BasicObject _base
197     , short accessLevelBrowse
198     , short accessLevelDelete
199     , short accessLevelUpdate
200     , boolean disabled
201   );
202 // ----------------------------------------------------------------------------
203
// ClassProxy/IntfInstanceExtenderRequiredAttributes
204
// ----------------------------------------------------------------------------
205
/**
206    * Creates an instance of class <code>Member</code> based on the
207    * superclass <code>ContextCapable</code> and all required attributes not
208    * included in this superclass.
209    * This is a factory operation used to create instance objects of class
210    * <code>Member</code>.
211    */

212   public Member extendContextCapable(
213       org.openmdx.base.cci.ContextCapable _base
214     , short accessLevelBrowse
215     , short accessLevelDelete
216     , short accessLevelUpdate
217     , boolean disabled
218   );
219 // ----------------------------------------------------------------------------
220
// ClassProxy/IntfInstanceExtenderRequiredAttributes
221
// ----------------------------------------------------------------------------
222
/**
223    * Creates an instance of class <code>Member</code> based on the
224    * superclass <code>ExtentCapable</code> and all required attributes not
225    * included in this superclass.
226    * This is a factory operation used to create instance objects of class
227    * <code>Member</code>.
228    */

229   public Member extendExtentCapable(
230       org.openmdx.base.cci.ExtentCapable _base
231     , short accessLevelBrowse
232     , short accessLevelDelete
233     , short accessLevelUpdate
234     , boolean disabled
235   );
236 // ----------------------------------------------------------------------------
237
// ClassProxy/IntfInstanceExtenderRequiredAttributes
238
// ----------------------------------------------------------------------------
239
/**
240    * Creates an instance of class <code>Member</code> based on the
241    * superclass <code>ViewCapable</code> and all required attributes not
242    * included in this superclass.
243    * This is a factory operation used to create instance objects of class
244    * <code>Member</code>.
245    */

246   public Member extendViewCapable(
247       org.openmdx.compatibility.view1.cci.ViewCapable _base
248     , short accessLevelBrowse
249     , short accessLevelDelete
250     , short accessLevelUpdate
251     , boolean disabled
252   );
253 // ----------------------------------------------------------------------------
254
// ClassProxy/IntfEnd.vm
255
// ----------------------------------------------------------------------------
256
}
257
Popular Tags