KickJava   Java API By Example, From Geeks To Geeks.

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


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 UnspecifiedAccountClass
16   extends org.openmdx.base.accessor.jmi.cci.RefClass_1_0 {
17
18   /**
19    * Creates an instance of class <code>UnspecifiedAccount</code>.
20    * This is a factory operation used to create instance objects of class
21    * <code>UnspecifiedAccount</code>.
22    */

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

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

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

84   public UnspecifiedAccount extendAccount(
85       org.opencrx.kernel.account1.cci.Account _base
86     , String JavaDoc name
87   );
88 // ----------------------------------------------------------------------------
89
// ClassProxy/IntfInstanceExtenderRequiredAttributes
90
// ----------------------------------------------------------------------------
91
/**
92    * Creates an instance of class <code>UnspecifiedAccount</code> based on
93    * the superclass <code>Auditee</code> and all required attributes not
94    * included in this superclass.
95    * This is a factory operation used to create instance objects of class
96    * <code>UnspecifiedAccount</code>.
97    */

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

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

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

161   public UnspecifiedAccount extendImporter(
162       org.opencrx.kernel.base.cci.Importer _base
163     , short accountRating
164     , short accountState
165     , short accountType
166     , String JavaDoc name
167     , short accessLevelBrowse
168     , short accessLevelDelete
169     , short accessLevelUpdate
170     , boolean disabled
171   );
172 // ----------------------------------------------------------------------------
173
// ClassProxy/IntfInstanceExtenderRequiredAttributes
174
// ----------------------------------------------------------------------------
175
/**
176    * Creates an instance of class <code>UnspecifiedAccount</code> based on
177    * the superclass <code>SecureObject</code> and all required attributes
178    * not included in this superclass.
179    * This is a factory operation used to create instance objects of class
180    * <code>UnspecifiedAccount</code>.
181    */

182   public UnspecifiedAccount extendSecureObject(
183       org.opencrx.kernel.base.cci.SecureObject _base
184     , short accountRating
185     , short accountState
186     , short accountType
187     , String JavaDoc name
188     , boolean disabled
189   );
190 // ----------------------------------------------------------------------------
191
// ClassProxy/IntfInstanceExtenderRequiredAttributes
192
// ----------------------------------------------------------------------------
193
/**
194    * Creates an instance of class <code>UnspecifiedAccount</code> based on
195    * the superclass <code>SubscriptionTarget</code> and all required
196    * attributes not included in this superclass.
197    * This is a factory operation used to create instance objects of class
198    * <code>UnspecifiedAccount</code>.
199    */

200   public UnspecifiedAccount extendSubscriptionTarget(
201       org.opencrx.kernel.base.cci.SubscriptionTarget _base
202     , short accountRating
203     , short accountState
204     , short accountType
205     , String JavaDoc name
206     , short accessLevelBrowse
207     , short accessLevelDelete
208     , short accessLevelUpdate
209     , boolean disabled
210   );
211 // ----------------------------------------------------------------------------
212
// ClassProxy/IntfInstanceExtenderRequiredAttributes
213
// ----------------------------------------------------------------------------
214
/**
215    * Creates an instance of class <code>UnspecifiedAccount</code> based on
216    * the superclass <code>XmlExporter</code> and all required attributes not
217    * included in this superclass.
218    * This is a factory operation used to create instance objects of class
219    * <code>UnspecifiedAccount</code>.
220    */

221   public UnspecifiedAccount extendXmlExporter(
222       org.opencrx.kernel.base.cci.XmlExporter _base
223     , short accountRating
224     , short accountState
225     , short accountType
226     , String JavaDoc name
227     , short accessLevelBrowse
228     , short accessLevelDelete
229     , short accessLevelUpdate
230     , boolean disabled
231   );
232 // ----------------------------------------------------------------------------
233
// ClassProxy/IntfInstanceExtenderRequiredAttributes
234
// ----------------------------------------------------------------------------
235
/**
236    * Creates an instance of class <code>UnspecifiedAccount</code> based on
237    * the superclass <code>CrxObject</code> and all required attributes not
238    * included in this superclass.
239    * This is a factory operation used to create instance objects of class
240    * <code>UnspecifiedAccount</code>.
241    */

242   public UnspecifiedAccount extendCrxObject(
243       org.opencrx.kernel.generic.cci.CrxObject _base
244     , short accountRating
245     , short accountState
246     , short accountType
247     , String JavaDoc name
248   );
249 // ----------------------------------------------------------------------------
250
// ClassProxy/IntfInstanceExtenderRequiredAttributes
251
// ----------------------------------------------------------------------------
252
/**
253    * Creates an instance of class <code>UnspecifiedAccount</code> based on
254    * the superclass <code>GenericAccount</code> and all required attributes
255    * not included in this superclass.
256    * This is a factory operation used to create instance objects of class
257    * <code>UnspecifiedAccount</code>.
258    */

259   public UnspecifiedAccount extendGenericAccount(
260       org.opencrx.kernel.generic.cci.GenericAccount _base
261     , short accountRating
262     , short accountState
263     , short accountType
264     , String JavaDoc name
265     , short accessLevelBrowse
266     , short accessLevelDelete
267     , short accessLevelUpdate
268     , boolean disabled
269   );
270 // ----------------------------------------------------------------------------
271
// ClassProxy/IntfInstanceExtenderRequiredAttributes
272
// ----------------------------------------------------------------------------
273
/**
274    * Creates an instance of class <code>UnspecifiedAccount</code> based on
275    * the superclass <code>BasicObject</code> and all required attributes not
276    * included in this superclass.
277    * This is a factory operation used to create instance objects of class
278    * <code>UnspecifiedAccount</code>.
279    */

280   public UnspecifiedAccount extendBasicObject(
281       org.openmdx.base.cci.BasicObject _base
282     , short accountRating
283     , short accountState
284     , short accountType
285     , String JavaDoc name
286     , short accessLevelBrowse
287     , short accessLevelDelete
288     , short accessLevelUpdate
289     , boolean disabled
290   );
291 // ----------------------------------------------------------------------------
292
// ClassProxy/IntfInstanceExtenderRequiredAttributes
293
// ----------------------------------------------------------------------------
294
/**
295    * Creates an instance of class <code>UnspecifiedAccount</code> based on
296    * the superclass <code>ContextCapable</code> and all required attributes
297    * not included in this superclass.
298    * This is a factory operation used to create instance objects of class
299    * <code>UnspecifiedAccount</code>.
300    */

301   public UnspecifiedAccount extendContextCapable(
302       org.openmdx.base.cci.ContextCapable _base
303     , short accountRating
304     , short accountState
305     , short accountType
306     , String JavaDoc name
307     , short accessLevelBrowse
308     , short accessLevelDelete
309     , short accessLevelUpdate
310     , boolean disabled
311   );
312 // ----------------------------------------------------------------------------
313
// ClassProxy/IntfInstanceExtenderRequiredAttributes
314
// ----------------------------------------------------------------------------
315
/**
316    * Creates an instance of class <code>UnspecifiedAccount</code> based on
317    * the superclass <code>ExtentCapable</code> and all required attributes
318    * not included in this superclass.
319    * This is a factory operation used to create instance objects of class
320    * <code>UnspecifiedAccount</code>.
321    */

322   public UnspecifiedAccount extendExtentCapable(
323       org.openmdx.base.cci.ExtentCapable _base
324     , short accountRating
325     , short accountState
326     , short accountType
327     , String JavaDoc name
328     , short accessLevelBrowse
329     , short accessLevelDelete
330     , short accessLevelUpdate
331     , boolean disabled
332   );
333 // ----------------------------------------------------------------------------
334
// ClassProxy/IntfInstanceExtenderRequiredAttributes
335
// ----------------------------------------------------------------------------
336
/**
337    * Creates an instance of class <code>UnspecifiedAccount</code> based on
338    * the superclass <code>ViewCapable</code> and all required attributes not
339    * included in this superclass.
340    * This is a factory operation used to create instance objects of class
341    * <code>UnspecifiedAccount</code>.
342    */

343   public UnspecifiedAccount extendViewCapable(
344       org.openmdx.compatibility.view1.cci.ViewCapable _base
345     , short accountRating
346     , short accountState
347     , short accountType
348     , String JavaDoc name
349     , short accessLevelBrowse
350     , short accessLevelDelete
351     , short accessLevelUpdate
352     , boolean disabled
353   );
354 // ----------------------------------------------------------------------------
355
// ClassProxy/IntfEnd.vm
356
// ----------------------------------------------------------------------------
357
}
358
Popular Tags