KickJava   Java API By Example, From Geeks To Geeks.

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


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 UomScheduleFilter
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.openmdx.base.cci.BasicObjectFilter {
23      
24 // ----------------------------------------------------------------------------
25
// Filter/IntfAttributeIsNotStruct
26
// ----------------------------------------------------------------------------
27
/**
28    * @param operator The operator for this filter.
29    * @see org.openmdx.compatibility.base.query.FilterOperators
30    */

31   public void forAllDescription (
32     short operator,
33     String JavaDoc[] filterValues
34   );
35
36   /**
37    * @param operator The operator for this filter.
38    * @see org.openmdx.compatibility.base.query.FilterOperators
39    */

40   public void thereExistsDescription (
41     short operator,
42     String JavaDoc[] filterValues
43   );
44
45   /**
46    * @param operator The operator for this filter.
47    * @see org.openmdx.compatibility.base.query.FilterOperators
48    */

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

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

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

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

88   public void thereExistsDetailedDescription (
89     short operator,
90     String JavaDoc[] filterValues
91   );
92
93   /**
94    * @param operator The operator for this filter.
95    * @see org.openmdx.compatibility.base.query.FilterOperators
96    */

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

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

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

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

136   public void thereExistsName (
137     short operator,
138     String JavaDoc[] filterValues
139   );
140
141   /**
142    * @param operator The operator for this filter.
143    * @see org.openmdx.compatibility.base.query.FilterOperators
144    */

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

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

164   public void orderByName (
165     short order
166   );
167        
168 // ----------------------------------------------------------------------------
169
// Filter/IntfEnd
170
// ----------------------------------------------------------------------------
171
}
172
Popular Tags