KickJava   Java API By Example, From Geeks To Geeks.

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


1 // ----------------------------------------------------------------------------
2
// ClassProxy/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:51 CEST 2006
9
//
10
// GENERATED - DO NOT CHANGE MANUALLY
11
//
12
//////////////////////////////////////////////////////////////////////////////
13
package org.opencrx.kernel.product1.cci;
14
15 public interface DefaultSalesTaxTypeFilterPropertyClass
16   extends org.openmdx.base.accessor.jmi.cci.RefClass_1_0 {
17
18   /**
19    * Creates an instance of class
20    * <code>DefaultSalesTaxTypeFilterProperty</code>.
21    * This is a factory operation used to create instance objects of class
22    * <code>DefaultSalesTaxTypeFilterProperty</code>.
23    */

24   public DefaultSalesTaxTypeFilterProperty createDefaultSalesTaxTypeFilterProperty(
25   );
26
27   /**
28    * Creates an instance of class
29    * <code>DefaultSalesTaxTypeFilterProperty</code> based on the specified
30    * Object instance.
31    * This is a factory operation used to create instance objects of class
32    * <code>DefaultSalesTaxTypeFilterProperty</code>.
33    * @param object The Object instance this class is based on. Object must
34    * be instanceof RefObject, Object_1_0 or Path.
35    */

36   public DefaultSalesTaxTypeFilterProperty getDefaultSalesTaxTypeFilterProperty(
37     Object JavaDoc object
38   );
39 // ----------------------------------------------------------------------------
40
// ClassProxy/IntfInstanceCreatorRequiredAttributes
41
// ----------------------------------------------------------------------------
42
/**
43    * Creates an instance of class
44    * <code>DefaultSalesTaxTypeFilterProperty</code> based on all required
45    * attributes.
46    * This is a factory operation used to create instance objects of class
47    * <code>DefaultSalesTaxTypeFilterProperty</code>.
48    */

49   public DefaultSalesTaxTypeFilterProperty createDefaultSalesTaxTypeFilterProperty(
50       short filterOperator
51     , short filterQuantor
52     , String JavaDoc name
53     , short accessLevelBrowse
54     , short accessLevelDelete
55     , short accessLevelUpdate
56   );
57 // ----------------------------------------------------------------------------
58
// ClassProxy/IntfInstanceExtenderRequiredAttributes
59
// ----------------------------------------------------------------------------
60
/**
61    * Creates an instance of class
62    * <code>DefaultSalesTaxTypeFilterProperty</code> based on the superclass
63    * <code>AbstractFilterProperty</code> and all required attributes not
64    * included in this superclass.
65    * This is a factory operation used to create instance objects of class
66    * <code>DefaultSalesTaxTypeFilterProperty</code>.
67    */

68   public DefaultSalesTaxTypeFilterProperty extendAbstractFilterProperty(
69       org.opencrx.kernel.base.cci.AbstractFilterProperty _base
70     , short accessLevelBrowse
71     , short accessLevelDelete
72     , short accessLevelUpdate
73   );
74 // ----------------------------------------------------------------------------
75
// ClassProxy/IntfInstanceExtenderRequiredAttributes
76
// ----------------------------------------------------------------------------
77
/**
78    * Creates an instance of class
79    * <code>DefaultSalesTaxTypeFilterProperty</code> based on the superclass
80    * <code>SecureObject</code> and all required attributes not included in
81    * this superclass.
82    * This is a factory operation used to create instance objects of class
83    * <code>DefaultSalesTaxTypeFilterProperty</code>.
84    */

85   public DefaultSalesTaxTypeFilterProperty extendSecureObject(
86       org.opencrx.kernel.base.cci.SecureObject _base
87     , short filterOperator
88     , short filterQuantor
89     , String JavaDoc name
90   );
91 // ----------------------------------------------------------------------------
92
// ClassProxy/IntfInstanceExtenderRequiredAttributes
93
// ----------------------------------------------------------------------------
94
/**
95    * Creates an instance of class
96    * <code>DefaultSalesTaxTypeFilterProperty</code> based on the superclass
97    * <code>BasicObject</code> and all required attributes not included in
98    * this superclass.
99    * This is a factory operation used to create instance objects of class
100    * <code>DefaultSalesTaxTypeFilterProperty</code>.
101    */

102   public DefaultSalesTaxTypeFilterProperty extendBasicObject(
103       org.openmdx.base.cci.BasicObject _base
104     , short filterOperator
105     , short filterQuantor
106     , String JavaDoc name
107     , short accessLevelBrowse
108     , short accessLevelDelete
109     , short accessLevelUpdate
110   );
111 // ----------------------------------------------------------------------------
112
// ClassProxy/IntfInstanceExtenderRequiredAttributes
113
// ----------------------------------------------------------------------------
114
/**
115    * Creates an instance of class
116    * <code>DefaultSalesTaxTypeFilterProperty</code> based on the superclass
117    * <code>ContextCapable</code> and all required attributes not included in
118    * this superclass.
119    * This is a factory operation used to create instance objects of class
120    * <code>DefaultSalesTaxTypeFilterProperty</code>.
121    */

122   public DefaultSalesTaxTypeFilterProperty extendContextCapable(
123       org.openmdx.base.cci.ContextCapable _base
124     , short filterOperator
125     , short filterQuantor
126     , String JavaDoc name
127     , short accessLevelBrowse
128     , short accessLevelDelete
129     , short accessLevelUpdate
130   );
131 // ----------------------------------------------------------------------------
132
// ClassProxy/IntfInstanceExtenderRequiredAttributes
133
// ----------------------------------------------------------------------------
134
/**
135    * Creates an instance of class
136    * <code>DefaultSalesTaxTypeFilterProperty</code> based on the superclass
137    * <code>ExtentCapable</code> and all required attributes not included in
138    * this superclass.
139    * This is a factory operation used to create instance objects of class
140    * <code>DefaultSalesTaxTypeFilterProperty</code>.
141    */

142   public DefaultSalesTaxTypeFilterProperty extendExtentCapable(
143       org.openmdx.base.cci.ExtentCapable _base
144     , short filterOperator
145     , short filterQuantor
146     , String JavaDoc name
147     , short accessLevelBrowse
148     , short accessLevelDelete
149     , short accessLevelUpdate
150   );
151 // ----------------------------------------------------------------------------
152
// ClassProxy/IntfInstanceExtenderRequiredAttributes
153
// ----------------------------------------------------------------------------
154
/**
155    * Creates an instance of class
156    * <code>DefaultSalesTaxTypeFilterProperty</code> based on the superclass
157    * <code>ViewCapable</code> and all required attributes not included in
158    * this superclass.
159    * This is a factory operation used to create instance objects of class
160    * <code>DefaultSalesTaxTypeFilterProperty</code>.
161    */

162   public DefaultSalesTaxTypeFilterProperty extendViewCapable(
163       org.openmdx.compatibility.view1.cci.ViewCapable _base
164     , short filterOperator
165     , short filterQuantor
166     , String JavaDoc name
167     , short accessLevelBrowse
168     , short accessLevelDelete
169     , short accessLevelUpdate
170   );
171 // ----------------------------------------------------------------------------
172
// ClassProxy/IntfEnd.vm
173
// ----------------------------------------------------------------------------
174
}
175
Popular Tags