KickJava   Java API By Example, From Geeks To Geeks.

Java > Open Source Codes > org > opencrx > kernel > model1 > cci > EditablePackageClass


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

23   public EditablePackage createEditablePackage(
24   );
25
26   /**
27    * Creates an instance of class <code>EditablePackage</code> based on the
28    * specified Object instance.
29    * This is a factory operation used to create instance objects of class
30    * <code>EditablePackage</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 EditablePackage getEditablePackage(
35     Object JavaDoc object
36   );
37 // ----------------------------------------------------------------------------
38
// ClassProxy/IntfInstanceCreatorRequiredAttributes
39
// ----------------------------------------------------------------------------
40
/**
41    * Creates an instance of class <code>EditablePackage</code> based on all
42    * required attributes.
43    * This is a factory operation used to create instance objects of class
44    * <code>EditablePackage</code>.
45    */

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

62   public EditablePackage extendSecureObject(
63       org.opencrx.kernel.base.cci.SecureObject _base
64     , String JavaDoc name
65   );
66 // ----------------------------------------------------------------------------
67
// ClassProxy/IntfInstanceExtenderRequiredAttributes
68
// ----------------------------------------------------------------------------
69
/**
70    * Creates an instance of class <code>EditablePackage</code> based on the
71    * superclass <code>EditableElement</code> and all required attributes not
72    * included in this superclass.
73    * This is a factory operation used to create instance objects of class
74    * <code>EditablePackage</code>.
75    */

76   public EditablePackage extendEditableElement(
77       org.opencrx.kernel.model1.cci.EditableElement _base
78     , short accessLevelBrowse
79     , short accessLevelDelete
80     , short accessLevelUpdate
81   );
82 // ----------------------------------------------------------------------------
83
// ClassProxy/IntfInstanceExtenderRequiredAttributes
84
// ----------------------------------------------------------------------------
85
/**
86    * Creates an instance of class <code>EditablePackage</code> based on the
87    * superclass <code>BasicObject</code> and all required attributes not
88    * included in this superclass.
89    * This is a factory operation used to create instance objects of class
90    * <code>EditablePackage</code>.
91    */

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

109   public EditablePackage extendContextCapable(
110       org.openmdx.base.cci.ContextCapable _base
111     , short accessLevelBrowse
112     , short accessLevelDelete
113     , short accessLevelUpdate
114     , String JavaDoc name
115   );
116 // ----------------------------------------------------------------------------
117
// ClassProxy/IntfInstanceExtenderRequiredAttributes
118
// ----------------------------------------------------------------------------
119
/**
120    * Creates an instance of class <code>EditablePackage</code> based on the
121    * superclass <code>ExtentCapable</code> and all required attributes not
122    * included in this superclass.
123    * This is a factory operation used to create instance objects of class
124    * <code>EditablePackage</code>.
125    */

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

143   public EditablePackage extendViewCapable(
144       org.openmdx.compatibility.view1.cci.ViewCapable _base
145     , short accessLevelBrowse
146     , short accessLevelDelete
147     , short accessLevelUpdate
148     , String JavaDoc name
149   );
150 // ----------------------------------------------------------------------------
151
// ClassProxy/IntfEnd.vm
152
// ----------------------------------------------------------------------------
153
}
154
Popular Tags