KickJava   Java API By Example, From Geeks To Geeks.

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


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

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

46   public ActivityFilterGlobal createActivityFilterGlobal(
47       String JavaDoc name
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>ActivityFilterGlobal</code> based on
58    * the superclass <code>AbstractFilterActivity</code> and all required
59    * attributes not included in this superclass.
60    * This is a factory operation used to create instance objects of class
61    * <code>ActivityFilterGlobal</code>.
62    */

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

81   public ActivityFilterGlobal extendAbstractFilter(
82       org.opencrx.kernel.base.cci.AbstractFilter _base
83     , String JavaDoc name
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>ActivityFilterGlobal</code> based on
94    * the superclass <code>Auditee</code> and all required attributes not
95    * included in this superclass.
96    * This is a factory operation used to create instance objects of class
97    * <code>ActivityFilterGlobal</code>.
98    */

99   public ActivityFilterGlobal extendAuditee(
100       org.opencrx.kernel.base.cci.Auditee _base
101     , String JavaDoc name
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>ActivityFilterGlobal</code> based on
112    * the superclass <code>Bookmarkable</code> and all required attributes
113    * not included in this superclass.
114    * This is a factory operation used to create instance objects of class
115    * <code>ActivityFilterGlobal</code>.
116    */

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

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

153   public ActivityFilterGlobal extendImporter(
154       org.opencrx.kernel.base.cci.Importer _base
155     , String JavaDoc name
156     , short accessLevelBrowse
157     , short accessLevelDelete
158     , short accessLevelUpdate
159     , boolean disabled
160   );
161 // ----------------------------------------------------------------------------
162
// ClassProxy/IntfInstanceExtenderRequiredAttributes
163
// ----------------------------------------------------------------------------
164
/**
165    * Creates an instance of class <code>ActivityFilterGlobal</code> based on
166    * the superclass <code>SecureObject</code> and all required attributes
167    * not included in this superclass.
168    * This is a factory operation used to create instance objects of class
169    * <code>ActivityFilterGlobal</code>.
170    */

171   public ActivityFilterGlobal extendSecureObject(
172       org.opencrx.kernel.base.cci.SecureObject _base
173     , String JavaDoc name
174     , boolean disabled
175   );
176 // ----------------------------------------------------------------------------
177
// ClassProxy/IntfInstanceExtenderRequiredAttributes
178
// ----------------------------------------------------------------------------
179
/**
180    * Creates an instance of class <code>ActivityFilterGlobal</code> based on
181    * the superclass <code>SubscriptionTarget</code> and all required
182    * attributes not included in this superclass.
183    * This is a factory operation used to create instance objects of class
184    * <code>ActivityFilterGlobal</code>.
185    */

186   public ActivityFilterGlobal extendSubscriptionTarget(
187       org.opencrx.kernel.base.cci.SubscriptionTarget _base
188     , String JavaDoc name
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>ActivityFilterGlobal</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>ActivityFilterGlobal</code>.
203    */

204   public ActivityFilterGlobal extendXmlExporter(
205       org.opencrx.kernel.base.cci.XmlExporter _base
206     , String JavaDoc name
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>ActivityFilterGlobal</code> based on
217    * the 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>ActivityFilterGlobal</code>.
221    */

222   public ActivityFilterGlobal extendCrxObject(
223       org.opencrx.kernel.generic.cci.CrxObject _base
224     , String JavaDoc name
225   );
226 // ----------------------------------------------------------------------------
227
// ClassProxy/IntfInstanceExtenderRequiredAttributes
228
// ----------------------------------------------------------------------------
229
/**
230    * Creates an instance of class <code>ActivityFilterGlobal</code> based on
231    * the superclass <code>BasicObject</code> and all required attributes not
232    * included in this superclass.
233    * This is a factory operation used to create instance objects of class
234    * <code>ActivityFilterGlobal</code>.
235    */

236   public ActivityFilterGlobal extendBasicObject(
237       org.openmdx.base.cci.BasicObject _base
238     , String JavaDoc name
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>ActivityFilterGlobal</code> based on
249    * the superclass <code>ContextCapable</code> and all required attributes
250    * not included in this superclass.
251    * This is a factory operation used to create instance objects of class
252    * <code>ActivityFilterGlobal</code>.
253    */

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

272   public ActivityFilterGlobal extendExtentCapable(
273       org.openmdx.base.cci.ExtentCapable _base
274     , String JavaDoc name
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>ActivityFilterGlobal</code> based on
285    * the superclass <code>ViewCapable</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>ActivityFilterGlobal</code>.
289    */

290   public ActivityFilterGlobal extendViewCapable(
291       org.openmdx.compatibility.view1.cci.ViewCapable _base
292     , String JavaDoc name
293     , short accessLevelBrowse
294     , short accessLevelDelete
295     , short accessLevelUpdate
296     , boolean disabled
297   );
298 // ----------------------------------------------------------------------------
299
// ClassProxy/IntfEnd.vm
300
// ----------------------------------------------------------------------------
301
}
302
Popular Tags