KickJava   Java API By Example, From Geeks To Geeks.

Java > Open Source Codes > org > opencrx > kernel > depot1 > cci > DepotFilter


1 // ----------------------------------------------------------------------------
2
// Filter/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:57 CEST 2006
9
//
10
// GENERATED - DO NOT CHANGE MANUALLY
11
//
12
//////////////////////////////////////////////////////////////////////////////
13
package org.opencrx.kernel.depot1.cci;
14
15 /**
16  */

17 public interface DepotFilter
18   extends
19   org.opencrx.kernel.base.cci.PropertySetFilter,
20   org.opencrx.kernel.contract1.cci.ContractReferenceHolderFilter,
21   org.opencrx.kernel.generic.cci.CrxObjectFilter,
22   org.opencrx.kernel.generic.cci.DescriptionContainerFilter {
23      
24 // ----------------------------------------------------------------------------
25
// Filter/IntfAttributeIsNotStruct
26
// ----------------------------------------------------------------------------
27
/**
28    * @param operator The operator for this filter.
29    * @see org.openmdx.compatibility.base.query.FilterOperators
30    */

31   public void forAllAllowPositionAutoCreate (
32     short operator,
33     boolean[] filterValues
34   );
35
36   /**
37    * @param operator The operator for this filter.
38    * @see org.openmdx.compatibility.base.query.FilterOperators
39    */

40   public void thereExistsAllowPositionAutoCreate (
41     short operator,
42     boolean[] filterValues
43   );
44
45   /**
46    * @param operator The operator for this filter.
47    * @see org.openmdx.compatibility.base.query.FilterOperators
48    */

49   public void forAllAllowPositionAutoCreate (
50     short operator,
51     java.util.Collection JavaDoc filterValues
52   );
53
54   /**
55    * @param operator The operator for this filter.
56    * @see org.openmdx.compatibility.base.query.FilterOperators
57    */

58   public void thereExistsAllowPositionAutoCreate (
59     short operator,
60     java.util.Collection JavaDoc filterValues
61   );
62
63   /**
64    * Specifies the sort order of all the instances that match the filter criteria.
65    * @param order The sort order for this filter.
66    * @see org.openmdx.compatibility.base.dataprovider.cci.Directions
67    */

68   public void orderByAllowPositionAutoCreate (
69     short order
70   );
71        
72 // ----------------------------------------------------------------------------
73
// Filter/IntfAttributeIsNotStruct
74
// ----------------------------------------------------------------------------
75
/**
76    * @param operator The operator for this filter.
77    * @see org.openmdx.compatibility.base.query.FilterOperators
78    */

79   public void forAllClosingDate (
80     short operator,
81     java.util.Date JavaDoc[] filterValues
82   );
83
84   /**
85    * @param operator The operator for this filter.
86    * @see org.openmdx.compatibility.base.query.FilterOperators
87    */

88   public void thereExistsClosingDate (
89     short operator,
90     java.util.Date JavaDoc[] filterValues
91   );
92
93   /**
94    * @param operator The operator for this filter.
95    * @see org.openmdx.compatibility.base.query.FilterOperators
96    */

97   public void forAllClosingDate (
98     short operator,
99     java.util.Collection JavaDoc filterValues
100   );
101
102   /**
103    * @param operator The operator for this filter.
104    * @see org.openmdx.compatibility.base.query.FilterOperators
105    */

106   public void thereExistsClosingDate (
107     short operator,
108     java.util.Collection JavaDoc filterValues
109   );
110
111   /**
112    * Specifies the sort order of all the instances that match the filter criteria.
113    * @param order The sort order for this filter.
114    * @see org.openmdx.compatibility.base.dataprovider.cci.Directions
115    */

116   public void orderByClosingDate (
117     short order
118   );
119        
120 // ----------------------------------------------------------------------------
121
// Filter/IntfReference
122
// ----------------------------------------------------------------------------
123
/**
124    * @param operator The operator for this filter.
125    * @see org.openmdx.compatibility.base.query.FilterOperators
126    */

127   public void forAllDepotGroup (
128     short operator,
129     org.opencrx.kernel.depot1.cci.DepotGroup[] filterValues
130   );
131
132   /**
133    * @param operator The operator for this filter.
134    * @see org.openmdx.compatibility.base.query.FilterOperators
135    */

136   public void thereExistsDepotGroup (
137     short operator,
138     org.opencrx.kernel.depot1.cci.DepotGroup[] filterValues
139   );
140
141   /**
142    * @param operator The operator for this filter.
143    * @see org.openmdx.compatibility.base.query.FilterOperators
144    */

145   public void forAllDepotGroup (
146     short operator,
147     java.util.Collection JavaDoc filterValues
148   );
149
150   /**
151    * @param operator The operator for this filter.
152    * @see org.openmdx.compatibility.base.query.FilterOperators
153    */

154   public void thereExistsDepotGroup (
155     short operator,
156     java.util.Collection JavaDoc filterValues
157   );
158        
159 // ----------------------------------------------------------------------------
160
// Filter/IntfAttributeIsNotStruct
161
// ----------------------------------------------------------------------------
162
/**
163    * @param operator The operator for this filter.
164    * @see org.openmdx.compatibility.base.query.FilterOperators
165    */

166   public void forAllDepotNumber (
167     short operator,
168     String JavaDoc[] filterValues
169   );
170
171   /**
172    * @param operator The operator for this filter.
173    * @see org.openmdx.compatibility.base.query.FilterOperators
174    */

175   public void thereExistsDepotNumber (
176     short operator,
177     String JavaDoc[] filterValues
178   );
179
180   /**
181    * @param operator The operator for this filter.
182    * @see org.openmdx.compatibility.base.query.FilterOperators
183    */

184   public void forAllDepotNumber (
185     short operator,
186     java.util.Collection JavaDoc filterValues
187   );
188
189   /**
190    * @param operator The operator for this filter.
191    * @see org.openmdx.compatibility.base.query.FilterOperators
192    */

193   public void thereExistsDepotNumber (
194     short operator,
195     java.util.Collection JavaDoc filterValues
196   );
197
198   /**
199    * Specifies the sort order of all the instances that match the filter criteria.
200    * @param order The sort order for this filter.
201    * @see org.openmdx.compatibility.base.dataprovider.cci.Directions
202    */

203   public void orderByDepotNumber (
204     short order
205   );
206        
207 // ----------------------------------------------------------------------------
208
// Filter/IntfReference
209
// ----------------------------------------------------------------------------
210
/**
211    * @param operator The operator for this filter.
212    * @see org.openmdx.compatibility.base.query.FilterOperators
213    */

214   public void forAllDepotType (
215     short operator,
216     org.opencrx.kernel.depot1.cci.DepotType[] filterValues
217   );
218
219   /**
220    * @param operator The operator for this filter.
221    * @see org.openmdx.compatibility.base.query.FilterOperators
222    */

223   public void thereExistsDepotType (
224     short operator,
225     org.opencrx.kernel.depot1.cci.DepotType[] filterValues
226   );
227
228   /**
229    * @param operator The operator for this filter.
230    * @see org.openmdx.compatibility.base.query.FilterOperators
231    */

232   public void forAllDepotType (
233     short operator,
234     java.util.Collection JavaDoc filterValues
235   );
236
237   /**
238    * @param operator The operator for this filter.
239    * @see org.openmdx.compatibility.base.query.FilterOperators
240    */

241   public void thereExistsDepotType (
242     short operator,
243     java.util.Collection JavaDoc filterValues
244   );
245        
246 // ----------------------------------------------------------------------------
247
// Filter/IntfAttributeIsNotStruct
248
// ----------------------------------------------------------------------------
249
/**
250    * @param operator The operator for this filter.
251    * @see org.openmdx.compatibility.base.query.FilterOperators
252    */

253   public void forAllDescription (
254     short operator,
255     String JavaDoc[] filterValues
256   );
257
258   /**
259    * @param operator The operator for this filter.
260    * @see org.openmdx.compatibility.base.query.FilterOperators
261    */

262   public void thereExistsDescription (
263     short operator,
264     String JavaDoc[] filterValues
265   );
266
267   /**
268    * @param operator The operator for this filter.
269    * @see org.openmdx.compatibility.base.query.FilterOperators
270    */

271   public void forAllDescription (
272     short operator,
273     java.util.Collection JavaDoc filterValues
274   );
275
276   /**
277    * @param operator The operator for this filter.
278    * @see org.openmdx.compatibility.base.query.FilterOperators
279    */

280   public void thereExistsDescription (
281     short operator,
282     java.util.Collection JavaDoc filterValues
283   );
284
285   /**
286    * Specifies the sort order of all the instances that match the filter criteria.
287    * @param order The sort order for this filter.
288    * @see org.openmdx.compatibility.base.dataprovider.cci.Directions
289    */

290   public void orderByDescription (
291     short order
292   );
293        
294 // ----------------------------------------------------------------------------
295
// Filter/IntfAttributeIsNotStruct
296
// ----------------------------------------------------------------------------
297
/**
298    * @param operator The operator for this filter.
299    * @see org.openmdx.compatibility.base.query.FilterOperators
300    */

301   public void forAllIsDefault (
302     short operator,
303     boolean[] filterValues
304   );
305
306   /**
307    * @param operator The operator for this filter.
308    * @see org.openmdx.compatibility.base.query.FilterOperators
309    */

310   public void thereExistsIsDefault (
311     short operator,
312     boolean[] filterValues
313   );
314
315   /**
316    * @param operator The operator for this filter.
317    * @see org.openmdx.compatibility.base.query.FilterOperators
318    */

319   public void forAllIsDefault (
320     short operator,
321     java.util.Collection JavaDoc filterValues
322   );
323
324   /**
325    * @param operator The operator for this filter.
326    * @see org.openmdx.compatibility.base.query.FilterOperators
327    */

328   public void thereExistsIsDefault (
329     short operator,
330     java.util.Collection JavaDoc filterValues
331   );
332
333   /**
334    * Specifies the sort order of all the instances that match the filter criteria.
335    * @param order The sort order for this filter.
336    * @see org.openmdx.compatibility.base.dataprovider.cci.Directions
337    */

338   public void orderByIsDefault (
339     short order
340   );
341        
342 // ----------------------------------------------------------------------------
343
// Filter/IntfAttributeIsNotStruct
344
// ----------------------------------------------------------------------------
345
/**
346    * @param operator The operator for this filter.
347    * @see org.openmdx.compatibility.base.query.FilterOperators
348    */

349   public void forAllIsLocked (
350     short operator,
351     boolean[] filterValues
352   );
353
354   /**
355    * @param operator The operator for this filter.
356    * @see org.openmdx.compatibility.base.query.FilterOperators
357    */

358   public void thereExistsIsLocked (
359     short operator,
360     boolean[] filterValues
361   );
362
363   /**
364    * @param operator The operator for this filter.
365    * @see org.openmdx.compatibility.base.query.FilterOperators
366    */

367   public void forAllIsLocked (
368     short operator,
369     java.util.Collection JavaDoc filterValues
370   );
371
372   /**
373    * @param operator The operator for this filter.
374    * @see org.openmdx.compatibility.base.query.FilterOperators
375    */

376   public void thereExistsIsLocked (
377     short operator,
378     java.util.Collection JavaDoc filterValues
379   );
380
381   /**
382    * Specifies the sort order of all the instances that match the filter criteria.
383    * @param order The sort order for this filter.
384    * @see org.openmdx.compatibility.base.dataprovider.cci.Directions
385    */

386   public void orderByIsLocked (
387     short order
388   );
389        
390 // ----------------------------------------------------------------------------
391
// Filter/IntfReference
392
// ----------------------------------------------------------------------------
393
/**
394    * @param operator The operator for this filter.
395    * @see org.openmdx.compatibility.base.query.FilterOperators
396    */

397   public void forAllLatestReport (
398     short operator,
399     org.opencrx.kernel.depot1.cci.DepotReport[] filterValues
400   );
401
402   /**
403    * @param operator The operator for this filter.
404    * @see org.openmdx.compatibility.base.query.FilterOperators
405    */

406   public void thereExistsLatestReport (
407     short operator,
408     org.opencrx.kernel.depot1.cci.DepotReport[] filterValues
409   );
410
411   /**
412    * @param operator The operator for this filter.
413    * @see org.openmdx.compatibility.base.query.FilterOperators
414    */

415   public void forAllLatestReport (
416     short operator,
417     java.util.Collection JavaDoc filterValues
418   );
419
420   /**
421    * @param operator The operator for this filter.
422    * @see org.openmdx.compatibility.base.query.FilterOperators
423    */

424   public void thereExistsLatestReport (
425     short operator,
426     java.util.Collection JavaDoc filterValues
427   );
428        
429 // ----------------------------------------------------------------------------
430
// Filter/IntfAttributeIsNotStruct
431
// ----------------------------------------------------------------------------
432
/**
433    * @param operator The operator for this filter.
434    * @see org.openmdx.compatibility.base.query.FilterOperators
435    */

436   public void forAllName (
437     short operator,
438     String JavaDoc[] filterValues
439   );
440
441   /**
442    * @param operator The operator for this filter.
443    * @see org.openmdx.compatibility.base.query.FilterOperators
444    */

445   public void thereExistsName (
446     short operator,
447     String JavaDoc[] filterValues
448   );
449
450   /**
451    * @param operator The operator for this filter.
452    * @see org.openmdx.compatibility.base.query.FilterOperators
453    */

454   public void forAllName (
455     short operator,
456     java.util.Collection JavaDoc filterValues
457   );
458
459   /**
460    * @param operator The operator for this filter.
461    * @see org.openmdx.compatibility.base.query.FilterOperators
462    */

463   public void thereExistsName (
464     short operator,
465     java.util.Collection JavaDoc filterValues
466   );
467
468   /**
469    * Specifies the sort order of all the instances that match the filter criteria.
470    * @param order The sort order for this filter.
471    * @see org.openmdx.compatibility.base.dataprovider.cci.Directions
472    */

473   public void orderByName (
474     short order
475   );
476        
477 // ----------------------------------------------------------------------------
478
// Filter/IntfAttributeIsNotStruct
479
// ----------------------------------------------------------------------------
480
/**
481    * @param operator The operator for this filter.
482    * @see org.openmdx.compatibility.base.query.FilterOperators
483    */

484   public void forAllOpeningDate (
485     short operator,
486     java.util.Date JavaDoc[] filterValues
487   );
488
489   /**
490    * @param operator The operator for this filter.
491    * @see org.openmdx.compatibility.base.query.FilterOperators
492    */

493   public void thereExistsOpeningDate (
494     short operator,
495     java.util.Date JavaDoc[] filterValues
496   );
497
498   /**
499    * @param operator The operator for this filter.
500    * @see org.openmdx.compatibility.base.query.FilterOperators
501    */

502   public void forAllOpeningDate (
503     short operator,
504     java.util.Collection JavaDoc filterValues
505   );
506
507   /**
508    * @param operator The operator for this filter.
509    * @see org.openmdx.compatibility.base.query.FilterOperators
510    */

511   public void thereExistsOpeningDate (
512     short operator,
513     java.util.Collection JavaDoc filterValues
514   );
515
516   /**
517    * Specifies the sort order of all the instances that match the filter criteria.
518    * @param order The sort order for this filter.
519    * @see org.openmdx.compatibility.base.dataprovider.cci.Directions
520    */

521   public void orderByOpeningDate (
522     short order
523   );
524        
525 // ----------------------------------------------------------------------------
526
// Filter/IntfEnd
527
// ----------------------------------------------------------------------------
528
}
529
Popular Tags