KickJava   Java API By Example, From Geeks To Geeks.

Java > Open Source Codes > org > opencrx > kernel > contract1 > cci > AccountAddressClass


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

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

46   public AccountAddress createAccountAddress(
47       boolean isMain
48     , short accessLevelBrowse
49     , short accessLevelDelete
50     , short accessLevelUpdate
51     , boolean disabled
52   );
53 // ----------------------------------------------------------------------------
54
// ClassProxy/IntfInstanceExtenderRequiredAttributes
55
// ----------------------------------------------------------------------------
56
/**
57    * Creates an instance of class <code>AccountAddress</code> based on the
58    * superclass <code>Addressable</code> and all required attributes not
59    * included in this superclass.
60    * This is a factory operation used to create instance objects of class
61    * <code>AccountAddress</code>.
62    */

63   public AccountAddress extendAddressable(
64       org.opencrx.kernel.address1.cci.Addressable _base
65     , short accessLevelBrowse
66     , short accessLevelDelete
67     , short accessLevelUpdate
68     , boolean disabled
69   );
70 // ----------------------------------------------------------------------------
71
// ClassProxy/IntfInstanceExtenderRequiredAttributes
72
// ----------------------------------------------------------------------------
73
/**
74    * Creates an instance of class <code>AccountAddress</code> based on the
75    * superclass <code>Auditee</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>AccountAddress</code>.
79    */

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

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

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

134   public AccountAddress extendImporter(
135       org.opencrx.kernel.base.cci.Importer _base
136     , boolean isMain
137     , short accessLevelBrowse
138     , short accessLevelDelete
139     , short accessLevelUpdate
140     , boolean disabled
141   );
142 // ----------------------------------------------------------------------------
143
// ClassProxy/IntfInstanceExtenderRequiredAttributes
144
// ----------------------------------------------------------------------------
145
/**
146    * Creates an instance of class <code>AccountAddress</code> based on the
147    * superclass <code>SecureObject</code> and all required attributes not
148    * included in this superclass.
149    * This is a factory operation used to create instance objects of class
150    * <code>AccountAddress</code>.
151    */

152   public AccountAddress extendSecureObject(
153       org.opencrx.kernel.base.cci.SecureObject _base
154     , boolean isMain
155     , boolean disabled
156   );
157 // ----------------------------------------------------------------------------
158
// ClassProxy/IntfInstanceExtenderRequiredAttributes
159
// ----------------------------------------------------------------------------
160
/**
161    * Creates an instance of class <code>AccountAddress</code> based on the
162    * superclass <code>SubscriptionTarget</code> and all required attributes
163    * not included in this superclass.
164    * This is a factory operation used to create instance objects of class
165    * <code>AccountAddress</code>.
166    */

167   public AccountAddress extendSubscriptionTarget(
168       org.opencrx.kernel.base.cci.SubscriptionTarget _base
169     , boolean isMain
170     , short accessLevelBrowse
171     , short accessLevelDelete
172     , short accessLevelUpdate
173     , boolean disabled
174   );
175 // ----------------------------------------------------------------------------
176
// ClassProxy/IntfInstanceExtenderRequiredAttributes
177
// ----------------------------------------------------------------------------
178
/**
179    * Creates an instance of class <code>AccountAddress</code> based on the
180    * superclass <code>XmlExporter</code> and all required attributes not
181    * included in this superclass.
182    * This is a factory operation used to create instance objects of class
183    * <code>AccountAddress</code>.
184    */

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

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

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

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

253   public AccountAddress extendExtentCapable(
254       org.openmdx.base.cci.ExtentCapable _base
255     , boolean isMain
256     , short accessLevelBrowse
257     , short accessLevelDelete
258     , short accessLevelUpdate
259     , boolean disabled
260   );
261 // ----------------------------------------------------------------------------
262
// ClassProxy/IntfInstanceExtenderRequiredAttributes
263
// ----------------------------------------------------------------------------
264
/**
265    * Creates an instance of class <code>AccountAddress</code> based on the
266    * superclass <code>ViewCapable</code> and all required attributes not
267    * included in this superclass.
268    * This is a factory operation used to create instance objects of class
269    * <code>AccountAddress</code>.
270    */

271   public AccountAddress extendViewCapable(
272       org.openmdx.compatibility.view1.cci.ViewCapable _base
273     , boolean isMain
274     , short accessLevelBrowse
275     , short accessLevelDelete
276     , short accessLevelUpdate
277     , boolean disabled
278   );
279 // ----------------------------------------------------------------------------
280
// ClassProxy/IntfEnd.vm
281
// ----------------------------------------------------------------------------
282
}
283
Popular Tags