KickJava   Java API By Example, From Geeks To Geeks.

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


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

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

46   public MeetingParty createMeetingParty(
47       short partyType
48     , org.opencrx.kernel.account1.cci.Contact party
49     , short accessLevelBrowse
50     , short accessLevelDelete
51     , short accessLevelUpdate
52   );
53 // ----------------------------------------------------------------------------
54
// ClassProxy/IntfInstanceExtenderRequiredAttributes
55
// ----------------------------------------------------------------------------
56
/**
57    * Creates an instance of class <code>MeetingParty</code> based on the
58    * superclass <code>AbstractActivityParty</code> and all required
59    * attributes not included in this superclass.
60    * This is a factory operation used to create instance objects of class
61    * <code>MeetingParty</code>.
62    */

63   public MeetingParty extendAbstractActivityParty(
64       org.opencrx.kernel.activity1.cci.AbstractActivityParty _base
65     , org.opencrx.kernel.account1.cci.Contact party
66   );
67 // ----------------------------------------------------------------------------
68
// ClassProxy/IntfInstanceExtenderRequiredAttributes
69
// ----------------------------------------------------------------------------
70
/**
71    * Creates an instance of class <code>MeetingParty</code> based on the
72    * superclass <code>SecureObject</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>MeetingParty</code>.
76    */

77   public MeetingParty extendSecureObject(
78       org.opencrx.kernel.base.cci.SecureObject _base
79     , short partyType
80     , org.opencrx.kernel.account1.cci.Contact party
81   );
82 // ----------------------------------------------------------------------------
83
// ClassProxy/IntfInstanceExtenderRequiredAttributes
84
// ----------------------------------------------------------------------------
85
/**
86    * Creates an instance of class <code>MeetingParty</code> based on the
87    * superclass <code>BasicObject</code> and all required attributes not
88    * included in this superclass.
89    * This is a factory operation used to create instance objects of class
90    * <code>MeetingParty</code>.
91    */

92   public MeetingParty extendBasicObject(
93       org.openmdx.base.cci.BasicObject _base
94     , short partyType
95     , org.opencrx.kernel.account1.cci.Contact party
96     , short accessLevelBrowse
97     , short accessLevelDelete
98     , short accessLevelUpdate
99   );
100 // ----------------------------------------------------------------------------
101
// ClassProxy/IntfInstanceExtenderRequiredAttributes
102
// ----------------------------------------------------------------------------
103
/**
104    * Creates an instance of class <code>MeetingParty</code> based on the
105    * superclass <code>ContextCapable</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>MeetingParty</code>.
109    */

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

128   public MeetingParty extendExtentCapable(
129       org.openmdx.base.cci.ExtentCapable _base
130     , short partyType
131     , org.opencrx.kernel.account1.cci.Contact party
132     , short accessLevelBrowse
133     , short accessLevelDelete
134     , short accessLevelUpdate
135   );
136 // ----------------------------------------------------------------------------
137
// ClassProxy/IntfInstanceExtenderRequiredAttributes
138
// ----------------------------------------------------------------------------
139
/**
140    * Creates an instance of class <code>MeetingParty</code> based on the
141    * superclass <code>ViewCapable</code> and all required attributes not
142    * included in this superclass.
143    * This is a factory operation used to create instance objects of class
144    * <code>MeetingParty</code>.
145    */

146   public MeetingParty extendViewCapable(
147       org.openmdx.compatibility.view1.cci.ViewCapable _base
148     , short partyType
149     , org.opencrx.kernel.account1.cci.Contact party
150     , short accessLevelBrowse
151     , short accessLevelDelete
152     , short accessLevelUpdate
153   );
154 // ----------------------------------------------------------------------------
155
// ClassProxy/IntfEnd.vm
156
// ----------------------------------------------------------------------------
157
}
158
Popular Tags