KickJava   Java API By Example, From Geeks To Geeks.

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


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

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

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

47   public InvoiceBundledProductPosition createInvoiceBundledProductPosition(
48       short accessLevelBrowse
49     , short accessLevelDelete
50     , short accessLevelUpdate
51     , short contractPositionState
52     , int lineItemNumber
53     , short minMaxQuantityHandling
54     , String JavaDoc name
55     , String JavaDoc positionNumber
56     , short pricingState
57     , org.opencrx.kernel.product1.cci.SalesTaxType salesTaxType
58     , org.opencrx.kernel.account1.cci.Account carrier
59     , boolean isGift
60     , short shippingMethod
61     , boolean disabled
62   );
63 // ----------------------------------------------------------------------------
64
// ClassProxy/IntfInstanceExtenderRequiredAttributes
65
// ----------------------------------------------------------------------------
66
/**
67    * Creates an instance of class <code>InvoiceBundledProductPosition</code>
68    * based on the superclass <code>Auditee</code> and all required
69    * attributes not included in this superclass.
70    * This is a factory operation used to create instance objects of class
71    * <code>InvoiceBundledProductPosition</code>.
72    */

73   public InvoiceBundledProductPosition extendAuditee(
74       org.opencrx.kernel.base.cci.Auditee _base
75     , short accessLevelBrowse
76     , short accessLevelDelete
77     , short accessLevelUpdate
78     , short contractPositionState
79     , int lineItemNumber
80     , short minMaxQuantityHandling
81     , String JavaDoc name
82     , String JavaDoc positionNumber
83     , short pricingState
84     , org.opencrx.kernel.product1.cci.SalesTaxType salesTaxType
85     , org.opencrx.kernel.account1.cci.Account carrier
86     , boolean isGift
87     , short shippingMethod
88     , boolean disabled
89   );
90 // ----------------------------------------------------------------------------
91
// ClassProxy/IntfInstanceExtenderRequiredAttributes
92
// ----------------------------------------------------------------------------
93
/**
94    * Creates an instance of class <code>InvoiceBundledProductPosition</code>
95    * based on the superclass <code>Bookmarkable</code> and all required
96    * attributes not included in this superclass.
97    * This is a factory operation used to create instance objects of class
98    * <code>InvoiceBundledProductPosition</code>.
99    */

100   public InvoiceBundledProductPosition extendBookmarkable(
101       org.opencrx.kernel.base.cci.Bookmarkable _base
102     , short accessLevelBrowse
103     , short accessLevelDelete
104     , short accessLevelUpdate
105     , short contractPositionState
106     , int lineItemNumber
107     , short minMaxQuantityHandling
108     , String JavaDoc name
109     , String JavaDoc positionNumber
110     , short pricingState
111     , org.opencrx.kernel.product1.cci.SalesTaxType salesTaxType
112     , org.opencrx.kernel.account1.cci.Account carrier
113     , boolean isGift
114     , short shippingMethod
115     , boolean disabled
116   );
117 // ----------------------------------------------------------------------------
118
// ClassProxy/IntfInstanceExtenderRequiredAttributes
119
// ----------------------------------------------------------------------------
120
/**
121    * Creates an instance of class <code>InvoiceBundledProductPosition</code>
122    * based on the superclass <code>Cloneable</code> and all required
123    * attributes not included in this superclass.
124    * This is a factory operation used to create instance objects of class
125    * <code>InvoiceBundledProductPosition</code>.
126    */

127   public InvoiceBundledProductPosition extendCloneable(
128       org.opencrx.kernel.base.cci.Cloneable _base
129     , short accessLevelBrowse
130     , short accessLevelDelete
131     , short accessLevelUpdate
132     , short contractPositionState
133     , int lineItemNumber
134     , short minMaxQuantityHandling
135     , String JavaDoc name
136     , String JavaDoc positionNumber
137     , short pricingState
138     , org.opencrx.kernel.product1.cci.SalesTaxType salesTaxType
139     , org.opencrx.kernel.account1.cci.Account carrier
140     , boolean isGift
141     , short shippingMethod
142     , boolean disabled
143   );
144 // ----------------------------------------------------------------------------
145
// ClassProxy/IntfInstanceExtenderRequiredAttributes
146
// ----------------------------------------------------------------------------
147
/**
148    * Creates an instance of class <code>InvoiceBundledProductPosition</code>
149    * based on the superclass <code>Importer</code> and all required
150    * attributes not included in this superclass.
151    * This is a factory operation used to create instance objects of class
152    * <code>InvoiceBundledProductPosition</code>.
153    */

154   public InvoiceBundledProductPosition extendImporter(
155       org.opencrx.kernel.base.cci.Importer _base
156     , short accessLevelBrowse
157     , short accessLevelDelete
158     , short accessLevelUpdate
159     , short contractPositionState
160     , int lineItemNumber
161     , short minMaxQuantityHandling
162     , String JavaDoc name
163     , String JavaDoc positionNumber
164     , short pricingState
165     , org.opencrx.kernel.product1.cci.SalesTaxType salesTaxType
166     , org.opencrx.kernel.account1.cci.Account carrier
167     , boolean isGift
168     , short shippingMethod
169     , boolean disabled
170   );
171 // ----------------------------------------------------------------------------
172
// ClassProxy/IntfInstanceExtenderRequiredAttributes
173
// ----------------------------------------------------------------------------
174
/**
175    * Creates an instance of class <code>InvoiceBundledProductPosition</code>
176    * based on the superclass <code>SecureObject</code> and all required
177    * attributes not included in this superclass.
178    * This is a factory operation used to create instance objects of class
179    * <code>InvoiceBundledProductPosition</code>.
180    */

181   public InvoiceBundledProductPosition extendSecureObject(
182       org.opencrx.kernel.base.cci.SecureObject _base
183     , short contractPositionState
184     , int lineItemNumber
185     , short minMaxQuantityHandling
186     , String JavaDoc name
187     , String JavaDoc positionNumber
188     , short pricingState
189     , org.opencrx.kernel.product1.cci.SalesTaxType salesTaxType
190     , org.opencrx.kernel.account1.cci.Account carrier
191     , boolean isGift
192     , short shippingMethod
193     , boolean disabled
194   );
195 // ----------------------------------------------------------------------------
196
// ClassProxy/IntfInstanceExtenderRequiredAttributes
197
// ----------------------------------------------------------------------------
198
/**
199    * Creates an instance of class <code>InvoiceBundledProductPosition</code>
200    * based on the superclass <code>SubscriptionTarget</code> and all
201    * required attributes not included in this superclass.
202    * This is a factory operation used to create instance objects of class
203    * <code>InvoiceBundledProductPosition</code>.
204    */

205   public InvoiceBundledProductPosition extendSubscriptionTarget(
206       org.opencrx.kernel.base.cci.SubscriptionTarget _base
207     , short accessLevelBrowse
208     , short accessLevelDelete
209     , short accessLevelUpdate
210     , short contractPositionState
211     , int lineItemNumber
212     , short minMaxQuantityHandling
213     , String JavaDoc name
214     , String JavaDoc positionNumber
215     , short pricingState
216     , org.opencrx.kernel.product1.cci.SalesTaxType salesTaxType
217     , org.opencrx.kernel.account1.cci.Account carrier
218     , boolean isGift
219     , short shippingMethod
220     , boolean disabled
221   );
222 // ----------------------------------------------------------------------------
223
// ClassProxy/IntfInstanceExtenderRequiredAttributes
224
// ----------------------------------------------------------------------------
225
/**
226    * Creates an instance of class <code>InvoiceBundledProductPosition</code>
227    * based on the superclass <code>XmlExporter</code> and all required
228    * attributes not included in this superclass.
229    * This is a factory operation used to create instance objects of class
230    * <code>InvoiceBundledProductPosition</code>.
231    */

232   public InvoiceBundledProductPosition extendXmlExporter(
233       org.opencrx.kernel.base.cci.XmlExporter _base
234     , short accessLevelBrowse
235     , short accessLevelDelete
236     , short accessLevelUpdate
237     , short contractPositionState
238     , int lineItemNumber
239     , short minMaxQuantityHandling
240     , String JavaDoc name
241     , String JavaDoc positionNumber
242     , short pricingState
243     , org.opencrx.kernel.product1.cci.SalesTaxType salesTaxType
244     , org.opencrx.kernel.account1.cci.Account carrier
245     , boolean isGift
246     , short shippingMethod
247     , boolean disabled
248   );
249 // ----------------------------------------------------------------------------
250
// ClassProxy/IntfInstanceExtenderRequiredAttributes
251
// ----------------------------------------------------------------------------
252
/**
253    * Creates an instance of class <code>InvoiceBundledProductPosition</code>
254    * based on the superclass <code>AddressContainer</code> and all required
255    * attributes not included in this superclass.
256    * This is a factory operation used to create instance objects of class
257    * <code>InvoiceBundledProductPosition</code>.
258    */

259   public InvoiceBundledProductPosition extendAddressContainer(
260       org.opencrx.kernel.contract1.cci.AddressContainer _base
261     , short accessLevelBrowse
262     , short accessLevelDelete
263     , short accessLevelUpdate
264     , short contractPositionState
265     , int lineItemNumber
266     , short minMaxQuantityHandling
267     , String JavaDoc name
268     , String JavaDoc positionNumber
269     , short pricingState
270     , org.opencrx.kernel.product1.cci.SalesTaxType salesTaxType
271     , org.opencrx.kernel.account1.cci.Account carrier
272     , boolean isGift
273     , short shippingMethod
274     , boolean disabled
275   );
276 // ----------------------------------------------------------------------------
277
// ClassProxy/IntfInstanceExtenderRequiredAttributes
278
// ----------------------------------------------------------------------------
279
/**
280    * Creates an instance of class <code>InvoiceBundledProductPosition</code>
281    * based on the superclass <code>ContractPosition</code> and all required
282    * attributes not included in this superclass.
283    * This is a factory operation used to create instance objects of class
284    * <code>InvoiceBundledProductPosition</code>.
285    */

286   public InvoiceBundledProductPosition extendContractPosition(
287       org.opencrx.kernel.contract1.cci.ContractPosition _base
288     , short accessLevelBrowse
289     , short accessLevelDelete
290     , short accessLevelUpdate
291     , boolean disabled
292   );
293 // ----------------------------------------------------------------------------
294
// ClassProxy/IntfInstanceExtenderRequiredAttributes
295
// ----------------------------------------------------------------------------
296
/**
297    * Creates an instance of class <code>InvoiceBundledProductPosition</code>
298    * based on the superclass <code>DeliveryRequestContainer</code> and all
299    * required attributes not included in this superclass.
300    * This is a factory operation used to create instance objects of class
301    * <code>InvoiceBundledProductPosition</code>.
302    */

303   public InvoiceBundledProductPosition extendDeliveryRequestContainer(
304       org.opencrx.kernel.contract1.cci.DeliveryRequestContainer _base
305     , short accessLevelBrowse
306     , short accessLevelDelete
307     , short accessLevelUpdate
308     , short contractPositionState
309     , int lineItemNumber
310     , short minMaxQuantityHandling
311     , String JavaDoc name
312     , String JavaDoc positionNumber
313     , short pricingState
314     , org.opencrx.kernel.product1.cci.SalesTaxType salesTaxType
315     , org.opencrx.kernel.account1.cci.Account carrier
316     , boolean isGift
317     , short shippingMethod
318     , boolean disabled
319   );
320 // ----------------------------------------------------------------------------
321
// ClassProxy/IntfInstanceExtenderRequiredAttributes
322
// ----------------------------------------------------------------------------
323
/**
324    * Creates an instance of class <code>InvoiceBundledProductPosition</code>
325    * based on the superclass <code>ShippingDetail</code> and all required
326    * attributes not included in this superclass.
327    * This is a factory operation used to create instance objects of class
328    * <code>InvoiceBundledProductPosition</code>.
329    */

330   public InvoiceBundledProductPosition extendShippingDetail(
331       org.opencrx.kernel.contract1.cci.ShippingDetail _base
332     , short accessLevelBrowse
333     , short accessLevelDelete
334     , short accessLevelUpdate
335     , short contractPositionState
336     , int lineItemNumber
337     , short minMaxQuantityHandling
338     , String JavaDoc name
339     , String JavaDoc positionNumber
340     , short pricingState
341     , org.opencrx.kernel.product1.cci.SalesTaxType salesTaxType
342     , boolean disabled
343   );
344 // ----------------------------------------------------------------------------
345
// ClassProxy/IntfInstanceExtenderRequiredAttributes
346
// ----------------------------------------------------------------------------
347
/**
348    * Creates an instance of class <code>InvoiceBundledProductPosition</code>
349    * based on the superclass <code>BookingOrigin</code> and all required
350    * attributes not included in this superclass.
351    * This is a factory operation used to create instance objects of class
352    * <code>InvoiceBundledProductPosition</code>.
353    */

354   public InvoiceBundledProductPosition extendBookingOrigin(
355       org.opencrx.kernel.depot1.cci.BookingOrigin _base
356     , short accessLevelBrowse
357     , short accessLevelDelete
358     , short accessLevelUpdate
359     , short contractPositionState
360     , int lineItemNumber
361     , short minMaxQuantityHandling
362     , String JavaDoc name
363     , String JavaDoc positionNumber
364     , short pricingState
365     , org.opencrx.kernel.product1.cci.SalesTaxType salesTaxType
366     , org.opencrx.kernel.account1.cci.Account carrier
367     , boolean isGift
368     , short shippingMethod
369     , boolean disabled
370   );
371 // ----------------------------------------------------------------------------
372
// ClassProxy/IntfInstanceExtenderRequiredAttributes
373
// ----------------------------------------------------------------------------
374
/**
375    * Creates an instance of class <code>InvoiceBundledProductPosition</code>
376    * based on the superclass <code>DepotReferenceHolder</code> and all
377    * required attributes not included in this superclass.
378    * This is a factory operation used to create instance objects of class
379    * <code>InvoiceBundledProductPosition</code>.
380    */

381   public InvoiceBundledProductPosition extendDepotReferenceHolder(
382       org.opencrx.kernel.depot1.cci.DepotReferenceHolder _base
383     , short accessLevelBrowse
384     , short accessLevelDelete
385     , short accessLevelUpdate
386     , short contractPositionState
387     , int lineItemNumber
388     , short minMaxQuantityHandling
389     , String JavaDoc name
390     , String JavaDoc positionNumber
391     , short pricingState
392     , org.opencrx.kernel.product1.cci.SalesTaxType salesTaxType
393     , org.opencrx.kernel.account1.cci.Account carrier
394     , boolean isGift
395     , short shippingMethod
396     , boolean disabled
397   );
398 // ----------------------------------------------------------------------------
399
// ClassProxy/IntfInstanceExtenderRequiredAttributes
400
// ----------------------------------------------------------------------------
401
/**
402    * Creates an instance of class <code>InvoiceBundledProductPosition</code>
403    * based on the superclass <code>CrxObject</code> and all required
404    * attributes not included in this superclass.
405    * This is a factory operation used to create instance objects of class
406    * <code>InvoiceBundledProductPosition</code>.
407    */

408   public InvoiceBundledProductPosition extendCrxObject(
409       org.opencrx.kernel.generic.cci.CrxObject _base
410     , short contractPositionState
411     , int lineItemNumber
412     , short minMaxQuantityHandling
413     , String JavaDoc name
414     , String JavaDoc positionNumber
415     , short pricingState
416     , org.opencrx.kernel.product1.cci.SalesTaxType salesTaxType
417     , org.opencrx.kernel.account1.cci.Account carrier
418     , boolean isGift
419     , short shippingMethod
420   );
421 // ----------------------------------------------------------------------------
422
// ClassProxy/IntfInstanceExtenderRequiredAttributes
423
// ----------------------------------------------------------------------------
424
/**
425    * Creates an instance of class <code>InvoiceBundledProductPosition</code>
426    * based on the superclass <code>BundledProductPosition</code> and all
427    * required attributes not included in this superclass.
428    * This is a factory operation used to create instance objects of class
429    * <code>InvoiceBundledProductPosition</code>.
430    */

431   public InvoiceBundledProductPosition extendBundledProductPosition(
432       org.opencrx.kernel.product1.cci.BundledProductPosition _base
433     , short accessLevelBrowse
434     , short accessLevelDelete
435     , short accessLevelUpdate
436     , short contractPositionState
437     , int lineItemNumber
438     , short minMaxQuantityHandling
439     , String JavaDoc name
440     , String JavaDoc positionNumber
441     , short pricingState
442     , org.opencrx.kernel.product1.cci.SalesTaxType salesTaxType
443     , org.opencrx.kernel.account1.cci.Account carrier
444     , boolean isGift
445     , short shippingMethod
446     , boolean disabled
447   );
448 // ----------------------------------------------------------------------------
449
// ClassProxy/IntfInstanceExtenderRequiredAttributes
450
// ----------------------------------------------------------------------------
451
/**
452    * Creates an instance of class <code>InvoiceBundledProductPosition</code>
453    * based on the superclass <code>ProductConfigurationSet</code> and all
454    * required attributes not included in this superclass.
455    * This is a factory operation used to create instance objects of class
456    * <code>InvoiceBundledProductPosition</code>.
457    */

458   public InvoiceBundledProductPosition extendProductConfigurationSet(
459       org.opencrx.kernel.product1.cci.ProductConfigurationSet _base
460     , short accessLevelBrowse
461     , short accessLevelDelete
462     , short accessLevelUpdate
463     , short contractPositionState
464     , int lineItemNumber
465     , short minMaxQuantityHandling
466     , String JavaDoc name
467     , String JavaDoc positionNumber
468     , short pricingState
469     , org.opencrx.kernel.product1.cci.SalesTaxType salesTaxType
470     , org.opencrx.kernel.account1.cci.Account carrier
471     , boolean isGift
472     , short shippingMethod
473     , boolean disabled
474   );
475 // ----------------------------------------------------------------------------
476
// ClassProxy/IntfInstanceExtenderRequiredAttributes
477
// ----------------------------------------------------------------------------
478
/**
479    * Creates an instance of class <code>InvoiceBundledProductPosition</code>
480    * based on the superclass <code>ProductDescriptor</code> and all required
481    * attributes not included in this superclass.
482    * This is a factory operation used to create instance objects of class
483    * <code>InvoiceBundledProductPosition</code>.
484    */

485   public InvoiceBundledProductPosition extendProductDescriptor(
486       org.opencrx.kernel.product1.cci.ProductDescriptor _base
487     , short accessLevelBrowse
488     , short accessLevelDelete
489     , short accessLevelUpdate
490     , short contractPositionState
491     , int lineItemNumber
492     , short minMaxQuantityHandling
493     , String JavaDoc name
494     , String JavaDoc positionNumber
495     , short pricingState
496     , org.opencrx.kernel.product1.cci.SalesTaxType salesTaxType
497     , org.opencrx.kernel.account1.cci.Account carrier
498     , boolean isGift
499     , short shippingMethod
500     , boolean disabled
501   );
502 // ----------------------------------------------------------------------------
503
// ClassProxy/IntfInstanceExtenderRequiredAttributes
504
// ----------------------------------------------------------------------------
505
/**
506    * Creates an instance of class <code>InvoiceBundledProductPosition</code>
507    * based on the superclass <code>ProductInUseDescriptor</code> and all
508    * required attributes not included in this superclass.
509    * This is a factory operation used to create instance objects of class
510    * <code>InvoiceBundledProductPosition</code>.
511    */

512   public InvoiceBundledProductPosition extendProductInUseDescriptor(
513       org.opencrx.kernel.product1.cci.ProductInUseDescriptor _base
514     , short accessLevelBrowse
515     , short accessLevelDelete
516     , short accessLevelUpdate
517     , short contractPositionState
518     , int lineItemNumber
519     , short minMaxQuantityHandling
520     , String JavaDoc name
521     , String JavaDoc positionNumber
522     , short pricingState
523     , org.opencrx.kernel.product1.cci.SalesTaxType salesTaxType
524     , org.opencrx.kernel.account1.cci.Account carrier
525     , boolean isGift
526     , short shippingMethod
527     , boolean disabled
528   );
529 // ----------------------------------------------------------------------------
530
// ClassProxy/IntfInstanceExtenderRequiredAttributes
531
// ----------------------------------------------------------------------------
532
/**
533    * Creates an instance of class <code>InvoiceBundledProductPosition</code>
534    * based on the superclass <code>BasicObject</code> and all required
535    * attributes not included in this superclass.
536    * This is a factory operation used to create instance objects of class
537    * <code>InvoiceBundledProductPosition</code>.
538    */

539   public InvoiceBundledProductPosition extendBasicObject(
540       org.openmdx.base.cci.BasicObject _base
541     , short accessLevelBrowse
542     , short accessLevelDelete
543     , short accessLevelUpdate
544     , short contractPositionState
545     , int lineItemNumber
546     , short minMaxQuantityHandling
547     , String JavaDoc name
548     , String JavaDoc positionNumber
549     , short pricingState
550     , org.opencrx.kernel.product1.cci.SalesTaxType salesTaxType
551     , org.opencrx.kernel.account1.cci.Account carrier
552     , boolean isGift
553     , short shippingMethod
554     , boolean disabled
555   );
556 // ----------------------------------------------------------------------------
557
// ClassProxy/IntfInstanceExtenderRequiredAttributes
558
// ----------------------------------------------------------------------------
559
/**
560    * Creates an instance of class <code>InvoiceBundledProductPosition</code>
561    * based on the superclass <code>ContextCapable</code> and all required
562    * attributes not included in this superclass.
563    * This is a factory operation used to create instance objects of class
564    * <code>InvoiceBundledProductPosition</code>.
565    */

566   public InvoiceBundledProductPosition extendContextCapable(
567       org.openmdx.base.cci.ContextCapable _base
568     , short accessLevelBrowse
569     , short accessLevelDelete
570     , short accessLevelUpdate
571     , short contractPositionState
572     , int lineItemNumber
573     , short minMaxQuantityHandling
574     , String JavaDoc name
575     , String JavaDoc positionNumber
576     , short pricingState
577     , org.opencrx.kernel.product1.cci.SalesTaxType salesTaxType
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>InvoiceBundledProductPosition</code>
588    * based on the superclass <code>ExtentCapable</code> and all required
589    * attributes not included in this superclass.
590    * This is a factory operation used to create instance objects of class
591    * <code>InvoiceBundledProductPosition</code>.
592    */

593   public InvoiceBundledProductPosition extendExtentCapable(
594       org.openmdx.base.cci.ExtentCapable _base
595     , short accessLevelBrowse
596     , short accessLevelDelete
597     , short accessLevelUpdate
598     , short contractPositionState
599     , int lineItemNumber
600     , short minMaxQuantityHandling
601     , String JavaDoc name
602     , String JavaDoc positionNumber
603     , short pricingState
604     , org.opencrx.kernel.product1.cci.SalesTaxType salesTaxType
605     , org.opencrx.kernel.account1.cci.Account carrier
606     , boolean isGift
607     , short shippingMethod
608     , boolean disabled
609   );
610 // ----------------------------------------------------------------------------
611
// ClassProxy/IntfInstanceExtenderRequiredAttributes
612
// ----------------------------------------------------------------------------
613
/**
614    * Creates an instance of class <code>InvoiceBundledProductPosition</code>
615    * based on the superclass <code>ViewCapable</code> and all required
616    * attributes not included in this superclass.
617    * This is a factory operation used to create instance objects of class
618    * <code>InvoiceBundledProductPosition</code>.
619    */

620   public InvoiceBundledProductPosition extendViewCapable(
621       org.openmdx.compatibility.view1.cci.ViewCapable _base
622     , short accessLevelBrowse
623     , short accessLevelDelete
624     , short accessLevelUpdate
625     , short contractPositionState
626     , int lineItemNumber
627     , short minMaxQuantityHandling
628     , String JavaDoc name
629     , String JavaDoc positionNumber
630     , short pricingState
631     , org.opencrx.kernel.product1.cci.SalesTaxType salesTaxType
632     , org.opencrx.kernel.account1.cci.Account carrier
633     , boolean isGift
634     , short shippingMethod
635     , boolean disabled
636   );
637 // ----------------------------------------------------------------------------
638
// ClassProxy/IntfEnd.vm
639
// ----------------------------------------------------------------------------
640
}
641
Popular Tags