KickJava   Java API By Example, From Geeks To Geeks.

Java > Open Source Codes > org > opencrx > kernel > home1 > cci > home1Package


1 // ----------------------------------------------------------------------------
2
// Package/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:58 CEST 2006
9
//
10
// GENERATED - DO NOT CHANGE MANUALLY
11
//
12
//////////////////////////////////////////////////////////////////////////////
13
package org.opencrx.kernel.home1.cci;
14
15 public interface home1Package
16   extends org.openmdx.base.accessor.jmi.cci.RefPackage_1_0 {
17
18
19 // ----------------------------------------------------------------------------
20
// Package/IntfClassAccessor
21
// ----------------------------------------------------------------------------
22
public org.opencrx.kernel.home1.cci.SegmentClass getSegmentClass();
23
24 // ----------------------------------------------------------------------------
25
// Package/IntfFilterCreator
26
// ----------------------------------------------------------------------------
27
public org.opencrx.kernel.home1.cci.SegmentFilter createSegmentFilter(
28   );
29
30   public org.opencrx.kernel.home1.cci.SegmentFilter createSegmentFilter(
31     org.openmdx.compatibility.base.query.FilterProperty[] filterProperties,
32     org.openmdx.compatibility.base.dataprovider.cci.AttributeSpecifier[] attributeSpecifiers
33   );
34
35 // ----------------------------------------------------------------------------
36
// Package/IntfStructCreator
37
// ----------------------------------------------------------------------------
38
public org.opencrx.kernel.home1.cci.CreateUserResult createCreateUserResult(
39       org.opencrx.kernel.home1.cci.UserHome createdUserHome
40     , short status
41     , String JavaDoc statusMessage
42   );
43 // ----------------------------------------------------------------------------
44
// Package/IntfFilterCreator
45
// ----------------------------------------------------------------------------
46
public org.opencrx.kernel.home1.cci.CreateUserResultFilter createCreateUserResultFilter(
47   );
48
49   public org.opencrx.kernel.home1.cci.CreateUserResultFilter createCreateUserResultFilter(
50     org.openmdx.compatibility.base.query.FilterProperty[] filterProperties,
51     org.openmdx.compatibility.base.dataprovider.cci.AttributeSpecifier[] attributeSpecifiers
52   );
53
54 // ----------------------------------------------------------------------------
55
// Package/IntfClassAccessor
56
// ----------------------------------------------------------------------------
57
public org.opencrx.kernel.home1.cci.WfActionLogEntryClass getWfActionLogEntryClass();
58
59 // ----------------------------------------------------------------------------
60
// Package/IntfFilterCreator
61
// ----------------------------------------------------------------------------
62
public org.opencrx.kernel.home1.cci.WfActionLogEntryFilter createWfActionLogEntryFilter(
63   );
64
65   public org.opencrx.kernel.home1.cci.WfActionLogEntryFilter createWfActionLogEntryFilter(
66     org.openmdx.compatibility.base.query.FilterProperty[] filterProperties,
67     org.openmdx.compatibility.base.dataprovider.cci.AttributeSpecifier[] attributeSpecifiers
68   );
69
70 // ----------------------------------------------------------------------------
71
// Package/IntfStructCreator
72
// ----------------------------------------------------------------------------
73
public org.opencrx.kernel.home1.cci.ImportUsersResult createImportUsersResult(
74       String JavaDoc statusMessage
75   );
76 // ----------------------------------------------------------------------------
77
// Package/IntfFilterCreator
78
// ----------------------------------------------------------------------------
79
public org.opencrx.kernel.home1.cci.ImportUsersResultFilter createImportUsersResultFilter(
80   );
81
82   public org.opencrx.kernel.home1.cci.ImportUsersResultFilter createImportUsersResultFilter(
83     org.openmdx.compatibility.base.query.FilterProperty[] filterProperties,
84     org.openmdx.compatibility.base.dataprovider.cci.AttributeSpecifier[] attributeSpecifiers
85   );
86
87 // ----------------------------------------------------------------------------
88
// Package/IntfClassAccessor
89
// ----------------------------------------------------------------------------
90
public org.opencrx.kernel.home1.cci.AssignedAbsenceClass getAssignedAbsenceClass();
91
92 // ----------------------------------------------------------------------------
93
// Package/IntfFilterCreator
94
// ----------------------------------------------------------------------------
95
public org.opencrx.kernel.home1.cci.AssignedAbsenceFilter createAssignedAbsenceFilter(
96   );
97
98   public org.opencrx.kernel.home1.cci.AssignedAbsenceFilter createAssignedAbsenceFilter(
99     org.openmdx.compatibility.base.query.FilterProperty[] filterProperties,
100     org.openmdx.compatibility.base.dataprovider.cci.AttributeSpecifier[] attributeSpecifiers
101   );
102
103 // ----------------------------------------------------------------------------
104
// Package/IntfStructCreator
105
// ----------------------------------------------------------------------------
106
public org.opencrx.kernel.home1.cci.ChangePasswordResult createChangePasswordResult(
107       short status
108   );
109 // ----------------------------------------------------------------------------
110
// Package/IntfFilterCreator
111
// ----------------------------------------------------------------------------
112
public org.opencrx.kernel.home1.cci.ChangePasswordResultFilter createChangePasswordResultFilter(
113   );
114
115   public org.opencrx.kernel.home1.cci.ChangePasswordResultFilter createChangePasswordResultFilter(
116     org.openmdx.compatibility.base.query.FilterProperty[] filterProperties,
117     org.openmdx.compatibility.base.dataprovider.cci.AttributeSpecifier[] attributeSpecifiers
118   );
119
120 // ----------------------------------------------------------------------------
121
// Package/IntfClassAccessor
122
// ----------------------------------------------------------------------------
123
public org.opencrx.kernel.home1.cci.EMailAccountClass getEMailAccountClass();
124
125 // ----------------------------------------------------------------------------
126
// Package/IntfFilterCreator
127
// ----------------------------------------------------------------------------
128
public org.opencrx.kernel.home1.cci.EMailAccountFilter createEMailAccountFilter(
129   );
130
131   public org.opencrx.kernel.home1.cci.EMailAccountFilter createEMailAccountFilter(
132     org.openmdx.compatibility.base.query.FilterProperty[] filterProperties,
133     org.openmdx.compatibility.base.dataprovider.cci.AttributeSpecifier[] attributeSpecifiers
134   );
135
136 // ----------------------------------------------------------------------------
137
// Package/IntfClassAccessor
138
// ----------------------------------------------------------------------------
139
public org.opencrx.kernel.home1.cci.ChartClass getChartClass();
140
141 // ----------------------------------------------------------------------------
142
// Package/IntfFilterCreator
143
// ----------------------------------------------------------------------------
144
public org.opencrx.kernel.home1.cci.ChartFilter createChartFilter(
145   );
146
147   public org.opencrx.kernel.home1.cci.ChartFilter createChartFilter(
148     org.openmdx.compatibility.base.query.FilterProperty[] filterProperties,
149     org.openmdx.compatibility.base.dataprovider.cci.AttributeSpecifier[] attributeSpecifiers
150   );
151
152 // ----------------------------------------------------------------------------
153
// Package/IntfStructCreator
154
// ----------------------------------------------------------------------------
155
public org.opencrx.kernel.home1.cci.ChangePasswordParams createChangePasswordParams(
156       String JavaDoc newPassword
157     , String JavaDoc newPasswordVerification
158     , String JavaDoc oldPassword
159   );
160 // ----------------------------------------------------------------------------
161
// Package/IntfFilterCreator
162
// ----------------------------------------------------------------------------
163
public org.opencrx.kernel.home1.cci.ChangePasswordParamsFilter createChangePasswordParamsFilter(
164   );
165
166   public org.opencrx.kernel.home1.cci.ChangePasswordParamsFilter createChangePasswordParamsFilter(
167     org.openmdx.compatibility.base.query.FilterProperty[] filterProperties,
168     org.openmdx.compatibility.base.dataprovider.cci.AttributeSpecifier[] attributeSpecifiers
169   );
170
171 // ----------------------------------------------------------------------------
172
// Package/IntfClassAccessor
173
// ----------------------------------------------------------------------------
174
public org.opencrx.kernel.home1.cci.AccessHistoryClass getAccessHistoryClass();
175
176 // ----------------------------------------------------------------------------
177
// Package/IntfFilterCreator
178
// ----------------------------------------------------------------------------
179
public org.opencrx.kernel.home1.cci.AccessHistoryFilter createAccessHistoryFilter(
180   );
181
182   public org.opencrx.kernel.home1.cci.AccessHistoryFilter createAccessHistoryFilter(
183     org.openmdx.compatibility.base.query.FilterProperty[] filterProperties,
184     org.openmdx.compatibility.base.dataprovider.cci.AttributeSpecifier[] attributeSpecifiers
185   );
186
187 // ----------------------------------------------------------------------------
188
// Package/IntfClassAccessor
189
// ----------------------------------------------------------------------------
190
public org.opencrx.kernel.home1.cci.UserHomeClass getUserHomeClass();
191
192 // ----------------------------------------------------------------------------
193
// Package/IntfFilterCreator
194
// ----------------------------------------------------------------------------
195
public org.opencrx.kernel.home1.cci.UserHomeFilter createUserHomeFilter(
196   );
197
198   public org.opencrx.kernel.home1.cci.UserHomeFilter createUserHomeFilter(
199     org.openmdx.compatibility.base.query.FilterProperty[] filterProperties,
200     org.openmdx.compatibility.base.dataprovider.cci.AttributeSpecifier[] attributeSpecifiers
201   );
202
203 // ----------------------------------------------------------------------------
204
// Package/IntfStructCreator
205
// ----------------------------------------------------------------------------
206
public org.opencrx.kernel.home1.cci.SendAlertParams createSendAlertParams(
207       String JavaDoc description
208     , short importance
209     , String JavaDoc name
210     , org.openmdx.base.cci.BasicObject reference
211     , String JavaDoc toUsers
212   );
213 // ----------------------------------------------------------------------------
214
// Package/IntfFilterCreator
215
// ----------------------------------------------------------------------------
216
public org.opencrx.kernel.home1.cci.SendAlertParamsFilter createSendAlertParamsFilter(
217   );
218
219   public org.opencrx.kernel.home1.cci.SendAlertParamsFilter createSendAlertParamsFilter(
220     org.openmdx.compatibility.base.query.FilterProperty[] filterProperties,
221     org.openmdx.compatibility.base.dataprovider.cci.AttributeSpecifier[] attributeSpecifiers
222   );
223
224 // ----------------------------------------------------------------------------
225
// Package/IntfClassAccessor
226
// ----------------------------------------------------------------------------
227
public org.opencrx.kernel.home1.cci.SubscriptionClass getSubscriptionClass();
228
229 // ----------------------------------------------------------------------------
230
// Package/IntfFilterCreator
231
// ----------------------------------------------------------------------------
232
public org.opencrx.kernel.home1.cci.SubscriptionFilter createSubscriptionFilter(
233   );
234
235   public org.opencrx.kernel.home1.cci.SubscriptionFilter createSubscriptionFilter(
236     org.openmdx.compatibility.base.query.FilterProperty[] filterProperties,
237     org.openmdx.compatibility.base.dataprovider.cci.AttributeSpecifier[] attributeSpecifiers
238   );
239
240 // ----------------------------------------------------------------------------
241
// Package/IntfStructCreator
242
// ----------------------------------------------------------------------------
243
public org.opencrx.kernel.home1.cci.CreateUserParams createCreateUserParams(
244       org.opencrx.kernel.account1.cci.Contact contact
245     , String JavaDoc initialPassword
246     , String JavaDoc initialPasswordVerification
247     , org.opencrx.security.realm1.cci.PrincipalGroup primaryUserGroup
248     , String JavaDoc principalName
249   );
250 // ----------------------------------------------------------------------------
251
// Package/IntfFilterCreator
252
// ----------------------------------------------------------------------------
253
public org.opencrx.kernel.home1.cci.CreateUserParamsFilter createCreateUserParamsFilter(
254   );
255
256   public org.opencrx.kernel.home1.cci.CreateUserParamsFilter createCreateUserParamsFilter(
257     org.openmdx.compatibility.base.query.FilterProperty[] filterProperties,
258     org.openmdx.compatibility.base.dataprovider.cci.AttributeSpecifier[] attributeSpecifiers
259   );
260
261 // ----------------------------------------------------------------------------
262
// Package/IntfClassAccessor
263
// ----------------------------------------------------------------------------
264
public org.opencrx.kernel.home1.cci.AlertClass getAlertClass();
265
266 // ----------------------------------------------------------------------------
267
// Package/IntfFilterCreator
268
// ----------------------------------------------------------------------------
269
public org.opencrx.kernel.home1.cci.AlertFilter createAlertFilter(
270   );
271
272   public org.opencrx.kernel.home1.cci.AlertFilter createAlertFilter(
273     org.openmdx.compatibility.base.query.FilterProperty[] filterProperties,
274     org.openmdx.compatibility.base.dataprovider.cci.AttributeSpecifier[] attributeSpecifiers
275   );
276
277 // ----------------------------------------------------------------------------
278
// Package/IntfClassAccessor
279
// ----------------------------------------------------------------------------
280
public org.opencrx.kernel.home1.cci.WfProcessInstanceClass getWfProcessInstanceClass();
281
282 // ----------------------------------------------------------------------------
283
// Package/IntfFilterCreator
284
// ----------------------------------------------------------------------------
285
public org.opencrx.kernel.home1.cci.WfProcessInstanceFilter createWfProcessInstanceFilter(
286   );
287
288   public org.opencrx.kernel.home1.cci.WfProcessInstanceFilter createWfProcessInstanceFilter(
289     org.openmdx.compatibility.base.query.FilterProperty[] filterProperties,
290     org.openmdx.compatibility.base.dataprovider.cci.AttributeSpecifier[] attributeSpecifiers
291   );
292
293 // ----------------------------------------------------------------------------
294
// Package/IntfClassAccessor
295
// ----------------------------------------------------------------------------
296
public org.opencrx.kernel.home1.cci.QuickAccessClass getQuickAccessClass();
297
298 // ----------------------------------------------------------------------------
299
// Package/IntfFilterCreator
300
// ----------------------------------------------------------------------------
301
public org.opencrx.kernel.home1.cci.QuickAccessFilter createQuickAccessFilter(
302   );
303
304   public org.opencrx.kernel.home1.cci.QuickAccessFilter createQuickAccessFilter(
305     org.openmdx.compatibility.base.query.FilterProperty[] filterProperties,
306     org.openmdx.compatibility.base.dataprovider.cci.AttributeSpecifier[] attributeSpecifiers
307   );
308
309 // ----------------------------------------------------------------------------
310
// Package/IntfStructCreator
311
// ----------------------------------------------------------------------------
312
public org.opencrx.kernel.home1.cci.ImportUsersParams createImportUsersParams(
313       byte[] item
314     , String JavaDoc itemMimeType
315     , String JavaDoc itemName
316   );
317 // ----------------------------------------------------------------------------
318
// Package/IntfFilterCreator
319
// ----------------------------------------------------------------------------
320
public org.opencrx.kernel.home1.cci.ImportUsersParamsFilter createImportUsersParamsFilter(
321   );
322
323   public org.opencrx.kernel.home1.cci.ImportUsersParamsFilter createImportUsersParamsFilter(
324     org.openmdx.compatibility.base.query.FilterProperty[] filterProperties,
325     org.openmdx.compatibility.base.dataprovider.cci.AttributeSpecifier[] attributeSpecifiers
326   );
327
328 // ----------------------------------------------------------------------------
329
// Package/IntfEnd.vm
330
// ----------------------------------------------------------------------------
331
}
332
Popular Tags