KickJava   Java API By Example, From Geeks To Geeks.

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


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

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

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

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

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

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

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

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

150   public Subscription extendViewCapable(
151       org.openmdx.compatibility.view1.cci.ViewCapable _base
152     , short accessLevelBrowse
153     , short accessLevelDelete
154     , short accessLevelUpdate
155     , boolean isActive
156     , String JavaDoc name
157   );
158 // ----------------------------------------------------------------------------
159
// ClassProxy/IntfEnd.vm
160
// ----------------------------------------------------------------------------
161
}
162
Popular Tags