KickJava   Java API By Example, From Geeks To Geeks.

Java > Open Source Codes > org > opencrx > kernel > activity1 > cci > IncidentClass


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

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

46   public Incident createIncident(
47       short activityState
48     , String JavaDoc name
49     , short priority
50     , short caseOrigin
51     , short caseType
52     , short customerSatisfaction
53     , short reproducibility
54     , short severity
55     , short accessLevelBrowse
56     , short accessLevelDelete
57     , short accessLevelUpdate
58     , boolean disabled
59   );
60 // ----------------------------------------------------------------------------
61
// ClassProxy/IntfInstanceExtenderRequiredAttributes
62
// ----------------------------------------------------------------------------
63
/**
64    * Creates an instance of class <code>Incident</code> based on the
65    * superclass <code>Activity</code> and all required attributes not
66    * included in this superclass.
67    * This is a factory operation used to create instance objects of class
68    * <code>Incident</code>.
69    */

70   public Incident extendActivity(
71       org.opencrx.kernel.activity1.cci.Activity _base
72     , short caseOrigin
73     , short caseType
74     , short customerSatisfaction
75     , short reproducibility
76     , short severity
77   );
78 // ----------------------------------------------------------------------------
79
// ClassProxy/IntfInstanceExtenderRequiredAttributes
80
// ----------------------------------------------------------------------------
81
/**
82    * Creates an instance of class <code>Incident</code> based on the
83    * superclass <code>Auditee</code> and all required attributes not
84    * included in this superclass.
85    * This is a factory operation used to create instance objects of class
86    * <code>Incident</code>.
87    */

88   public Incident extendAuditee(
89       org.opencrx.kernel.base.cci.Auditee _base
90     , short activityState
91     , String JavaDoc name
92     , short priority
93     , short caseOrigin
94     , short caseType
95     , short customerSatisfaction
96     , short reproducibility
97     , short severity
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>Incident</code> based on the
108    * superclass <code>Bookmarkable</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>Incident</code>.
112    */

113   public Incident extendBookmarkable(
114       org.opencrx.kernel.base.cci.Bookmarkable _base
115     , short activityState
116     , String JavaDoc name
117     , short priority
118     , short caseOrigin
119     , short caseType
120     , short customerSatisfaction
121     , short reproducibility
122     , short severity
123     , short accessLevelBrowse
124     , short accessLevelDelete
125     , short accessLevelUpdate
126     , boolean disabled
127   );
128 // ----------------------------------------------------------------------------
129
// ClassProxy/IntfInstanceExtenderRequiredAttributes
130
// ----------------------------------------------------------------------------
131
/**
132    * Creates an instance of class <code>Incident</code> based on the
133    * superclass <code>Cloneable</code> and all required attributes not
134    * included in this superclass.
135    * This is a factory operation used to create instance objects of class
136    * <code>Incident</code>.
137    */

138   public Incident extendCloneable(
139       org.opencrx.kernel.base.cci.Cloneable _base
140     , short activityState
141     , String JavaDoc name
142     , short priority
143     , short caseOrigin
144     , short caseType
145     , short customerSatisfaction
146     , short reproducibility
147     , short severity
148     , short accessLevelBrowse
149     , short accessLevelDelete
150     , short accessLevelUpdate
151     , boolean disabled
152   );
153 // ----------------------------------------------------------------------------
154
// ClassProxy/IntfInstanceExtenderRequiredAttributes
155
// ----------------------------------------------------------------------------
156
/**
157    * Creates an instance of class <code>Incident</code> based on the
158    * superclass <code>Importer</code> and all required attributes not
159    * included in this superclass.
160    * This is a factory operation used to create instance objects of class
161    * <code>Incident</code>.
162    */

163   public Incident extendImporter(
164       org.opencrx.kernel.base.cci.Importer _base
165     , short activityState
166     , String JavaDoc name
167     , short priority
168     , short caseOrigin
169     , short caseType
170     , short customerSatisfaction
171     , short reproducibility
172     , short severity
173     , short accessLevelBrowse
174     , short accessLevelDelete
175     , short accessLevelUpdate
176     , boolean disabled
177   );
178 // ----------------------------------------------------------------------------
179
// ClassProxy/IntfInstanceExtenderRequiredAttributes
180
// ----------------------------------------------------------------------------
181
/**
182    * Creates an instance of class <code>Incident</code> based on the
183    * superclass <code>SecureObject</code> and all required attributes not
184    * included in this superclass.
185    * This is a factory operation used to create instance objects of class
186    * <code>Incident</code>.
187    */

188   public Incident extendSecureObject(
189       org.opencrx.kernel.base.cci.SecureObject _base
190     , short activityState
191     , String JavaDoc name
192     , short priority
193     , short caseOrigin
194     , short caseType
195     , short customerSatisfaction
196     , short reproducibility
197     , short severity
198     , boolean disabled
199   );
200 // ----------------------------------------------------------------------------
201
// ClassProxy/IntfInstanceExtenderRequiredAttributes
202
// ----------------------------------------------------------------------------
203
/**
204    * Creates an instance of class <code>Incident</code> based on the
205    * superclass <code>SubscriptionTarget</code> and all required attributes
206    * not included in this superclass.
207    * This is a factory operation used to create instance objects of class
208    * <code>Incident</code>.
209    */

210   public Incident extendSubscriptionTarget(
211       org.opencrx.kernel.base.cci.SubscriptionTarget _base
212     , short activityState
213     , String JavaDoc name
214     , short priority
215     , short caseOrigin
216     , short caseType
217     , short customerSatisfaction
218     , short reproducibility
219     , short severity
220     , short accessLevelBrowse
221     , short accessLevelDelete
222     , short accessLevelUpdate
223     , boolean disabled
224   );
225 // ----------------------------------------------------------------------------
226
// ClassProxy/IntfInstanceExtenderRequiredAttributes
227
// ----------------------------------------------------------------------------
228
/**
229    * Creates an instance of class <code>Incident</code> based on the
230    * superclass <code>XmlExporter</code> and all required attributes not
231    * included in this superclass.
232    * This is a factory operation used to create instance objects of class
233    * <code>Incident</code>.
234    */

235   public Incident extendXmlExporter(
236       org.opencrx.kernel.base.cci.XmlExporter _base
237     , short activityState
238     , String JavaDoc name
239     , short priority
240     , short caseOrigin
241     , short caseType
242     , short customerSatisfaction
243     , short reproducibility
244     , short severity
245     , short accessLevelBrowse
246     , short accessLevelDelete
247     , short accessLevelUpdate
248     , boolean disabled
249   );
250 // ----------------------------------------------------------------------------
251
// ClassProxy/IntfInstanceExtenderRequiredAttributes
252
// ----------------------------------------------------------------------------
253
/**
254    * Creates an instance of class <code>Incident</code> based on the
255    * superclass <code>DepotReferenceHolder</code> and all required
256    * attributes not included in this superclass.
257    * This is a factory operation used to create instance objects of class
258    * <code>Incident</code>.
259    */

260   public Incident extendDepotReferenceHolder(
261       org.opencrx.kernel.depot1.cci.DepotReferenceHolder _base
262     , short activityState
263     , String JavaDoc name
264     , short priority
265     , short caseOrigin
266     , short caseType
267     , short customerSatisfaction
268     , short reproducibility
269     , short severity
270     , short accessLevelBrowse
271     , short accessLevelDelete
272     , short accessLevelUpdate
273     , boolean disabled
274   );
275 // ----------------------------------------------------------------------------
276
// ClassProxy/IntfInstanceExtenderRequiredAttributes
277
// ----------------------------------------------------------------------------
278
/**
279    * Creates an instance of class <code>Incident</code> based on the
280    * superclass <code>CrxObject</code> and all required attributes not
281    * included in this superclass.
282    * This is a factory operation used to create instance objects of class
283    * <code>Incident</code>.
284    */

285   public Incident extendCrxObject(
286       org.opencrx.kernel.generic.cci.CrxObject _base
287     , short activityState
288     , String JavaDoc name
289     , short priority
290     , short caseOrigin
291     , short caseType
292     , short customerSatisfaction
293     , short reproducibility
294     , short severity
295   );
296 // ----------------------------------------------------------------------------
297
// ClassProxy/IntfInstanceExtenderRequiredAttributes
298
// ----------------------------------------------------------------------------
299
/**
300    * Creates an instance of class <code>Incident</code> based on the
301    * superclass <code>BasicObject</code> and all required attributes not
302    * included in this superclass.
303    * This is a factory operation used to create instance objects of class
304    * <code>Incident</code>.
305    */

306   public Incident extendBasicObject(
307       org.openmdx.base.cci.BasicObject _base
308     , short activityState
309     , String JavaDoc name
310     , short priority
311     , short caseOrigin
312     , short caseType
313     , short customerSatisfaction
314     , short reproducibility
315     , short severity
316     , short accessLevelBrowse
317     , short accessLevelDelete
318     , short accessLevelUpdate
319     , boolean disabled
320   );
321 // ----------------------------------------------------------------------------
322
// ClassProxy/IntfInstanceExtenderRequiredAttributes
323
// ----------------------------------------------------------------------------
324
/**
325    * Creates an instance of class <code>Incident</code> based on the
326    * superclass <code>ContextCapable</code> and all required attributes not
327    * included in this superclass.
328    * This is a factory operation used to create instance objects of class
329    * <code>Incident</code>.
330    */

331   public Incident extendContextCapable(
332       org.openmdx.base.cci.ContextCapable _base
333     , short activityState
334     , String JavaDoc name
335     , short priority
336     , short caseOrigin
337     , short caseType
338     , short customerSatisfaction
339     , short reproducibility
340     , short severity
341     , short accessLevelBrowse
342     , short accessLevelDelete
343     , short accessLevelUpdate
344     , boolean disabled
345   );
346 // ----------------------------------------------------------------------------
347
// ClassProxy/IntfInstanceExtenderRequiredAttributes
348
// ----------------------------------------------------------------------------
349
/**
350    * Creates an instance of class <code>Incident</code> based on the
351    * superclass <code>ExtentCapable</code> and all required attributes not
352    * included in this superclass.
353    * This is a factory operation used to create instance objects of class
354    * <code>Incident</code>.
355    */

356   public Incident extendExtentCapable(
357       org.openmdx.base.cci.ExtentCapable _base
358     , short activityState
359     , String JavaDoc name
360     , short priority
361     , short caseOrigin
362     , short caseType
363     , short customerSatisfaction
364     , short reproducibility
365     , short severity
366     , short accessLevelBrowse
367     , short accessLevelDelete
368     , short accessLevelUpdate
369     , boolean disabled
370   );
371 // ----------------------------------------------------------------------------
372
// ClassProxy/IntfInstanceExtenderRequiredAttributes
373
// ----------------------------------------------------------------------------
374
/**
375    * Creates an instance of class <code>Incident</code> based on the
376    * superclass <code>ViewCapable</code> and all required attributes not
377    * included in this superclass.
378    * This is a factory operation used to create instance objects of class
379    * <code>Incident</code>.
380    */

381   public Incident extendViewCapable(
382       org.openmdx.compatibility.view1.cci.ViewCapable _base
383     , short activityState
384     , String JavaDoc name
385     , short priority
386     , short caseOrigin
387     , short caseType
388     , short customerSatisfaction
389     , short reproducibility
390     , short severity
391     , short accessLevelBrowse
392     , short accessLevelDelete
393     , short accessLevelUpdate
394     , boolean disabled
395   );
396 // ----------------------------------------------------------------------------
397
// ClassProxy/IntfEnd.vm
398
// ----------------------------------------------------------------------------
399
}
400
Popular Tags