KickJava   Java API By Example, From Geeks To Geeks.

Java > Open Source Codes > org > opencrx > kernel > base > cci > ObjectRemovalAuditEntryClass


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

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

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

63   public ObjectRemovalAuditEntry extendAuditEntry(
64       org.opencrx.kernel.base.cci.AuditEntry _base
65     , String JavaDoc beforeImage
66   );
67 // ----------------------------------------------------------------------------
68
// ClassProxy/IntfInstanceExtenderRequiredAttributes
69
// ----------------------------------------------------------------------------
70
/**
71    * Creates an instance of class <code>ObjectRemovalAuditEntry</code> based
72    * on the superclass <code>SecureObject</code> and all required attributes
73    * not included in this superclass.
74    * This is a factory operation used to create instance objects of class
75    * <code>ObjectRemovalAuditEntry</code>.
76    */

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

92   public ObjectRemovalAuditEntry extendBasicObject(
93       org.openmdx.base.cci.BasicObject _base
94     , String JavaDoc auditee
95     , String JavaDoc beforeImage
96     , short accessLevelBrowse
97     , short accessLevelDelete
98     , short accessLevelUpdate
99   );
100 // ----------------------------------------------------------------------------
101
// ClassProxy/IntfInstanceExtenderRequiredAttributes
102
// ----------------------------------------------------------------------------
103
/**
104    * Creates an instance of class <code>ObjectRemovalAuditEntry</code> based
105    * on the superclass <code>ContextCapable</code> and all required
106    * attributes not included in this superclass.
107    * This is a factory operation used to create instance objects of class
108    * <code>ObjectRemovalAuditEntry</code>.
109    */

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

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

146   public ObjectRemovalAuditEntry extendViewCapable(
147       org.openmdx.compatibility.view1.cci.ViewCapable _base
148     , String JavaDoc auditee
149     , String JavaDoc beforeImage
150     , short accessLevelBrowse
151     , short accessLevelDelete
152     , short accessLevelUpdate
153   );
154 // ----------------------------------------------------------------------------
155
// ClassProxy/IntfEnd.vm
156
// ----------------------------------------------------------------------------
157
}
158
Popular Tags