KickJava   Java API By Example, From Geeks To Geeks.

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


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 OrganizationClass
16   extends org.openmdx.base.accessor.jmi.cci.RefClass_1_0 {
17
18   /**
19    * Creates an instance of class <code>Organization</code>.
20    * This is a factory operation used to create instance objects of class
21    * <code>Organization</code>.
22    */

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

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

64   public Organization extendAbstractOrganizationalUnit(
65       org.opencrx.kernel.account1.cci.AbstractOrganizationalUnit _base
66     , short organizationState
67     , short accessLevelBrowse
68     , short accessLevelDelete
69     , short accessLevelUpdate
70     , boolean disabled
71   );
72 // ----------------------------------------------------------------------------
73
// ClassProxy/IntfInstanceExtenderRequiredAttributes
74
// ----------------------------------------------------------------------------
75
/**
76    * Creates an instance of class <code>Organization</code> based on the
77    * superclass <code>Auditee</code> and all required attributes not
78    * included in this superclass.
79    * This is a factory operation used to create instance objects of class
80    * <code>Organization</code>.
81    */

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

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

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

139   public Organization extendImporter(
140       org.opencrx.kernel.base.cci.Importer _base
141     , String JavaDoc name
142     , short organizationState
143     , short accessLevelBrowse
144     , short accessLevelDelete
145     , short accessLevelUpdate
146     , boolean disabled
147   );
148 // ----------------------------------------------------------------------------
149
// ClassProxy/IntfInstanceExtenderRequiredAttributes
150
// ----------------------------------------------------------------------------
151
/**
152    * Creates an instance of class <code>Organization</code> based on the
153    * superclass <code>SecureObject</code> and all required attributes not
154    * included in this superclass.
155    * This is a factory operation used to create instance objects of class
156    * <code>Organization</code>.
157    */

158   public Organization extendSecureObject(
159       org.opencrx.kernel.base.cci.SecureObject _base
160     , String JavaDoc name
161     , short organizationState
162     , boolean disabled
163   );
164 // ----------------------------------------------------------------------------
165
// ClassProxy/IntfInstanceExtenderRequiredAttributes
166
// ----------------------------------------------------------------------------
167
/**
168    * Creates an instance of class <code>Organization</code> based on the
169    * superclass <code>SubscriptionTarget</code> and all required attributes
170    * not included in this superclass.
171    * This is a factory operation used to create instance objects of class
172    * <code>Organization</code>.
173    */

174   public Organization extendSubscriptionTarget(
175       org.opencrx.kernel.base.cci.SubscriptionTarget _base
176     , String JavaDoc name
177     , short organizationState
178     , short accessLevelBrowse
179     , short accessLevelDelete
180     , short accessLevelUpdate
181     , boolean disabled
182   );
183 // ----------------------------------------------------------------------------
184
// ClassProxy/IntfInstanceExtenderRequiredAttributes
185
// ----------------------------------------------------------------------------
186
/**
187    * Creates an instance of class <code>Organization</code> based on the
188    * superclass <code>XmlExporter</code> and all required attributes not
189    * included in this superclass.
190    * This is a factory operation used to create instance objects of class
191    * <code>Organization</code>.
192    */

193   public Organization extendXmlExporter(
194       org.opencrx.kernel.base.cci.XmlExporter _base
195     , String JavaDoc name
196     , short organizationState
197     , short accessLevelBrowse
198     , short accessLevelDelete
199     , short accessLevelUpdate
200     , boolean disabled
201   );
202 // ----------------------------------------------------------------------------
203
// ClassProxy/IntfInstanceExtenderRequiredAttributes
204
// ----------------------------------------------------------------------------
205
/**
206    * Creates an instance of class <code>Organization</code> based on the
207    * superclass <code>CrxObject</code> and all required attributes not
208    * included in this superclass.
209    * This is a factory operation used to create instance objects of class
210    * <code>Organization</code>.
211    */

212   public Organization extendCrxObject(
213       org.opencrx.kernel.generic.cci.CrxObject _base
214     , String JavaDoc name
215     , short organizationState
216   );
217 // ----------------------------------------------------------------------------
218
// ClassProxy/IntfInstanceExtenderRequiredAttributes
219
// ----------------------------------------------------------------------------
220
/**
221    * Creates an instance of class <code>Organization</code> based on the
222    * superclass <code>BasicObject</code> and all required attributes not
223    * included in this superclass.
224    * This is a factory operation used to create instance objects of class
225    * <code>Organization</code>.
226    */

227   public Organization extendBasicObject(
228       org.openmdx.base.cci.BasicObject _base
229     , String JavaDoc name
230     , short organizationState
231     , short accessLevelBrowse
232     , short accessLevelDelete
233     , short accessLevelUpdate
234     , boolean disabled
235   );
236 // ----------------------------------------------------------------------------
237
// ClassProxy/IntfInstanceExtenderRequiredAttributes
238
// ----------------------------------------------------------------------------
239
/**
240    * Creates an instance of class <code>Organization</code> based on the
241    * superclass <code>ContextCapable</code> and all required attributes not
242    * included in this superclass.
243    * This is a factory operation used to create instance objects of class
244    * <code>Organization</code>.
245    */

246   public Organization extendContextCapable(
247       org.openmdx.base.cci.ContextCapable _base
248     , String JavaDoc name
249     , short organizationState
250     , short accessLevelBrowse
251     , short accessLevelDelete
252     , short accessLevelUpdate
253     , boolean disabled
254   );
255 // ----------------------------------------------------------------------------
256
// ClassProxy/IntfInstanceExtenderRequiredAttributes
257
// ----------------------------------------------------------------------------
258
/**
259    * Creates an instance of class <code>Organization</code> based on the
260    * superclass <code>ExtentCapable</code> and all required attributes not
261    * included in this superclass.
262    * This is a factory operation used to create instance objects of class
263    * <code>Organization</code>.
264    */

265   public Organization extendExtentCapable(
266       org.openmdx.base.cci.ExtentCapable _base
267     , String JavaDoc name
268     , short organizationState
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>Organization</code> based on the
279    * superclass <code>ViewCapable</code> and all required attributes not
280    * included in this superclass.
281    * This is a factory operation used to create instance objects of class
282    * <code>Organization</code>.
283    */

284   public Organization extendViewCapable(
285       org.openmdx.compatibility.view1.cci.ViewCapable _base
286     , String JavaDoc name
287     , short organizationState
288     , short accessLevelBrowse
289     , short accessLevelDelete
290     , short accessLevelUpdate
291     , boolean disabled
292   );
293 // ----------------------------------------------------------------------------
294
// ClassProxy/IntfEnd.vm
295
// ----------------------------------------------------------------------------
296
}
297
Popular Tags