KickJava   Java API By Example, From Geeks To Geeks.

Java > Open Source Codes > org > opencrx > kernel > account1 > cci > EmploymentContractClass


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

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

46   public EmploymentContract createEmploymentContract(
47       org.opencrx.kernel.account1.cci.Contact contact
48     , java.util.Date JavaDoc effectiveOn
49     , short employmentContractState
50     , short employmentPosition
51     , short accessLevelBrowse
52     , short accessLevelDelete
53     , short accessLevelUpdate
54     , boolean disabled
55   );
56 // ----------------------------------------------------------------------------
57
// ClassProxy/IntfInstanceExtenderRequiredAttributes
58
// ----------------------------------------------------------------------------
59
/**
60    * Creates an instance of class <code>EmploymentContract</code> based on
61    * the superclass <code>ContactMembership</code> and all required
62    * attributes not included in this superclass.
63    * This is a factory operation used to create instance objects of class
64    * <code>EmploymentContract</code>.
65    */

66   public EmploymentContract extendContactMembership(
67       org.opencrx.kernel.account1.cci.ContactMembership _base
68     , short employmentContractState
69     , short employmentPosition
70   );
71 // ----------------------------------------------------------------------------
72
// ClassProxy/IntfInstanceExtenderRequiredAttributes
73
// ----------------------------------------------------------------------------
74
/**
75    * Creates an instance of class <code>EmploymentContract</code> based on
76    * the superclass <code>Auditee</code> and all required attributes not
77    * included in this superclass.
78    * This is a factory operation used to create instance objects of class
79    * <code>EmploymentContract</code>.
80    */

81   public EmploymentContract extendAuditee(
82       org.opencrx.kernel.base.cci.Auditee _base
83     , org.opencrx.kernel.account1.cci.Contact contact
84     , java.util.Date JavaDoc effectiveOn
85     , short employmentContractState
86     , short employmentPosition
87     , short accessLevelBrowse
88     , short accessLevelDelete
89     , short accessLevelUpdate
90     , boolean disabled
91   );
92 // ----------------------------------------------------------------------------
93
// ClassProxy/IntfInstanceExtenderRequiredAttributes
94
// ----------------------------------------------------------------------------
95
/**
96    * Creates an instance of class <code>EmploymentContract</code> based on
97    * the superclass <code>Bookmarkable</code> and all required attributes
98    * not included in this superclass.
99    * This is a factory operation used to create instance objects of class
100    * <code>EmploymentContract</code>.
101    */

102   public EmploymentContract extendBookmarkable(
103       org.opencrx.kernel.base.cci.Bookmarkable _base
104     , org.opencrx.kernel.account1.cci.Contact contact
105     , java.util.Date JavaDoc effectiveOn
106     , short employmentContractState
107     , short employmentPosition
108     , short accessLevelBrowse
109     , short accessLevelDelete
110     , short accessLevelUpdate
111     , boolean disabled
112   );
113 // ----------------------------------------------------------------------------
114
// ClassProxy/IntfInstanceExtenderRequiredAttributes
115
// ----------------------------------------------------------------------------
116
/**
117    * Creates an instance of class <code>EmploymentContract</code> based on
118    * the superclass <code>Cloneable</code> and all required attributes not
119    * included in this superclass.
120    * This is a factory operation used to create instance objects of class
121    * <code>EmploymentContract</code>.
122    */

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

144   public EmploymentContract extendImporter(
145       org.opencrx.kernel.base.cci.Importer _base
146     , org.opencrx.kernel.account1.cci.Contact contact
147     , java.util.Date JavaDoc effectiveOn
148     , short employmentContractState
149     , short employmentPosition
150     , short accessLevelBrowse
151     , short accessLevelDelete
152     , short accessLevelUpdate
153     , boolean disabled
154   );
155 // ----------------------------------------------------------------------------
156
// ClassProxy/IntfInstanceExtenderRequiredAttributes
157
// ----------------------------------------------------------------------------
158
/**
159    * Creates an instance of class <code>EmploymentContract</code> based on
160    * the superclass <code>SecureObject</code> and all required attributes
161    * not included in this superclass.
162    * This is a factory operation used to create instance objects of class
163    * <code>EmploymentContract</code>.
164    */

165   public EmploymentContract extendSecureObject(
166       org.opencrx.kernel.base.cci.SecureObject _base
167     , org.opencrx.kernel.account1.cci.Contact contact
168     , java.util.Date JavaDoc effectiveOn
169     , short employmentContractState
170     , short employmentPosition
171     , boolean disabled
172   );
173 // ----------------------------------------------------------------------------
174
// ClassProxy/IntfInstanceExtenderRequiredAttributes
175
// ----------------------------------------------------------------------------
176
/**
177    * Creates an instance of class <code>EmploymentContract</code> based on
178    * the superclass <code>SubscriptionTarget</code> and all required
179    * attributes not included in this superclass.
180    * This is a factory operation used to create instance objects of class
181    * <code>EmploymentContract</code>.
182    */

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

204   public EmploymentContract extendXmlExporter(
205       org.opencrx.kernel.base.cci.XmlExporter _base
206     , org.opencrx.kernel.account1.cci.Contact contact
207     , java.util.Date JavaDoc effectiveOn
208     , short employmentContractState
209     , short employmentPosition
210     , short accessLevelBrowse
211     , short accessLevelDelete
212     , short accessLevelUpdate
213     , boolean disabled
214   );
215 // ----------------------------------------------------------------------------
216
// ClassProxy/IntfInstanceExtenderRequiredAttributes
217
// ----------------------------------------------------------------------------
218
/**
219    * Creates an instance of class <code>EmploymentContract</code> based on
220    * the superclass <code>CrxObject</code> and all required attributes not
221    * included in this superclass.
222    * This is a factory operation used to create instance objects of class
223    * <code>EmploymentContract</code>.
224    */

225   public EmploymentContract extendCrxObject(
226       org.opencrx.kernel.generic.cci.CrxObject _base
227     , org.opencrx.kernel.account1.cci.Contact contact
228     , java.util.Date JavaDoc effectiveOn
229     , short employmentContractState
230     , short employmentPosition
231   );
232 // ----------------------------------------------------------------------------
233
// ClassProxy/IntfInstanceExtenderRequiredAttributes
234
// ----------------------------------------------------------------------------
235
/**
236    * Creates an instance of class <code>EmploymentContract</code> based on
237    * the superclass <code>BasicObject</code> and all required attributes not
238    * included in this superclass.
239    * This is a factory operation used to create instance objects of class
240    * <code>EmploymentContract</code>.
241    */

242   public EmploymentContract extendBasicObject(
243       org.openmdx.base.cci.BasicObject _base
244     , org.opencrx.kernel.account1.cci.Contact contact
245     , java.util.Date JavaDoc effectiveOn
246     , short employmentContractState
247     , short employmentPosition
248     , short accessLevelBrowse
249     , short accessLevelDelete
250     , short accessLevelUpdate
251     , boolean disabled
252   );
253 // ----------------------------------------------------------------------------
254
// ClassProxy/IntfInstanceExtenderRequiredAttributes
255
// ----------------------------------------------------------------------------
256
/**
257    * Creates an instance of class <code>EmploymentContract</code> based on
258    * the superclass <code>ContextCapable</code> and all required attributes
259    * not included in this superclass.
260    * This is a factory operation used to create instance objects of class
261    * <code>EmploymentContract</code>.
262    */

263   public EmploymentContract extendContextCapable(
264       org.openmdx.base.cci.ContextCapable _base
265     , org.opencrx.kernel.account1.cci.Contact contact
266     , java.util.Date JavaDoc effectiveOn
267     , short employmentContractState
268     , short employmentPosition
269     , short accessLevelBrowse
270     , short accessLevelDelete
271     , short accessLevelUpdate
272     , boolean disabled
273   );
274 // ----------------------------------------------------------------------------
275
// ClassProxy/IntfInstanceExtenderRequiredAttributes
276
// ----------------------------------------------------------------------------
277
/**
278    * Creates an instance of class <code>EmploymentContract</code> based on
279    * the superclass <code>ExtentCapable</code> and all required attributes
280    * not included in this superclass.
281    * This is a factory operation used to create instance objects of class
282    * <code>EmploymentContract</code>.
283    */

284   public EmploymentContract extendExtentCapable(
285       org.openmdx.base.cci.ExtentCapable _base
286     , org.opencrx.kernel.account1.cci.Contact contact
287     , java.util.Date JavaDoc effectiveOn
288     , short employmentContractState
289     , short employmentPosition
290     , short accessLevelBrowse
291     , short accessLevelDelete
292     , short accessLevelUpdate
293     , boolean disabled
294   );
295 // ----------------------------------------------------------------------------
296
// ClassProxy/IntfInstanceExtenderRequiredAttributes
297
// ----------------------------------------------------------------------------
298
/**
299    * Creates an instance of class <code>EmploymentContract</code> based on
300    * the superclass <code>ViewCapable</code> and all required attributes not
301    * included in this superclass.
302    * This is a factory operation used to create instance objects of class
303    * <code>EmploymentContract</code>.
304    */

305   public EmploymentContract extendViewCapable(
306       org.openmdx.compatibility.view1.cci.ViewCapable _base
307     , org.opencrx.kernel.account1.cci.Contact contact
308     , java.util.Date JavaDoc effectiveOn
309     , short employmentContractState
310     , short employmentPosition
311     , short accessLevelBrowse
312     , short accessLevelDelete
313     , short accessLevelUpdate
314     , boolean disabled
315   );
316 // ----------------------------------------------------------------------------
317
// ClassProxy/IntfEnd.vm
318
// ----------------------------------------------------------------------------
319
}
320
Popular Tags