KickJava   Java API By Example, From Geeks To Geeks.

Java > Open Source Codes > org > opencrx > kernel > address1 > cci > PostalAddressableFilter


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

17 public interface PostalAddressableFilter
18   extends
19   org.opencrx.kernel.generic.cci.PicturedFilter {
20      
21 // ----------------------------------------------------------------------------
22
// Filter/IntfAttributeIsNotStruct
23
// ----------------------------------------------------------------------------
24
/**
25    * @param operator The operator for this filter.
26    * @see org.openmdx.compatibility.base.query.FilterOperators
27    */

28   public void forAllPostalAddressLine (
29     short operator,
30     String JavaDoc[] filterValues
31   );
32
33   /**
34    * @param operator The operator for this filter.
35    * @see org.openmdx.compatibility.base.query.FilterOperators
36    */

37   public void thereExistsPostalAddressLine (
38     short operator,
39     String JavaDoc[] filterValues
40   );
41
42   /**
43    * @param operator The operator for this filter.
44    * @see org.openmdx.compatibility.base.query.FilterOperators
45    */

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

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

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

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

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

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

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

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

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

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

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

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

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

172   public void forAllPostalCountry (
173     short operator,
174     short[] filterValues
175   );
176
177   /**
178    * @param operator The operator for this filter.
179    * @see org.openmdx.compatibility.base.query.FilterOperators
180    */

181   public void thereExistsPostalCountry (
182     short operator,
183     short[] filterValues
184   );
185
186   /**
187    * @param operator The operator for this filter.
188    * @see org.openmdx.compatibility.base.query.FilterOperators
189    */

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

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

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

220   public void forAllPostalCounty (
221     short operator,
222     String JavaDoc[] filterValues
223   );
224
225   /**
226    * @param operator The operator for this filter.
227    * @see org.openmdx.compatibility.base.query.FilterOperators
228    */

229   public void thereExistsPostalCounty (
230     short operator,
231     String JavaDoc[] filterValues
232   );
233
234   /**
235    * @param operator The operator for this filter.
236    * @see org.openmdx.compatibility.base.query.FilterOperators
237    */

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

460   public void forAllPostalStreet (
461     short operator,
462     String JavaDoc[] filterValues
463   );
464
465   /**
466    * @param operator The operator for this filter.
467    * @see org.openmdx.compatibility.base.query.FilterOperators
468    */

469   public void thereExistsPostalStreet (
470     short operator,
471     String JavaDoc[] filterValues
472   );
473
474   /**
475    * @param operator The operator for this filter.
476    * @see org.openmdx.compatibility.base.query.FilterOperators
477    */

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

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

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

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

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

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

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

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