KickJava   Java API By Example, From Geeks To Geeks.

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


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

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

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

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

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

108   public ProductBundleType extendCloneable(
109       org.opencrx.kernel.base.cci.Cloneable _base
110     , short accessLevelBrowse
111     , short accessLevelDelete
112     , short accessLevelUpdate
113     , boolean disabled
114     , String JavaDoc name
115     , String JavaDoc productNumber
116     , short productState
117     , short productType
118   );
119 // ----------------------------------------------------------------------------
120
// ClassProxy/IntfInstanceExtenderRequiredAttributes
121
// ----------------------------------------------------------------------------
122
/**
123    * Creates an instance of class <code>ProductBundleType</code> based on
124    * the superclass <code>Importer</code> and all required attributes not
125    * included in this superclass.
126    * This is a factory operation used to create instance objects of class
127    * <code>ProductBundleType</code>.
128    */

129   public ProductBundleType extendImporter(
130       org.opencrx.kernel.base.cci.Importer _base
131     , short accessLevelBrowse
132     , short accessLevelDelete
133     , short accessLevelUpdate
134     , boolean disabled
135     , String JavaDoc name
136     , String JavaDoc productNumber
137     , short productState
138     , short productType
139   );
140 // ----------------------------------------------------------------------------
141
// ClassProxy/IntfInstanceExtenderRequiredAttributes
142
// ----------------------------------------------------------------------------
143
/**
144    * Creates an instance of class <code>ProductBundleType</code> based on
145    * the superclass <code>SecureObject</code> and all required attributes
146    * not included in this superclass.
147    * This is a factory operation used to create instance objects of class
148    * <code>ProductBundleType</code>.
149    */

150   public ProductBundleType extendSecureObject(
151       org.opencrx.kernel.base.cci.SecureObject _base
152     , boolean disabled
153     , String JavaDoc name
154     , String JavaDoc productNumber
155     , short productState
156     , short productType
157   );
158 // ----------------------------------------------------------------------------
159
// ClassProxy/IntfInstanceExtenderRequiredAttributes
160
// ----------------------------------------------------------------------------
161
/**
162    * Creates an instance of class <code>ProductBundleType</code> based on
163    * the superclass <code>SubscriptionTarget</code> and all required
164    * attributes not included in this superclass.
165    * This is a factory operation used to create instance objects of class
166    * <code>ProductBundleType</code>.
167    */

168   public ProductBundleType extendSubscriptionTarget(
169       org.opencrx.kernel.base.cci.SubscriptionTarget _base
170     , short accessLevelBrowse
171     , short accessLevelDelete
172     , short accessLevelUpdate
173     , boolean disabled
174     , String JavaDoc name
175     , String JavaDoc productNumber
176     , short productState
177     , short productType
178   );
179 // ----------------------------------------------------------------------------
180
// ClassProxy/IntfInstanceExtenderRequiredAttributes
181
// ----------------------------------------------------------------------------
182
/**
183    * Creates an instance of class <code>ProductBundleType</code> based on
184    * the superclass <code>XmlExporter</code> and all required attributes not
185    * included in this superclass.
186    * This is a factory operation used to create instance objects of class
187    * <code>ProductBundleType</code>.
188    */

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

210   public ProductBundleType extendCrxObject(
211       org.opencrx.kernel.generic.cci.CrxObject _base
212     , String JavaDoc name
213     , String JavaDoc productNumber
214     , short productState
215     , short productType
216   );
217 // ----------------------------------------------------------------------------
218
// ClassProxy/IntfInstanceExtenderRequiredAttributes
219
// ----------------------------------------------------------------------------
220
/**
221    * Creates an instance of class <code>ProductBundleType</code> based on
222    * the superclass <code>PriceOverrideEnabled</code> and all required
223    * attributes not included in this superclass.
224    * This is a factory operation used to create instance objects of class
225    * <code>ProductBundleType</code>.
226    */

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

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

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

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

311   public ProductBundleType extendViewCapable(
312       org.openmdx.compatibility.view1.cci.ViewCapable _base
313     , short accessLevelBrowse
314     , short accessLevelDelete
315     , short accessLevelUpdate
316     , boolean disabled
317     , String JavaDoc name
318     , String JavaDoc productNumber
319     , short productState
320     , short productType
321   );
322 // ----------------------------------------------------------------------------
323
// ClassProxy/IntfEnd.vm
324
// ----------------------------------------------------------------------------
325
}
326
Popular Tags