KickJava   Java API By Example, From Geeks To Geeks.

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


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

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

46   public BookingPeriod createBookingPeriod(
47       short accessLevelBrowse
48     , short accessLevelDelete
49     , short accessLevelUpdate
50     , short closingBookingTypeThreshold
51     , String JavaDoc name
52     , java.util.Date JavaDoc periodStartsAt
53     , boolean disabled
54   );
55 // ----------------------------------------------------------------------------
56
// ClassProxy/IntfInstanceExtenderRequiredAttributes
57
// ----------------------------------------------------------------------------
58
/**
59    * Creates an instance of class <code>BookingPeriod</code> based on the
60    * 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>BookingPeriod</code>.
64    */

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

85   public BookingPeriod extendBookmarkable(
86       org.opencrx.kernel.base.cci.Bookmarkable _base
87     , short accessLevelBrowse
88     , short accessLevelDelete
89     , short accessLevelUpdate
90     , short closingBookingTypeThreshold
91     , String JavaDoc name
92     , java.util.Date JavaDoc periodStartsAt
93     , boolean disabled
94   );
95 // ----------------------------------------------------------------------------
96
// ClassProxy/IntfInstanceExtenderRequiredAttributes
97
// ----------------------------------------------------------------------------
98
/**
99    * Creates an instance of class <code>BookingPeriod</code> based on the
100    * 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>BookingPeriod</code>.
104    */

105   public BookingPeriod extendCloneable(
106       org.opencrx.kernel.base.cci.Cloneable _base
107     , short accessLevelBrowse
108     , short accessLevelDelete
109     , short accessLevelUpdate
110     , short closingBookingTypeThreshold
111     , String JavaDoc name
112     , java.util.Date JavaDoc periodStartsAt
113     , boolean disabled
114   );
115 // ----------------------------------------------------------------------------
116
// ClassProxy/IntfInstanceExtenderRequiredAttributes
117
// ----------------------------------------------------------------------------
118
/**
119    * Creates an instance of class <code>BookingPeriod</code> based on the
120    * 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>BookingPeriod</code>.
124    */

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

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

162   public BookingPeriod extendSubscriptionTarget(
163       org.opencrx.kernel.base.cci.SubscriptionTarget _base
164     , short accessLevelBrowse
165     , short accessLevelDelete
166     , short accessLevelUpdate
167     , short closingBookingTypeThreshold
168     , String JavaDoc name
169     , java.util.Date JavaDoc periodStartsAt
170     , boolean disabled
171   );
172 // ----------------------------------------------------------------------------
173
// ClassProxy/IntfInstanceExtenderRequiredAttributes
174
// ----------------------------------------------------------------------------
175
/**
176    * Creates an instance of class <code>BookingPeriod</code> based on the
177    * 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>BookingPeriod</code>.
181    */

182   public BookingPeriod extendXmlExporter(
183       org.opencrx.kernel.base.cci.XmlExporter _base
184     , short accessLevelBrowse
185     , short accessLevelDelete
186     , short accessLevelUpdate
187     , short closingBookingTypeThreshold
188     , String JavaDoc name
189     , java.util.Date JavaDoc periodStartsAt
190     , boolean disabled
191   );
192 // ----------------------------------------------------------------------------
193
// ClassProxy/IntfInstanceExtenderRequiredAttributes
194
// ----------------------------------------------------------------------------
195
/**
196    * Creates an instance of class <code>BookingPeriod</code> based on the
197    * 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>BookingPeriod</code>.
201    */

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

218   public BookingPeriod extendBasicObject(
219       org.openmdx.base.cci.BasicObject _base
220     , short accessLevelBrowse
221     , short accessLevelDelete
222     , short accessLevelUpdate
223     , short closingBookingTypeThreshold
224     , String JavaDoc name
225     , java.util.Date JavaDoc periodStartsAt
226     , boolean disabled
227   );
228 // ----------------------------------------------------------------------------
229
// ClassProxy/IntfInstanceExtenderRequiredAttributes
230
// ----------------------------------------------------------------------------
231
/**
232    * Creates an instance of class <code>BookingPeriod</code> based on the
233    * superclass <code>ContextCapable</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>BookingPeriod</code>.
237    */

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

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

278   public BookingPeriod extendViewCapable(
279       org.openmdx.compatibility.view1.cci.ViewCapable _base
280     , short accessLevelBrowse
281     , short accessLevelDelete
282     , short accessLevelUpdate
283     , short closingBookingTypeThreshold
284     , String JavaDoc name
285     , java.util.Date JavaDoc periodStartsAt
286     , boolean disabled
287   );
288 // ----------------------------------------------------------------------------
289
// ClassProxy/IntfEnd.vm
290
// ----------------------------------------------------------------------------
291
}
292
Popular Tags