KickJava   Java API By Example, From Geeks To Geeks.

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


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

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

46   public EMailAddress createEMailAddress(
47       boolean isMain
48     , short emailFormat
49     , short emailType
50     , short accessLevelBrowse
51     , short accessLevelDelete
52     , short accessLevelUpdate
53     , boolean disabled
54   );
55 // ----------------------------------------------------------------------------
56
// ClassProxy/IntfInstanceExtenderRequiredAttributes
57
// ----------------------------------------------------------------------------
58
/**
59    * Creates an instance of class <code>EMailAddress</code> based on the
60    * superclass <code>AccountAddress</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>EMailAddress</code>.
64    */

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

80   public EMailAddress extendAddressable(
81       org.opencrx.kernel.address1.cci.Addressable _base
82     , short emailFormat
83     , short emailType
84     , short accessLevelBrowse
85     , short accessLevelDelete
86     , short accessLevelUpdate
87     , boolean disabled
88   );
89 // ----------------------------------------------------------------------------
90
// ClassProxy/IntfInstanceExtenderRequiredAttributes
91
// ----------------------------------------------------------------------------
92
/**
93    * Creates an instance of class <code>EMailAddress</code> based on the
94    * superclass <code>EMailAddressable</code> and all required attributes
95    * not included in this superclass.
96    * This is a factory operation used to create instance objects of class
97    * <code>EMailAddress</code>.
98    */

99   public EMailAddress extendEMailAddressable(
100       org.opencrx.kernel.address1.cci.EMailAddressable _base
101     , boolean isMain
102     , short accessLevelBrowse
103     , short accessLevelDelete
104     , short accessLevelUpdate
105     , boolean disabled
106   );
107 // ----------------------------------------------------------------------------
108
// ClassProxy/IntfInstanceExtenderRequiredAttributes
109
// ----------------------------------------------------------------------------
110
/**
111    * Creates an instance of class <code>EMailAddress</code> based on the
112    * superclass <code>Auditee</code> and all required attributes not
113    * included in this superclass.
114    * This is a factory operation used to create instance objects of class
115    * <code>EMailAddress</code>.
116    */

117   public EMailAddress extendAuditee(
118       org.opencrx.kernel.base.cci.Auditee _base
119     , boolean isMain
120     , short emailFormat
121     , short emailType
122     , short accessLevelBrowse
123     , short accessLevelDelete
124     , short accessLevelUpdate
125     , boolean disabled
126   );
127 // ----------------------------------------------------------------------------
128
// ClassProxy/IntfInstanceExtenderRequiredAttributes
129
// ----------------------------------------------------------------------------
130
/**
131    * Creates an instance of class <code>EMailAddress</code> based on the
132    * superclass <code>Bookmarkable</code> and all required attributes not
133    * included in this superclass.
134    * This is a factory operation used to create instance objects of class
135    * <code>EMailAddress</code>.
136    */

137   public EMailAddress extendBookmarkable(
138       org.opencrx.kernel.base.cci.Bookmarkable _base
139     , boolean isMain
140     , short emailFormat
141     , short emailType
142     , short accessLevelBrowse
143     , short accessLevelDelete
144     , short accessLevelUpdate
145     , boolean disabled
146   );
147 // ----------------------------------------------------------------------------
148
// ClassProxy/IntfInstanceExtenderRequiredAttributes
149
// ----------------------------------------------------------------------------
150
/**
151    * Creates an instance of class <code>EMailAddress</code> based on the
152    * superclass <code>Cloneable</code> and all required attributes not
153    * included in this superclass.
154    * This is a factory operation used to create instance objects of class
155    * <code>EMailAddress</code>.
156    */

157   public EMailAddress extendCloneable(
158       org.opencrx.kernel.base.cci.Cloneable _base
159     , boolean isMain
160     , short emailFormat
161     , short emailType
162     , short accessLevelBrowse
163     , short accessLevelDelete
164     , short accessLevelUpdate
165     , boolean disabled
166   );
167 // ----------------------------------------------------------------------------
168
// ClassProxy/IntfInstanceExtenderRequiredAttributes
169
// ----------------------------------------------------------------------------
170
/**
171    * Creates an instance of class <code>EMailAddress</code> based on the
172    * superclass <code>Importer</code> and all required attributes not
173    * included in this superclass.
174    * This is a factory operation used to create instance objects of class
175    * <code>EMailAddress</code>.
176    */

177   public EMailAddress extendImporter(
178       org.opencrx.kernel.base.cci.Importer _base
179     , boolean isMain
180     , short emailFormat
181     , short emailType
182     , short accessLevelBrowse
183     , short accessLevelDelete
184     , short accessLevelUpdate
185     , boolean disabled
186   );
187 // ----------------------------------------------------------------------------
188
// ClassProxy/IntfInstanceExtenderRequiredAttributes
189
// ----------------------------------------------------------------------------
190
/**
191    * Creates an instance of class <code>EMailAddress</code> based on the
192    * superclass <code>SecureObject</code> and all required attributes not
193    * included in this superclass.
194    * This is a factory operation used to create instance objects of class
195    * <code>EMailAddress</code>.
196    */

197   public EMailAddress extendSecureObject(
198       org.opencrx.kernel.base.cci.SecureObject _base
199     , boolean isMain
200     , short emailFormat
201     , short emailType
202     , boolean disabled
203   );
204 // ----------------------------------------------------------------------------
205
// ClassProxy/IntfInstanceExtenderRequiredAttributes
206
// ----------------------------------------------------------------------------
207
/**
208    * Creates an instance of class <code>EMailAddress</code> based on the
209    * superclass <code>SubscriptionTarget</code> and all required attributes
210    * not included in this superclass.
211    * This is a factory operation used to create instance objects of class
212    * <code>EMailAddress</code>.
213    */

214   public EMailAddress extendSubscriptionTarget(
215       org.opencrx.kernel.base.cci.SubscriptionTarget _base
216     , boolean isMain
217     , short emailFormat
218     , short emailType
219     , short accessLevelBrowse
220     , short accessLevelDelete
221     , short accessLevelUpdate
222     , boolean disabled
223   );
224 // ----------------------------------------------------------------------------
225
// ClassProxy/IntfInstanceExtenderRequiredAttributes
226
// ----------------------------------------------------------------------------
227
/**
228    * Creates an instance of class <code>EMailAddress</code> based on the
229    * superclass <code>XmlExporter</code> and all required attributes not
230    * included in this superclass.
231    * This is a factory operation used to create instance objects of class
232    * <code>EMailAddress</code>.
233    */

234   public EMailAddress extendXmlExporter(
235       org.opencrx.kernel.base.cci.XmlExporter _base
236     , boolean isMain
237     , short emailFormat
238     , short emailType
239     , short accessLevelBrowse
240     , short accessLevelDelete
241     , short accessLevelUpdate
242     , boolean disabled
243   );
244 // ----------------------------------------------------------------------------
245
// ClassProxy/IntfInstanceExtenderRequiredAttributes
246
// ----------------------------------------------------------------------------
247
/**
248    * Creates an instance of class <code>EMailAddress</code> based on the
249    * superclass <code>CrxObject</code> and all required attributes not
250    * included in this superclass.
251    * This is a factory operation used to create instance objects of class
252    * <code>EMailAddress</code>.
253    */

254   public EMailAddress extendCrxObject(
255       org.opencrx.kernel.generic.cci.CrxObject _base
256     , boolean isMain
257     , short emailFormat
258     , short emailType
259   );
260 // ----------------------------------------------------------------------------
261
// ClassProxy/IntfInstanceExtenderRequiredAttributes
262
// ----------------------------------------------------------------------------
263
/**
264    * Creates an instance of class <code>EMailAddress</code> based on the
265    * superclass <code>BasicObject</code> and all required attributes not
266    * included in this superclass.
267    * This is a factory operation used to create instance objects of class
268    * <code>EMailAddress</code>.
269    */

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

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

310   public EMailAddress extendExtentCapable(
311       org.openmdx.base.cci.ExtentCapable _base
312     , boolean isMain
313     , short emailFormat
314     , short emailType
315     , short accessLevelBrowse
316     , short accessLevelDelete
317     , short accessLevelUpdate
318     , boolean disabled
319   );
320 // ----------------------------------------------------------------------------
321
// ClassProxy/IntfInstanceExtenderRequiredAttributes
322
// ----------------------------------------------------------------------------
323
/**
324    * Creates an instance of class <code>EMailAddress</code> based on the
325    * superclass <code>ViewCapable</code> and all required attributes not
326    * included in this superclass.
327    * This is a factory operation used to create instance objects of class
328    * <code>EMailAddress</code>.
329    */

330   public EMailAddress extendViewCapable(
331       org.openmdx.compatibility.view1.cci.ViewCapable _base
332     , boolean isMain
333     , short emailFormat
334     , short emailType
335     , short accessLevelBrowse
336     , short accessLevelDelete
337     , short accessLevelUpdate
338     , boolean disabled
339   );
340 // ----------------------------------------------------------------------------
341
// ClassProxy/IntfEnd.vm
342
// ----------------------------------------------------------------------------
343
}
344
Popular Tags