KickJava   Java API By Example, From Geeks To Geeks.

Java > Open Source Codes > org > opencrx > kernel > activity1 > cci > ResourceFilter


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

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

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

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

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

68   public void forAllContact (
69     short operator,
70     org.opencrx.kernel.account1.cci.Contact[] filterValues
71   );
72
73   /**
74    * @param operator The operator for this filter.
75    * @see org.openmdx.compatibility.base.query.FilterOperators
76    */

77   public void thereExistsContact (
78     short operator,
79     org.opencrx.kernel.account1.cci.Contact[] filterValues
80   );
81
82   /**
83    * @param operator The operator for this filter.
84    * @see org.openmdx.compatibility.base.query.FilterOperators
85    */

86   public void forAllContact (
87     short operator,
88     java.util.Collection 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 thereExistsContact (
96     short operator,
97     java.util.Collection JavaDoc filterValues
98   );
99        
100 // ----------------------------------------------------------------------------
101
// Filter/IntfAttributeIsNotStruct
102
// ----------------------------------------------------------------------------
103
/**
104    * @param operator The operator for this filter.
105    * @see org.openmdx.compatibility.base.query.FilterOperators
106    */

107   public void forAllDescription (
108     short operator,
109     String JavaDoc[] filterValues
110   );
111
112   /**
113    * @param operator The operator for this filter.
114    * @see org.openmdx.compatibility.base.query.FilterOperators
115    */

116   public void thereExistsDescription (
117     short operator,
118     String JavaDoc[] filterValues
119   );
120
121   /**
122    * @param operator The operator for this filter.
123    * @see org.openmdx.compatibility.base.query.FilterOperators
124    */

125   public void forAllDescription (
126     short operator,
127     java.util.Collection 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 thereExistsDescription (
135     short operator,
136     java.util.Collection JavaDoc filterValues
137   );
138
139   /**
140    * Specifies the sort order of all the instances that match the filter criteria.
141    * @param order The sort order for this filter.
142    * @see org.openmdx.compatibility.base.dataprovider.cci.Directions
143    */

144   public void orderByDescription (
145     short order
146   );
147        
148 // ----------------------------------------------------------------------------
149
// Filter/IntfAttributeIsNotStruct
150
// ----------------------------------------------------------------------------
151
/**
152    * @param operator The operator for this filter.
153    * @see org.openmdx.compatibility.base.query.FilterOperators
154    */

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

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

173   public void forAllName (
174     short operator,
175     java.util.Collection 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 thereExistsName (
183     short operator,
184     java.util.Collection JavaDoc filterValues
185   );
186
187   /**
188    * Specifies the sort order of all the instances that match the filter criteria.
189    * @param order The sort order for this filter.
190    * @see org.openmdx.compatibility.base.dataprovider.cci.Directions
191    */

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

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

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

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

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

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

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

269   public void forAllRateCurrency (
270     short operator,
271     java.util.Collection 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 thereExistsRateCurrency (
279     short operator,
280     java.util.Collection JavaDoc filterValues
281   );
282
283   /**
284    * Specifies the sort order of all the instances that match the filter criteria.
285    * @param order The sort order for this filter.
286    * @see org.openmdx.compatibility.base.dataprovider.cci.Directions
287    */

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

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

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

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

336   public void orderByStandardRate (
337     short order
338   );
339        
340 // ----------------------------------------------------------------------------
341
// Filter/IntfEnd
342
// ----------------------------------------------------------------------------
343
}
344
Popular Tags