KickJava   Java API By Example, From Geeks To Geeks.

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


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

17 public interface ContractRoleFilter
18   extends
19   org.opencrx.kernel.account1.cci.AbstractAccountFilter,
20   org.opencrx.kernel.base.cci.SecureObjectFilter,
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 forAllAccount (
31     short operator,
32     org.opencrx.kernel.account1.cci.Account[] filterValues
33   );
34
35   /**
36    * @param operator The operator for this filter.
37    * @see org.openmdx.compatibility.base.query.FilterOperators
38    */

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

48   public void forAllAccount (
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 thereExistsAccount (
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 forAllContract (
70     short operator,
71     org.opencrx.kernel.contract1.cci.AbstractContract[] filterValues
72   );
73
74   /**
75    * @param operator The operator for this filter.
76    * @see org.openmdx.compatibility.base.query.FilterOperators
77    */

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

87   public void forAllContract (
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 thereExistsContract (
97     short operator,
98     java.util.Collection JavaDoc filterValues
99   );
100        
101 // ----------------------------------------------------------------------------
102
// Filter/IntfEnd
103
// ----------------------------------------------------------------------------
104
}
105
Popular Tags