KickJava   Java API By Example, From Geeks To Geeks.

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


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

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

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

64   public ProductBasePrice extendAuditee(
65       org.opencrx.kernel.base.cci.Auditee _base
66     , short accessLevelBrowse
67     , short accessLevelDelete
68     , short accessLevelUpdate
69     , boolean disabled
70     , short priceCurrency
71     , org.opencrx.kernel.uom1.cci.Uom uom
72   );
73 // ----------------------------------------------------------------------------
74
// ClassProxy/IntfInstanceExtenderRequiredAttributes
75
// ----------------------------------------------------------------------------
76
/**
77    * Creates an instance of class <code>ProductBasePrice</code> based on the
78    * superclass <code>Bookmarkable</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>ProductBasePrice</code>.
82    */

83   public ProductBasePrice extendBookmarkable(
84       org.opencrx.kernel.base.cci.Bookmarkable _base
85     , short accessLevelBrowse
86     , short accessLevelDelete
87     , short accessLevelUpdate
88     , boolean disabled
89     , short priceCurrency
90     , org.opencrx.kernel.uom1.cci.Uom uom
91   );
92 // ----------------------------------------------------------------------------
93
// ClassProxy/IntfInstanceExtenderRequiredAttributes
94
// ----------------------------------------------------------------------------
95
/**
96    * Creates an instance of class <code>ProductBasePrice</code> based on the
97    * superclass <code>Cloneable</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>ProductBasePrice</code>.
101    */

102   public ProductBasePrice extendCloneable(
103       org.opencrx.kernel.base.cci.Cloneable _base
104     , short accessLevelBrowse
105     , short accessLevelDelete
106     , short accessLevelUpdate
107     , boolean disabled
108     , short priceCurrency
109     , org.opencrx.kernel.uom1.cci.Uom uom
110   );
111 // ----------------------------------------------------------------------------
112
// ClassProxy/IntfInstanceExtenderRequiredAttributes
113
// ----------------------------------------------------------------------------
114
/**
115    * Creates an instance of class <code>ProductBasePrice</code> based on the
116    * superclass <code>Importer</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>ProductBasePrice</code>.
120    */

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

140   public ProductBasePrice extendSecureObject(
141       org.opencrx.kernel.base.cci.SecureObject _base
142     , boolean disabled
143     , short priceCurrency
144     , org.opencrx.kernel.uom1.cci.Uom uom
145   );
146 // ----------------------------------------------------------------------------
147
// ClassProxy/IntfInstanceExtenderRequiredAttributes
148
// ----------------------------------------------------------------------------
149
/**
150    * Creates an instance of class <code>ProductBasePrice</code> based on the
151    * superclass <code>SubscriptionTarget</code> and all required attributes
152    * not included in this superclass.
153    * This is a factory operation used to create instance objects of class
154    * <code>ProductBasePrice</code>.
155    */

156   public ProductBasePrice extendSubscriptionTarget(
157       org.opencrx.kernel.base.cci.SubscriptionTarget _base
158     , short accessLevelBrowse
159     , short accessLevelDelete
160     , short accessLevelUpdate
161     , boolean disabled
162     , short priceCurrency
163     , org.opencrx.kernel.uom1.cci.Uom uom
164   );
165 // ----------------------------------------------------------------------------
166
// ClassProxy/IntfInstanceExtenderRequiredAttributes
167
// ----------------------------------------------------------------------------
168
/**
169    * Creates an instance of class <code>ProductBasePrice</code> based on the
170    * superclass <code>XmlExporter</code> and all required attributes not
171    * included in this superclass.
172    * This is a factory operation used to create instance objects of class
173    * <code>ProductBasePrice</code>.
174    */

175   public ProductBasePrice extendXmlExporter(
176       org.opencrx.kernel.base.cci.XmlExporter _base
177     , short accessLevelBrowse
178     , short accessLevelDelete
179     , short accessLevelUpdate
180     , boolean disabled
181     , short priceCurrency
182     , org.opencrx.kernel.uom1.cci.Uom uom
183   );
184 // ----------------------------------------------------------------------------
185
// ClassProxy/IntfInstanceExtenderRequiredAttributes
186
// ----------------------------------------------------------------------------
187
/**
188    * Creates an instance of class <code>ProductBasePrice</code> based on the
189    * superclass <code>CrxObject</code> and all required attributes not
190    * included in this superclass.
191    * This is a factory operation used to create instance objects of class
192    * <code>ProductBasePrice</code>.
193    */

194   public ProductBasePrice extendCrxObject(
195       org.opencrx.kernel.generic.cci.CrxObject _base
196     , short priceCurrency
197     , org.opencrx.kernel.uom1.cci.Uom uom
198   );
199 // ----------------------------------------------------------------------------
200
// ClassProxy/IntfInstanceExtenderRequiredAttributes
201
// ----------------------------------------------------------------------------
202
/**
203    * Creates an instance of class <code>ProductBasePrice</code> based on the
204    * superclass <code>AbstractProductPrice</code> and all required
205    * attributes not included in this superclass.
206    * This is a factory operation used to create instance objects of class
207    * <code>ProductBasePrice</code>.
208    */

209   public ProductBasePrice extendAbstractProductPrice(
210       org.opencrx.kernel.product1.cci.AbstractProductPrice _base
211     , short accessLevelBrowse
212     , short accessLevelDelete
213     , short accessLevelUpdate
214     , boolean disabled
215   );
216 // ----------------------------------------------------------------------------
217
// ClassProxy/IntfInstanceExtenderRequiredAttributes
218
// ----------------------------------------------------------------------------
219
/**
220    * Creates an instance of class <code>ProductBasePrice</code> based on the
221    * superclass <code>BasicObject</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>ProductBasePrice</code>.
225    */

226   public ProductBasePrice extendBasicObject(
227       org.openmdx.base.cci.BasicObject _base
228     , short accessLevelBrowse
229     , short accessLevelDelete
230     , short accessLevelUpdate
231     , boolean disabled
232     , short priceCurrency
233     , org.opencrx.kernel.uom1.cci.Uom uom
234   );
235 // ----------------------------------------------------------------------------
236
// ClassProxy/IntfInstanceExtenderRequiredAttributes
237
// ----------------------------------------------------------------------------
238
/**
239    * Creates an instance of class <code>ProductBasePrice</code> based on the
240    * superclass <code>ContextCapable</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>ProductBasePrice</code>.
244    */

245   public ProductBasePrice extendContextCapable(
246       org.openmdx.base.cci.ContextCapable _base
247     , short accessLevelBrowse
248     , short accessLevelDelete
249     , short accessLevelUpdate
250     , boolean disabled
251     , short priceCurrency
252     , org.opencrx.kernel.uom1.cci.Uom uom
253   );
254 // ----------------------------------------------------------------------------
255
// ClassProxy/IntfInstanceExtenderRequiredAttributes
256
// ----------------------------------------------------------------------------
257
/**
258    * Creates an instance of class <code>ProductBasePrice</code> based on the
259    * superclass <code>ExtentCapable</code> and all required attributes not
260    * included in this superclass.
261    * This is a factory operation used to create instance objects of class
262    * <code>ProductBasePrice</code>.
263    */

264   public ProductBasePrice extendExtentCapable(
265       org.openmdx.base.cci.ExtentCapable _base
266     , short accessLevelBrowse
267     , short accessLevelDelete
268     , short accessLevelUpdate
269     , boolean disabled
270     , short priceCurrency
271     , org.opencrx.kernel.uom1.cci.Uom uom
272   );
273 // ----------------------------------------------------------------------------
274
// ClassProxy/IntfInstanceExtenderRequiredAttributes
275
// ----------------------------------------------------------------------------
276
/**
277    * Creates an instance of class <code>ProductBasePrice</code> based on the
278    * superclass <code>ViewCapable</code> and all required attributes not
279    * included in this superclass.
280    * This is a factory operation used to create instance objects of class
281    * <code>ProductBasePrice</code>.
282    */

283   public ProductBasePrice extendViewCapable(
284       org.openmdx.compatibility.view1.cci.ViewCapable _base
285     , short accessLevelBrowse
286     , short accessLevelDelete
287     , short accessLevelUpdate
288     , boolean disabled
289     , short priceCurrency
290     , org.opencrx.kernel.uom1.cci.Uom uom
291   );
292 // ----------------------------------------------------------------------------
293
// ClassProxy/IntfEnd.vm
294
// ----------------------------------------------------------------------------
295
}
296
Popular Tags