KickJava   Java API By Example, From Geeks To Geeks.

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


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

17 public interface CreateBookingByPositionNameParamsFilter
18   extends org.openmdx.base.accessor.jmi.cci.RefFilter_1_0 {
19      
20 // ----------------------------------------------------------------------------
21
// Filter/IntfStructureFieldIsNotStruct
22
// ----------------------------------------------------------------------------
23
/**
24    * @param operator The operator for this filter.
25    * @see org.openmdx.compatibility.base.query.FilterOperators
26    */

27   public void forAllBookingText (
28     short operator,
29     org.opencrx.kernel.depot1.cci.BookingText[] filterValues
30   );
31
32   /**
33    * @param operator The operator for this filter.
34    * @see org.openmdx.compatibility.base.query.FilterOperators
35    */

36   public void thereExistsBookingText (
37     short operator,
38     org.opencrx.kernel.depot1.cci.BookingText[] filterValues
39   );
40
41   /**
42    * @param operator The operator for this filter.
43    * @see org.openmdx.compatibility.base.query.FilterOperators
44    */

45   public void forAllBookingText (
46     short operator,
47     java.util.Collection JavaDoc filterValues
48   );
49
50   /**
51    * @param operator The operator for this filter.
52    * @see org.openmdx.compatibility.base.query.FilterOperators
53    */

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

64   public void orderByBookingText (
65     short order
66   );
67     
68 // ----------------------------------------------------------------------------
69
// Filter/IntfStructureFieldIsNotStruct
70
// ----------------------------------------------------------------------------
71
/**
72    * @param operator The operator for this filter.
73    * @see org.openmdx.compatibility.base.query.FilterOperators
74    */

75   public void forAllBookingTextName (
76     short operator,
77     String JavaDoc[] filterValues
78   );
79
80   /**
81    * @param operator The operator for this filter.
82    * @see org.openmdx.compatibility.base.query.FilterOperators
83    */

84   public void thereExistsBookingTextName (
85     short operator,
86     String JavaDoc[] filterValues
87   );
88
89   /**
90    * @param operator The operator for this filter.
91    * @see org.openmdx.compatibility.base.query.FilterOperators
92    */

93   public void forAllBookingTextName (
94     short operator,
95     java.util.Collection JavaDoc filterValues
96   );
97
98   /**
99    * @param operator The operator for this filter.
100    * @see org.openmdx.compatibility.base.query.FilterOperators
101    */

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

112   public void orderByBookingTextName (
113     short order
114   );
115     
116 // ----------------------------------------------------------------------------
117
// Filter/IntfStructureFieldIsNotStruct
118
// ----------------------------------------------------------------------------
119
/**
120    * @param operator The operator for this filter.
121    * @see org.openmdx.compatibility.base.query.FilterOperators
122    */

123   public void forAllBookingType (
124     short operator,
125     short[] filterValues
126   );
127
128   /**
129    * @param operator The operator for this filter.
130    * @see org.openmdx.compatibility.base.query.FilterOperators
131    */

132   public void thereExistsBookingType (
133     short operator,
134     short[] filterValues
135   );
136
137   /**
138    * @param operator The operator for this filter.
139    * @see org.openmdx.compatibility.base.query.FilterOperators
140    */

141   public void forAllBookingType (
142     short operator,
143     java.util.Collection JavaDoc filterValues
144   );
145
146   /**
147    * @param operator The operator for this filter.
148    * @see org.openmdx.compatibility.base.query.FilterOperators
149    */

150   public void thereExistsBookingType (
151     short operator,
152     java.util.Collection JavaDoc filterValues
153   );
154
155   /**
156    * Specifies the sort order of all the instances that match the filter criteria.
157    * @param order The sort order for this filter.
158    * @see org.openmdx.compatibility.base.dataprovider.cci.Directions
159    */

160   public void orderByBookingType (
161     short order
162   );
163     
164 // ----------------------------------------------------------------------------
165
// Filter/IntfStructureFieldIsNotStruct
166
// ----------------------------------------------------------------------------
167
/**
168    * @param operator The operator for this filter.
169    * @see org.openmdx.compatibility.base.query.FilterOperators
170    */

171   public void forAllDepotCredit (
172     short operator,
173     org.opencrx.kernel.depot1.cci.Depot[] filterValues
174   );
175
176   /**
177    * @param operator The operator for this filter.
178    * @see org.openmdx.compatibility.base.query.FilterOperators
179    */

180   public void thereExistsDepotCredit (
181     short operator,
182     org.opencrx.kernel.depot1.cci.Depot[] filterValues
183   );
184
185   /**
186    * @param operator The operator for this filter.
187    * @see org.openmdx.compatibility.base.query.FilterOperators
188    */

189   public void forAllDepotCredit (
190     short operator,
191     java.util.Collection JavaDoc filterValues
192   );
193
194   /**
195    * @param operator The operator for this filter.
196    * @see org.openmdx.compatibility.base.query.FilterOperators
197    */

198   public void thereExistsDepotCredit (
199     short operator,
200     java.util.Collection JavaDoc filterValues
201   );
202
203   /**
204    * Specifies the sort order of all the instances that match the filter criteria.
205    * @param order The sort order for this filter.
206    * @see org.openmdx.compatibility.base.dataprovider.cci.Directions
207    */

208   public void orderByDepotCredit (
209     short order
210   );
211     
212 // ----------------------------------------------------------------------------
213
// Filter/IntfStructureFieldIsNotStruct
214
// ----------------------------------------------------------------------------
215
/**
216    * @param operator The operator for this filter.
217    * @see org.openmdx.compatibility.base.query.FilterOperators
218    */

219   public void forAllDepotDebit (
220     short operator,
221     org.opencrx.kernel.depot1.cci.Depot[] filterValues
222   );
223
224   /**
225    * @param operator The operator for this filter.
226    * @see org.openmdx.compatibility.base.query.FilterOperators
227    */

228   public void thereExistsDepotDebit (
229     short operator,
230     org.opencrx.kernel.depot1.cci.Depot[] filterValues
231   );
232
233   /**
234    * @param operator The operator for this filter.
235    * @see org.openmdx.compatibility.base.query.FilterOperators
236    */

237   public void forAllDepotDebit (
238     short operator,
239     java.util.Collection JavaDoc filterValues
240   );
241
242   /**
243    * @param operator The operator for this filter.
244    * @see org.openmdx.compatibility.base.query.FilterOperators
245    */

246   public void thereExistsDepotDebit (
247     short operator,
248     java.util.Collection JavaDoc filterValues
249   );
250
251   /**
252    * Specifies the sort order of all the instances that match the filter criteria.
253    * @param order The sort order for this filter.
254    * @see org.openmdx.compatibility.base.dataprovider.cci.Directions
255    */

256   public void orderByDepotDebit (
257     short order
258   );
259     
260 // ----------------------------------------------------------------------------
261
// Filter/IntfStructureFieldIsNotStruct
262
// ----------------------------------------------------------------------------
263
/**
264    * @param operator The operator for this filter.
265    * @see org.openmdx.compatibility.base.query.FilterOperators
266    */

267   public void forAllDepotNumberCredit (
268     short operator,
269     String JavaDoc[] filterValues
270   );
271
272   /**
273    * @param operator The operator for this filter.
274    * @see org.openmdx.compatibility.base.query.FilterOperators
275    */

276   public void thereExistsDepotNumberCredit (
277     short operator,
278     String JavaDoc[] filterValues
279   );
280
281   /**
282    * @param operator The operator for this filter.
283    * @see org.openmdx.compatibility.base.query.FilterOperators
284    */

285   public void forAllDepotNumberCredit (
286     short operator,
287     java.util.Collection JavaDoc filterValues
288   );
289
290   /**
291    * @param operator The operator for this filter.
292    * @see org.openmdx.compatibility.base.query.FilterOperators
293    */

294   public void thereExistsDepotNumberCredit (
295     short operator,
296     java.util.Collection JavaDoc filterValues
297   );
298
299   /**
300    * Specifies the sort order of all the instances that match the filter criteria.
301    * @param order The sort order for this filter.
302    * @see org.openmdx.compatibility.base.dataprovider.cci.Directions
303    */

304   public void orderByDepotNumberCredit (
305     short order
306   );
307     
308 // ----------------------------------------------------------------------------
309
// Filter/IntfStructureFieldIsNotStruct
310
// ----------------------------------------------------------------------------
311
/**
312    * @param operator The operator for this filter.
313    * @see org.openmdx.compatibility.base.query.FilterOperators
314    */

315   public void forAllDepotNumberDebit (
316     short operator,
317     String JavaDoc[] filterValues
318   );
319
320   /**
321    * @param operator The operator for this filter.
322    * @see org.openmdx.compatibility.base.query.FilterOperators
323    */

324   public void thereExistsDepotNumberDebit (
325     short operator,
326     String JavaDoc[] filterValues
327   );
328
329   /**
330    * @param operator The operator for this filter.
331    * @see org.openmdx.compatibility.base.query.FilterOperators
332    */

333   public void forAllDepotNumberDebit (
334     short operator,
335     java.util.Collection JavaDoc filterValues
336   );
337
338   /**
339    * @param operator The operator for this filter.
340    * @see org.openmdx.compatibility.base.query.FilterOperators
341    */

342   public void thereExistsDepotNumberDebit (
343     short operator,
344     java.util.Collection JavaDoc filterValues
345   );
346
347   /**
348    * Specifies the sort order of all the instances that match the filter criteria.
349    * @param order The sort order for this filter.
350    * @see org.openmdx.compatibility.base.dataprovider.cci.Directions
351    */

352   public void orderByDepotNumberDebit (
353     short order
354   );
355     
356 // ----------------------------------------------------------------------------
357
// Filter/IntfStructureFieldIsNotStruct
358
// ----------------------------------------------------------------------------
359
/**
360    * @param operator The operator for this filter.
361    * @see org.openmdx.compatibility.base.query.FilterOperators
362    */

363   public void forAllPositionName (
364     short operator,
365     String JavaDoc[] filterValues
366   );
367
368   /**
369    * @param operator The operator for this filter.
370    * @see org.openmdx.compatibility.base.query.FilterOperators
371    */

372   public void thereExistsPositionName (
373     short operator,
374     String JavaDoc[] filterValues
375   );
376
377   /**
378    * @param operator The operator for this filter.
379    * @see org.openmdx.compatibility.base.query.FilterOperators
380    */

381   public void forAllPositionName (
382     short operator,
383     java.util.Collection JavaDoc filterValues
384   );
385
386   /**
387    * @param operator The operator for this filter.
388    * @see org.openmdx.compatibility.base.query.FilterOperators
389    */

390   public void thereExistsPositionName (
391     short operator,
392     java.util.Collection JavaDoc filterValues
393   );
394
395   /**
396    * Specifies the sort order of all the instances that match the filter criteria.
397    * @param order The sort order for this filter.
398    * @see org.openmdx.compatibility.base.dataprovider.cci.Directions
399    */

400   public void orderByPositionName (
401     short order
402   );
403     
404 // ----------------------------------------------------------------------------
405
// Filter/IntfStructureFieldIsNotStruct
406
// ----------------------------------------------------------------------------
407
/**
408    * @param operator The operator for this filter.
409    * @see org.openmdx.compatibility.base.query.FilterOperators
410    */

411   public void forAllQuantity (
412     short operator,
413     java.math.BigDecimal JavaDoc[] filterValues
414   );
415
416   /**
417    * @param operator The operator for this filter.
418    * @see org.openmdx.compatibility.base.query.FilterOperators
419    */

420   public void thereExistsQuantity (
421     short operator,
422     java.math.BigDecimal JavaDoc[] filterValues
423   );
424
425   /**
426    * @param operator The operator for this filter.
427    * @see org.openmdx.compatibility.base.query.FilterOperators
428    */

429   public void forAllQuantity (
430     short operator,
431     java.util.Collection JavaDoc filterValues
432   );
433
434   /**
435    * @param operator The operator for this filter.
436    * @see org.openmdx.compatibility.base.query.FilterOperators
437    */

438   public void thereExistsQuantity (
439     short operator,
440     java.util.Collection JavaDoc filterValues
441   );
442
443   /**
444    * Specifies the sort order of all the instances that match the filter criteria.
445    * @param order The sort order for this filter.
446    * @see org.openmdx.compatibility.base.dataprovider.cci.Directions
447    */

448   public void orderByQuantity (
449     short order
450   );
451     
452 // ----------------------------------------------------------------------------
453
// Filter/IntfStructureFieldIsNotStruct
454
// ----------------------------------------------------------------------------
455
/**
456    * @param operator The operator for this filter.
457    * @see org.openmdx.compatibility.base.query.FilterOperators
458    */

459   public void forAllReversalOf (
460     short operator,
461     org.opencrx.kernel.depot1.cci.CompoundBooking[] filterValues
462   );
463
464   /**
465    * @param operator The operator for this filter.
466    * @see org.openmdx.compatibility.base.query.FilterOperators
467    */

468   public void thereExistsReversalOf (
469     short operator,
470     org.opencrx.kernel.depot1.cci.CompoundBooking[] filterValues
471   );
472
473   /**
474    * @param operator The operator for this filter.
475    * @see org.openmdx.compatibility.base.query.FilterOperators
476    */

477   public void forAllReversalOf (
478     short operator,
479     java.util.Collection JavaDoc filterValues
480   );
481
482   /**
483    * @param operator The operator for this filter.
484    * @see org.openmdx.compatibility.base.query.FilterOperators
485    */

486   public void thereExistsReversalOf (
487     short operator,
488     java.util.Collection JavaDoc filterValues
489   );
490
491   /**
492    * Specifies the sort order of all the instances that match the filter criteria.
493    * @param order The sort order for this filter.
494    * @see org.openmdx.compatibility.base.dataprovider.cci.Directions
495    */

496   public void orderByReversalOf (
497     short order
498   );
499     
500 // ----------------------------------------------------------------------------
501
// Filter/IntfStructureFieldIsNotStruct
502
// ----------------------------------------------------------------------------
503
/**
504    * @param operator The operator for this filter.
505    * @see org.openmdx.compatibility.base.query.FilterOperators
506    */

507   public void forAllValueDate (
508     short operator,
509     java.util.Date JavaDoc[] filterValues
510   );
511
512   /**
513    * @param operator The operator for this filter.
514    * @see org.openmdx.compatibility.base.query.FilterOperators
515    */

516   public void thereExistsValueDate (
517     short operator,
518     java.util.Date JavaDoc[] filterValues
519   );
520
521   /**
522    * @param operator The operator for this filter.
523    * @see org.openmdx.compatibility.base.query.FilterOperators
524    */

525   public void forAllValueDate (
526     short operator,
527     java.util.Collection JavaDoc filterValues
528   );
529
530   /**
531    * @param operator The operator for this filter.
532    * @see org.openmdx.compatibility.base.query.FilterOperators
533    */

534   public void thereExistsValueDate (
535     short operator,
536     java.util.Collection JavaDoc filterValues
537   );
538
539   /**
540    * Specifies the sort order of all the instances that match the filter criteria.
541    * @param order The sort order for this filter.
542    * @see org.openmdx.compatibility.base.dataprovider.cci.Directions
543    */

544   public void orderByValueDate (
545     short order
546   );
547     
548 // ----------------------------------------------------------------------------
549
// Filter/IntfEnd
550
// ----------------------------------------------------------------------------
551
}
552
Popular Tags