KickJava   Java API By Example, From Geeks To Geeks.

Java > Open Source Codes > org > opencrx > kernel > forecast1 > cci > ForecastPeriodFilter


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.forecast1.cci;
14
15 /**
16  */

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

365   public void forAllPerson (
366     short operator,
367     org.opencrx.kernel.account1.cci.Contact[] filterValues
368   );
369
370   /**
371    * @param operator The operator for this filter.
372    * @see org.openmdx.compatibility.base.query.FilterOperators
373    */

374   public void thereExistsPerson (
375     short operator,
376     org.opencrx.kernel.account1.cci.Contact[] filterValues
377   );
378
379   /**
380    * @param operator The operator for this filter.
381    * @see org.openmdx.compatibility.base.query.FilterOperators
382    */

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

392   public void thereExistsPerson (
393     short operator,
394     java.util.Collection JavaDoc filterValues
395   );
396        
397 // ----------------------------------------------------------------------------
398
// Filter/IntfAttributeIsNotStruct
399
// ----------------------------------------------------------------------------
400
/**
401    * @param operator The operator for this filter.
402    * @see org.openmdx.compatibility.base.query.FilterOperators
403    */

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

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

422   public void forAllQuoteSum (
423     short operator,
424     java.util.Collection JavaDoc filterValues
425   );
426
427   /**
428    * @param operator The operator for this filter.
429    * @see org.openmdx.compatibility.base.query.FilterOperators
430    */

431   public void thereExistsQuoteSum (
432     short operator,
433     java.util.Collection JavaDoc filterValues
434   );
435
436   /**
437    * Specifies the sort order of all the instances that match the filter criteria.
438    * @param order The sort order for this filter.
439    * @see org.openmdx.compatibility.base.dataprovider.cci.Directions
440    */

441   public void orderByQuoteSum (
442     short order
443   );
444        
445 // ----------------------------------------------------------------------------
446
// Filter/IntfEnd
447
// ----------------------------------------------------------------------------
448
}
449
Popular Tags