KickJava   Java API By Example, From Geeks To Geeks.

Java > Open Source Codes > org > opencrx > kernel > product1 > cci > SelectableProductConfigurationClass


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

24   public SelectableProductConfiguration createSelectableProductConfiguration(
25   );
26
27   /**
28    * Creates an instance of class
29    * <code>SelectableProductConfiguration</code> based on the specified
30    * Object instance.
31    * This is a factory operation used to create instance objects of class
32    * <code>SelectableProductConfiguration</code>.
33    * @param object The Object instance this class is based on. Object must
34    * be instanceof RefObject, Object_1_0 or Path.
35    */

36   public SelectableProductConfiguration getSelectableProductConfiguration(
37     Object JavaDoc object
38   );
39 // ----------------------------------------------------------------------------
40
// ClassProxy/IntfInstanceCreatorRequiredAttributes
41
// ----------------------------------------------------------------------------
42
/**
43    * Creates an instance of class
44    * <code>SelectableProductConfiguration</code> based on all required
45    * attributes.
46    * This is a factory operation used to create instance objects of class
47    * <code>SelectableProductConfiguration</code>.
48    */

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

65   public SelectableProductConfiguration extendBasicObject(
66       org.openmdx.base.cci.BasicObject _base
67     , short accessLevelBrowse
68     , short accessLevelDelete
69     , short accessLevelUpdate
70   );
71 // ----------------------------------------------------------------------------
72
// ClassProxy/IntfInstanceExtenderRequiredAttributes
73
// ----------------------------------------------------------------------------
74
/**
75    * Creates an instance of class
76    * <code>SelectableProductConfiguration</code> based on the superclass
77    * <code>ContextCapable</code> and all required attributes not included in
78    * this superclass.
79    * This is a factory operation used to create instance objects of class
80    * <code>SelectableProductConfiguration</code>.
81    */

82   public SelectableProductConfiguration extendContextCapable(
83       org.openmdx.base.cci.ContextCapable _base
84     , short accessLevelBrowse
85     , short accessLevelDelete
86     , short accessLevelUpdate
87   );
88 // ----------------------------------------------------------------------------
89
// ClassProxy/IntfInstanceExtenderRequiredAttributes
90
// ----------------------------------------------------------------------------
91
/**
92    * Creates an instance of class
93    * <code>SelectableProductConfiguration</code> based on the superclass
94    * <code>ExtentCapable</code> and all required attributes not included in
95    * this superclass.
96    * This is a factory operation used to create instance objects of class
97    * <code>SelectableProductConfiguration</code>.
98    */

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

116   public SelectableProductConfiguration extendViewCapable(
117       org.openmdx.compatibility.view1.cci.ViewCapable _base
118     , short accessLevelBrowse
119     , short accessLevelDelete
120     , short accessLevelUpdate
121   );
122 // ----------------------------------------------------------------------------
123
// ClassProxy/IntfEnd.vm
124
// ----------------------------------------------------------------------------
125
}
126
Popular Tags