KickJava   Java API By Example, From Geeks To Geeks.

Java > Open Source Codes > org > opencrx > kernel > activity1 > cci > SegmentClass


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

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

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

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

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

93   public Segment extendWorkflowTarget(
94       org.opencrx.kernel.base.cci.WorkflowTarget _base
95     , short accessLevelBrowse
96     , short accessLevelDelete
97     , short accessLevelUpdate
98   );
99 // ----------------------------------------------------------------------------
100
// ClassProxy/IntfInstanceExtenderRequiredAttributes
101
// ----------------------------------------------------------------------------
102
/**
103    * Creates an instance of class <code>Segment</code> based on the
104    * superclass <code>XmlExporter</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>Segment</code>.
108    */

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

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

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

157   public Segment extendViewCapable(
158       org.openmdx.compatibility.view1.cci.ViewCapable _base
159     , short accessLevelBrowse
160     , short accessLevelDelete
161     , short accessLevelUpdate
162   );
163 // ----------------------------------------------------------------------------
164
// ClassProxy/IntfEnd.vm
165
// ----------------------------------------------------------------------------
166
}
167
Popular Tags