KickJava   Java API By Example, From Geeks To Geeks.

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


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

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

46   public ActivityFilterGroup createActivityFilterGroup(
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>ActivityFilterGroup</code> based on
57    * the superclass <code>AbstractFilterActivity</code> and all required
58    * attributes not included in this superclass.
59    * This is a factory operation used to create instance objects of class
60    * <code>ActivityFilterGroup</code>.
61    */

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

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

96   public ActivityFilterGroup extendSecureObject(
97       org.opencrx.kernel.base.cci.SecureObject _base
98     , String JavaDoc name
99   );
100 // ----------------------------------------------------------------------------
101
// ClassProxy/IntfInstanceExtenderRequiredAttributes
102
// ----------------------------------------------------------------------------
103
/**
104    * Creates an instance of class <code>ActivityFilterGroup</code> based on
105    * the superclass <code>BasicObject</code> and all required attributes not
106    * included in this superclass.
107    * This is a factory operation used to create instance objects of class
108    * <code>ActivityFilterGroup</code>.
109    */

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

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

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

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