KickJava   Java API By Example, From Geeks To Geeks.

Java > Open Source Codes > org > opencrx > kernel > uom1 > cci > UomFilter


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

17 public interface UomFilter
18   extends
19   org.opencrx.kernel.base.cci.ImporterFilter,
20   org.opencrx.kernel.base.cci.SecureObjectFilter,
21   org.opencrx.kernel.base.cci.XmlExporterFilter,
22   org.opencrx.kernel.generic.cci.DescriptionContainerFilter,
23   org.openmdx.base.cci.BasicObjectFilter {
24      
25 // ----------------------------------------------------------------------------
26
// Filter/IntfReference
27
// ----------------------------------------------------------------------------
28
/**
29    * @param operator The operator for this filter.
30    * @see org.openmdx.compatibility.base.query.FilterOperators
31    */

32   public void forAllBaseUom (
33     short operator,
34     org.opencrx.kernel.uom1.cci.Uom[] filterValues
35   );
36
37   /**
38    * @param operator The operator for this filter.
39    * @see org.openmdx.compatibility.base.query.FilterOperators
40    */

41   public void thereExistsBaseUom (
42     short operator,
43     org.opencrx.kernel.uom1.cci.Uom[] filterValues
44   );
45
46   /**
47    * @param operator The operator for this filter.
48    * @see org.openmdx.compatibility.base.query.FilterOperators
49    */

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

59   public void thereExistsBaseUom (
60     short operator,
61     java.util.Collection JavaDoc filterValues
62   );
63        
64 // ----------------------------------------------------------------------------
65
// Filter/IntfAttributeIsNotStruct
66
// ----------------------------------------------------------------------------
67
/**
68    * @param operator The operator for this filter.
69    * @see org.openmdx.compatibility.base.query.FilterOperators
70    */

71   public void forAllDescription (
72     short operator,
73     String JavaDoc[] filterValues
74   );
75
76   /**
77    * @param operator The operator for this filter.
78    * @see org.openmdx.compatibility.base.query.FilterOperators
79    */

80   public void thereExistsDescription (
81     short operator,
82     String JavaDoc[] filterValues
83   );
84
85   /**
86    * @param operator The operator for this filter.
87    * @see org.openmdx.compatibility.base.query.FilterOperators
88    */

89   public void forAllDescription (
90     short operator,
91     java.util.Collection JavaDoc filterValues
92   );
93
94   /**
95    * @param operator The operator for this filter.
96    * @see org.openmdx.compatibility.base.query.FilterOperators
97    */

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

108   public void orderByDescription (
109     short order
110   );
111        
112 // ----------------------------------------------------------------------------
113
// Filter/IntfAttributeIsNotStruct
114
// ----------------------------------------------------------------------------
115
/**
116    * @param operator The operator for this filter.
117    * @see org.openmdx.compatibility.base.query.FilterOperators
118    */

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

128   public void thereExistsDetailedDescription (
129     short operator,
130     String JavaDoc[] filterValues
131   );
132
133   /**
134    * @param operator The operator for this filter.
135    * @see org.openmdx.compatibility.base.query.FilterOperators
136    */

137   public void forAllDetailedDescription (
138     short operator,
139     java.util.Collection JavaDoc filterValues
140   );
141
142   /**
143    * @param operator The operator for this filter.
144    * @see org.openmdx.compatibility.base.query.FilterOperators
145    */

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

156   public void orderByDetailedDescription (
157     short order
158   );
159        
160 // ----------------------------------------------------------------------------
161
// Filter/IntfAttributeIsNotStruct
162
// ----------------------------------------------------------------------------
163
/**
164    * @param operator The operator for this filter.
165    * @see org.openmdx.compatibility.base.query.FilterOperators
166    */

167   public void forAllIsScheduleBaseUom (
168     short operator,
169     boolean[] filterValues
170   );
171
172   /**
173    * @param operator The operator for this filter.
174    * @see org.openmdx.compatibility.base.query.FilterOperators
175    */

176   public void thereExistsIsScheduleBaseUom (
177     short operator,
178     boolean[] filterValues
179   );
180
181   /**
182    * @param operator The operator for this filter.
183    * @see org.openmdx.compatibility.base.query.FilterOperators
184    */

185   public void forAllIsScheduleBaseUom (
186     short operator,
187     java.util.Collection JavaDoc filterValues
188   );
189
190   /**
191    * @param operator The operator for this filter.
192    * @see org.openmdx.compatibility.base.query.FilterOperators
193    */

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

204   public void orderByIsScheduleBaseUom (
205     short order
206   );
207        
208 // ----------------------------------------------------------------------------
209
// Filter/IntfAttributeIsNotStruct
210
// ----------------------------------------------------------------------------
211
/**
212    * @param operator The operator for this filter.
213    * @see org.openmdx.compatibility.base.query.FilterOperators
214    */

215   public void forAllName (
216     short operator,
217     String JavaDoc[] filterValues
218   );
219
220   /**
221    * @param operator The operator for this filter.
222    * @see org.openmdx.compatibility.base.query.FilterOperators
223    */

224   public void thereExistsName (
225     short operator,
226     String JavaDoc[] filterValues
227   );
228
229   /**
230    * @param operator The operator for this filter.
231    * @see org.openmdx.compatibility.base.query.FilterOperators
232    */

233   public void forAllName (
234     short operator,
235     java.util.Collection JavaDoc filterValues
236   );
237
238   /**
239    * @param operator The operator for this filter.
240    * @see org.openmdx.compatibility.base.query.FilterOperators
241    */

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

252   public void orderByName (
253     short order
254   );
255        
256 // ----------------------------------------------------------------------------
257
// Filter/IntfAttributeIsNotStruct
258
// ----------------------------------------------------------------------------
259
/**
260    * @param operator The operator for this filter.
261    * @see org.openmdx.compatibility.base.query.FilterOperators
262    */

263   public void forAllQuantity (
264     short operator,
265     java.math.BigDecimal JavaDoc[] filterValues
266   );
267
268   /**
269    * @param operator The operator for this filter.
270    * @see org.openmdx.compatibility.base.query.FilterOperators
271    */

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

281   public void forAllQuantity (
282     short operator,
283     java.util.Collection JavaDoc filterValues
284   );
285
286   /**
287    * @param operator The operator for this filter.
288    * @see org.openmdx.compatibility.base.query.FilterOperators
289    */

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

300   public void orderByQuantity (
301     short order
302   );
303        
304 // ----------------------------------------------------------------------------
305
// Filter/IntfReference
306
// ----------------------------------------------------------------------------
307
/**
308    * @param operator The operator for this filter.
309    * @see org.openmdx.compatibility.base.query.FilterOperators
310    */

311   public void forAllUomSchedule (
312     short operator,
313     org.opencrx.kernel.uom1.cci.UomSchedule[] filterValues
314   );
315
316   /**
317    * @param operator The operator for this filter.
318    * @see org.openmdx.compatibility.base.query.FilterOperators
319    */

320   public void thereExistsUomSchedule (
321     short operator,
322     org.opencrx.kernel.uom1.cci.UomSchedule[] filterValues
323   );
324
325   /**
326    * @param operator The operator for this filter.
327    * @see org.openmdx.compatibility.base.query.FilterOperators
328    */

329   public void forAllUomSchedule (
330     short operator,
331     java.util.Collection JavaDoc filterValues
332   );
333
334   /**
335    * @param operator The operator for this filter.
336    * @see org.openmdx.compatibility.base.query.FilterOperators
337    */

338   public void thereExistsUomSchedule (
339     short operator,
340     java.util.Collection JavaDoc filterValues
341   );
342        
343 // ----------------------------------------------------------------------------
344
// Filter/IntfEnd
345
// ----------------------------------------------------------------------------
346
}
347
Popular Tags