KickJava   Java API By Example, From Geeks To Geeks.

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


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

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

33   public void forAllScheduledDate (
34     short operator,
35     java.util.Date JavaDoc[] filterValues
36   );
37
38   /**
39    * @param operator The operator for this filter.
40    * @see org.openmdx.compatibility.base.query.FilterOperators
41    */

42   public void thereExistsScheduledDate (
43     short operator,
44     java.util.Date JavaDoc[] filterValues
45   );
46
47   /**
48    * @param operator The operator for this filter.
49    * @see org.openmdx.compatibility.base.query.FilterOperators
50    */

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

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

70   public void orderByScheduledDate (
71     short order
72   );
73        
74 // ----------------------------------------------------------------------------
75
// Filter/IntfEnd
76
// ----------------------------------------------------------------------------
77
}
78
Popular Tags