KickJava   Java API By Example, From Geeks To Geeks.

Java > Open Source Codes > org > opencrx > kernel > activity1 > cci > MailingClass


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

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

46   public Mailing createMailing(
47       short activityState
48     , String JavaDoc name
49     , short priority
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>Mailing</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>Mailing</code>.
64    */

65   public Mailing extendAuditee(
66       org.opencrx.kernel.base.cci.Auditee _base
67     , short activityState
68     , String JavaDoc name
69     , short priority
70     , short accessLevelBrowse
71     , short accessLevelDelete
72     , short accessLevelUpdate
73     , boolean disabled
74   );
75 // ----------------------------------------------------------------------------
76
// ClassProxy/IntfInstanceExtenderRequiredAttributes
77
// ----------------------------------------------------------------------------
78
/**
79    * Creates an instance of class <code>Mailing</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>Mailing</code>.
84    */

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

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

125   public Mailing extendImporter(
126       org.opencrx.kernel.base.cci.Importer _base
127     , short activityState
128     , String JavaDoc name
129     , short priority
130     , short accessLevelBrowse
131     , short accessLevelDelete
132     , short accessLevelUpdate
133     , boolean disabled
134   );
135 // ----------------------------------------------------------------------------
136
// ClassProxy/IntfInstanceExtenderRequiredAttributes
137
// ----------------------------------------------------------------------------
138
/**
139    * Creates an instance of class <code>Mailing</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>Mailing</code>.
144    */

145   public Mailing extendSecureObject(
146       org.opencrx.kernel.base.cci.SecureObject _base
147     , short activityState
148     , String JavaDoc name
149     , short priority
150     , boolean disabled
151   );
152 // ----------------------------------------------------------------------------
153
// ClassProxy/IntfInstanceExtenderRequiredAttributes
154
// ----------------------------------------------------------------------------
155
/**
156    * Creates an instance of class <code>Mailing</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>Mailing</code>.
161    */

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

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

202   public Mailing extendDepotReferenceHolder(
203       org.opencrx.kernel.depot1.cci.DepotReferenceHolder _base
204     , short activityState
205     , String JavaDoc name
206     , short priority
207     , short accessLevelBrowse
208     , short accessLevelDelete
209     , short accessLevelUpdate
210     , boolean disabled
211   );
212 // ----------------------------------------------------------------------------
213
// ClassProxy/IntfInstanceExtenderRequiredAttributes
214
// ----------------------------------------------------------------------------
215
/**
216    * Creates an instance of class <code>Mailing</code> based on the
217    * superclass <code>CrxObject</code> and all required attributes not
218    * included in this superclass.
219    * This is a factory operation used to create instance objects of class
220    * <code>Mailing</code>.
221    */

222   public Mailing extendCrxObject(
223       org.opencrx.kernel.generic.cci.CrxObject _base
224     , short activityState
225     , String JavaDoc name
226     , short priority
227   );
228 // ----------------------------------------------------------------------------
229
// ClassProxy/IntfInstanceExtenderRequiredAttributes
230
// ----------------------------------------------------------------------------
231
/**
232    * Creates an instance of class <code>Mailing</code> based on the
233    * superclass <code>BasicObject</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>Mailing</code>.
237    */

238   public Mailing extendBasicObject(
239       org.openmdx.base.cci.BasicObject _base
240     , short activityState
241     , String JavaDoc name
242     , short priority
243     , short accessLevelBrowse
244     , short accessLevelDelete
245     , short accessLevelUpdate
246     , boolean disabled
247   );
248 // ----------------------------------------------------------------------------
249
// ClassProxy/IntfInstanceExtenderRequiredAttributes
250
// ----------------------------------------------------------------------------
251
/**
252    * Creates an instance of class <code>Mailing</code> based on the
253    * superclass <code>ContextCapable</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>Mailing</code>.
257    */

258   public Mailing extendContextCapable(
259       org.openmdx.base.cci.ContextCapable _base
260     , short activityState
261     , String JavaDoc name
262     , short priority
263     , short accessLevelBrowse
264     , short accessLevelDelete
265     , short accessLevelUpdate
266     , boolean disabled
267   );
268 // ----------------------------------------------------------------------------
269
// ClassProxy/IntfInstanceExtenderRequiredAttributes
270
// ----------------------------------------------------------------------------
271
/**
272    * Creates an instance of class <code>Mailing</code> based on the
273    * superclass <code>ExtentCapable</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>Mailing</code>.
277    */

278   public Mailing extendExtentCapable(
279       org.openmdx.base.cci.ExtentCapable _base
280     , short activityState
281     , String JavaDoc name
282     , short priority
283     , short accessLevelBrowse
284     , short accessLevelDelete
285     , short accessLevelUpdate
286     , boolean disabled
287   );
288 // ----------------------------------------------------------------------------
289
// ClassProxy/IntfInstanceExtenderRequiredAttributes
290
// ----------------------------------------------------------------------------
291
/**
292    * Creates an instance of class <code>Mailing</code> based on the
293    * superclass <code>ViewCapable</code> and all required attributes not
294    * included in this superclass.
295    * This is a factory operation used to create instance objects of class
296    * <code>Mailing</code>.
297    */

298   public Mailing extendViewCapable(
299       org.openmdx.compatibility.view1.cci.ViewCapable _base
300     , short activityState
301     , String JavaDoc name
302     , short priority
303     , short accessLevelBrowse
304     , short accessLevelDelete
305     , short accessLevelUpdate
306     , boolean disabled
307   );
308 // ----------------------------------------------------------------------------
309
// ClassProxy/IntfEnd.vm
310
// ----------------------------------------------------------------------------
311
}
312
Popular Tags