KickJava   Java API By Example, From Geeks To Geeks.

Java > Open Source Codes > org > opencrx > kernel > depot1 > cci > BookingTextClass


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

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

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

68   public BookingText extendAuditee(
69       org.opencrx.kernel.base.cci.Auditee _base
70     , short accessLevelBrowse
71     , short accessLevelDelete
72     , short accessLevelUpdate
73     , String JavaDoc cbNameInfix1
74     , String JavaDoc cbNameInfix2
75     , String JavaDoc creditBookingNameInfix
76     , boolean creditFirst
77     , String JavaDoc debitBookingNameInfix
78     , String JavaDoc name
79     , boolean disabled
80   );
81 // ----------------------------------------------------------------------------
82
// ClassProxy/IntfInstanceExtenderRequiredAttributes
83
// ----------------------------------------------------------------------------
84
/**
85    * Creates an instance of class <code>BookingText</code> based on the
86    * superclass <code>Bookmarkable</code> and all required attributes not
87    * included in this superclass.
88    * This is a factory operation used to create instance objects of class
89    * <code>BookingText</code>.
90    */

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

114   public BookingText extendCloneable(
115       org.opencrx.kernel.base.cci.Cloneable _base
116     , short accessLevelBrowse
117     , short accessLevelDelete
118     , short accessLevelUpdate
119     , String JavaDoc cbNameInfix1
120     , String JavaDoc cbNameInfix2
121     , String JavaDoc creditBookingNameInfix
122     , boolean creditFirst
123     , String JavaDoc debitBookingNameInfix
124     , String JavaDoc name
125     , boolean disabled
126   );
127 // ----------------------------------------------------------------------------
128
// ClassProxy/IntfInstanceExtenderRequiredAttributes
129
// ----------------------------------------------------------------------------
130
/**
131    * Creates an instance of class <code>BookingText</code> based on the
132    * superclass <code>Importer</code> and all required attributes not
133    * included in this superclass.
134    * This is a factory operation used to create instance objects of class
135    * <code>BookingText</code>.
136    */

137   public BookingText extendImporter(
138       org.opencrx.kernel.base.cci.Importer _base
139     , short accessLevelBrowse
140     , short accessLevelDelete
141     , short accessLevelUpdate
142     , String JavaDoc cbNameInfix1
143     , String JavaDoc cbNameInfix2
144     , String JavaDoc creditBookingNameInfix
145     , boolean creditFirst
146     , String JavaDoc debitBookingNameInfix
147     , String JavaDoc name
148     , boolean disabled
149   );
150 // ----------------------------------------------------------------------------
151
// ClassProxy/IntfInstanceExtenderRequiredAttributes
152
// ----------------------------------------------------------------------------
153
/**
154    * Creates an instance of class <code>BookingText</code> based on the
155    * superclass <code>SecureObject</code> and all required attributes not
156    * included in this superclass.
157    * This is a factory operation used to create instance objects of class
158    * <code>BookingText</code>.
159    */

160   public BookingText extendSecureObject(
161       org.opencrx.kernel.base.cci.SecureObject _base
162     , String JavaDoc cbNameInfix1
163     , String JavaDoc cbNameInfix2
164     , String JavaDoc creditBookingNameInfix
165     , boolean creditFirst
166     , String JavaDoc debitBookingNameInfix
167     , String JavaDoc name
168     , boolean disabled
169   );
170 // ----------------------------------------------------------------------------
171
// ClassProxy/IntfInstanceExtenderRequiredAttributes
172
// ----------------------------------------------------------------------------
173
/**
174    * Creates an instance of class <code>BookingText</code> based on the
175    * superclass <code>SubscriptionTarget</code> and all required attributes
176    * not included in this superclass.
177    * This is a factory operation used to create instance objects of class
178    * <code>BookingText</code>.
179    */

180   public BookingText extendSubscriptionTarget(
181       org.opencrx.kernel.base.cci.SubscriptionTarget _base
182     , short accessLevelBrowse
183     , short accessLevelDelete
184     , short accessLevelUpdate
185     , String JavaDoc cbNameInfix1
186     , String JavaDoc cbNameInfix2
187     , String JavaDoc creditBookingNameInfix
188     , boolean creditFirst
189     , String JavaDoc debitBookingNameInfix
190     , String JavaDoc name
191     , boolean disabled
192   );
193 // ----------------------------------------------------------------------------
194
// ClassProxy/IntfInstanceExtenderRequiredAttributes
195
// ----------------------------------------------------------------------------
196
/**
197    * Creates an instance of class <code>BookingText</code> based on the
198    * superclass <code>XmlExporter</code> and all required attributes not
199    * included in this superclass.
200    * This is a factory operation used to create instance objects of class
201    * <code>BookingText</code>.
202    */

203   public BookingText extendXmlExporter(
204       org.opencrx.kernel.base.cci.XmlExporter _base
205     , short accessLevelBrowse
206     , short accessLevelDelete
207     , short accessLevelUpdate
208     , String JavaDoc cbNameInfix1
209     , String JavaDoc cbNameInfix2
210     , String JavaDoc creditBookingNameInfix
211     , boolean creditFirst
212     , String JavaDoc debitBookingNameInfix
213     , String JavaDoc name
214     , boolean disabled
215   );
216 // ----------------------------------------------------------------------------
217
// ClassProxy/IntfInstanceExtenderRequiredAttributes
218
// ----------------------------------------------------------------------------
219
/**
220    * Creates an instance of class <code>BookingText</code> based on the
221    * superclass <code>CrxObject</code> and all required attributes not
222    * included in this superclass.
223    * This is a factory operation used to create instance objects of class
224    * <code>BookingText</code>.
225    */

226   public BookingText extendCrxObject(
227       org.opencrx.kernel.generic.cci.CrxObject _base
228     , String JavaDoc cbNameInfix1
229     , String JavaDoc cbNameInfix2
230     , String JavaDoc creditBookingNameInfix
231     , boolean creditFirst
232     , String JavaDoc debitBookingNameInfix
233     , String JavaDoc name
234   );
235 // ----------------------------------------------------------------------------
236
// ClassProxy/IntfInstanceExtenderRequiredAttributes
237
// ----------------------------------------------------------------------------
238
/**
239    * Creates an instance of class <code>BookingText</code> based on the
240    * superclass <code>BasicObject</code> and all required attributes not
241    * included in this superclass.
242    * This is a factory operation used to create instance objects of class
243    * <code>BookingText</code>.
244    */

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

268   public BookingText extendContextCapable(
269       org.openmdx.base.cci.ContextCapable _base
270     , short accessLevelBrowse
271     , short accessLevelDelete
272     , short accessLevelUpdate
273     , String JavaDoc cbNameInfix1
274     , String JavaDoc cbNameInfix2
275     , String JavaDoc creditBookingNameInfix
276     , boolean creditFirst
277     , String JavaDoc debitBookingNameInfix
278     , String JavaDoc name
279     , boolean disabled
280   );
281 // ----------------------------------------------------------------------------
282
// ClassProxy/IntfInstanceExtenderRequiredAttributes
283
// ----------------------------------------------------------------------------
284
/**
285    * Creates an instance of class <code>BookingText</code> based on the
286    * superclass <code>ExtentCapable</code> and all required attributes not
287    * included in this superclass.
288    * This is a factory operation used to create instance objects of class
289    * <code>BookingText</code>.
290    */

291   public BookingText extendExtentCapable(
292       org.openmdx.base.cci.ExtentCapable _base
293     , short accessLevelBrowse
294     , short accessLevelDelete
295     , short accessLevelUpdate
296     , String JavaDoc cbNameInfix1
297     , String JavaDoc cbNameInfix2
298     , String JavaDoc creditBookingNameInfix
299     , boolean creditFirst
300     , String JavaDoc debitBookingNameInfix
301     , String JavaDoc name
302     , boolean disabled
303   );
304 // ----------------------------------------------------------------------------
305
// ClassProxy/IntfInstanceExtenderRequiredAttributes
306
// ----------------------------------------------------------------------------
307
/**
308    * Creates an instance of class <code>BookingText</code> based on the
309    * superclass <code>ViewCapable</code> and all required attributes not
310    * included in this superclass.
311    * This is a factory operation used to create instance objects of class
312    * <code>BookingText</code>.
313    */

314   public BookingText extendViewCapable(
315       org.openmdx.compatibility.view1.cci.ViewCapable _base
316     , short accessLevelBrowse
317     , short accessLevelDelete
318     , short accessLevelUpdate
319     , String JavaDoc cbNameInfix1
320     , String JavaDoc cbNameInfix2
321     , String JavaDoc creditBookingNameInfix
322     , boolean creditFirst
323     , String JavaDoc debitBookingNameInfix
324     , String JavaDoc name
325     , boolean disabled
326   );
327 // ----------------------------------------------------------------------------
328
// ClassProxy/IntfEnd.vm
329
// ----------------------------------------------------------------------------
330
}
331
Popular Tags