KickJava   Java API By Example, From Geeks To Geeks.

Java > Open Source Codes > org > opencrx > kernel > reservation1 > cci > PartClass


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

23   public Part createPart(
24   );
25
26   /**
27    * Creates an instance of class <code>Part</code> based on the specified
28    * Object instance.
29    * This is a factory operation used to create instance objects of class
30    * <code>Part</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 Part getPart(
35     Object JavaDoc object
36   );
37 // ----------------------------------------------------------------------------
38
// ClassProxy/IntfInstanceCreatorRequiredAttributes
39
// ----------------------------------------------------------------------------
40
/**
41    * Creates an instance of class <code>Part</code> based on all required
42    * attributes.
43    * This is a factory operation used to create instance objects of class
44    * <code>Part</code>.
45    */

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

64   public Part extendAuditee(
65       org.opencrx.kernel.base.cci.Auditee _base
66     , short accessLevelBrowse
67     , short accessLevelDelete
68     , short accessLevelUpdate
69     , boolean disabled
70     , String JavaDoc filling
71     , String JavaDoc name
72   );
73 // ----------------------------------------------------------------------------
74
// ClassProxy/IntfInstanceExtenderRequiredAttributes
75
// ----------------------------------------------------------------------------
76
/**
77    * Creates an instance of class <code>Part</code> based on the superclass
78    * <code>Bookmarkable</code> and all required attributes not included in
79    * this superclass.
80    * This is a factory operation used to create instance objects of class
81    * <code>Part</code>.
82    */

83   public Part extendBookmarkable(
84       org.opencrx.kernel.base.cci.Bookmarkable _base
85     , short accessLevelBrowse
86     , short accessLevelDelete
87     , short accessLevelUpdate
88     , boolean disabled
89     , String JavaDoc filling
90     , String JavaDoc name
91   );
92 // ----------------------------------------------------------------------------
93
// ClassProxy/IntfInstanceExtenderRequiredAttributes
94
// ----------------------------------------------------------------------------
95
/**
96    * Creates an instance of class <code>Part</code> based on the superclass
97    * <code>Cloneable</code> and all required attributes not included in this
98    * superclass.
99    * This is a factory operation used to create instance objects of class
100    * <code>Part</code>.
101    */

102   public Part extendCloneable(
103       org.opencrx.kernel.base.cci.Cloneable _base
104     , short accessLevelBrowse
105     , short accessLevelDelete
106     , short accessLevelUpdate
107     , boolean disabled
108     , String JavaDoc filling
109     , String JavaDoc name
110   );
111 // ----------------------------------------------------------------------------
112
// ClassProxy/IntfInstanceExtenderRequiredAttributes
113
// ----------------------------------------------------------------------------
114
/**
115    * Creates an instance of class <code>Part</code> based on the superclass
116    * <code>Importer</code> and all required attributes not included in this
117    * superclass.
118    * This is a factory operation used to create instance objects of class
119    * <code>Part</code>.
120    */

121   public Part extendImporter(
122       org.opencrx.kernel.base.cci.Importer _base
123     , short accessLevelBrowse
124     , short accessLevelDelete
125     , short accessLevelUpdate
126     , boolean disabled
127     , String JavaDoc filling
128     , String JavaDoc name
129   );
130 // ----------------------------------------------------------------------------
131
// ClassProxy/IntfInstanceExtenderRequiredAttributes
132
// ----------------------------------------------------------------------------
133
/**
134    * Creates an instance of class <code>Part</code> based on the superclass
135    * <code>SecureObject</code> and all required attributes not included in
136    * this superclass.
137    * This is a factory operation used to create instance objects of class
138    * <code>Part</code>.
139    */

140   public Part extendSecureObject(
141       org.opencrx.kernel.base.cci.SecureObject _base
142     , boolean disabled
143     , String JavaDoc filling
144     , String JavaDoc name
145   );
146 // ----------------------------------------------------------------------------
147
// ClassProxy/IntfInstanceExtenderRequiredAttributes
148
// ----------------------------------------------------------------------------
149
/**
150    * Creates an instance of class <code>Part</code> based on the superclass
151    * <code>SubscriptionTarget</code> and all required attributes not
152    * included in this superclass.
153    * This is a factory operation used to create instance objects of class
154    * <code>Part</code>.
155    */

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

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

194   public Part extendCrxObject(
195       org.opencrx.kernel.generic.cci.CrxObject _base
196     , String JavaDoc filling
197     , String JavaDoc name
198   );
199 // ----------------------------------------------------------------------------
200
// ClassProxy/IntfInstanceExtenderRequiredAttributes
201
// ----------------------------------------------------------------------------
202
/**
203    * Creates an instance of class <code>Part</code> based on the superclass
204    * <code>DescriptionContainer</code> and all required attributes not
205    * included in this superclass.
206    * This is a factory operation used to create instance objects of class
207    * <code>Part</code>.
208    */

209   public Part extendDescriptionContainer(
210       org.opencrx.kernel.generic.cci.DescriptionContainer _base
211     , short accessLevelBrowse
212     , short accessLevelDelete
213     , short accessLevelUpdate
214     , boolean disabled
215     , String JavaDoc filling
216     , String JavaDoc name
217   );
218 // ----------------------------------------------------------------------------
219
// ClassProxy/IntfInstanceExtenderRequiredAttributes
220
// ----------------------------------------------------------------------------
221
/**
222    * Creates an instance of class <code>Part</code> based on the superclass
223    * <code>BasicObject</code> and all required attributes not included in
224    * this superclass.
225    * This is a factory operation used to create instance objects of class
226    * <code>Part</code>.
227    */

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

247   public Part extendContextCapable(
248       org.openmdx.base.cci.ContextCapable _base
249     , short accessLevelBrowse
250     , short accessLevelDelete
251     , short accessLevelUpdate
252     , boolean disabled
253     , String JavaDoc filling
254     , String JavaDoc name
255   );
256 // ----------------------------------------------------------------------------
257
// ClassProxy/IntfInstanceExtenderRequiredAttributes
258
// ----------------------------------------------------------------------------
259
/**
260    * Creates an instance of class <code>Part</code> based on the superclass
261    * <code>ExtentCapable</code> and all required attributes not included in
262    * this superclass.
263    * This is a factory operation used to create instance objects of class
264    * <code>Part</code>.
265    */

266   public Part extendExtentCapable(
267       org.openmdx.base.cci.ExtentCapable _base
268     , short accessLevelBrowse
269     , short accessLevelDelete
270     , short accessLevelUpdate
271     , boolean disabled
272     , String JavaDoc filling
273     , String JavaDoc name
274   );
275 // ----------------------------------------------------------------------------
276
// ClassProxy/IntfInstanceExtenderRequiredAttributes
277
// ----------------------------------------------------------------------------
278
/**
279    * Creates an instance of class <code>Part</code> based on the superclass
280    * <code>ViewCapable</code> and all required attributes not included in
281    * this superclass.
282    * This is a factory operation used to create instance objects of class
283    * <code>Part</code>.
284    */

285   public Part extendViewCapable(
286       org.openmdx.compatibility.view1.cci.ViewCapable _base
287     , short accessLevelBrowse
288     , short accessLevelDelete
289     , short accessLevelUpdate
290     , boolean disabled
291     , String JavaDoc filling
292     , String JavaDoc name
293   );
294 // ----------------------------------------------------------------------------
295
// ClassProxy/IntfEnd.vm
296
// ----------------------------------------------------------------------------
297
}
298
Popular Tags