KickJava   Java API By Example, From Geeks To Geeks.

Java > Open Source Codes > org > opencrx > kernel > account1 > cci > AccountCategoryFilterPropertyClass


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

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

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

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

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

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

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

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

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

154   public AccountCategoryFilterProperty extendViewCapable(
155       org.openmdx.compatibility.view1.cci.ViewCapable _base
156     , short filterOperator
157     , short filterQuantor
158     , String JavaDoc name
159     , short accessLevelBrowse
160     , short accessLevelDelete
161     , short accessLevelUpdate
162   );
163 // ----------------------------------------------------------------------------
164
// ClassProxy/IntfEnd.vm
165
// ----------------------------------------------------------------------------
166
}
167
Popular Tags