KickJava   Java API By Example, From Geeks To Geeks.

Java > Open Source Codes > org > opencrx > kernel > contract1 > cci > ShippingDetailFilter


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

17 public interface ShippingDetailFilter
18   extends org.openmdx.base.accessor.jmi.cci.RefFilter_1_0 {
19      
20 // ----------------------------------------------------------------------------
21
// Filter/IntfReference
22
// ----------------------------------------------------------------------------
23
/**
24    * @param operator The operator for this filter.
25    * @see org.openmdx.compatibility.base.query.FilterOperators
26    */

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

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

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

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

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

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

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

93   public void thereExistsGiftMessage (
94     short operator,
95     java.util.Collection JavaDoc filterValues
96   );
97
98   /**
99    * Specifies the sort order of all the instances that match the filter criteria.
100    * @param order The sort order for this filter.
101    * @see org.openmdx.compatibility.base.dataprovider.cci.Directions
102    */

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

114   public void forAllIsGift (
115     short operator,
116     boolean[] filterValues
117   );
118
119   /**
120    * @param operator The operator for this filter.
121    * @see org.openmdx.compatibility.base.query.FilterOperators
122    */

123   public void thereExistsIsGift (
124     short operator,
125     boolean[] filterValues
126   );
127
128   /**
129    * @param operator The operator for this filter.
130    * @see org.openmdx.compatibility.base.query.FilterOperators
131    */

132   public void forAllIsGift (
133     short operator,
134     java.util.Collection JavaDoc filterValues
135   );
136
137   /**
138    * @param operator The operator for this filter.
139    * @see org.openmdx.compatibility.base.query.FilterOperators
140    */

141   public void thereExistsIsGift (
142     short operator,
143     java.util.Collection JavaDoc filterValues
144   );
145
146   /**
147    * Specifies the sort order of all the instances that match the filter criteria.
148    * @param order The sort order for this filter.
149    * @see org.openmdx.compatibility.base.dataprovider.cci.Directions
150    */

151   public void orderByIsGift (
152     short order
153   );
154        
155 // ----------------------------------------------------------------------------
156
// Filter/IntfAttributeIsNotStruct
157
// ----------------------------------------------------------------------------
158
/**
159    * @param operator The operator for this filter.
160    * @see org.openmdx.compatibility.base.query.FilterOperators
161    */

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

171   public void thereExistsShippingInstructions (
172     short operator,
173     String JavaDoc[] filterValues
174   );
175
176   /**
177    * @param operator The operator for this filter.
178    * @see org.openmdx.compatibility.base.query.FilterOperators
179    */

180   public void forAllShippingInstructions (
181     short operator,
182     java.util.Collection JavaDoc filterValues
183   );
184
185   /**
186    * @param operator The operator for this filter.
187    * @see org.openmdx.compatibility.base.query.FilterOperators
188    */

189   public void thereExistsShippingInstructions (
190     short operator,
191     java.util.Collection JavaDoc filterValues
192   );
193
194   /**
195    * Specifies the sort order of all the instances that match the filter criteria.
196    * @param order The sort order for this filter.
197    * @see org.openmdx.compatibility.base.dataprovider.cci.Directions
198    */

199   public void orderByShippingInstructions (
200     short order
201   );
202        
203 // ----------------------------------------------------------------------------
204
// Filter/IntfAttributeIsNotStruct
205
// ----------------------------------------------------------------------------
206
/**
207    * @param operator The operator for this filter.
208    * @see org.openmdx.compatibility.base.query.FilterOperators
209    */

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

219   public void thereExistsShippingMethod (
220     short operator,
221     short[] filterValues
222   );
223
224   /**
225    * @param operator The operator for this filter.
226    * @see org.openmdx.compatibility.base.query.FilterOperators
227    */

228   public void forAllShippingMethod (
229     short operator,
230     java.util.Collection JavaDoc filterValues
231   );
232
233   /**
234    * @param operator The operator for this filter.
235    * @see org.openmdx.compatibility.base.query.FilterOperators
236    */

237   public void thereExistsShippingMethod (
238     short operator,
239     java.util.Collection JavaDoc filterValues
240   );
241
242   /**
243    * Specifies the sort order of all the instances that match the filter criteria.
244    * @param order The sort order for this filter.
245    * @see org.openmdx.compatibility.base.dataprovider.cci.Directions
246    */

247   public void orderByShippingMethod (
248     short order
249   );
250        
251 // ----------------------------------------------------------------------------
252
// Filter/IntfAttributeIsNotStruct
253
// ----------------------------------------------------------------------------
254
/**
255    * @param operator The operator for this filter.
256    * @see org.openmdx.compatibility.base.query.FilterOperators
257    */

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

267   public void thereExistsShippingTrackingNumber (
268     short operator,
269     String JavaDoc[] filterValues
270   );
271
272   /**
273    * @param operator The operator for this filter.
274    * @see org.openmdx.compatibility.base.query.FilterOperators
275    */

276   public void forAllShippingTrackingNumber (
277     short operator,
278     java.util.Collection JavaDoc filterValues
279   );
280
281   /**
282    * @param operator The operator for this filter.
283    * @see org.openmdx.compatibility.base.query.FilterOperators
284    */

285   public void thereExistsShippingTrackingNumber (
286     short operator,
287     java.util.Collection JavaDoc filterValues
288   );
289
290   /**
291    * Specifies the sort order of all the instances that match the filter criteria.
292    * @param order The sort order for this filter.
293    * @see org.openmdx.compatibility.base.dataprovider.cci.Directions
294    */

295   public void orderByShippingTrackingNumber (
296     short order
297   );
298        
299 // ----------------------------------------------------------------------------
300
// Filter/IntfEnd
301
// ----------------------------------------------------------------------------
302
}
303
Popular Tags