KickJava   Java API By Example, From Geeks To Geeks.

Java > Open Source Codes > org > opencrx > kernel > contract1 > cci > CustomerContractRoleClass


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

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

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

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

80   public CustomerContractRole extendSecureObject(
81       org.opencrx.kernel.base.cci.SecureObject _base
82     , short accountRating
83     , short accountState
84     , short accountType
85   );
86 // ----------------------------------------------------------------------------
87
// ClassProxy/IntfInstanceExtenderRequiredAttributes
88
// ----------------------------------------------------------------------------
89
/**
90    * Creates an instance of class <code>CustomerContractRole</code> based on
91    * the 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>CustomerContractRole</code>.
95    */

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

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

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

153   public CustomerContractRole extendViewCapable(
154       org.openmdx.compatibility.view1.cci.ViewCapable _base
155     , short accountRating
156     , short accountState
157     , short accountType
158     , short accessLevelBrowse
159     , short accessLevelDelete
160     , short accessLevelUpdate
161   );
162 // ----------------------------------------------------------------------------
163
// ClassProxy/IntfEnd.vm
164
// ----------------------------------------------------------------------------
165
}
166
Popular Tags