KickJava   Java API By Example, From Geeks To Geeks.

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


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

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

46   public ActivityVote createActivityVote(
47       String JavaDoc name
48     , short accessLevelBrowse
49     , short accessLevelDelete
50     , short accessLevelUpdate
51   );
52 // ----------------------------------------------------------------------------
53
// ClassProxy/IntfInstanceExtenderRequiredAttributes
54
// ----------------------------------------------------------------------------
55
/**
56    * Creates an instance of class <code>ActivityVote</code> based on the
57    * superclass <code>AbstractVote</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>ActivityVote</code>.
61    */

62   public ActivityVote extendAbstractVote(
63       org.opencrx.kernel.activity1.cci.AbstractVote _base
64     , short accessLevelBrowse
65     , short accessLevelDelete
66     , short accessLevelUpdate
67   );
68 // ----------------------------------------------------------------------------
69
// ClassProxy/IntfInstanceExtenderRequiredAttributes
70
// ----------------------------------------------------------------------------
71
/**
72    * Creates an instance of class <code>ActivityVote</code> based on the
73    * superclass <code>Assignable</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>ActivityVote</code>.
77    */

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

95   public ActivityVote extendSecureObject(
96       org.opencrx.kernel.base.cci.SecureObject _base
97     , String JavaDoc name
98   );
99 // ----------------------------------------------------------------------------
100
// ClassProxy/IntfInstanceExtenderRequiredAttributes
101
// ----------------------------------------------------------------------------
102
/**
103    * Creates an instance of class <code>ActivityVote</code> based on the
104    * superclass <code>BasicObject</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>ActivityVote</code>.
108    */

109   public ActivityVote extendBasicObject(
110       org.openmdx.base.cci.BasicObject _base
111     , String JavaDoc name
112     , short accessLevelBrowse
113     , short accessLevelDelete
114     , short accessLevelUpdate
115   );
116 // ----------------------------------------------------------------------------
117
// ClassProxy/IntfInstanceExtenderRequiredAttributes
118
// ----------------------------------------------------------------------------
119
/**
120    * Creates an instance of class <code>ActivityVote</code> based on the
121    * superclass <code>ContextCapable</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>ActivityVote</code>.
125    */

126   public ActivityVote extendContextCapable(
127       org.openmdx.base.cci.ContextCapable _base
128     , String JavaDoc name
129     , short accessLevelBrowse
130     , short accessLevelDelete
131     , short accessLevelUpdate
132   );
133 // ----------------------------------------------------------------------------
134
// ClassProxy/IntfInstanceExtenderRequiredAttributes
135
// ----------------------------------------------------------------------------
136
/**
137    * Creates an instance of class <code>ActivityVote</code> based on the
138    * superclass <code>ExtentCapable</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>ActivityVote</code>.
142    */

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

160   public ActivityVote extendViewCapable(
161       org.openmdx.compatibility.view1.cci.ViewCapable _base
162     , String JavaDoc name
163     , short accessLevelBrowse
164     , short accessLevelDelete
165     , short accessLevelUpdate
166   );
167 // ----------------------------------------------------------------------------
168
// ClassProxy/IntfEnd.vm
169
// ----------------------------------------------------------------------------
170
}
171
Popular Tags