KickJava   Java API By Example, From Geeks To Geeks.

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


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

17 public interface ProductBundleFilter
18   extends
19   org.opencrx.kernel.depot1.cci.DepotReferenceHolderFilter,
20   org.opencrx.kernel.product1.cci.AbstractProductFilter,
21   org.opencrx.kernel.product1.cci.ContractPositionConstrainedFilter,
22   org.opencrx.kernel.product1.cci.PriceOverrideEnabledFilter {
23      
24 // ----------------------------------------------------------------------------
25
// Filter/IntfReference
26
// ----------------------------------------------------------------------------
27
/**
28    * @param operator The operator for this filter.
29    * @see org.openmdx.compatibility.base.query.FilterOperators
30    */

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

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

49   public void forAllBundleType (
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 thereExistsBundleType (
59     short operator,
60     java.util.Collection JavaDoc filterValues
61   );
62        
63 // ----------------------------------------------------------------------------
64
// Filter/IntfEnd
65
// ----------------------------------------------------------------------------
66
}
67
Popular Tags