KickJava   Java API By Example, From Geeks To Geeks.

Java > Open Source Codes > org > opencrx > kernel > home1 > cci > ChartClass


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

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

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

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

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

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

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

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

138   public Chart extendExtentCapable(
139       org.openmdx.base.cci.ExtentCapable _base
140     , byte[] chart
141     , String JavaDoc chartMimeType
142     , String JavaDoc chartName
143     , String JavaDoc description
144     , short accessLevelBrowse
145     , short accessLevelDelete
146     , short accessLevelUpdate
147   );
148 // ----------------------------------------------------------------------------
149
// ClassProxy/IntfInstanceExtenderRequiredAttributes
150
// ----------------------------------------------------------------------------
151
/**
152    * Creates an instance of class <code>Chart</code> based on the superclass
153    * <code>ViewCapable</code> and all required attributes not included in
154    * this superclass.
155    * This is a factory operation used to create instance objects of class
156    * <code>Chart</code>.
157    */

158   public Chart extendViewCapable(
159       org.openmdx.compatibility.view1.cci.ViewCapable _base
160     , byte[] chart
161     , String JavaDoc chartMimeType
162     , String JavaDoc chartName
163     , String JavaDoc description
164     , short accessLevelBrowse
165     , short accessLevelDelete
166     , short accessLevelUpdate
167   );
168 // ----------------------------------------------------------------------------
169
// ClassProxy/IntfEnd.vm
170
// ----------------------------------------------------------------------------
171
}
172
Popular Tags