KickJava   Java API By Example, From Geeks To Geeks.

Java > Open Source Codes > org > opencrx > kernel > product1 > cci > PriceLevelClass


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

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

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

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

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

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

121   public PriceLevel extendBookmarkable(
122       org.opencrx.kernel.base.cci.Bookmarkable _base
123     , short accessLevelBrowse
124     , short accessLevelDelete
125     , short accessLevelUpdate
126     , boolean disabled
127     , String JavaDoc name
128     , short priceCurrency
129   );
130 // ----------------------------------------------------------------------------
131
// ClassProxy/IntfInstanceExtenderRequiredAttributes
132
// ----------------------------------------------------------------------------
133
/**
134    * Creates an instance of class <code>PriceLevel</code> based on the
135    * 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>PriceLevel</code>.
139    */

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

159   public PriceLevel extendImporter(
160       org.opencrx.kernel.base.cci.Importer _base
161     , short accessLevelBrowse
162     , short accessLevelDelete
163     , short accessLevelUpdate
164     , boolean disabled
165     , String JavaDoc name
166     , short priceCurrency
167   );
168 // ----------------------------------------------------------------------------
169
// ClassProxy/IntfInstanceExtenderRequiredAttributes
170
// ----------------------------------------------------------------------------
171
/**
172    * Creates an instance of class <code>PriceLevel</code> based on the
173    * superclass <code>SecureObject</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>PriceLevel</code>.
177    */

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

194   public PriceLevel extendSubscriptionTarget(
195       org.opencrx.kernel.base.cci.SubscriptionTarget _base
196     , short accessLevelBrowse
197     , short accessLevelDelete
198     , short accessLevelUpdate
199     , boolean disabled
200     , String JavaDoc name
201     , short priceCurrency
202   );
203 // ----------------------------------------------------------------------------
204
// ClassProxy/IntfInstanceExtenderRequiredAttributes
205
// ----------------------------------------------------------------------------
206
/**
207    * Creates an instance of class <code>PriceLevel</code> based on the
208    * superclass <code>XmlExporter</code> and all required attributes not
209    * included in this superclass.
210    * This is a factory operation used to create instance objects of class
211    * <code>PriceLevel</code>.
212    */

213   public PriceLevel extendXmlExporter(
214       org.opencrx.kernel.base.cci.XmlExporter _base
215     , short accessLevelBrowse
216     , short accessLevelDelete
217     , short accessLevelUpdate
218     , boolean disabled
219     , String JavaDoc name
220     , short priceCurrency
221   );
222 // ----------------------------------------------------------------------------
223
// ClassProxy/IntfInstanceExtenderRequiredAttributes
224
// ----------------------------------------------------------------------------
225
/**
226    * Creates an instance of class <code>PriceLevel</code> based on the
227    * superclass <code>CrxObject</code> and all required attributes not
228    * included in this superclass.
229    * This is a factory operation used to create instance objects of class
230    * <code>PriceLevel</code>.
231    */

232   public PriceLevel extendCrxObject(
233       org.opencrx.kernel.generic.cci.CrxObject _base
234     , String JavaDoc name
235     , short priceCurrency
236   );
237 // ----------------------------------------------------------------------------
238
// ClassProxy/IntfInstanceExtenderRequiredAttributes
239
// ----------------------------------------------------------------------------
240
/**
241    * Creates an instance of class <code>PriceLevel</code> based on the
242    * superclass <code>AbstractFilterProduct</code> and all required
243    * attributes not included in this superclass.
244    * This is a factory operation used to create instance objects of class
245    * <code>PriceLevel</code>.
246    */

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

266   public PriceLevel extendBasicObject(
267       org.openmdx.base.cci.BasicObject _base
268     , short accessLevelBrowse
269     , short accessLevelDelete
270     , short accessLevelUpdate
271     , boolean disabled
272     , String JavaDoc name
273     , short priceCurrency
274   );
275 // ----------------------------------------------------------------------------
276
// ClassProxy/IntfInstanceExtenderRequiredAttributes
277
// ----------------------------------------------------------------------------
278
/**
279    * Creates an instance of class <code>PriceLevel</code> based on the
280    * superclass <code>ContextCapable</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>PriceLevel</code>.
284    */

285   public PriceLevel extendContextCapable(
286       org.openmdx.base.cci.ContextCapable _base
287     , short accessLevelBrowse
288     , short accessLevelDelete
289     , short accessLevelUpdate
290     , boolean disabled
291     , String JavaDoc name
292     , short priceCurrency
293   );
294 // ----------------------------------------------------------------------------
295
// ClassProxy/IntfInstanceExtenderRequiredAttributes
296
// ----------------------------------------------------------------------------
297
/**
298    * Creates an instance of class <code>PriceLevel</code> based on the
299    * superclass <code>ExtentCapable</code> and all required attributes not
300    * included in this superclass.
301    * This is a factory operation used to create instance objects of class
302    * <code>PriceLevel</code>.
303    */

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

323   public PriceLevel extendViewCapable(
324       org.openmdx.compatibility.view1.cci.ViewCapable _base
325     , short accessLevelBrowse
326     , short accessLevelDelete
327     , short accessLevelUpdate
328     , boolean disabled
329     , String JavaDoc name
330     , short priceCurrency
331   );
332 // ----------------------------------------------------------------------------
333
// ClassProxy/IntfEnd.vm
334
// ----------------------------------------------------------------------------
335
}
336
Popular Tags