KickJava   Java API By Example, From Geeks To Geeks.

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


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

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

46   public ActivityWorkRecord createActivityWorkRecord(
47       short billingCurrency
48     , short durationCalculationMode
49     , int durationHours
50     , int durationMinutes
51     , boolean isBillable
52     , String JavaDoc name
53     , short rateType
54     , short accessLevelBrowse
55     , short accessLevelDelete
56     , short accessLevelUpdate
57   );
58 // ----------------------------------------------------------------------------
59
// ClassProxy/IntfInstanceExtenderRequiredAttributes
60
// ----------------------------------------------------------------------------
61
/**
62    * Creates an instance of class <code>ActivityWorkRecord</code> based on
63    * the superclass <code>AbstractWorkRecord</code> and all required
64    * attributes not included in this superclass.
65    * This is a factory operation used to create instance objects of class
66    * <code>ActivityWorkRecord</code>.
67    */

68   public ActivityWorkRecord extendAbstractWorkRecord(
69       org.opencrx.kernel.activity1.cci.AbstractWorkRecord _base
70     , short accessLevelBrowse
71     , short accessLevelDelete
72     , short accessLevelUpdate
73   );
74 // ----------------------------------------------------------------------------
75
// ClassProxy/IntfInstanceExtenderRequiredAttributes
76
// ----------------------------------------------------------------------------
77
/**
78    * Creates an instance of class <code>ActivityWorkRecord</code> based on
79    * the superclass <code>Assignable</code> and all required attributes not
80    * included in this superclass.
81    * This is a factory operation used to create instance objects of class
82    * <code>ActivityWorkRecord</code>.
83    */

84   public ActivityWorkRecord extendAssignable(
85       org.opencrx.kernel.base.cci.Assignable _base
86     , short billingCurrency
87     , short durationCalculationMode
88     , int durationHours
89     , int durationMinutes
90     , boolean isBillable
91     , String JavaDoc name
92     , short rateType
93     , short accessLevelBrowse
94     , short accessLevelDelete
95     , short accessLevelUpdate
96   );
97 // ----------------------------------------------------------------------------
98
// ClassProxy/IntfInstanceExtenderRequiredAttributes
99
// ----------------------------------------------------------------------------
100
/**
101    * Creates an instance of class <code>ActivityWorkRecord</code> based on
102    * the superclass <code>SecureObject</code> and all required attributes
103    * not included in this superclass.
104    * This is a factory operation used to create instance objects of class
105    * <code>ActivityWorkRecord</code>.
106    */

107   public ActivityWorkRecord extendSecureObject(
108       org.opencrx.kernel.base.cci.SecureObject _base
109     , short billingCurrency
110     , short durationCalculationMode
111     , int durationHours
112     , int durationMinutes
113     , boolean isBillable
114     , String JavaDoc name
115     , short rateType
116   );
117 // ----------------------------------------------------------------------------
118
// ClassProxy/IntfInstanceExtenderRequiredAttributes
119
// ----------------------------------------------------------------------------
120
/**
121    * Creates an instance of class <code>ActivityWorkRecord</code> based on
122    * the superclass <code>BookingOrigin</code> and all required attributes
123    * not included in this superclass.
124    * This is a factory operation used to create instance objects of class
125    * <code>ActivityWorkRecord</code>.
126    */

127   public ActivityWorkRecord extendBookingOrigin(
128       org.opencrx.kernel.depot1.cci.BookingOrigin _base
129     , short billingCurrency
130     , short durationCalculationMode
131     , int durationHours
132     , int durationMinutes
133     , boolean isBillable
134     , String JavaDoc name
135     , short rateType
136     , short accessLevelBrowse
137     , short accessLevelDelete
138     , short accessLevelUpdate
139   );
140 // ----------------------------------------------------------------------------
141
// ClassProxy/IntfInstanceExtenderRequiredAttributes
142
// ----------------------------------------------------------------------------
143
/**
144    * Creates an instance of class <code>ActivityWorkRecord</code> based on
145    * the superclass <code>BasicObject</code> and all required attributes not
146    * included in this superclass.
147    * This is a factory operation used to create instance objects of class
148    * <code>ActivityWorkRecord</code>.
149    */

150   public ActivityWorkRecord extendBasicObject(
151       org.openmdx.base.cci.BasicObject _base
152     , short billingCurrency
153     , short durationCalculationMode
154     , int durationHours
155     , int durationMinutes
156     , boolean isBillable
157     , String JavaDoc name
158     , short rateType
159     , short accessLevelBrowse
160     , short accessLevelDelete
161     , short accessLevelUpdate
162   );
163 // ----------------------------------------------------------------------------
164
// ClassProxy/IntfInstanceExtenderRequiredAttributes
165
// ----------------------------------------------------------------------------
166
/**
167    * Creates an instance of class <code>ActivityWorkRecord</code> based on
168    * the superclass <code>ContextCapable</code> and all required attributes
169    * not included in this superclass.
170    * This is a factory operation used to create instance objects of class
171    * <code>ActivityWorkRecord</code>.
172    */

173   public ActivityWorkRecord extendContextCapable(
174       org.openmdx.base.cci.ContextCapable _base
175     , short billingCurrency
176     , short durationCalculationMode
177     , int durationHours
178     , int durationMinutes
179     , boolean isBillable
180     , String JavaDoc name
181     , short rateType
182     , short accessLevelBrowse
183     , short accessLevelDelete
184     , short accessLevelUpdate
185   );
186 // ----------------------------------------------------------------------------
187
// ClassProxy/IntfInstanceExtenderRequiredAttributes
188
// ----------------------------------------------------------------------------
189
/**
190    * Creates an instance of class <code>ActivityWorkRecord</code> based on
191    * the superclass <code>ExtentCapable</code> and all required attributes
192    * not included in this superclass.
193    * This is a factory operation used to create instance objects of class
194    * <code>ActivityWorkRecord</code>.
195    */

196   public ActivityWorkRecord extendExtentCapable(
197       org.openmdx.base.cci.ExtentCapable _base
198     , short billingCurrency
199     , short durationCalculationMode
200     , int durationHours
201     , int durationMinutes
202     , boolean isBillable
203     , String JavaDoc name
204     , short rateType
205     , short accessLevelBrowse
206     , short accessLevelDelete
207     , short accessLevelUpdate
208   );
209 // ----------------------------------------------------------------------------
210
// ClassProxy/IntfInstanceExtenderRequiredAttributes
211
// ----------------------------------------------------------------------------
212
/**
213    * Creates an instance of class <code>ActivityWorkRecord</code> based on
214    * the superclass <code>ViewCapable</code> and all required attributes not
215    * included in this superclass.
216    * This is a factory operation used to create instance objects of class
217    * <code>ActivityWorkRecord</code>.
218    */

219   public ActivityWorkRecord extendViewCapable(
220       org.openmdx.compatibility.view1.cci.ViewCapable _base
221     , short billingCurrency
222     , short durationCalculationMode
223     , int durationHours
224     , int durationMinutes
225     , boolean isBillable
226     , String JavaDoc name
227     , short rateType
228     , short accessLevelBrowse
229     , short accessLevelDelete
230     , short accessLevelUpdate
231   );
232 // ----------------------------------------------------------------------------
233
// ClassProxy/IntfEnd.vm
234
// ----------------------------------------------------------------------------
235
}
236
Popular Tags