KickJava   Java API By Example, From Geeks To Geeks.

Java > Open Source Codes > org > opencrx > kernel > depot1 > cci > ProductDepotPositionClass


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

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

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

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

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

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

125   public ProductDepotPosition extendImporter(
126       org.opencrx.kernel.base.cci.Importer _base
127     , short accessLevelBrowse
128     , short accessLevelDelete
129     , short accessLevelUpdate
130     , boolean isLocked
131     , String JavaDoc name
132     , java.util.Date JavaDoc openingDate
133     , boolean disabled
134   );
135 // ----------------------------------------------------------------------------
136
// ClassProxy/IntfInstanceExtenderRequiredAttributes
137
// ----------------------------------------------------------------------------
138
/**
139    * Creates an instance of class <code>ProductDepotPosition</code> based on
140    * the superclass <code>SecureObject</code> and all required attributes
141    * not included in this superclass.
142    * This is a factory operation used to create instance objects of class
143    * <code>ProductDepotPosition</code>.
144    */

145   public ProductDepotPosition extendSecureObject(
146       org.opencrx.kernel.base.cci.SecureObject _base
147     , boolean isLocked
148     , String JavaDoc name
149     , java.util.Date JavaDoc openingDate
150     , boolean disabled
151   );
152 // ----------------------------------------------------------------------------
153
// ClassProxy/IntfInstanceExtenderRequiredAttributes
154
// ----------------------------------------------------------------------------
155
/**
156    * Creates an instance of class <code>ProductDepotPosition</code> based on
157    * the superclass <code>SubscriptionTarget</code> and all required
158    * attributes not included in this superclass.
159    * This is a factory operation used to create instance objects of class
160    * <code>ProductDepotPosition</code>.
161    */

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

182   public ProductDepotPosition extendXmlExporter(
183       org.opencrx.kernel.base.cci.XmlExporter _base
184     , short accessLevelBrowse
185     , short accessLevelDelete
186     , short accessLevelUpdate
187     , boolean isLocked
188     , String JavaDoc name
189     , java.util.Date JavaDoc openingDate
190     , boolean disabled
191   );
192 // ----------------------------------------------------------------------------
193
// ClassProxy/IntfInstanceExtenderRequiredAttributes
194
// ----------------------------------------------------------------------------
195
/**
196    * Creates an instance of class <code>ProductDepotPosition</code> based on
197    * the superclass <code>CrxObject</code> and all required attributes not
198    * included in this superclass.
199    * This is a factory operation used to create instance objects of class
200    * <code>ProductDepotPosition</code>.
201    */

202   public ProductDepotPosition extendCrxObject(
203       org.opencrx.kernel.generic.cci.CrxObject _base
204     , boolean isLocked
205     , String JavaDoc name
206     , java.util.Date JavaDoc openingDate
207   );
208 // ----------------------------------------------------------------------------
209
// ClassProxy/IntfInstanceExtenderRequiredAttributes
210
// ----------------------------------------------------------------------------
211
/**
212    * Creates an instance of class <code>ProductDepotPosition</code> based on
213    * the superclass <code>ProductDescriptor</code> and all required
214    * attributes not included in this superclass.
215    * This is a factory operation used to create instance objects of class
216    * <code>ProductDepotPosition</code>.
217    */

218   public ProductDepotPosition extendProductDescriptor(
219       org.opencrx.kernel.product1.cci.ProductDescriptor _base
220     , short accessLevelBrowse
221     , short accessLevelDelete
222     , short accessLevelUpdate
223     , boolean isLocked
224     , String JavaDoc name
225     , java.util.Date JavaDoc openingDate
226     , boolean disabled
227   );
228 // ----------------------------------------------------------------------------
229
// ClassProxy/IntfInstanceExtenderRequiredAttributes
230
// ----------------------------------------------------------------------------
231
/**
232    * Creates an instance of class <code>ProductDepotPosition</code> based on
233    * the superclass <code>BasicObject</code> and all required attributes not
234    * included in this superclass.
235    * This is a factory operation used to create instance objects of class
236    * <code>ProductDepotPosition</code>.
237    */

238   public ProductDepotPosition extendBasicObject(
239       org.openmdx.base.cci.BasicObject _base
240     , short accessLevelBrowse
241     , short accessLevelDelete
242     , short accessLevelUpdate
243     , boolean isLocked
244     , String JavaDoc name
245     , java.util.Date JavaDoc openingDate
246     , boolean disabled
247   );
248 // ----------------------------------------------------------------------------
249
// ClassProxy/IntfInstanceExtenderRequiredAttributes
250
// ----------------------------------------------------------------------------
251
/**
252    * Creates an instance of class <code>ProductDepotPosition</code> based on
253    * the superclass <code>ContextCapable</code> and all required attributes
254    * not included in this superclass.
255    * This is a factory operation used to create instance objects of class
256    * <code>ProductDepotPosition</code>.
257    */

258   public ProductDepotPosition extendContextCapable(
259       org.openmdx.base.cci.ContextCapable _base
260     , short accessLevelBrowse
261     , short accessLevelDelete
262     , short accessLevelUpdate
263     , boolean isLocked
264     , String JavaDoc name
265     , java.util.Date JavaDoc openingDate
266     , boolean disabled
267   );
268 // ----------------------------------------------------------------------------
269
// ClassProxy/IntfInstanceExtenderRequiredAttributes
270
// ----------------------------------------------------------------------------
271
/**
272    * Creates an instance of class <code>ProductDepotPosition</code> based on
273    * the superclass <code>ExtentCapable</code> and all required attributes
274    * not included in this superclass.
275    * This is a factory operation used to create instance objects of class
276    * <code>ProductDepotPosition</code>.
277    */

278   public ProductDepotPosition extendExtentCapable(
279       org.openmdx.base.cci.ExtentCapable _base
280     , short accessLevelBrowse
281     , short accessLevelDelete
282     , short accessLevelUpdate
283     , boolean isLocked
284     , String JavaDoc name
285     , java.util.Date JavaDoc openingDate
286     , boolean disabled
287   );
288 // ----------------------------------------------------------------------------
289
// ClassProxy/IntfInstanceExtenderRequiredAttributes
290
// ----------------------------------------------------------------------------
291
/**
292    * Creates an instance of class <code>ProductDepotPosition</code> based on
293    * the superclass <code>ViewCapable</code> and all required attributes not
294    * included in this superclass.
295    * This is a factory operation used to create instance objects of class
296    * <code>ProductDepotPosition</code>.
297    */

298   public ProductDepotPosition extendViewCapable(
299       org.openmdx.compatibility.view1.cci.ViewCapable _base
300     , short accessLevelBrowse
301     , short accessLevelDelete
302     , short accessLevelUpdate
303     , boolean isLocked
304     , String JavaDoc name
305     , java.util.Date JavaDoc openingDate
306     , boolean disabled
307   );
308 // ----------------------------------------------------------------------------
309
// ClassProxy/IntfEnd.vm
310
// ----------------------------------------------------------------------------
311
}
312
Popular Tags