KickJava   Java API By Example, From Geeks To Geeks.

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


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 AlertClass
16   extends org.openmdx.base.accessor.jmi.cci.RefClass_1_0 {
17
18   /**
19    * Creates an instance of class <code>Alert</code>.
20    * This is a factory operation used to create instance objects of class
21    * <code>Alert</code>.
22    */

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

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

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

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

99   public Alert extendBasicObject(
100       org.openmdx.base.cci.BasicObject _base
101     , short accessLevelBrowse
102     , short accessLevelDelete
103     , short accessLevelUpdate
104     , short alertState
105     , short importance
106     , String JavaDoc name
107   );
108 // ----------------------------------------------------------------------------
109
// ClassProxy/IntfInstanceExtenderRequiredAttributes
110
// ----------------------------------------------------------------------------
111
/**
112    * Creates an instance of class <code>Alert</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>Alert</code>.
117    */

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

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

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