KickJava   Java API By Example, From Geeks To Geeks.

Java > Open Source Codes > org > opencrx > kernel > account1 > cci > CompetitorFilter


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

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

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

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

46   public void forAllAccount (
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 thereExistsAccount (
56     short operator,
57     java.util.Collection JavaDoc filterValues
58   );
59        
60 // ----------------------------------------------------------------------------
61
// Filter/IntfAttributeIsNotStruct
62
// ----------------------------------------------------------------------------
63
/**
64    * @param operator The operator for this filter.
65    * @see org.openmdx.compatibility.base.query.FilterOperators
66    */

67   public void forAllCompetitorState (
68     short operator,
69     short[] filterValues
70   );
71
72   /**
73    * @param operator The operator for this filter.
74    * @see org.openmdx.compatibility.base.query.FilterOperators
75    */

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

85   public void forAllCompetitorState (
86     short operator,
87     java.util.Collection 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 thereExistsCompetitorState (
95     short operator,
96     java.util.Collection JavaDoc filterValues
97   );
98
99   /**
100    * Specifies the sort order of all the instances that match the filter criteria.
101    * @param order The sort order for this filter.
102    * @see org.openmdx.compatibility.base.dataprovider.cci.Directions
103    */

104   public void orderByCompetitorState (
105     short order
106   );
107        
108 // ----------------------------------------------------------------------------
109
// Filter/IntfReference
110
// ----------------------------------------------------------------------------
111
/**
112    * @param operator The operator for this filter.
113    * @see org.openmdx.compatibility.base.query.FilterOperators
114    */

115   public void forAllContact (
116     short operator,
117     org.opencrx.kernel.account1.cci.Contact[] filterValues
118   );
119
120   /**
121    * @param operator The operator for this filter.
122    * @see org.openmdx.compatibility.base.query.FilterOperators
123    */

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

133   public void forAllContact (
134     short operator,
135     java.util.Collection 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 thereExistsContact (
143     short operator,
144     java.util.Collection JavaDoc filterValues
145   );
146        
147 // ----------------------------------------------------------------------------
148
// Filter/IntfAttributeIsNotStruct
149
// ----------------------------------------------------------------------------
150
/**
151    * @param operator The operator for this filter.
152    * @see org.openmdx.compatibility.base.query.FilterOperators
153    */

154   public void forAllDescription (
155     short operator,
156     String JavaDoc[] filterValues
157   );
158
159   /**
160    * @param operator The operator for this filter.
161    * @see org.openmdx.compatibility.base.query.FilterOperators
162    */

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

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

181   public void thereExistsDescription (
182     short operator,
183     java.util.Collection JavaDoc filterValues
184   );
185
186   /**
187    * Specifies the sort order of all the instances that match the filter criteria.
188    * @param order The sort order for this filter.
189    * @see org.openmdx.compatibility.base.dataprovider.cci.Directions
190    */

191   public void orderByDescription (
192     short order
193   );
194        
195 // ----------------------------------------------------------------------------
196
// Filter/IntfAttributeIsNotStruct
197
// ----------------------------------------------------------------------------
198
/**
199    * @param operator The operator for this filter.
200    * @see org.openmdx.compatibility.base.query.FilterOperators
201    */

202   public void forAllKeyProduct (
203     short operator,
204     String JavaDoc[] filterValues
205   );
206
207   /**
208    * @param operator The operator for this filter.
209    * @see org.openmdx.compatibility.base.query.FilterOperators
210    */

211   public void thereExistsKeyProduct (
212     short operator,
213     String JavaDoc[] filterValues
214   );
215
216   /**
217    * @param operator The operator for this filter.
218    * @see org.openmdx.compatibility.base.query.FilterOperators
219    */

220   public void forAllKeyProduct (
221     short operator,
222     java.util.Collection 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 thereExistsKeyProduct (
230     short operator,
231     java.util.Collection JavaDoc filterValues
232   );
233
234   /**
235    * Specifies the sort order of all the instances that match the filter criteria.
236    * @param order The sort order for this filter.
237    * @see org.openmdx.compatibility.base.dataprovider.cci.Directions
238    */

239   public void orderByKeyProduct (
240     short order
241   );
242        
243 // ----------------------------------------------------------------------------
244
// Filter/IntfAttributeIsNotStruct
245
// ----------------------------------------------------------------------------
246
/**
247    * @param operator The operator for this filter.
248    * @see org.openmdx.compatibility.base.query.FilterOperators
249    */

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

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

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

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

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

298   public void forAllOpportunities (
299     short operator,
300     String JavaDoc[] filterValues
301   );
302
303   /**
304    * @param operator The operator for this filter.
305    * @see org.openmdx.compatibility.base.query.FilterOperators
306    */

307   public void thereExistsOpportunities (
308     short operator,
309     String JavaDoc[] filterValues
310   );
311
312   /**
313    * @param operator The operator for this filter.
314    * @see org.openmdx.compatibility.base.query.FilterOperators
315    */

316   public void forAllOpportunities (
317     short operator,
318     java.util.Collection 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 thereExistsOpportunities (
326     short operator,
327     java.util.Collection JavaDoc filterValues
328   );
329
330   /**
331    * Specifies the sort order of all the instances that match the filter criteria.
332    * @param order The sort order for this filter.
333    * @see org.openmdx.compatibility.base.dataprovider.cci.Directions
334    */

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

346   public void forAllStrengths (
347     short operator,
348     String JavaDoc[] filterValues
349   );
350
351   /**
352    * @param operator The operator for this filter.
353    * @see org.openmdx.compatibility.base.query.FilterOperators
354    */

355   public void thereExistsStrengths (
356     short operator,
357     String JavaDoc[] filterValues
358   );
359
360   /**
361    * @param operator The operator for this filter.
362    * @see org.openmdx.compatibility.base.query.FilterOperators
363    */

364   public void forAllStrengths (
365     short operator,
366     java.util.Collection 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 thereExistsStrengths (
374     short operator,
375     java.util.Collection JavaDoc filterValues
376   );
377
378   /**
379    * Specifies the sort order of all the instances that match the filter criteria.
380    * @param order The sort order for this filter.
381    * @see org.openmdx.compatibility.base.dataprovider.cci.Directions
382    */

383   public void orderByStrengths (
384     short order
385   );
386        
387 // ----------------------------------------------------------------------------
388
// Filter/IntfAttributeIsNotStruct
389
// ----------------------------------------------------------------------------
390
/**
391    * @param operator The operator for this filter.
392    * @see org.openmdx.compatibility.base.query.FilterOperators
393    */

394   public void forAllThreats (
395     short operator,
396     String JavaDoc[] filterValues
397   );
398
399   /**
400    * @param operator The operator for this filter.
401    * @see org.openmdx.compatibility.base.query.FilterOperators
402    */

403   public void thereExistsThreats (
404     short operator,
405     String JavaDoc[] filterValues
406   );
407
408   /**
409    * @param operator The operator for this filter.
410    * @see org.openmdx.compatibility.base.query.FilterOperators
411    */

412   public void forAllThreats (
413     short operator,
414     java.util.Collection 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 thereExistsThreats (
422     short operator,
423     java.util.Collection JavaDoc filterValues
424   );
425
426   /**
427    * Specifies the sort order of all the instances that match the filter criteria.
428    * @param order The sort order for this filter.
429    * @see org.openmdx.compatibility.base.dataprovider.cci.Directions
430    */

431   public void orderByThreats (
432     short order
433   );
434        
435 // ----------------------------------------------------------------------------
436
// Filter/IntfAttributeIsNotStruct
437
// ----------------------------------------------------------------------------
438
/**
439    * @param operator The operator for this filter.
440    * @see org.openmdx.compatibility.base.query.FilterOperators
441    */

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

451   public void thereExistsWeaknesses (
452     short operator,
453     String JavaDoc[] filterValues
454   );
455
456   /**
457    * @param operator The operator for this filter.
458    * @see org.openmdx.compatibility.base.query.FilterOperators
459    */

460   public void forAllWeaknesses (
461     short operator,
462     java.util.Collection 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 thereExistsWeaknesses (
470     short operator,
471     java.util.Collection JavaDoc filterValues
472   );
473
474   /**
475    * Specifies the sort order of all the instances that match the filter criteria.
476    * @param order The sort order for this filter.
477    * @see org.openmdx.compatibility.base.dataprovider.cci.Directions
478    */

479   public void orderByWeaknesses (
480     short order
481   );
482        
483 // ----------------------------------------------------------------------------
484
// Filter/IntfAttributeIsNotStruct
485
// ----------------------------------------------------------------------------
486
/**
487    * @param operator The operator for this filter.
488    * @see org.openmdx.compatibility.base.query.FilterOperators
489    */

490   public void forAllWinPercentage (
491     short operator,
492     java.math.BigDecimal JavaDoc[] filterValues
493   );
494
495   /**
496    * @param operator The operator for this filter.
497    * @see org.openmdx.compatibility.base.query.FilterOperators
498    */

499   public void thereExistsWinPercentage (
500     short operator,
501     java.math.BigDecimal JavaDoc[] filterValues
502   );
503
504   /**
505    * @param operator The operator for this filter.
506    * @see org.openmdx.compatibility.base.query.FilterOperators
507    */

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

517   public void thereExistsWinPercentage (
518     short operator,
519     java.util.Collection JavaDoc filterValues
520   );
521
522   /**
523    * Specifies the sort order of all the instances that match the filter criteria.
524    * @param order The sort order for this filter.
525    * @see org.openmdx.compatibility.base.dataprovider.cci.Directions
526    */

527   public void orderByWinPercentage (
528     short order
529   );
530        
531 // ----------------------------------------------------------------------------
532
// Filter/IntfEnd
533
// ----------------------------------------------------------------------------
534
}
535
Popular Tags