KickJava   Java API By Example, From Geeks To Geeks.

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


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

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

46   public Opportunity createOpportunity(
47       short accessLevelBrowse
48     , short accessLevelDelete
49     , short accessLevelUpdate
50     , String JavaDoc templateReferenceFilter
51     , short contractCurrency
52     , short contractLanguage
53     , short contractState
54     , String JavaDoc name
55     , short paymentTerms
56     , short pricingState
57     , short priority
58     , short opportunityRating
59     , short opportunitySource
60     , org.opencrx.kernel.account1.cci.Account carrier
61     , boolean isGift
62     , short shippingMethod
63     , boolean disabled
64   );
65 // ----------------------------------------------------------------------------
66
// ClassProxy/IntfInstanceExtenderRequiredAttributes
67
// ----------------------------------------------------------------------------
68
/**
69    * Creates an instance of class <code>Opportunity</code> based on the
70    * superclass <code>Assignable</code> and all required attributes not
71    * included in this superclass.
72    * This is a factory operation used to create instance objects of class
73    * <code>Opportunity</code>.
74    */

75   public Opportunity extendAssignable(
76       org.opencrx.kernel.base.cci.Assignable _base
77     , short accessLevelBrowse
78     , short accessLevelDelete
79     , short accessLevelUpdate
80     , String JavaDoc templateReferenceFilter
81     , short contractCurrency
82     , short contractLanguage
83     , short contractState
84     , String JavaDoc name
85     , short paymentTerms
86     , short pricingState
87     , short priority
88     , short opportunityRating
89     , short opportunitySource
90     , org.opencrx.kernel.account1.cci.Account carrier
91     , boolean isGift
92     , short shippingMethod
93     , boolean disabled
94   );
95 // ----------------------------------------------------------------------------
96
// ClassProxy/IntfInstanceExtenderRequiredAttributes
97
// ----------------------------------------------------------------------------
98
/**
99    * Creates an instance of class <code>Opportunity</code> based on the
100    * superclass <code>Auditee</code> and all required attributes not
101    * included in this superclass.
102    * This is a factory operation used to create instance objects of class
103    * <code>Opportunity</code>.
104    */

105   public Opportunity extendAuditee(
106       org.opencrx.kernel.base.cci.Auditee _base
107     , short accessLevelBrowse
108     , short accessLevelDelete
109     , short accessLevelUpdate
110     , String JavaDoc templateReferenceFilter
111     , short contractCurrency
112     , short contractLanguage
113     , short contractState
114     , String JavaDoc name
115     , short paymentTerms
116     , short pricingState
117     , short priority
118     , short opportunityRating
119     , short opportunitySource
120     , org.opencrx.kernel.account1.cci.Account carrier
121     , boolean isGift
122     , short shippingMethod
123     , boolean disabled
124   );
125 // ----------------------------------------------------------------------------
126
// ClassProxy/IntfInstanceExtenderRequiredAttributes
127
// ----------------------------------------------------------------------------
128
/**
129    * Creates an instance of class <code>Opportunity</code> based on the
130    * superclass <code>Bookmarkable</code> and all required attributes not
131    * included in this superclass.
132    * This is a factory operation used to create instance objects of class
133    * <code>Opportunity</code>.
134    */

135   public Opportunity extendBookmarkable(
136       org.opencrx.kernel.base.cci.Bookmarkable _base
137     , short accessLevelBrowse
138     , short accessLevelDelete
139     , short accessLevelUpdate
140     , String JavaDoc templateReferenceFilter
141     , short contractCurrency
142     , short contractLanguage
143     , short contractState
144     , String JavaDoc name
145     , short paymentTerms
146     , short pricingState
147     , short priority
148     , short opportunityRating
149     , short opportunitySource
150     , org.opencrx.kernel.account1.cci.Account carrier
151     , boolean isGift
152     , short shippingMethod
153     , boolean disabled
154   );
155 // ----------------------------------------------------------------------------
156
// ClassProxy/IntfInstanceExtenderRequiredAttributes
157
// ----------------------------------------------------------------------------
158
/**
159    * Creates an instance of class <code>Opportunity</code> based on the
160    * superclass <code>Cloneable</code> and all required attributes not
161    * included in this superclass.
162    * This is a factory operation used to create instance objects of class
163    * <code>Opportunity</code>.
164    */

165   public Opportunity extendCloneable(
166       org.opencrx.kernel.base.cci.Cloneable _base
167     , short accessLevelBrowse
168     , short accessLevelDelete
169     , short accessLevelUpdate
170     , String JavaDoc templateReferenceFilter
171     , short contractCurrency
172     , short contractLanguage
173     , short contractState
174     , String JavaDoc name
175     , short paymentTerms
176     , short pricingState
177     , short priority
178     , short opportunityRating
179     , short opportunitySource
180     , org.opencrx.kernel.account1.cci.Account carrier
181     , boolean isGift
182     , short shippingMethod
183     , boolean disabled
184   );
185 // ----------------------------------------------------------------------------
186
// ClassProxy/IntfInstanceExtenderRequiredAttributes
187
// ----------------------------------------------------------------------------
188
/**
189    * Creates an instance of class <code>Opportunity</code> based on the
190    * superclass <code>Importer</code> and all required attributes not
191    * included in this superclass.
192    * This is a factory operation used to create instance objects of class
193    * <code>Opportunity</code>.
194    */

195   public Opportunity extendImporter(
196       org.opencrx.kernel.base.cci.Importer _base
197     , short accessLevelBrowse
198     , short accessLevelDelete
199     , short accessLevelUpdate
200     , String JavaDoc templateReferenceFilter
201     , short contractCurrency
202     , short contractLanguage
203     , short contractState
204     , String JavaDoc name
205     , short paymentTerms
206     , short pricingState
207     , short priority
208     , short opportunityRating
209     , short opportunitySource
210     , org.opencrx.kernel.account1.cci.Account carrier
211     , boolean isGift
212     , short shippingMethod
213     , boolean disabled
214   );
215 // ----------------------------------------------------------------------------
216
// ClassProxy/IntfInstanceExtenderRequiredAttributes
217
// ----------------------------------------------------------------------------
218
/**
219    * Creates an instance of class <code>Opportunity</code> based on the
220    * superclass <code>SecureObject</code> and all required attributes not
221    * included in this superclass.
222    * This is a factory operation used to create instance objects of class
223    * <code>Opportunity</code>.
224    */

225   public Opportunity extendSecureObject(
226       org.opencrx.kernel.base.cci.SecureObject _base
227     , String JavaDoc templateReferenceFilter
228     , short contractCurrency
229     , short contractLanguage
230     , short contractState
231     , String JavaDoc name
232     , short paymentTerms
233     , short pricingState
234     , short priority
235     , short opportunityRating
236     , short opportunitySource
237     , org.opencrx.kernel.account1.cci.Account carrier
238     , boolean isGift
239     , short shippingMethod
240     , boolean disabled
241   );
242 // ----------------------------------------------------------------------------
243
// ClassProxy/IntfInstanceExtenderRequiredAttributes
244
// ----------------------------------------------------------------------------
245
/**
246    * Creates an instance of class <code>Opportunity</code> based on the
247    * superclass <code>SubscriptionTarget</code> and all required attributes
248    * not included in this superclass.
249    * This is a factory operation used to create instance objects of class
250    * <code>Opportunity</code>.
251    */

252   public Opportunity extendSubscriptionTarget(
253       org.opencrx.kernel.base.cci.SubscriptionTarget _base
254     , short accessLevelBrowse
255     , short accessLevelDelete
256     , short accessLevelUpdate
257     , String JavaDoc templateReferenceFilter
258     , short contractCurrency
259     , short contractLanguage
260     , short contractState
261     , String JavaDoc name
262     , short paymentTerms
263     , short pricingState
264     , short priority
265     , short opportunityRating
266     , short opportunitySource
267     , org.opencrx.kernel.account1.cci.Account carrier
268     , boolean isGift
269     , short shippingMethod
270     , boolean disabled
271   );
272 // ----------------------------------------------------------------------------
273
// ClassProxy/IntfInstanceExtenderRequiredAttributes
274
// ----------------------------------------------------------------------------
275
/**
276    * Creates an instance of class <code>Opportunity</code> based on the
277    * superclass <code>TemplateEnabled</code> and all required attributes not
278    * included in this superclass.
279    * This is a factory operation used to create instance objects of class
280    * <code>Opportunity</code>.
281    */

282   public Opportunity extendTemplateEnabled(
283       org.opencrx.kernel.base.cci.TemplateEnabled _base
284     , short accessLevelBrowse
285     , short accessLevelDelete
286     , short accessLevelUpdate
287     , short contractCurrency
288     , short contractLanguage
289     , short contractState
290     , String JavaDoc name
291     , short paymentTerms
292     , short pricingState
293     , short priority
294     , short opportunityRating
295     , short opportunitySource
296     , org.opencrx.kernel.account1.cci.Account carrier
297     , boolean isGift
298     , short shippingMethod
299     , boolean disabled
300   );
301 // ----------------------------------------------------------------------------
302
// ClassProxy/IntfInstanceExtenderRequiredAttributes
303
// ----------------------------------------------------------------------------
304
/**
305    * Creates an instance of class <code>Opportunity</code> based on the
306    * superclass <code>XmlExporter</code> and all required attributes not
307    * included in this superclass.
308    * This is a factory operation used to create instance objects of class
309    * <code>Opportunity</code>.
310    */

311   public Opportunity extendXmlExporter(
312       org.opencrx.kernel.base.cci.XmlExporter _base
313     , short accessLevelBrowse
314     , short accessLevelDelete
315     , short accessLevelUpdate
316     , String JavaDoc templateReferenceFilter
317     , short contractCurrency
318     , short contractLanguage
319     , short contractState
320     , String JavaDoc name
321     , short paymentTerms
322     , short pricingState
323     , short priority
324     , short opportunityRating
325     , short opportunitySource
326     , org.opencrx.kernel.account1.cci.Account carrier
327     , boolean isGift
328     , short shippingMethod
329     , boolean disabled
330   );
331 // ----------------------------------------------------------------------------
332
// ClassProxy/IntfInstanceExtenderRequiredAttributes
333
// ----------------------------------------------------------------------------
334
/**
335    * Creates an instance of class <code>Opportunity</code> based on the
336    * superclass <code>AbstractContract</code> and all required attributes
337    * not included in this superclass.
338    * This is a factory operation used to create instance objects of class
339    * <code>Opportunity</code>.
340    */

341   public Opportunity extendAbstractContract(
342       org.opencrx.kernel.contract1.cci.AbstractContract _base
343     , short accessLevelBrowse
344     , short accessLevelDelete
345     , short accessLevelUpdate
346     , short opportunityRating
347     , short opportunitySource
348     , boolean disabled
349   );
350 // ----------------------------------------------------------------------------
351
// ClassProxy/IntfInstanceExtenderRequiredAttributes
352
// ----------------------------------------------------------------------------
353
/**
354    * Creates an instance of class <code>Opportunity</code> based on the
355    * superclass <code>AddressContainer</code> and all required attributes
356    * not included in this superclass.
357    * This is a factory operation used to create instance objects of class
358    * <code>Opportunity</code>.
359    */

360   public Opportunity extendAddressContainer(
361       org.opencrx.kernel.contract1.cci.AddressContainer _base
362     , short accessLevelBrowse
363     , short accessLevelDelete
364     , short accessLevelUpdate
365     , String JavaDoc templateReferenceFilter
366     , short contractCurrency
367     , short contractLanguage
368     , short contractState
369     , String JavaDoc name
370     , short paymentTerms
371     , short pricingState
372     , short priority
373     , short opportunityRating
374     , short opportunitySource
375     , org.opencrx.kernel.account1.cci.Account carrier
376     , boolean isGift
377     , short shippingMethod
378     , boolean disabled
379   );
380 // ----------------------------------------------------------------------------
381
// ClassProxy/IntfInstanceExtenderRequiredAttributes
382
// ----------------------------------------------------------------------------
383
/**
384    * Creates an instance of class <code>Opportunity</code> based on the
385    * superclass <code>DeliveryRequestContainer</code> and all required
386    * attributes not included in this superclass.
387    * This is a factory operation used to create instance objects of class
388    * <code>Opportunity</code>.
389    */

390   public Opportunity extendDeliveryRequestContainer(
391       org.opencrx.kernel.contract1.cci.DeliveryRequestContainer _base
392     , short accessLevelBrowse
393     , short accessLevelDelete
394     , short accessLevelUpdate
395     , String JavaDoc templateReferenceFilter
396     , short contractCurrency
397     , short contractLanguage
398     , short contractState
399     , String JavaDoc name
400     , short paymentTerms
401     , short pricingState
402     , short priority
403     , short opportunityRating
404     , short opportunitySource
405     , org.opencrx.kernel.account1.cci.Account carrier
406     , boolean isGift
407     , short shippingMethod
408     , boolean disabled
409   );
410 // ----------------------------------------------------------------------------
411
// ClassProxy/IntfInstanceExtenderRequiredAttributes
412
// ----------------------------------------------------------------------------
413
/**
414    * Creates an instance of class <code>Opportunity</code> based on the
415    * superclass <code>ShippingDetail</code> and all required attributes not
416    * included in this superclass.
417    * This is a factory operation used to create instance objects of class
418    * <code>Opportunity</code>.
419    */

420   public Opportunity extendShippingDetail(
421       org.opencrx.kernel.contract1.cci.ShippingDetail _base
422     , short accessLevelBrowse
423     , short accessLevelDelete
424     , short accessLevelUpdate
425     , String JavaDoc templateReferenceFilter
426     , short contractCurrency
427     , short contractLanguage
428     , short contractState
429     , String JavaDoc name
430     , short paymentTerms
431     , short pricingState
432     , short priority
433     , short opportunityRating
434     , short opportunitySource
435     , boolean disabled
436   );
437 // ----------------------------------------------------------------------------
438
// ClassProxy/IntfInstanceExtenderRequiredAttributes
439
// ----------------------------------------------------------------------------
440
/**
441    * Creates an instance of class <code>Opportunity</code> based on the
442    * superclass <code>DepotReferenceHolder</code> and all required
443    * attributes not included in this superclass.
444    * This is a factory operation used to create instance objects of class
445    * <code>Opportunity</code>.
446    */

447   public Opportunity extendDepotReferenceHolder(
448       org.opencrx.kernel.depot1.cci.DepotReferenceHolder _base
449     , short accessLevelBrowse
450     , short accessLevelDelete
451     , short accessLevelUpdate
452     , String JavaDoc templateReferenceFilter
453     , short contractCurrency
454     , short contractLanguage
455     , short contractState
456     , String JavaDoc name
457     , short paymentTerms
458     , short pricingState
459     , short priority
460     , short opportunityRating
461     , short opportunitySource
462     , org.opencrx.kernel.account1.cci.Account carrier
463     , boolean isGift
464     , short shippingMethod
465     , boolean disabled
466   );
467 // ----------------------------------------------------------------------------
468
// ClassProxy/IntfInstanceExtenderRequiredAttributes
469
// ----------------------------------------------------------------------------
470
/**
471    * Creates an instance of class <code>Opportunity</code> based on the
472    * superclass <code>CrxObject</code> and all required attributes not
473    * included in this superclass.
474    * This is a factory operation used to create instance objects of class
475    * <code>Opportunity</code>.
476    */

477   public Opportunity extendCrxObject(
478       org.opencrx.kernel.generic.cci.CrxObject _base
479     , String JavaDoc templateReferenceFilter
480     , short contractCurrency
481     , short contractLanguage
482     , short contractState
483     , String JavaDoc name
484     , short paymentTerms
485     , short pricingState
486     , short priority
487     , short opportunityRating
488     , short opportunitySource
489     , org.opencrx.kernel.account1.cci.Account carrier
490     , boolean isGift
491     , short shippingMethod
492   );
493 // ----------------------------------------------------------------------------
494
// ClassProxy/IntfInstanceExtenderRequiredAttributes
495
// ----------------------------------------------------------------------------
496
/**
497    * Creates an instance of class <code>Opportunity</code> based on the
498    * superclass <code>BasicObject</code> and all required attributes not
499    * included in this superclass.
500    * This is a factory operation used to create instance objects of class
501    * <code>Opportunity</code>.
502    */

503   public Opportunity extendBasicObject(
504       org.openmdx.base.cci.BasicObject _base
505     , short accessLevelBrowse
506     , short accessLevelDelete
507     , short accessLevelUpdate
508     , String JavaDoc templateReferenceFilter
509     , short contractCurrency
510     , short contractLanguage
511     , short contractState
512     , String JavaDoc name
513     , short paymentTerms
514     , short pricingState
515     , short priority
516     , short opportunityRating
517     , short opportunitySource
518     , org.opencrx.kernel.account1.cci.Account carrier
519     , boolean isGift
520     , short shippingMethod
521     , boolean disabled
522   );
523 // ----------------------------------------------------------------------------
524
// ClassProxy/IntfInstanceExtenderRequiredAttributes
525
// ----------------------------------------------------------------------------
526
/**
527    * Creates an instance of class <code>Opportunity</code> based on the
528    * superclass <code>ContextCapable</code> and all required attributes not
529    * included in this superclass.
530    * This is a factory operation used to create instance objects of class
531    * <code>Opportunity</code>.
532    */

533   public Opportunity extendContextCapable(
534       org.openmdx.base.cci.ContextCapable _base
535     , short accessLevelBrowse
536     , short accessLevelDelete
537     , short accessLevelUpdate
538     , String JavaDoc templateReferenceFilter
539     , short contractCurrency
540     , short contractLanguage
541     , short contractState
542     , String JavaDoc name
543     , short paymentTerms
544     , short pricingState
545     , short priority
546     , short opportunityRating
547     , short opportunitySource
548     , org.opencrx.kernel.account1.cci.Account carrier
549     , boolean isGift
550     , short shippingMethod
551     , boolean disabled
552   );
553 // ----------------------------------------------------------------------------
554
// ClassProxy/IntfInstanceExtenderRequiredAttributes
555
// ----------------------------------------------------------------------------
556
/**
557    * Creates an instance of class <code>Opportunity</code> based on the
558    * superclass <code>ExtentCapable</code> and all required attributes not
559    * included in this superclass.
560    * This is a factory operation used to create instance objects of class
561    * <code>Opportunity</code>.
562    */

563   public Opportunity extendExtentCapable(
564       org.openmdx.base.cci.ExtentCapable _base
565     , short accessLevelBrowse
566     , short accessLevelDelete
567     , short accessLevelUpdate
568     , String JavaDoc templateReferenceFilter
569     , short contractCurrency
570     , short contractLanguage
571     , short contractState
572     , String JavaDoc name
573     , short paymentTerms
574     , short pricingState
575     , short priority
576     , short opportunityRating
577     , short opportunitySource
578     , org.opencrx.kernel.account1.cci.Account carrier
579     , boolean isGift
580     , short shippingMethod
581     , boolean disabled
582   );
583 // ----------------------------------------------------------------------------
584
// ClassProxy/IntfInstanceExtenderRequiredAttributes
585
// ----------------------------------------------------------------------------
586
/**
587    * Creates an instance of class <code>Opportunity</code> based on the
588    * superclass <code>ViewCapable</code> and all required attributes not
589    * included in this superclass.
590    * This is a factory operation used to create instance objects of class
591    * <code>Opportunity</code>.
592    */

593   public Opportunity extendViewCapable(
594       org.openmdx.compatibility.view1.cci.ViewCapable _base
595     , short accessLevelBrowse
596     , short accessLevelDelete
597     , short accessLevelUpdate
598     , String JavaDoc templateReferenceFilter
599     , short contractCurrency
600     , short contractLanguage
601     , short contractState
602     , String JavaDoc name
603     , short paymentTerms
604     , short pricingState
605     , short priority
606     , short opportunityRating
607     , short opportunitySource
608     , org.opencrx.kernel.account1.cci.Account carrier
609     , boolean isGift
610     , short shippingMethod
611     , boolean disabled
612   );
613 // ----------------------------------------------------------------------------
614
// ClassProxy/IntfEnd.vm
615
// ----------------------------------------------------------------------------
616
}
617
Popular Tags