KickJava   Java API By Example, From Geeks To Geeks.

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


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

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

49   public SalesOrderProductOfferingPosition createSalesOrderProductOfferingPosition(
50       short accessLevelBrowse
51     , short accessLevelDelete
52     , short accessLevelUpdate
53     , short contractPositionState
54     , int lineItemNumber
55     , short minMaxQuantityHandling
56     , String JavaDoc name
57     , String JavaDoc positionNumber
58     , short pricingState
59     , org.opencrx.kernel.product1.cci.SalesTaxType salesTaxType
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
70    * <code>SalesOrderProductOfferingPosition</code> based on the superclass
71    * <code>Auditee</code> and all required attributes not included in this
72    * superclass.
73    * This is a factory operation used to create instance objects of class
74    * <code>SalesOrderProductOfferingPosition</code>.
75    */

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

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

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

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

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

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

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

269   public SalesOrderProductOfferingPosition extendAddressContainer(
270       org.opencrx.kernel.contract1.cci.AddressContainer _base
271     , short accessLevelBrowse
272     , short accessLevelDelete
273     , short accessLevelUpdate
274     , short contractPositionState
275     , int lineItemNumber
276     , short minMaxQuantityHandling
277     , String JavaDoc name
278     , String JavaDoc positionNumber
279     , short pricingState
280     , org.opencrx.kernel.product1.cci.SalesTaxType salesTaxType
281     , org.opencrx.kernel.account1.cci.Account carrier
282     , boolean isGift
283     , short shippingMethod
284     , boolean disabled
285   );
286 // ----------------------------------------------------------------------------
287
// ClassProxy/IntfInstanceExtenderRequiredAttributes
288
// ----------------------------------------------------------------------------
289
/**
290    * Creates an instance of class
291    * <code>SalesOrderProductOfferingPosition</code> based on the superclass
292    * <code>ContractPosition</code> and all required attributes not included
293    * in this superclass.
294    * This is a factory operation used to create instance objects of class
295    * <code>SalesOrderProductOfferingPosition</code>.
296    */

297   public SalesOrderProductOfferingPosition extendContractPosition(
298       org.opencrx.kernel.contract1.cci.ContractPosition _base
299     , short accessLevelBrowse
300     , short accessLevelDelete
301     , short accessLevelUpdate
302     , boolean disabled
303   );
304 // ----------------------------------------------------------------------------
305
// ClassProxy/IntfInstanceExtenderRequiredAttributes
306
// ----------------------------------------------------------------------------
307
/**
308    * Creates an instance of class
309    * <code>SalesOrderProductOfferingPosition</code> based on the superclass
310    * <code>DeliveryRequestContainer</code> and all required attributes not
311    * included in this superclass.
312    * This is a factory operation used to create instance objects of class
313    * <code>SalesOrderProductOfferingPosition</code>.
314    */

315   public SalesOrderProductOfferingPosition extendDeliveryRequestContainer(
316       org.opencrx.kernel.contract1.cci.DeliveryRequestContainer _base
317     , short accessLevelBrowse
318     , short accessLevelDelete
319     , short accessLevelUpdate
320     , short contractPositionState
321     , int lineItemNumber
322     , short minMaxQuantityHandling
323     , String JavaDoc name
324     , String JavaDoc positionNumber
325     , short pricingState
326     , org.opencrx.kernel.product1.cci.SalesTaxType salesTaxType
327     , org.opencrx.kernel.account1.cci.Account carrier
328     , boolean isGift
329     , short shippingMethod
330     , boolean disabled
331   );
332 // ----------------------------------------------------------------------------
333
// ClassProxy/IntfInstanceExtenderRequiredAttributes
334
// ----------------------------------------------------------------------------
335
/**
336    * Creates an instance of class
337    * <code>SalesOrderProductOfferingPosition</code> based on the superclass
338    * <code>ShippingDetail</code> and all required attributes not included in
339    * this superclass.
340    * This is a factory operation used to create instance objects of class
341    * <code>SalesOrderProductOfferingPosition</code>.
342    */

343   public SalesOrderProductOfferingPosition extendShippingDetail(
344       org.opencrx.kernel.contract1.cci.ShippingDetail _base
345     , short accessLevelBrowse
346     , short accessLevelDelete
347     , short accessLevelUpdate
348     , short contractPositionState
349     , int lineItemNumber
350     , short minMaxQuantityHandling
351     , String JavaDoc name
352     , String JavaDoc positionNumber
353     , short pricingState
354     , org.opencrx.kernel.product1.cci.SalesTaxType salesTaxType
355     , boolean disabled
356   );
357 // ----------------------------------------------------------------------------
358
// ClassProxy/IntfInstanceExtenderRequiredAttributes
359
// ----------------------------------------------------------------------------
360
/**
361    * Creates an instance of class
362    * <code>SalesOrderProductOfferingPosition</code> based on the superclass
363    * <code>BookingOrigin</code> and all required attributes not included in
364    * this superclass.
365    * This is a factory operation used to create instance objects of class
366    * <code>SalesOrderProductOfferingPosition</code>.
367    */

368   public SalesOrderProductOfferingPosition extendBookingOrigin(
369       org.opencrx.kernel.depot1.cci.BookingOrigin _base
370     , short accessLevelBrowse
371     , short accessLevelDelete
372     , short accessLevelUpdate
373     , short contractPositionState
374     , int lineItemNumber
375     , short minMaxQuantityHandling
376     , String JavaDoc name
377     , String JavaDoc positionNumber
378     , short pricingState
379     , org.opencrx.kernel.product1.cci.SalesTaxType salesTaxType
380     , org.opencrx.kernel.account1.cci.Account carrier
381     , boolean isGift
382     , short shippingMethod
383     , boolean disabled
384   );
385 // ----------------------------------------------------------------------------
386
// ClassProxy/IntfInstanceExtenderRequiredAttributes
387
// ----------------------------------------------------------------------------
388
/**
389    * Creates an instance of class
390    * <code>SalesOrderProductOfferingPosition</code> based on the superclass
391    * <code>DepotReferenceHolder</code> and all required attributes not
392    * included in this superclass.
393    * This is a factory operation used to create instance objects of class
394    * <code>SalesOrderProductOfferingPosition</code>.
395    */

396   public SalesOrderProductOfferingPosition extendDepotReferenceHolder(
397       org.opencrx.kernel.depot1.cci.DepotReferenceHolder _base
398     , short accessLevelBrowse
399     , short accessLevelDelete
400     , short accessLevelUpdate
401     , short contractPositionState
402     , int lineItemNumber
403     , short minMaxQuantityHandling
404     , String JavaDoc name
405     , String JavaDoc positionNumber
406     , short pricingState
407     , org.opencrx.kernel.product1.cci.SalesTaxType salesTaxType
408     , org.opencrx.kernel.account1.cci.Account carrier
409     , boolean isGift
410     , short shippingMethod
411     , boolean disabled
412   );
413 // ----------------------------------------------------------------------------
414
// ClassProxy/IntfInstanceExtenderRequiredAttributes
415
// ----------------------------------------------------------------------------
416
/**
417    * Creates an instance of class
418    * <code>SalesOrderProductOfferingPosition</code> based on the superclass
419    * <code>CrxObject</code> and all required attributes not included in this
420    * superclass.
421    * This is a factory operation used to create instance objects of class
422    * <code>SalesOrderProductOfferingPosition</code>.
423    */

424   public SalesOrderProductOfferingPosition extendCrxObject(
425       org.opencrx.kernel.generic.cci.CrxObject _base
426     , short contractPositionState
427     , int lineItemNumber
428     , short minMaxQuantityHandling
429     , String JavaDoc name
430     , String JavaDoc positionNumber
431     , short pricingState
432     , org.opencrx.kernel.product1.cci.SalesTaxType salesTaxType
433     , org.opencrx.kernel.account1.cci.Account carrier
434     , boolean isGift
435     , short shippingMethod
436   );
437 // ----------------------------------------------------------------------------
438
// ClassProxy/IntfInstanceExtenderRequiredAttributes
439
// ----------------------------------------------------------------------------
440
/**
441    * Creates an instance of class
442    * <code>SalesOrderProductOfferingPosition</code> based on the superclass
443    * <code>EditableProductOfferingPosition</code> and all required
444    * attributes not included in this superclass.
445    * This is a factory operation used to create instance objects of class
446    * <code>SalesOrderProductOfferingPosition</code>.
447    */

448   public SalesOrderProductOfferingPosition extendEditableProductOfferingPosition(
449       org.opencrx.kernel.product1.cci.EditableProductOfferingPosition _base
450     , short accessLevelBrowse
451     , short accessLevelDelete
452     , short accessLevelUpdate
453     , short contractPositionState
454     , int lineItemNumber
455     , short minMaxQuantityHandling
456     , String JavaDoc name
457     , String JavaDoc positionNumber
458     , short pricingState
459     , org.opencrx.kernel.product1.cci.SalesTaxType salesTaxType
460     , org.opencrx.kernel.account1.cci.Account carrier
461     , boolean isGift
462     , short shippingMethod
463     , boolean disabled
464   );
465 // ----------------------------------------------------------------------------
466
// ClassProxy/IntfInstanceExtenderRequiredAttributes
467
// ----------------------------------------------------------------------------
468
/**
469    * Creates an instance of class
470    * <code>SalesOrderProductOfferingPosition</code> based on the superclass
471    * <code>ProductOfferingPosition</code> and all required attributes not
472    * included in this superclass.
473    * This is a factory operation used to create instance objects of class
474    * <code>SalesOrderProductOfferingPosition</code>.
475    */

476   public SalesOrderProductOfferingPosition extendProductOfferingPosition(
477       org.opencrx.kernel.product1.cci.ProductOfferingPosition _base
478     , short accessLevelBrowse
479     , short accessLevelDelete
480     , short accessLevelUpdate
481     , short contractPositionState
482     , int lineItemNumber
483     , short minMaxQuantityHandling
484     , String JavaDoc name
485     , String JavaDoc positionNumber
486     , short pricingState
487     , org.opencrx.kernel.product1.cci.SalesTaxType salesTaxType
488     , org.opencrx.kernel.account1.cci.Account carrier
489     , boolean isGift
490     , short shippingMethod
491     , boolean disabled
492   );
493 // ----------------------------------------------------------------------------
494
// ClassProxy/IntfInstanceExtenderRequiredAttributes
495
// ----------------------------------------------------------------------------
496
/**
497    * Creates an instance of class
498    * <code>SalesOrderProductOfferingPosition</code> based on the superclass
499    * <code>BasicObject</code> and all required attributes not included in
500    * this superclass.
501    * This is a factory operation used to create instance objects of class
502    * <code>SalesOrderProductOfferingPosition</code>.
503    */

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

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

560   public SalesOrderProductOfferingPosition extendExtentCapable(
561       org.openmdx.base.cci.ExtentCapable _base
562     , short accessLevelBrowse
563     , short accessLevelDelete
564     , short accessLevelUpdate
565     , short contractPositionState
566     , int lineItemNumber
567     , short minMaxQuantityHandling
568     , String JavaDoc name
569     , String JavaDoc positionNumber
570     , short pricingState
571     , org.opencrx.kernel.product1.cci.SalesTaxType salesTaxType
572     , org.opencrx.kernel.account1.cci.Account carrier
573     , boolean isGift
574     , short shippingMethod
575     , boolean disabled
576   );
577 // ----------------------------------------------------------------------------
578
// ClassProxy/IntfInstanceExtenderRequiredAttributes
579
// ----------------------------------------------------------------------------
580
/**
581    * Creates an instance of class
582    * <code>SalesOrderProductOfferingPosition</code> based on the superclass
583    * <code>ViewCapable</code> and all required attributes not included in
584    * this superclass.
585    * This is a factory operation used to create instance objects of class
586    * <code>SalesOrderProductOfferingPosition</code>.
587    */

588   public SalesOrderProductOfferingPosition extendViewCapable(
589       org.openmdx.compatibility.view1.cci.ViewCapable _base
590     , short accessLevelBrowse
591     , short accessLevelDelete
592     , short accessLevelUpdate
593     , short contractPositionState
594     , int lineItemNumber
595     , short minMaxQuantityHandling
596     , String JavaDoc name
597     , String JavaDoc positionNumber
598     , short pricingState
599     , org.opencrx.kernel.product1.cci.SalesTaxType salesTaxType
600     , org.opencrx.kernel.account1.cci.Account carrier
601     , boolean isGift
602     , short shippingMethod
603     , boolean disabled
604   );
605 // ----------------------------------------------------------------------------
606
// ClassProxy/IntfEnd.vm
607
// ----------------------------------------------------------------------------
608
}
609
Popular Tags