KickJava   Java API By Example, From Geeks To Geeks.

Java > Open Source Codes > org > opencrx > kernel > account1 > cci > Segment


1 // ----------------------------------------------------------------------------
2
// Instance/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:55 CEST 2006
9
//
10
// GENERATED - DO NOT CHANGE MANUALLY
11
//
12
//////////////////////////////////////////////////////////////////////////////
13
package org.opencrx.kernel.account1.cci;
14
15 public interface Segment
16   extends
17  org.opencrx.kernel.base.cci.Auditee,
18  org.opencrx.kernel.base.cci.Importer,
19  org.opencrx.kernel.base.cci.SecureObject,
20  org.opencrx.kernel.base.cci.XmlExporter,
21  org.openmdx.base.cci.Segment {
22 // ----------------------------------------------------------------------------
23
// Instance/IntfReferenceGet0_1WithQualifier
24
// ----------------------------------------------------------------------------
25
/**
26    * Retrieves the value for the reference <code>account</code> for the
27    * specified qualifier attribute value.
28    * @param id The value for the qualifier attribute that qualifies this reference.
29    * @return The possibly null value for this reference.
30    * @exception JmiException If the value cannot be retrieved for some reason.
31    */

32   public org.opencrx.kernel.account1.cci.Account getAccount(
33     String JavaDoc id
34   );
35
36 // ----------------------------------------------------------------------------
37
// Instance/IntfReferenceGet0_nWithFilter
38
// ----------------------------------------------------------------------------
39
/**
40    * Retrieves a collection containing all the elements for the reference
41    * <code>account</code>.
42    * @return A collection containing all the elements for this reference.
43    * @exception JmiException If the values cannot be retrieved for some reason.
44    */

45   public java.util.Collection JavaDoc getAccount(
46   );
47
48   /**
49    * Retrieves the value for the reference <code>account</code> for the
50    * specified filter.
51    * @param filter filter which is applied to the set of referenced objects.
52    * @return The filtered collection of referenced objects.
53    * @exception JmiException If the value cannot be retrieved for some reason.
54    */

55   public java.util.List JavaDoc getAccount(
56     org.opencrx.kernel.account1.cci.AccountFilter filter
57   );
58
59 // ----------------------------------------------------------------------------
60
// Instance/IntfReferenceAddWithQualifier
61
// ----------------------------------------------------------------------------
62
/**
63    * @param id The qualifier attribute value that qualifies the reference to get the element to be appended.
64    * @param newValue The element to be appended.
65    * @exception JmiException If the value cannot be appended for some reason.
66    */

67   public void addAccount (
68     String JavaDoc id,
69     org.opencrx.kernel.account1.cci.Account newValue
70   );
71
72 // ----------------------------------------------------------------------------
73
// Instance/IntfReferenceAddWithoutQualifier
74
// ----------------------------------------------------------------------------
75
/**
76    * @param newValue The element to be appended.
77    * @exception JmiException If the value cannot be appended for some reason.
78    */

79   public void addAccount (
80     org.opencrx.kernel.account1.cci.Account newValue
81   );
82
83 // ----------------------------------------------------------------------------
84
// Instance/IntfReferenceRemoveWithQualifier
85
// ----------------------------------------------------------------------------
86
/**
87    * @exception JmiException If the value cannot be removed for some reason.
88    */

89   public void removeAccount (
90     String JavaDoc id
91   );
92 // ----------------------------------------------------------------------------
93
// Instance/IntfReferenceGet0_1WithQualifier
94
// ----------------------------------------------------------------------------
95
/**
96    * Retrieves the value for the reference <code>competitor</code> for the
97    * specified qualifier attribute value.
98    * @param id The value for the qualifier attribute that qualifies this reference.
99    * @return The possibly null value for this reference.
100    * @exception JmiException If the value cannot be retrieved for some reason.
101    */

102   public org.opencrx.kernel.account1.cci.Competitor getCompetitor(
103     String JavaDoc id
104   );
105
106 // ----------------------------------------------------------------------------
107
// Instance/IntfReferenceGet0_nWithFilter
108
// ----------------------------------------------------------------------------
109
/**
110    * Retrieves a collection containing all the elements for the reference
111    * <code>competitor</code>.
112    * @return A collection containing all the elements for this reference.
113    * @exception JmiException If the values cannot be retrieved for some reason.
114    */

115   public java.util.Collection JavaDoc getCompetitor(
116   );
117
118   /**
119    * Retrieves the value for the reference <code>competitor</code> for the
120    * specified filter.
121    * @param filter filter which is applied to the set of referenced objects.
122    * @return The filtered collection of referenced objects.
123    * @exception JmiException If the value cannot be retrieved for some reason.
124    */

125   public java.util.List JavaDoc getCompetitor(
126     org.opencrx.kernel.account1.cci.CompetitorFilter filter
127   );
128
129 // ----------------------------------------------------------------------------
130
// Instance/IntfReferenceAddWithQualifier
131
// ----------------------------------------------------------------------------
132
/**
133    * @param id The qualifier attribute value that qualifies the reference to get the element to be appended.
134    * @param newValue The element to be appended.
135    * @exception JmiException If the value cannot be appended for some reason.
136    */

137   public void addCompetitor (
138     String JavaDoc id,
139     org.opencrx.kernel.account1.cci.Competitor newValue
140   );
141
142 // ----------------------------------------------------------------------------
143
// Instance/IntfReferenceAddWithoutQualifier
144
// ----------------------------------------------------------------------------
145
/**
146    * @param newValue The element to be appended.
147    * @exception JmiException If the value cannot be appended for some reason.
148    */

149   public void addCompetitor (
150     org.opencrx.kernel.account1.cci.Competitor newValue
151   );
152
153 // ----------------------------------------------------------------------------
154
// Instance/IntfReferenceRemoveWithQualifier
155
// ----------------------------------------------------------------------------
156
/**
157    * @exception JmiException If the value cannot be removed for some reason.
158    */

159   public void removeCompetitor (
160     String JavaDoc id
161   );
162 // ----------------------------------------------------------------------------
163
// Instance/IntfReferenceGet0_1WithQualifier
164
// ----------------------------------------------------------------------------
165
/**
166    * Retrieves the value for the reference <code>organization</code> for the
167    * specified qualifier attribute value.
168    * @param id The value for the qualifier attribute that qualifies this reference.
169    * @return The possibly null value for this reference.
170    * @exception JmiException If the value cannot be retrieved for some reason.
171    */

172   public org.opencrx.kernel.account1.cci.Organization getOrganization(
173     String JavaDoc id
174   );
175
176 // ----------------------------------------------------------------------------
177
// Instance/IntfReferenceGet0_nWithFilter
178
// ----------------------------------------------------------------------------
179
/**
180    * Retrieves a collection containing all the elements for the reference
181    * <code>organization</code>.
182    * @return A collection containing all the elements for this reference.
183    * @exception JmiException If the values cannot be retrieved for some reason.
184    */

185   public java.util.Collection JavaDoc getOrganization(
186   );
187
188   /**
189    * Retrieves the value for the reference <code>organization</code> for the
190    * specified filter.
191    * @param filter filter which is applied to the set of referenced objects.
192    * @return The filtered collection of referenced objects.
193    * @exception JmiException If the value cannot be retrieved for some reason.
194    */

195   public java.util.List JavaDoc getOrganization(
196     org.opencrx.kernel.account1.cci.OrganizationFilter filter
197   );
198
199 // ----------------------------------------------------------------------------
200
// Instance/IntfReferenceAddWithQualifier
201
// ----------------------------------------------------------------------------
202
/**
203    * @param id The qualifier attribute value that qualifies the reference to get the element to be appended.
204    * @param newValue The element to be appended.
205    * @exception JmiException If the value cannot be appended for some reason.
206    */

207   public void addOrganization (
208     String JavaDoc id,
209     org.opencrx.kernel.account1.cci.Organization newValue
210   );
211
212 // ----------------------------------------------------------------------------
213
// Instance/IntfReferenceAddWithoutQualifier
214
// ----------------------------------------------------------------------------
215
/**
216    * @param newValue The element to be appended.
217    * @exception JmiException If the value cannot be appended for some reason.
218    */

219   public void addOrganization (
220     org.opencrx.kernel.account1.cci.Organization newValue
221   );
222
223 // ----------------------------------------------------------------------------
224
// Instance/IntfReferenceRemoveWithQualifier
225
// ----------------------------------------------------------------------------
226
/**
227    * @exception JmiException If the value cannot be removed for some reason.
228    */

229   public void removeOrganization (
230     String JavaDoc id
231   );
232 // ----------------------------------------------------------------------------
233
// Instance/IntfReferenceGet0_1WithQualifier
234
// ----------------------------------------------------------------------------
235
/**
236    * Retrieves the value for the reference <code>searchIndexEntry</code> for
237    * the specified qualifier attribute value.
238    * @param id The value for the qualifier attribute that qualifies this reference.
239    * @return The possibly null value for this reference.
240    * @exception JmiException If the value cannot be retrieved for some reason.
241    */

242   public org.opencrx.kernel.account1.cci.SearchIndexEntry getSearchIndexEntry(
243     String JavaDoc id
244   );
245
246 // ----------------------------------------------------------------------------
247
// Instance/IntfReferenceGet0_nWithFilter
248
// ----------------------------------------------------------------------------
249
/**
250    * Retrieves a collection containing all the elements for the reference
251    * <code>searchIndexEntry</code>.
252    * @return A collection containing all the elements for this reference.
253    * @exception JmiException If the values cannot be retrieved for some reason.
254    */

255   public java.util.Collection JavaDoc getSearchIndexEntry(
256   );
257
258   /**
259    * Retrieves the value for the reference <code>searchIndexEntry</code> for
260    * the specified filter.
261    * @param filter filter which is applied to the set of referenced objects.
262    * @return The filtered collection of referenced objects.
263    * @exception JmiException If the value cannot be retrieved for some reason.
264    */

265   public java.util.List JavaDoc getSearchIndexEntry(
266     org.opencrx.kernel.account1.cci.SearchIndexEntryFilter filter
267   );
268
269 // ----------------------------------------------------------------------------
270
// Instance/IntfReferenceAddWithQualifier
271
// ----------------------------------------------------------------------------
272
/**
273    * @param id The qualifier attribute value that qualifies the reference to get the element to be appended.
274    * @param newValue The element to be appended.
275    * @exception JmiException If the value cannot be appended for some reason.
276    */

277   public void addSearchIndexEntry (
278     String JavaDoc id,
279     org.opencrx.kernel.account1.cci.SearchIndexEntry newValue
280   );
281
282 // ----------------------------------------------------------------------------
283
// Instance/IntfReferenceAddWithoutQualifier
284
// ----------------------------------------------------------------------------
285
/**
286    * @param newValue The element to be appended.
287    * @exception JmiException If the value cannot be appended for some reason.
288    */

289   public void addSearchIndexEntry (
290     org.opencrx.kernel.account1.cci.SearchIndexEntry newValue
291   );
292
293 // ----------------------------------------------------------------------------
294
// Instance/IntfReferenceRemoveWithQualifier
295
// ----------------------------------------------------------------------------
296
/**
297    * @exception JmiException If the value cannot be removed for some reason.
298    */

299   public void removeSearchIndexEntry (
300     String JavaDoc id
301   );
302 // ----------------------------------------------------------------------------
303
// Instance/IntfEnd.vm
304
// ----------------------------------------------------------------------------
305
}
306
Popular Tags