KickJava   Java API By Example, From Geeks To Geeks.

Java > Open Source Codes > org > opencrx > kernel > product1 > cci > PriceListEntryFilter


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

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

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

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

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

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

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

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

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

96   public void thereExistsProduct (
97     short operator,
98     java.util.Collection JavaDoc filterValues
99   );
100        
101 // ----------------------------------------------------------------------------
102
// Filter/IntfAttributeIsNotStruct
103
// ----------------------------------------------------------------------------
104
/**
105    * @param operator The operator for this filter.
106    * @see org.openmdx.compatibility.base.query.FilterOperators
107    */

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

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

126   public void forAllProductDescription (
127     short operator,
128     java.util.Collection JavaDoc filterValues
129   );
130
131   /**
132    * @param operator The operator for this filter.
133    * @see org.openmdx.compatibility.base.query.FilterOperators
134    */

135   public void thereExistsProductDescription (
136     short operator,
137     java.util.Collection JavaDoc filterValues
138   );
139
140   /**
141    * Specifies the sort order of all the instances that match the filter criteria.
142    * @param order The sort order for this filter.
143    * @see org.openmdx.compatibility.base.dataprovider.cci.Directions
144    */

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

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

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

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

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

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

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

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

222   public void forAllProductType (
223     short operator,
224     java.util.Collection JavaDoc filterValues
225   );
226
227   /**
228    * @param operator The operator for this filter.
229    * @see org.openmdx.compatibility.base.query.FilterOperators
230    */

231   public void thereExistsProductType (
232     short operator,
233     java.util.Collection JavaDoc filterValues
234   );
235
236   /**
237    * Specifies the sort order of all the instances that match the filter criteria.
238    * @param order The sort order for this filter.
239    * @see org.openmdx.compatibility.base.dataprovider.cci.Directions
240    */

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

252   public void forAllSalesTaxType (
253     short operator,
254     org.opencrx.kernel.product1.cci.SalesTaxType[] filterValues
255   );
256
257   /**
258    * @param operator The operator for this filter.
259    * @see org.openmdx.compatibility.base.query.FilterOperators
260    */

261   public void thereExistsSalesTaxType (
262     short operator,
263     org.opencrx.kernel.product1.cci.SalesTaxType[] filterValues
264   );
265
266   /**
267    * @param operator The operator for this filter.
268    * @see org.openmdx.compatibility.base.query.FilterOperators
269    */

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

279   public void thereExistsSalesTaxType (
280     short operator,
281     java.util.Collection JavaDoc filterValues
282   );
283        
284 // ----------------------------------------------------------------------------
285
// Filter/IntfEnd
286
// ----------------------------------------------------------------------------
287
}
288
Popular Tags