KickJava   Java API By Example, From Geeks To Geeks.

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


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

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

46   public ActivityTracker createActivityTracker(
47       String JavaDoc name
48     , int estimateEffortHours
49     , int estimateEffortMinutes
50     , int estimateMaxDeviation
51     , int sumEstimateEffortHours
52     , int sumEstimateEffortMinutes
53     , short accessLevelBrowse
54     , short accessLevelDelete
55     , short accessLevelUpdate
56     , boolean disabled
57   );
58 // ----------------------------------------------------------------------------
59
// ClassProxy/IntfInstanceExtenderRequiredAttributes
60
// ----------------------------------------------------------------------------
61
/**
62    * Creates an instance of class <code>ActivityTracker</code> based on the
63    * superclass <code>ActivityGroup</code> and all required attributes not
64    * included in this superclass.
65    * This is a factory operation used to create instance objects of class
66    * <code>ActivityTracker</code>.
67    */

68   public ActivityTracker extendActivityGroup(
69       org.opencrx.kernel.activity1.cci.ActivityGroup _base
70     , int estimateEffortHours
71     , int estimateEffortMinutes
72     , int estimateMaxDeviation
73     , int sumEstimateEffortHours
74     , int sumEstimateEffortMinutes
75     , short accessLevelBrowse
76     , short accessLevelDelete
77     , short accessLevelUpdate
78     , boolean disabled
79   );
80 // ----------------------------------------------------------------------------
81
// ClassProxy/IntfInstanceExtenderRequiredAttributes
82
// ----------------------------------------------------------------------------
83
/**
84    * Creates an instance of class <code>ActivityTracker</code> based on the
85    * superclass <code>Auditee</code> and all required attributes not
86    * included in this superclass.
87    * This is a factory operation used to create instance objects of class
88    * <code>ActivityTracker</code>.
89    */

90   public ActivityTracker extendAuditee(
91       org.opencrx.kernel.base.cci.Auditee _base
92     , String JavaDoc name
93     , int estimateEffortHours
94     , int estimateEffortMinutes
95     , int estimateMaxDeviation
96     , int sumEstimateEffortHours
97     , int sumEstimateEffortMinutes
98     , short accessLevelBrowse
99     , short accessLevelDelete
100     , short accessLevelUpdate
101     , boolean disabled
102   );
103 // ----------------------------------------------------------------------------
104
// ClassProxy/IntfInstanceExtenderRequiredAttributes
105
// ----------------------------------------------------------------------------
106
/**
107    * Creates an instance of class <code>ActivityTracker</code> based on the
108    * superclass <code>Bookmarkable</code> and all required attributes not
109    * included in this superclass.
110    * This is a factory operation used to create instance objects of class
111    * <code>ActivityTracker</code>.
112    */

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

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

159   public ActivityTracker extendImporter(
160       org.opencrx.kernel.base.cci.Importer _base
161     , String JavaDoc name
162     , int estimateEffortHours
163     , int estimateEffortMinutes
164     , int estimateMaxDeviation
165     , int sumEstimateEffortHours
166     , int sumEstimateEffortMinutes
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>ActivityTracker</code> based on the
177    * superclass <code>SecureObject</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>ActivityTracker</code>.
181    */

182   public ActivityTracker extendSecureObject(
183       org.opencrx.kernel.base.cci.SecureObject _base
184     , String JavaDoc name
185     , int estimateEffortHours
186     , int estimateEffortMinutes
187     , int estimateMaxDeviation
188     , int sumEstimateEffortHours
189     , int sumEstimateEffortMinutes
190     , boolean disabled
191   );
192 // ----------------------------------------------------------------------------
193
// ClassProxy/IntfInstanceExtenderRequiredAttributes
194
// ----------------------------------------------------------------------------
195
/**
196    * Creates an instance of class <code>ActivityTracker</code> based on the
197    * superclass <code>SubscriptionTarget</code> and all required attributes
198    * not included in this superclass.
199    * This is a factory operation used to create instance objects of class
200    * <code>ActivityTracker</code>.
201    */

202   public ActivityTracker extendSubscriptionTarget(
203       org.opencrx.kernel.base.cci.SubscriptionTarget _base
204     , String JavaDoc name
205     , int estimateEffortHours
206     , int estimateEffortMinutes
207     , int estimateMaxDeviation
208     , int sumEstimateEffortHours
209     , int sumEstimateEffortMinutes
210     , short accessLevelBrowse
211     , short accessLevelDelete
212     , short accessLevelUpdate
213     , boolean disabled
214   );
215 // ----------------------------------------------------------------------------
216
// ClassProxy/IntfInstanceExtenderRequiredAttributes
217
// ----------------------------------------------------------------------------
218
/**
219    * Creates an instance of class <code>ActivityTracker</code> based on the
220    * superclass <code>XmlExporter</code> and all required attributes not
221    * included in this superclass.
222    * This is a factory operation used to create instance objects of class
223    * <code>ActivityTracker</code>.
224    */

225   public ActivityTracker extendXmlExporter(
226       org.opencrx.kernel.base.cci.XmlExporter _base
227     , String JavaDoc name
228     , int estimateEffortHours
229     , int estimateEffortMinutes
230     , int estimateMaxDeviation
231     , int sumEstimateEffortHours
232     , int sumEstimateEffortMinutes
233     , short accessLevelBrowse
234     , short accessLevelDelete
235     , short accessLevelUpdate
236     , boolean disabled
237   );
238 // ----------------------------------------------------------------------------
239
// ClassProxy/IntfInstanceExtenderRequiredAttributes
240
// ----------------------------------------------------------------------------
241
/**
242    * Creates an instance of class <code>ActivityTracker</code> based on the
243    * superclass <code>CrxObject</code> and all required attributes not
244    * included in this superclass.
245    * This is a factory operation used to create instance objects of class
246    * <code>ActivityTracker</code>.
247    */

248   public ActivityTracker extendCrxObject(
249       org.opencrx.kernel.generic.cci.CrxObject _base
250     , String JavaDoc name
251     , int estimateEffortHours
252     , int estimateEffortMinutes
253     , int estimateMaxDeviation
254     , int sumEstimateEffortHours
255     , int sumEstimateEffortMinutes
256   );
257 // ----------------------------------------------------------------------------
258
// ClassProxy/IntfInstanceExtenderRequiredAttributes
259
// ----------------------------------------------------------------------------
260
/**
261    * Creates an instance of class <code>ActivityTracker</code> based on the
262    * superclass <code>BasicObject</code> and all required attributes not
263    * included in this superclass.
264    * This is a factory operation used to create instance objects of class
265    * <code>ActivityTracker</code>.
266    */

267   public ActivityTracker extendBasicObject(
268       org.openmdx.base.cci.BasicObject _base
269     , String JavaDoc name
270     , int estimateEffortHours
271     , int estimateEffortMinutes
272     , int estimateMaxDeviation
273     , int sumEstimateEffortHours
274     , int sumEstimateEffortMinutes
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>ActivityTracker</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>ActivityTracker</code>.
289    */

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

313   public ActivityTracker extendExtentCapable(
314       org.openmdx.base.cci.ExtentCapable _base
315     , String JavaDoc name
316     , int estimateEffortHours
317     , int estimateEffortMinutes
318     , int estimateMaxDeviation
319     , int sumEstimateEffortHours
320     , int sumEstimateEffortMinutes
321     , short accessLevelBrowse
322     , short accessLevelDelete
323     , short accessLevelUpdate
324     , boolean disabled
325   );
326 // ----------------------------------------------------------------------------
327
// ClassProxy/IntfInstanceExtenderRequiredAttributes
328
// ----------------------------------------------------------------------------
329
/**
330    * Creates an instance of class <code>ActivityTracker</code> based on the
331    * superclass <code>ViewCapable</code> and all required attributes not
332    * included in this superclass.
333    * This is a factory operation used to create instance objects of class
334    * <code>ActivityTracker</code>.
335    */

336   public ActivityTracker extendViewCapable(
337       org.openmdx.compatibility.view1.cci.ViewCapable _base
338     , String JavaDoc name
339     , int estimateEffortHours
340     , int estimateEffortMinutes
341     , int estimateMaxDeviation
342     , int sumEstimateEffortHours
343     , int sumEstimateEffortMinutes
344     , short accessLevelBrowse
345     , short accessLevelDelete
346     , short accessLevelUpdate
347     , boolean disabled
348   );
349 // ----------------------------------------------------------------------------
350
// ClassProxy/IntfEnd.vm
351
// ----------------------------------------------------------------------------
352
}
353
Popular Tags