KickJava   Java API By Example, From Geeks To Geeks.

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


1 // ----------------------------------------------------------------------------
2
// Filter/ImplBegin
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:59 CEST 2006
9
//
10
// GENERATED - DO NOT CHANGE MANUALLY
11
//
12
//////////////////////////////////////////////////////////////////////////////
13
package org.opencrx.kernel.contract1.cci;
14
15 public class SalesOrderFilterImpl
16   extends org.openmdx.base.accessor.jmi.spi.RefFilter_1
17   implements SalesOrderFilter {
18
19   public SalesOrderFilterImpl(
20     org.openmdx.base.accessor.jmi.cci.RefPackage_1_0 aPackage
21   ) {
22     super(
23       aPackage,
24       "org:opencrx:kernel:contract1:SalesOrder",
25       null,
26       null
27     );
28   }
29
30   public SalesOrderFilterImpl(
31     org.openmdx.base.accessor.jmi.cci.RefPackage_1_0 aPackage,
32     org.openmdx.compatibility.base.query.FilterProperty[] filterProperties,
33     org.openmdx.compatibility.base.dataprovider.cci.AttributeSpecifier[] attributeSpecifiers
34   ) {
35     super(
36       aPackage,
37       "org:opencrx:kernel:contract1:SalesOrder",
38       filterProperties,
39       attributeSpecifiers
40     );
41   }
42       
43 // ----------------------------------------------------------------------------
44
// Filter/ImplAttributeIsNotStruct
45
// ----------------------------------------------------------------------------
46
public void forAllAccessLevelBrowse (
47     short operator,
48     java.util.Collection JavaDoc values
49   ) {
50     refAddValue(
51       "org:opencrx:kernel:base:SecureObject:accessLevelBrowse",
52       org.openmdx.compatibility.base.query.Quantors.FOR_ALL,
53       operator,
54       values
55     );
56   }
57
58   public void thereExistsAccessLevelBrowse (
59     short operator,
60     java.util.Collection JavaDoc values
61   ) {
62     refAddValue(
63       "org:opencrx:kernel:base:SecureObject:accessLevelBrowse",
64       org.openmdx.compatibility.base.query.Quantors.THERE_EXISTS,
65       operator,
66       values
67     );
68   }
69
70   public void forAllAccessLevelBrowse (
71     short operator,
72     short[] filterValues
73   ) {
74     java.util.List JavaDoc arrayAsList = new java.util.ArrayList JavaDoc();
75     for(int i = 0; i < filterValues.length; i++) {
76       arrayAsList.add(
77         new Short JavaDoc(filterValues[i])
78       );
79     }
80     forAllAccessLevelBrowse (
81       operator,
82       arrayAsList
83     );
84   }
85
86   public void thereExistsAccessLevelBrowse (
87     short operator,
88     short[] filterValues
89   ) {
90     java.util.List JavaDoc arrayAsList = new java.util.ArrayList JavaDoc();
91     for(int i = 0; i < filterValues.length; i++) {
92       arrayAsList.add(
93         new Short JavaDoc(filterValues[i])
94       );
95     }
96     thereExistsAccessLevelBrowse (
97       operator,
98       arrayAsList
99     );
100   }
101
102   public void orderByAccessLevelBrowse (
103     short order
104   ) {
105     refAddValue(
106       "org:opencrx:kernel:base:SecureObject:accessLevelBrowse",
107       order
108     );
109   }
110       
111 // ----------------------------------------------------------------------------
112
// Filter/ImplAttributeIsNotStruct
113
// ----------------------------------------------------------------------------
114
public void forAllAccessLevelDelete (
115     short operator,
116     java.util.Collection JavaDoc values
117   ) {
118     refAddValue(
119       "org:opencrx:kernel:base:SecureObject:accessLevelDelete",
120       org.openmdx.compatibility.base.query.Quantors.FOR_ALL,
121       operator,
122       values
123     );
124   }
125
126   public void thereExistsAccessLevelDelete (
127     short operator,
128     java.util.Collection JavaDoc values
129   ) {
130     refAddValue(
131       "org:opencrx:kernel:base:SecureObject:accessLevelDelete",
132       org.openmdx.compatibility.base.query.Quantors.THERE_EXISTS,
133       operator,
134       values
135     );
136   }
137
138   public void forAllAccessLevelDelete (
139     short operator,
140     short[] filterValues
141   ) {
142     java.util.List JavaDoc arrayAsList = new java.util.ArrayList JavaDoc();
143     for(int i = 0; i < filterValues.length; i++) {
144       arrayAsList.add(
145         new Short JavaDoc(filterValues[i])
146       );
147     }
148     forAllAccessLevelDelete (
149       operator,
150       arrayAsList
151     );
152   }
153
154   public void thereExistsAccessLevelDelete (
155     short operator,
156     short[] filterValues
157   ) {
158     java.util.List JavaDoc arrayAsList = new java.util.ArrayList JavaDoc();
159     for(int i = 0; i < filterValues.length; i++) {
160       arrayAsList.add(
161         new Short JavaDoc(filterValues[i])
162       );
163     }
164     thereExistsAccessLevelDelete (
165       operator,
166       arrayAsList
167     );
168   }
169
170   public void orderByAccessLevelDelete (
171     short order
172   ) {
173     refAddValue(
174       "org:opencrx:kernel:base:SecureObject:accessLevelDelete",
175       order
176     );
177   }
178       
179 // ----------------------------------------------------------------------------
180
// Filter/ImplAttributeIsNotStruct
181
// ----------------------------------------------------------------------------
182
public void forAllAccessLevelUpdate (
183     short operator,
184     java.util.Collection JavaDoc values
185   ) {
186     refAddValue(
187       "org:opencrx:kernel:base:SecureObject:accessLevelUpdate",
188       org.openmdx.compatibility.base.query.Quantors.FOR_ALL,
189       operator,
190       values
191     );
192   }
193
194   public void thereExistsAccessLevelUpdate (
195     short operator,
196     java.util.Collection JavaDoc values
197   ) {
198     refAddValue(
199       "org:opencrx:kernel:base:SecureObject:accessLevelUpdate",
200       org.openmdx.compatibility.base.query.Quantors.THERE_EXISTS,
201       operator,
202       values
203     );
204   }
205
206   public void forAllAccessLevelUpdate (
207     short operator,
208     short[] filterValues
209   ) {
210     java.util.List JavaDoc arrayAsList = new java.util.ArrayList JavaDoc();
211     for(int i = 0; i < filterValues.length; i++) {
212       arrayAsList.add(
213         new Short JavaDoc(filterValues[i])
214       );
215     }
216     forAllAccessLevelUpdate (
217       operator,
218       arrayAsList
219     );
220   }
221
222   public void thereExistsAccessLevelUpdate (
223     short operator,
224     short[] filterValues
225   ) {
226     java.util.List JavaDoc arrayAsList = new java.util.ArrayList JavaDoc();
227     for(int i = 0; i < filterValues.length; i++) {
228       arrayAsList.add(
229         new Short JavaDoc(filterValues[i])
230       );
231     }
232     thereExistsAccessLevelUpdate (
233       operator,
234       arrayAsList
235     );
236   }
237
238   public void orderByAccessLevelUpdate (
239     short order
240   ) {
241     refAddValue(
242       "org:opencrx:kernel:base:SecureObject:accessLevelUpdate",
243       order
244     );
245   }
246       
247 // ----------------------------------------------------------------------------
248
// Filter/ImplAttributeIsNotStruct
249
// ----------------------------------------------------------------------------
250
public void forAllOwner (
251     short operator,
252     java.util.Collection JavaDoc values
253   ) {
254     refAddValue(
255       "org:opencrx:kernel:base:SecureObject:owner",
256       org.openmdx.compatibility.base.query.Quantors.FOR_ALL,
257       operator,
258       values
259     );
260   }
261
262   public void thereExistsOwner (
263     short operator,
264     java.util.Collection JavaDoc values
265   ) {
266     refAddValue(
267       "org:opencrx:kernel:base:SecureObject:owner",
268       org.openmdx.compatibility.base.query.Quantors.THERE_EXISTS,
269       operator,
270       values
271     );
272   }
273
274   public void forAllOwner (
275     short operator,
276     String JavaDoc[] filterValues
277   ) {
278     java.util.List JavaDoc arrayAsList = new java.util.ArrayList JavaDoc();
279     for(int i = 0; i < filterValues.length; i++) {
280       arrayAsList.add(
281         filterValues[i]
282       );
283     }
284     forAllOwner (
285       operator,
286       arrayAsList
287     );
288   }
289
290   public void thereExistsOwner (
291     short operator,
292     String JavaDoc[] filterValues
293   ) {
294     java.util.List JavaDoc arrayAsList = new java.util.ArrayList JavaDoc();
295     for(int i = 0; i < filterValues.length; i++) {
296       arrayAsList.add(
297         filterValues[i]
298       );
299     }
300     thereExistsOwner (
301       operator,
302       arrayAsList
303     );
304   }
305
306   public void orderByOwner (
307     short order
308   ) {
309     refAddValue(
310       "org:opencrx:kernel:base:SecureObject:owner",
311       order
312     );
313   }
314       
315 // ----------------------------------------------------------------------------
316
// Filter/ImplReference
317
// ----------------------------------------------------------------------------
318
public void forAllOwningGroup (
319     short operator,
320     org.opencrx.security.realm1.cci.PrincipalGroup[] filterValues
321   ) {
322     java.util.List JavaDoc arrayAsList = new java.util.ArrayList JavaDoc();
323     for(int i = 0; i < filterValues.length; i++) {
324       arrayAsList.add(
325         filterValues[i]
326       );
327     }
328     forAllOwningGroup (
329       operator,
330       arrayAsList
331     );
332   }
333
334   public void thereExistsOwningGroup (
335     short operator,
336     org.opencrx.security.realm1.cci.PrincipalGroup[] filterValues
337   ) {
338     java.util.List JavaDoc arrayAsList = new java.util.ArrayList JavaDoc();
339     for(int i = 0; i < filterValues.length; i++) {
340       arrayAsList.add(
341         filterValues[i]
342       );
343     }
344     thereExistsOwningGroup (
345       operator,
346       arrayAsList
347     );
348   }
349
350   public void forAllOwningGroup (
351     short operator,
352     java.util.Collection JavaDoc values
353   ) {
354     refAddValue(
355       "org:opencrx:kernel:base:SecureObject:owningGroup",
356       org.openmdx.compatibility.base.query.Quantors.FOR_ALL,
357       operator,
358       values
359     );
360   }
361
362   public void thereExistsOwningGroup (
363     short operator,
364     java.util.Collection JavaDoc values
365   ) {
366     refAddValue(
367       "org:opencrx:kernel:base:SecureObject:owningGroup",
368       org.openmdx.compatibility.base.query.Quantors.THERE_EXISTS,
369       operator,
370       values
371     );
372   }
373       
374 // ----------------------------------------------------------------------------
375
// Filter/ImplReference
376
// ----------------------------------------------------------------------------
377
public void forAllOwningUser (
378     short operator,
379     org.opencrx.security.realm1.cci.User[] filterValues
380   ) {
381     java.util.List JavaDoc arrayAsList = new java.util.ArrayList JavaDoc();
382     for(int i = 0; i < filterValues.length; i++) {
383       arrayAsList.add(
384         filterValues[i]
385       );
386     }
387     forAllOwningUser (
388       operator,
389       arrayAsList
390     );
391   }
392
393   public void thereExistsOwningUser (
394     short operator,
395     org.opencrx.security.realm1.cci.User[] filterValues
396   ) {
397     java.util.List JavaDoc arrayAsList = new java.util.ArrayList JavaDoc();
398     for(int i = 0; i < filterValues.length; i++) {
399       arrayAsList.add(
400         filterValues[i]
401       );
402     }
403     thereExistsOwningUser (
404       operator,
405       arrayAsList
406     );
407   }
408
409   public void forAllOwningUser (
410     short operator,
411     java.util.Collection JavaDoc values
412   ) {
413     refAddValue(
414       "org:opencrx:kernel:base:SecureObject:owningUser",
415       org.openmdx.compatibility.base.query.Quantors.FOR_ALL,
416       operator,
417       values
418     );
419   }
420
421   public void thereExistsOwningUser (
422     short operator,
423     java.util.Collection JavaDoc values
424   ) {
425     refAddValue(
426       "org:opencrx:kernel:base:SecureObject:owningUser",
427       org.openmdx.compatibility.base.query.Quantors.THERE_EXISTS,
428       operator,
429       values
430     );
431   }
432       
433 // ----------------------------------------------------------------------------
434
// Filter/ImplAttributeIsNotStruct
435
// ----------------------------------------------------------------------------
436
public void forAllIsTemplate (
437     short operator,
438     java.util.Collection JavaDoc values
439   ) {
440     refAddValue(
441       "org:opencrx:kernel:base:TemplateEnabled:isTemplate",
442       org.openmdx.compatibility.base.query.Quantors.FOR_ALL,
443       operator,
444       values
445     );
446   }
447
448   public void thereExistsIsTemplate (
449     short operator,
450     java.util.Collection JavaDoc values
451   ) {
452     refAddValue(
453       "org:opencrx:kernel:base:TemplateEnabled:isTemplate",
454       org.openmdx.compatibility.base.query.Quantors.THERE_EXISTS,
455       operator,
456       values
457     );
458   }
459
460   public void forAllIsTemplate (
461     short operator,
462     boolean[] filterValues
463   ) {
464     java.util.List JavaDoc arrayAsList = new java.util.ArrayList JavaDoc();
465     for(int i = 0; i < filterValues.length; i++) {
466       arrayAsList.add(
467         new Boolean JavaDoc(filterValues[i])
468       );
469     }
470     forAllIsTemplate (
471       operator,
472       arrayAsList
473     );
474   }
475
476   public void thereExistsIsTemplate (
477     short operator,
478     boolean[] filterValues
479   ) {
480     java.util.List JavaDoc arrayAsList = new java.util.ArrayList JavaDoc();
481     for(int i = 0; i < filterValues.length; i++) {
482       arrayAsList.add(
483         new Boolean JavaDoc(filterValues[i])
484       );
485     }
486     thereExistsIsTemplate (
487       operator,
488       arrayAsList
489     );
490   }
491
492   public void orderByIsTemplate (
493     short order
494   ) {
495     refAddValue(
496       "org:opencrx:kernel:base:TemplateEnabled:isTemplate",
497       order
498     );
499   }
500       
501 // ----------------------------------------------------------------------------
502
// Filter/ImplAttributeIsNotStruct
503
// ----------------------------------------------------------------------------
504
public void forAllTemplateReferenceFilter (
505     short operator,
506     java.util.Collection JavaDoc values
507   ) {
508     refAddValue(
509       "org:opencrx:kernel:base:TemplateEnabled:templateReferenceFilter",
510       org.openmdx.compatibility.base.query.Quantors.FOR_ALL,
511       operator,
512       values
513     );
514   }
515
516   public void thereExistsTemplateReferenceFilter (
517     short operator,
518     java.util.Collection JavaDoc values
519   ) {
520     refAddValue(
521       "org:opencrx:kernel:base:TemplateEnabled:templateReferenceFilter",
522       org.openmdx.compatibility.base.query.Quantors.THERE_EXISTS,
523       operator,
524       values
525     );
526   }
527
528   public void forAllTemplateReferenceFilter (
529     short operator,
530     String JavaDoc[] filterValues
531   ) {
532     java.util.List JavaDoc arrayAsList = new java.util.ArrayList JavaDoc();
533     for(int i = 0; i < filterValues.length; i++) {
534       arrayAsList.add(
535         filterValues[i]
536       );
537     }
538     forAllTemplateReferenceFilter (
539       operator,
540       arrayAsList
541     );
542   }
543
544   public void thereExistsTemplateReferenceFilter (
545     short operator,
546     String JavaDoc[] filterValues
547   ) {
548     java.util.List JavaDoc arrayAsList = new java.util.ArrayList JavaDoc();
549     for(int i = 0; i < filterValues.length; i++) {
550       arrayAsList.add(
551         filterValues[i]
552       );
553     }
554     thereExistsTemplateReferenceFilter (
555       operator,
556       arrayAsList
557     );
558   }
559
560   public void orderByTemplateReferenceFilter (
561     short order
562   ) {
563     refAddValue(
564       "org:opencrx:kernel:base:TemplateEnabled:templateReferenceFilter",
565       order
566     );
567   }
568       
569 // ----------------------------------------------------------------------------
570
// Filter/ImplAttributeIsNotStruct
571
// ----------------------------------------------------------------------------
572
public void forAllActiveOn (
573     short operator,
574     java.util.Collection JavaDoc values
575   ) {
576     refAddValue(
577       "org:opencrx:kernel:contract1:AbstractContract:activeOn",
578       org.openmdx.compatibility.base.query.Quantors.FOR_ALL,
579       operator,
580       values
581     );
582   }
583
584   public void thereExistsActiveOn (
585     short operator,
586     java.util.Collection JavaDoc values
587   ) {
588     refAddValue(
589       "org:opencrx:kernel:contract1:AbstractContract:activeOn",
590       org.openmdx.compatibility.base.query.Quantors.THERE_EXISTS,
591       operator,
592       values
593     );
594   }
595
596   public void forAllActiveOn (
597     short operator,
598     java.util.Date JavaDoc[] filterValues
599   ) {
600     java.util.List JavaDoc arrayAsList = new java.util.ArrayList JavaDoc();
601     for(int i = 0; i < filterValues.length; i++) {
602       arrayAsList.add(
603         filterValues[i]
604       );
605     }
606     forAllActiveOn (
607       operator,
608       arrayAsList
609     );
610   }
611
612   public void thereExistsActiveOn (
613     short operator,
614     java.util.Date JavaDoc[] filterValues
615   ) {
616     java.util.List JavaDoc arrayAsList = new java.util.ArrayList JavaDoc();
617     for(int i = 0; i < filterValues.length; i++) {
618       arrayAsList.add(
619         filterValues[i]
620       );
621     }
622     thereExistsActiveOn (
623       operator,
624       arrayAsList
625     );
626   }
627
628   public void orderByActiveOn (
629     short order
630   ) {
631     refAddValue(
632       "org:opencrx:kernel:contract1:AbstractContract:activeOn",
633       order
634     );
635   }
636       
637 // ----------------------------------------------------------------------------
638
// Filter/ImplReference
639
// ----------------------------------------------------------------------------
640
public void forAllActivity (
641     short operator,
642     org.opencrx.kernel.activity1.cci.Activity[] filterValues
643   ) {
644     java.util.List JavaDoc arrayAsList = new java.util.ArrayList JavaDoc();
645     for(int i = 0; i < filterValues.length; i++) {
646       arrayAsList.add(
647         filterValues[i]
648       );
649     }
650     forAllActivity (
651       operator,
652       arrayAsList
653     );
654   }
655
656   public void thereExistsActivity (
657     short operator,
658     org.opencrx.kernel.activity1.cci.Activity[] filterValues
659   ) {
660     java.util.List JavaDoc arrayAsList = new java.util.ArrayList JavaDoc();
661     for(int i = 0; i < filterValues.length; i++) {
662       arrayAsList.add(
663         filterValues[i]
664       );
665     }
666     thereExistsActivity (
667       operator,
668       arrayAsList
669     );
670   }
671
672   public void forAllActivity (
673     short operator,
674     java.util.Collection JavaDoc values
675   ) {
676     refAddValue(
677       "org:opencrx:kernel:contract1:AbstractContract:activity",
678       org.openmdx.compatibility.base.query.Quantors.FOR_ALL,
679       operator,
680       values
681     );
682   }
683
684   public void thereExistsActivity (
685     short operator,
686     java.util.Collection JavaDoc values
687   ) {
688     refAddValue(
689       "org:opencrx:kernel:contract1:AbstractContract:activity",
690       org.openmdx.compatibility.base.query.Quantors.THERE_EXISTS,
691       operator,
692       values
693     );
694   }
695       
696 // ----------------------------------------------------------------------------
697
// Filter/ImplReference
698
// ----------------------------------------------------------------------------
699
public void forAllBroker (
700     short operator,
701     org.opencrx.kernel.account1.cci.Account[] filterValues
702   ) {
703     java.util.List JavaDoc arrayAsList = new java.util.ArrayList JavaDoc();
704     for(int i = 0; i < filterValues.length; i++) {
705       arrayAsList.add(
706         filterValues[i]
707       );
708     }
709     forAllBroker (
710       operator,
711       arrayAsList
712     );
713   }
714
715   public void thereExistsBroker (
716     short operator,
717     org.opencrx.kernel.account1.cci.Account[] filterValues
718   ) {
719     java.util.List JavaDoc arrayAsList = new java.util.ArrayList JavaDoc();
720     for(int i = 0; i < filterValues.length; i++) {
721       arrayAsList.add(
722         filterValues[i]
723       );
724     }
725     thereExistsBroker (
726       operator,
727       arrayAsList
728     );
729   }
730
731   public void forAllBroker (
732     short operator,
733     java.util.Collection JavaDoc values
734   ) {
735     refAddValue(
736       "org:opencrx:kernel:contract1:AbstractContract:broker",
737       org.openmdx.compatibility.base.query.Quantors.FOR_ALL,
738       operator,
739       values
740     );
741   }
742
743   public void thereExistsBroker (
744     short operator,
745     java.util.Collection JavaDoc values
746   ) {
747     refAddValue(
748       "org:opencrx:kernel:contract1:AbstractContract:broker",
749       org.openmdx.compatibility.base.query.Quantors.THERE_EXISTS,
750       operator,
751       values
752     );
753   }
754       
755 // ----------------------------------------------------------------------------
756
// Filter/ImplAttributeIsNotStruct
757
// ----------------------------------------------------------------------------
758
public void forAllCancelOn (
759     short operator,
760     java.util.Collection JavaDoc values
761   ) {
762     refAddValue(
763       "org:opencrx:kernel:contract1:AbstractContract:cancelOn",
764       org.openmdx.compatibility.base.query.Quantors.FOR_ALL,
765       operator,
766       values
767     );
768   }
769
770   public void thereExistsCancelOn (
771     short operator,
772     java.util.Collection JavaDoc values
773   ) {
774     refAddValue(
775       "org:opencrx:kernel:contract1:AbstractContract:cancelOn",
776       org.openmdx.compatibility.base.query.Quantors.THERE_EXISTS,
777       operator,
778       values
779     );
780   }
781
782   public void forAllCancelOn (
783     short operator,
784     java.util.Date JavaDoc[] filterValues
785   ) {
786     java.util.List JavaDoc arrayAsList = new java.util.ArrayList JavaDoc();
787     for(int i = 0; i < filterValues.length; i++) {
788       arrayAsList.add(
789         filterValues[i]
790       );
791     }
792     forAllCancelOn (
793       operator,
794       arrayAsList
795     );
796   }
797
798   public void thereExistsCancelOn (
799     short operator,
800     java.util.Date JavaDoc[] filterValues
801   ) {
802     java.util.List JavaDoc arrayAsList = new java.util.ArrayList JavaDoc();
803     for(int i = 0; i < filterValues.length; i++) {
804       arrayAsList.add(
805         filterValues[i]
806       );
807     }
808     thereExistsCancelOn (
809       operator,
810       arrayAsList
811     );
812   }
813
814   public void orderByCancelOn (
815     short order
816   ) {
817     refAddValue(
818       "org:opencrx:kernel:contract1:AbstractContract:cancelOn",
819       order
820     );
821   }
822       
823 // ----------------------------------------------------------------------------
824
// Filter/ImplAttributeIsNotStruct
825
// ----------------------------------------------------------------------------
826
public void forAllClosedOn (
827     short operator,
828     java.util.Collection JavaDoc values
829   ) {
830     refAddValue(
831       "org:opencrx:kernel:contract1:AbstractContract:closedOn",
832       org.openmdx.compatibility.base.query.Quantors.FOR_ALL,
833       operator,
834       values
835     );
836   }
837
838   public void thereExistsClosedOn (
839     short operator,
840     java.util.Collection JavaDoc values
841   ) {
842     refAddValue(
843       "org:opencrx:kernel:contract1:AbstractContract:closedOn",
844       org.openmdx.compatibility.base.query.Quantors.THERE_EXISTS,
845       operator,
846       values
847     );
848   }
849
850   public void forAllClosedOn (
851     short operator,
852     java.util.Date JavaDoc[] filterValues
853   ) {
854     java.util.List JavaDoc arrayAsList = new java.util.ArrayList JavaDoc();
855     for(int i = 0; i < filterValues.length; i++) {
856       arrayAsList.add(
857         filterValues[i]
858       );
859     }
860     forAllClosedOn (
861       operator,
862       arrayAsList
863     );
864   }
865
866   public void thereExistsClosedOn (
867     short operator,
868     java.util.Date JavaDoc[] filterValues
869   ) {
870     java.util.List JavaDoc arrayAsList = new java.util.ArrayList JavaDoc();
871     for(int i = 0; i < filterValues.length; i++) {
872       arrayAsList.add(
873         filterValues[i]
874       );
875     }
876     thereExistsClosedOn (
877       operator,
878       arrayAsList
879     );
880   }
881
882   public void orderByClosedOn (
883     short order
884   ) {
885     refAddValue(
886       "org:opencrx:kernel:contract1:AbstractContract:closedOn",
887       order
888     );
889   }
890       
891 // ----------------------------------------------------------------------------
892
// Filter/ImplReference
893
// ----------------------------------------------------------------------------
894
public void forAllCompetitor (
895     short operator,
896     org.opencrx.kernel.account1.cci.Competitor[] filterValues
897   ) {
898     java.util.List JavaDoc arrayAsList = new java.util.ArrayList JavaDoc();
899     for(int i = 0; i < filterValues.length; i++) {
900       arrayAsList.add(
901         filterValues[i]
902       );
903     }
904     forAllCompetitor (
905       operator,
906       arrayAsList
907     );
908   }
909
910   public void thereExistsCompetitor (
911     short operator,
912     org.opencrx.kernel.account1.cci.Competitor[] filterValues
913   ) {
914     java.util.List JavaDoc arrayAsList = new java.util.ArrayList JavaDoc();
915     for(int i = 0; i < filterValues.length; i++) {
916       arrayAsList.add(
917         filterValues[i]
918       );
919     }
920     thereExistsCompetitor (
921       operator,
922       arrayAsList
923     );
924   }
925
926   public void forAllCompetitor (
927     short operator,
928     java.util.Collection JavaDoc values
929   ) {
930     refAddValue(
931       "org:opencrx:kernel:contract1:AbstractContract:competitor",
932       org.openmdx.compatibility.base.query.Quantors.FOR_ALL,
933       operator,
934       values
935     );
936   }
937
938   public void thereExistsCompetitor (
939     short operator,
940     java.util.Collection JavaDoc values
941   ) {
942     refAddValue(
943       "org:opencrx:kernel:contract1:AbstractContract:competitor",
944       org.openmdx.compatibility.base.query.Quantors.THERE_EXISTS,
945       operator,
946       values
947     );
948   }
949       
950 // ----------------------------------------------------------------------------
951
// Filter/ImplReference
952
// ----------------------------------------------------------------------------
953
public void forAllContact (
954     short operator,
955     org.opencrx.kernel.account1.cci.Contact[] filterValues
956   ) {
957     java.util.List JavaDoc arrayAsList = new java.util.ArrayList JavaDoc();
958     for(int i = 0; i < filterValues.length; i++) {
959       arrayAsList.add(
960         filterValues[i]
961       );
962     }
963     forAllContact (
964       operator,
965       arrayAsList
966     );
967   }
968
969   public void thereExistsContact (
970     short operator,
971     org.opencrx.kernel.account1.cci.Contact[] filterValues
972   ) {
973     java.util.List JavaDoc arrayAsList = new java.util.ArrayList JavaDoc();
974     for(int i = 0; i < filterValues.length; i++) {
975       arrayAsList.add(
976         filterValues[i]
977       );
978     }
979     thereExistsContact (
980       operator,
981       arrayAsList
982     );
983   }
984
985   public void forAllContact (
986     short operator,
987     java.util.Collection JavaDoc values
988   ) {
989     refAddValue(
990       "org:opencrx:kernel:contract1:AbstractContract:contact",
991       org.openmdx.compatibility.base.query.Quantors.FOR_ALL,
992       operator,
993       values
994     );
995   }
996
997   public void thereExistsContact (
998     short operator,
999     java.util.Collection JavaDoc values
1000  ) {
1001    refAddValue(
1002      "org:opencrx:kernel:contract1:AbstractContract:contact",
1003      org.openmdx.compatibility.base.query.Quantors.THERE_EXISTS,
1004      operator,
1005      values
1006    );
1007  }
1008      
1009// ----------------------------------------------------------------------------
1010
// Filter/ImplAttributeIsNotStruct
1011
// ----------------------------------------------------------------------------
1012
public void forAllContractCurrency (
1013    short operator,
1014    java.util.Collection JavaDoc values
1015  ) {
1016    refAddValue(
1017      "org:opencrx:kernel:contract1:AbstractContract:contractCurrency",
1018      org.openmdx.compatibility.base.query.Quantors.FOR_ALL,
1019      operator,
1020      values
1021    );
1022  }
1023
1024  public void thereExistsContractCurrency (
1025    short operator,
1026    java.util.Collection JavaDoc values
1027  ) {
1028    refAddValue(
1029      "org:opencrx:kernel:contract1:AbstractContract:contractCurrency",
1030      org.openmdx.compatibility.base.query.Quantors.THERE_EXISTS,
1031      operator,
1032      values
1033    );
1034  }
1035
1036  public void forAllContractCurrency (
1037    short operator,
1038    short[] filterValues
1039  ) {
1040    java.util.List JavaDoc arrayAsList = new java.util.ArrayList JavaDoc();
1041    for(int i = 0; i < filterValues.length; i++) {
1042      arrayAsList.add(
1043        new Short JavaDoc(filterValues[i])
1044      );
1045    }
1046    forAllContractCurrency (
1047      operator,
1048      arrayAsList
1049    );
1050  }
1051
1052  public void thereExistsContractCurrency (
1053    short operator,
1054    short[] filterValues
1055  ) {
1056    java.util.List JavaDoc arrayAsList = new java.util.ArrayList JavaDoc();
1057    for(int i = 0; i < filterValues.length; i++) {
1058      arrayAsList.add(
1059        new Short JavaDoc(filterValues[i])
1060      );
1061    }
1062    thereExistsContractCurrency (
1063      operator,
1064      arrayAsList
1065    );
1066  }
1067
1068  public void orderByContractCurrency (
1069    short order
1070  ) {
1071    refAddValue(
1072      "org:opencrx:kernel:contract1:AbstractContract:contractCurrency",
1073      order
1074    );
1075  }
1076      
1077// ----------------------------------------------------------------------------
1078
// Filter/ImplAttributeIsNotStruct
1079
// ----------------------------------------------------------------------------
1080
public void forAllContractLanguage (
1081    short operator,
1082    java.util.Collection JavaDoc values
1083  ) {
1084    refAddValue(
1085      "org:opencrx:kernel:contract1:AbstractContract:contractLanguage",
1086      org.openmdx.compatibility.base.query.Quantors.FOR_ALL,
1087      operator,
1088      values
1089    );
1090  }
1091
1092  public void thereExistsContractLanguage (
1093    short operator,
1094    java.util.Collection JavaDoc values
1095  ) {
1096    refAddValue(
1097      "org:opencrx:kernel:contract1:AbstractContract:contractLanguage",
1098      org.openmdx.compatibility.base.query.Quantors.THERE_EXISTS,
1099      operator,
1100      values
1101    );
1102  }
1103
1104  public void forAllContractLanguage (
1105    short operator,
1106    short[] filterValues
1107  ) {
1108    java.util.List JavaDoc arrayAsList = new java.util.ArrayList JavaDoc();
1109    for(int i = 0; i < filterValues.length; i++) {
1110      arrayAsList.add(
1111        new Short JavaDoc(filterValues[i])
1112      );
1113    }
1114    forAllContractLanguage (
1115      operator,
1116      arrayAsList
1117    );
1118  }
1119
1120  public void thereExistsContractLanguage (
1121    short operator,
1122    short[] filterValues
1123  ) {
1124    java.util.List JavaDoc arrayAsList = new java.util.ArrayList JavaDoc();
1125    for(int i = 0; i < filterValues.length; i++) {
1126      arrayAsList.add(
1127        new Short JavaDoc(filterValues[i])
1128      );
1129    }
1130    thereExistsContractLanguage (
1131      operator,
1132      arrayAsList
1133    );
1134  }
1135
1136  public void orderByContractLanguage (
1137    short order
1138  ) {
1139    refAddValue(
1140      "org:opencrx:kernel:contract1:AbstractContract:contractLanguage",
1141      order
1142    );
1143  }
1144      
1145// ----------------------------------------------------------------------------
1146
// Filter/ImplAttributeIsNotStruct
1147
// ----------------------------------------------------------------------------
1148
public void forAllContractNumber (
1149    short operator,
1150    java.util.Collection JavaDoc values
1151  ) {
1152    refAddValue(
1153      "org:opencrx:kernel:contract1:AbstractContract:contractNumber",
1154      org.openmdx.compatibility.base.query.Quantors.FOR_ALL,
1155      operator,
1156      values
1157    );
1158  }
1159
1160  public void thereExistsContractNumber (
1161    short operator,
1162    java.util.Collection JavaDoc values
1163  ) {
1164    refAddValue(
1165      "org:opencrx:kernel:contract1:AbstractContract:contractNumber",
1166      org.openmdx.compatibility.base.query.Quantors.THERE_EXISTS,
1167      operator,
1168      values
1169    );
1170  }
1171
1172  public void forAllContractNumber (
1173    short operator,
1174    String JavaDoc[] filterValues
1175  ) {
1176    java.util.List JavaDoc arrayAsList = new java.util.ArrayList JavaDoc();
1177    for(int i = 0; i < filterValues.length; i++) {
1178      arrayAsList.add(
1179        filterValues[i]
1180      );
1181    }
1182    forAllContractNumber (
1183      operator,
1184      arrayAsList
1185    );
1186  }
1187
1188  public void thereExistsContractNumber (
1189    short operator,
1190    String JavaDoc[] filterValues
1191  ) {
1192    java.util.List JavaDoc arrayAsList = new java.util.ArrayList JavaDoc();
1193    for(int i = 0; i < filterValues.length; i++) {
1194      arrayAsList.add(
1195        filterValues[i]
1196      );
1197    }
1198    thereExistsContractNumber (
1199      operator,
1200      arrayAsList
1201    );
1202  }
1203
1204  public void orderByContractNumber (
1205    short order
1206  ) {
1207    refAddValue(
1208      "org:opencrx:kernel:contract1:AbstractContract:contractNumber",
1209      order
1210    );
1211  }
1212      
1213// ----------------------------------------------------------------------------
1214
// Filter/ImplAttributeIsNotStruct
1215
// ----------------------------------------------------------------------------
1216
public void forAllContractState (
1217    short operator,
1218    java.util.Collection JavaDoc values
1219  ) {
1220    refAddValue(
1221      "org:opencrx:kernel:contract1:AbstractContract:contractState",
1222      org.openmdx.compatibility.base.query.Quantors.FOR_ALL,
1223      operator,
1224      values
1225    );
1226  }
1227
1228  public void thereExistsContractState (
1229    short operator,
1230    java.util.Collection JavaDoc values
1231  ) {
1232    refAddValue(
1233      "org:opencrx:kernel:contract1:AbstractContract:contractState",
1234      org.openmdx.compatibility.base.query.Quantors.THERE_EXISTS,
1235      operator,
1236      values
1237    );
1238  }
1239
1240  public void forAllContractState (
1241    short operator,
1242    short[] filterValues
1243  ) {
1244    java.util.List JavaDoc arrayAsList = new java.util.ArrayList JavaDoc();
1245    for(int i = 0; i < filterValues.length; i++) {
1246      arrayAsList.add(
1247        new Short JavaDoc(filterValues[i])
1248      );
1249    }
1250    forAllContractState (
1251      operator,
1252      arrayAsList
1253    );
1254  }
1255
1256  public void thereExistsContractState (
1257    short operator,
1258    short[] filterValues
1259  ) {
1260    java.util.List JavaDoc arrayAsList = new java.util.ArrayList JavaDoc();
1261    for(int i = 0; i < filterValues.length; i++) {
1262      arrayAsList.add(
1263        new Short JavaDoc(filterValues[i])
1264      );
1265    }
1266    thereExistsContractState (
1267      operator,
1268      arrayAsList
1269    );
1270  }
1271
1272  public void orderByContractState (
1273    short order
1274  ) {
1275    refAddValue(
1276      "org:opencrx:kernel:contract1:AbstractContract:contractState",
1277      order
1278    );
1279  }
1280      
1281// ----------------------------------------------------------------------------
1282
// Filter/ImplReference
1283
// ----------------------------------------------------------------------------
1284
public void forAllCustomer (
1285    short operator,
1286    org.opencrx.kernel.account1.cci.Account[] filterValues
1287  ) {
1288    java.util.List JavaDoc arrayAsList = new java.util.ArrayList JavaDoc();
1289    for(int i = 0; i < filterValues.length; i++) {
1290      arrayAsList.add(
1291        filterValues[i]
1292      );
1293    }
1294    forAllCustomer (
1295      operator,
1296      arrayAsList
1297    );
1298  }
1299
1300  public void thereExistsCustomer (
1301    short operator,
1302    org.opencrx.kernel.account1.cci.Account[] filterValues
1303  ) {
1304    java.util.List JavaDoc arrayAsList = new java.util.ArrayList JavaDoc();
1305    for(int i = 0; i < filterValues.length; i++) {
1306      arrayAsList.add(
1307        filterValues[i]
1308      );
1309    }
1310    thereExistsCustomer (
1311      operator,
1312      arrayAsList
1313    );
1314  }
1315
1316  public void forAllCustomer (
1317    short operator,
1318    java.util.Collection JavaDoc values
1319  ) {
1320    refAddValue(
1321      "org:opencrx:kernel:contract1:AbstractContract:customer",
1322      org.openmdx.compatibility.base.query.Quantors.FOR_ALL,
1323      operator,
1324      values
1325    );
1326  }
1327
1328  public void thereExistsCustomer (
1329    short operator,
1330    java.util.Collection JavaDoc values
1331  ) {
1332    refAddValue(
1333      "org:opencrx:kernel:contract1:AbstractContract:customer",
1334      org.openmdx.compatibility.base.query.Quantors.THERE_EXISTS,
1335      operator,
1336      values
1337    );
1338  }
1339      
1340// ----------------------------------------------------------------------------
1341
// Filter/ImplAttributeIsNotStruct
1342
// ----------------------------------------------------------------------------
1343
public void forAllDescription (
1344    short operator,
1345    java.util.Collection JavaDoc values
1346  ) {
1347    refAddValue(
1348      "org:opencrx:kernel:contract1:AbstractContract:description",
1349      org.openmdx.compatibility.base.query.Quantors.FOR_ALL,
1350      operator,
1351      values
1352    );
1353  }
1354
1355  public void thereExistsDescription (
1356    short operator,
1357    java.util.Collection JavaDoc values
1358  ) {
1359    refAddValue(
1360      "org:opencrx:kernel:contract1:AbstractContract:description",
1361      org.openmdx.compatibility.base.query.Quantors.THERE_EXISTS,
1362      operator,
1363      values
1364    );
1365  }
1366
1367  public void forAllDescription (
1368    short operator,
1369    String JavaDoc[] filterValues
1370  ) {
1371    java.util.List JavaDoc arrayAsList = new java.util.ArrayList JavaDoc();
1372    for(int i = 0; i < filterValues.length; i++) {
1373      arrayAsList.add(
1374        filterValues[i]
1375      );
1376    }
1377    forAllDescription (
1378      operator,
1379      arrayAsList
1380    );
1381  }
1382
1383  public void thereExistsDescription (
1384    short operator,
1385    String JavaDoc[] filterValues
1386  ) {
1387    java.util.List JavaDoc arrayAsList = new java.util.ArrayList JavaDoc();
1388    for(int i = 0; i < filterValues.length; i++) {
1389      arrayAsList.add(
1390        filterValues[i]
1391      );
1392    }
1393    thereExistsDescription (
1394      operator,
1395      arrayAsList
1396    );
1397  }
1398
1399  public void orderByDescription (
1400    short order
1401  ) {
1402    refAddValue(
1403      "org:opencrx:kernel:contract1:AbstractContract:description",
1404      order
1405    );
1406  }
1407      
1408// ----------------------------------------------------------------------------
1409
// Filter/ImplAttributeIsNotStruct
1410
// ----------------------------------------------------------------------------
1411
public void forAllExpiresOn (
1412    short operator,
1413    java.util.Collection JavaDoc values
1414  ) {
1415    refAddValue(
1416      "org:opencrx:kernel:contract1:AbstractContract:expiresOn",
1417      org.openmdx.compatibility.base.query.Quantors.FOR_ALL,
1418      operator,
1419      values
1420    );
1421  }
1422
1423  public void thereExistsExpiresOn (
1424    short operator,
1425    java.util.Collection JavaDoc values
1426  ) {
1427    refAddValue(
1428      "org:opencrx:kernel:contract1:AbstractContract:expiresOn",
1429      org.openmdx.compatibility.base.query.Quantors.THERE_EXISTS,
1430      operator,
1431      values
1432    );
1433  }
1434
1435  public void forAllExpiresOn (
1436    short operator,
1437    java.util.Date JavaDoc[] filterValues
1438  ) {
1439    java.util.List JavaDoc arrayAsList = new java.util.ArrayList JavaDoc();
1440    for(int i = 0; i < filterValues.length; i++) {
1441      arrayAsList.add(
1442        filterValues[i]
1443      );
1444    }
1445    forAllExpiresOn (
1446      operator,
1447      arrayAsList
1448    );
1449  }
1450
1451  public void thereExistsExpiresOn (
1452    short operator,
1453    java.util.Date JavaDoc[] filterValues
1454  ) {
1455    java.util.List JavaDoc arrayAsList = new java.util.ArrayList JavaDoc();
1456    for(int i = 0; i < filterValues.length; i++) {
1457      arrayAsList.add(
1458        filterValues[i]
1459      );
1460    }
1461    thereExistsExpiresOn (
1462      operator,
1463      arrayAsList
1464    );
1465  }
1466
1467  public void orderByExpiresOn (
1468    short order
1469  ) {
1470    refAddValue(
1471      "org:opencrx:kernel:contract1:AbstractContract:expiresOn",
1472      order
1473    );
1474  }
1475      
1476// ----------------------------------------------------------------------------
1477
// Filter/ImplReference
1478
// ----------------------------------------------------------------------------
1479
public void forAllInventoryCb (
1480    short operator,
1481    org.opencrx.kernel.depot1.cci.CompoundBooking[] filterValues
1482  ) {
1483    java.util.List JavaDoc arrayAsList = new java.util.ArrayList JavaDoc();
1484    for(int i = 0; i < filterValues.length; i++) {
1485      arrayAsList.add(
1486        filterValues[i]
1487      );
1488    }
1489    forAllInventoryCb (
1490      operator,
1491      arrayAsList
1492    );
1493  }
1494
1495  public void thereExistsInventoryCb (
1496    short operator,
1497    org.opencrx.kernel.depot1.cci.CompoundBooking[] filterValues
1498  ) {
1499    java.util.List JavaDoc arrayAsList = new java.util.ArrayList JavaDoc();
1500    for(int i = 0; i < filterValues.length; i++) {
1501      arrayAsList.add(
1502        filterValues[i]
1503      );
1504    }
1505    thereExistsInventoryCb (
1506      operator,
1507      arrayAsList
1508    );
1509  }
1510
1511  public void forAllInventoryCb (
1512    short operator,
1513    java.util.Collection JavaDoc values
1514  ) {
1515    refAddValue(
1516      "org:opencrx:kernel:contract1:AbstractContract:inventoryCb",
1517      org.openmdx.compatibility.base.query.Quantors.FOR_ALL,
1518      operator,
1519      values
1520    );
1521  }
1522
1523  public void thereExistsInventoryCb (
1524    short operator,
1525    java.util.Collection JavaDoc values
1526  ) {
1527    refAddValue(
1528      "org:opencrx:kernel:contract1:AbstractContract:inventoryCb",
1529      org.openmdx.compatibility.base.query.Quantors.THERE_EXISTS,
1530      operator,
1531      values
1532    );
1533  }
1534      
1535// ----------------------------------------------------------------------------
1536
// Filter/ImplAttributeIsNotStruct
1537
// ----------------------------------------------------------------------------
1538
public void forAllName (
1539    short operator,
1540    java.util.Collection JavaDoc values
1541  ) {
1542    refAddValue(
1543      "org:opencrx:kernel:contract1:AbstractContract:name",
1544      org.openmdx.compatibility.base.query.Quantors.FOR_ALL,
1545      operator,
1546      values
1547    );
1548  }
1549
1550  public void thereExistsName (
1551    short operator,
1552    java.util.Collection JavaDoc values
1553  ) {
1554    refAddValue(
1555      "org:opencrx:kernel:contract1:AbstractContract:name",
1556      org.openmdx.compatibility.base.query.Quantors.THERE_EXISTS,
1557      operator,
1558      values
1559    );
1560  }
1561
1562  public void forAllName (
1563    short operator,
1564    String JavaDoc[] filterValues
1565  ) {
1566    java.util.List JavaDoc arrayAsList = new java.util.ArrayList JavaDoc();
1567    for(int i = 0; i < filterValues.length; i++) {
1568      arrayAsList.add(
1569        filterValues[i]
1570      );
1571    }
1572    forAllName (
1573      operator,
1574      arrayAsList
1575    );
1576  }
1577
1578  public void thereExistsName (
1579    short operator,
1580    String JavaDoc[] filterValues
1581  ) {
1582    java.util.List JavaDoc arrayAsList = new java.util.ArrayList JavaDoc();
1583    for(int i = 0; i < filterValues.length; i++) {
1584      arrayAsList.add(
1585        filterValues[i]
1586      );
1587    }
1588    thereExistsName (
1589      operator,
1590      arrayAsList
1591    );
1592  }
1593
1594  public void orderByName (
1595    short order
1596  ) {
1597    refAddValue(
1598      "org:opencrx:kernel:contract1:AbstractContract:name",
1599      order
1600    );
1601  }
1602      
1603// ----------------------------------------------------------------------------
1604
// Filter/ImplReference
1605
// ----------------------------------------------------------------------------
1606
public void forAllOrigin (
1607    short operator,
1608    org.opencrx.kernel.contract1.cci.AbstractContract[] filterValues
1609  ) {
1610    java.util.List JavaDoc arrayAsList = new java.util.ArrayList JavaDoc();
1611    for(int i = 0; i < filterValues.length; i++) {
1612      arrayAsList.add(
1613        filterValues[i]
1614      );
1615    }
1616    forAllOrigin (
1617      operator,
1618      arrayAsList
1619    );
1620  }
1621
1622  public void thereExistsOrigin (
1623    short operator,
1624    org.opencrx.kernel.contract1.cci.AbstractContract[] filterValues
1625  ) {
1626    java.util.List JavaDoc arrayAsList = new java.util.ArrayList JavaDoc();
1627    for(int i = 0; i < filterValues.length; i++) {
1628      arrayAsList.add(
1629        filterValues[i]
1630      );
1631    }
1632    thereExistsOrigin (
1633      operator,
1634      arrayAsList
1635    );
1636  }
1637
1638  public void forAllOrigin (
1639    short operator,
1640    java.util.Collection JavaDoc values
1641  ) {
1642    refAddValue(
1643      "org:opencrx:kernel:contract1:AbstractContract:origin",
1644      org.openmdx.compatibility.base.query.Quantors.FOR_ALL,
1645      operator,
1646      values
1647    );
1648  }
1649
1650  public void thereExistsOrigin (
1651    short operator,
1652    java.util.Collection JavaDoc values
1653  ) {
1654    refAddValue(
1655      "org:opencrx:kernel:contract1:AbstractContract:origin",
1656      org.openmdx.compatibility.base.query.Quantors.THERE_EXISTS,
1657      operator,
1658      values
1659    );
1660  }
1661      
1662// ----------------------------------------------------------------------------
1663
// Filter/ImplAttributeIsNotStruct
1664
// ----------------------------------------------------------------------------
1665
public void forAllPaymentTerms (
1666    short operator,
1667    java.util.Collection JavaDoc values
1668  ) {
1669    refAddValue(
1670      "org:opencrx:kernel:contract1:AbstractContract:paymentTerms",
1671      org.openmdx.compatibility.base.query.Quantors.FOR_ALL,
1672      operator,
1673      values
1674    );
1675  }
1676
1677  public void thereExistsPaymentTerms (
1678    short operator,
1679    java.util.Collection JavaDoc values
1680  ) {
1681    refAddValue(
1682      "org:opencrx:kernel:contract1:AbstractContract:paymentTerms",
1683      org.openmdx.compatibility.base.query.Quantors.THERE_EXISTS,
1684      operator,
1685      values
1686    );
1687  }
1688
1689  public void forAllPaymentTerms (
1690    short operator,
1691    short[] filterValues
1692  ) {
1693    java.util.List JavaDoc arrayAsList = new java.util.ArrayList JavaDoc();
1694    for(int i = 0; i < filterValues.length; i++) {
1695      arrayAsList.add(
1696        new Short JavaDoc(filterValues[i])
1697      );
1698    }
1699    forAllPaymentTerms (
1700      operator,
1701      arrayAsList
1702    );
1703  }
1704
1705  public void thereExistsPaymentTerms (
1706    short operator,
1707    short[] filterValues
1708  ) {
1709    java.util.List JavaDoc arrayAsList = new java.util.ArrayList JavaDoc();
1710    for(int i = 0; i < filterValues.length; i++) {
1711      arrayAsList.add(
1712        new Short JavaDoc(filterValues[i])
1713      );
1714    }
1715    thereExistsPaymentTerms (
1716      operator,
1717      arrayAsList
1718    );
1719  }
1720
1721  public void orderByPaymentTerms (
1722    short order
1723  ) {
1724    refAddValue(
1725      "org:opencrx:kernel:contract1:AbstractContract:paymentTerms",
1726      order
1727    );
1728  }
1729      
1730// ----------------------------------------------------------------------------
1731
// Filter/ImplAttributeIsNotStruct
1732
// ----------------------------------------------------------------------------
1733
public void forAllPricingDate (
1734    short operator,
1735    java.util.Collection JavaDoc values
1736  ) {
1737    refAddValue(
1738      "org:opencrx:kernel:contract1:AbstractContract:pricingDate",
1739      org.openmdx.compatibility.base.query.Quantors.FOR_ALL,
1740      operator,
1741      values
1742    );
1743  }
1744
1745  public void thereExistsPricingDate (
1746    short operator,
1747    java.util.Collection JavaDoc values
1748  ) {
1749    refAddValue(
1750      "org:opencrx:kernel:contract1:AbstractContract:pricingDate",
1751      org.openmdx.compatibility.base.query.Quantors.THERE_EXISTS,
1752      operator,
1753      values
1754    );
1755  }
1756
1757  public void forAllPricingDate (
1758    short operator,
1759    java.util.Date JavaDoc[] filterValues
1760  ) {
1761    java.util.List JavaDoc arrayAsList = new java.util.ArrayList JavaDoc();
1762    for(int i = 0; i < filterValues.length; i++) {
1763      arrayAsList.add(
1764        filterValues[i]
1765      );
1766    }
1767    forAllPricingDate (
1768      operator,
1769      arrayAsList
1770    );
1771  }
1772
1773  public void thereExistsPricingDate (
1774    short operator,
1775    java.util.Date JavaDoc[] filterValues
1776  ) {
1777    java.util.List JavaDoc arrayAsList = new java.util.ArrayList JavaDoc();
1778    for(int i = 0; i < filterValues.length; i++) {
1779      arrayAsList.add(
1780        filterValues[i]
1781      );
1782    }
1783    thereExistsPricingDate (
1784      operator,
1785      arrayAsList
1786    );
1787  }
1788
1789  public void orderByPricingDate (
1790    short order
1791  ) {
1792    refAddValue(
1793      "org:opencrx:kernel:contract1:AbstractContract:pricingDate",
1794      order
1795    );
1796  }
1797      
1798// ----------------------------------------------------------------------------
1799
// Filter/ImplReference
1800
// ----------------------------------------------------------------------------
1801
public void forAllPricingRule (
1802    short operator,
1803    org.opencrx.kernel.product1.cci.PricingRule[] filterValues
1804  ) {
1805    java.util.List JavaDoc arrayAsList = new java.util.ArrayList JavaDoc();
1806    for(int i = 0; i < filterValues.length; i++) {
1807      arrayAsList.add(
1808        filterValues[i]
1809      );
1810    }
1811    forAllPricingRule (
1812      operator,
1813      arrayAsList
1814    );
1815  }
1816
1817  public void thereExistsPricingRule (
1818    short operator,
1819    org.opencrx.kernel.product1.cci.PricingRule[] filterValues
1820  ) {
1821    java.util.List JavaDoc arrayAsList = new java.util.ArrayList JavaDoc();
1822    for(int i = 0; i < filterValues.length; i++) {
1823      arrayAsList.add(
1824        filterValues[i]
1825      );
1826    }
1827    thereExistsPricingRule (
1828      operator,
1829      arrayAsList
1830    );
1831  }
1832
1833  public void forAllPricingRule (
1834    short operator,
1835    java.util.Collection JavaDoc values
1836  ) {
1837    refAddValue(
1838      "org:opencrx:kernel:contract1:AbstractContract:pricingRule",
1839      org.openmdx.compatibility.base.query.Quantors.FOR_ALL,
1840      operator,
1841      values
1842    );
1843  }
1844
1845  public void thereExistsPricingRule (
1846    short operator,
1847    java.util.Collection JavaDoc values
1848  ) {
1849    refAddValue(
1850      "org:opencrx:kernel:contract1:AbstractContract:pricingRule",
1851      org.openmdx.compatibility.base.query.Quantors.THERE_EXISTS,
1852      operator,
1853      values
1854    );
1855  }
1856      
1857// ----------------------------------------------------------------------------
1858
// Filter/ImplAttributeIsNotStruct
1859
// ----------------------------------------------------------------------------
1860
public void forAllPricingState (
1861    short operator,
1862    java.util.Collection JavaDoc values
1863  ) {
1864    refAddValue(
1865      "org:opencrx:kernel:contract1:AbstractContract:pricingState",
1866      org.openmdx.compatibility.base.query.Quantors.FOR_ALL,
1867      operator,
1868      values
1869    );
1870  }
1871
1872  public void thereExistsPricingState (
1873    short operator,
1874    java.util.Collection JavaDoc values
1875  ) {
1876    refAddValue(
1877      "org:opencrx:kernel:contract1:AbstractContract:pricingState",
1878      org.openmdx.compatibility.base.query.Quantors.THERE_EXISTS,
1879      operator,
1880      values
1881    );
1882  }
1883
1884  public void forAllPricingState (
1885    short operator,
1886    short[] filterValues
1887  ) {
1888    java.util.List JavaDoc arrayAsList = new java.util.ArrayList JavaDoc();
1889    for(int i = 0; i < filterValues.length; i++) {
1890      arrayAsList.add(
1891        new Short JavaDoc(filterValues[i])
1892      );
1893    }
1894    forAllPricingState (
1895      operator,
1896      arrayAsList
1897    );
1898  }
1899
1900  public void thereExistsPricingState (
1901    short operator,
1902    short[] filterValues
1903  ) {
1904    java.util.List JavaDoc arrayAsList = new java.util.ArrayList JavaDoc();
1905    for(int i = 0; i < filterValues.length; i++) {
1906      arrayAsList.add(
1907        new Short JavaDoc(filterValues[i])
1908      );
1909    }
1910    thereExistsPricingState (
1911      operator,
1912      arrayAsList
1913    );
1914  }
1915
1916  public void orderByPricingState (
1917    short order
1918  ) {
1919    refAddValue(
1920      "org:opencrx:kernel:contract1:AbstractContract:pricingState",
1921      order
1922    );
1923  }
1924      
1925// ----------------------------------------------------------------------------
1926
// Filter/ImplAttributeIsNotStruct
1927
// ----------------------------------------------------------------------------
1928
public void forAllPriority (
1929    short operator,
1930    java.util.Collection JavaDoc values
1931  ) {
1932    refAddValue(
1933      "org:opencrx:kernel:contract1:AbstractContract:priority",
1934      org.openmdx.compatibility.base.query.Quantors.FOR_ALL,
1935      operator,
1936      values
1937    );
1938  }
1939
1940  public void thereExistsPriority (
1941    short operator,
1942    java.util.Collection JavaDoc values
1943  ) {
1944    refAddValue(
1945      "org:opencrx:kernel:contract1:AbstractContract:priority",
1946      org.openmdx.compatibility.base.query.Quantors.THERE_EXISTS,
1947      operator,
1948      values
1949    );
1950  }
1951
1952  public void forAllPriority (
1953    short operator,
1954    short[] filterValues
1955  ) {
1956    java.util.List JavaDoc arrayAsList = new java.util.ArrayList JavaDoc();
1957    for(int i = 0; i < filterValues.length; i++) {
1958      arrayAsList.add(
1959        new Short JavaDoc(filterValues[i])
1960      );
1961    }
1962    forAllPriority (
1963      operator,
1964      arrayAsList
1965    );
1966  }
1967
1968  public void thereExistsPriority (
1969    short operator,
1970    short[] filterValues
1971  ) {
1972    java.util.List JavaDoc arrayAsList = new java.util.ArrayList JavaDoc();
1973    for(int i = 0; i < filterValues.length; i++) {
1974      arrayAsList.add(
1975        new Short JavaDoc(filterValues[i])
1976      );
1977    }
1978    thereExistsPriority (
1979      operator,
1980      arrayAsList
1981    );
1982  }
1983
1984  public void orderByPriority (
1985    short order
1986  ) {
1987    refAddValue(
1988      "org:opencrx:kernel:contract1:AbstractContract:priority",
1989      order
1990    );
1991  }
1992      
1993// ----------------------------------------------------------------------------
1994
// Filter/ImplReference
1995
// ----------------------------------------------------------------------------
1996
public void forAllSalesRep (
1997    short operator,
1998    org.opencrx.kernel.account1.cci.Account[] filterValues
1999  ) {
2000    java.util.List JavaDoc arrayAsList = new java.util.ArrayList JavaDoc();
2001    for(int i = 0; i < filterValues.length; i++) {
2002      arrayAsList.add(
2003        filterValues[i]
2004      );
2005    }
2006    forAllSalesRep (
2007      operator,
2008      arrayAsList
2009    );
2010  }
2011
2012  public void thereExistsSalesRep (
2013    short operator,
2014    org.opencrx.kernel.account1.cci.Account[] filterValues
2015  ) {
2016    java.util.List JavaDoc arrayAsList = new java.util.ArrayList JavaDoc();
2017    for(int i = 0; i < filterValues.length; i++) {
2018      arrayAsList.add(
2019        filterValues[i]
2020      );
2021    }
2022    thereExistsSalesRep (
2023      operator,
2024      arrayAsList
2025    );
2026  }
2027
2028  public void forAllSalesRep (
2029    short operator,
2030    java.util.Collection JavaDoc values
2031  ) {
2032    refAddValue(
2033      "org:opencrx:kernel:contract1:AbstractContract:salesRep",
2034      org.openmdx.compatibility.base.query.Quantors.FOR_ALL,
2035      operator,
2036      values
2037    );
2038  }
2039
2040  public void thereExistsSalesRep (
2041    short operator,
2042    java.util.Collection JavaDoc values
2043  ) {
2044    refAddValue(
2045      "org:opencrx:kernel:contract1:AbstractContract:salesRep",
2046      org.openmdx.compatibility.base.query.Quantors.THERE_EXISTS,
2047      operator,
2048      values
2049    );
2050  }
2051      
2052// ----------------------------------------------------------------------------
2053
// Filter/ImplAttributeIsNotStruct
2054
// ----------------------------------------------------------------------------
2055
public void forAllTotalAmount (
2056    short operator,
2057    java.util.Collection JavaDoc values
2058  ) {
2059    refAddValue(
2060      "org:opencrx:kernel:contract1:AbstractContract:totalAmount",
2061      org.openmdx.compatibility.base.query.Quantors.FOR_ALL,
2062      operator,
2063      values
2064    );
2065  }
2066
2067  public void thereExistsTotalAmount (
2068    short operator,
2069    java.util.Collection JavaDoc values
2070  ) {
2071    refAddValue(
2072      "org:opencrx:kernel:contract1:AbstractContract:totalAmount",
2073      org.openmdx.compatibility.base.query.Quantors.THERE_EXISTS,
2074      operator,
2075      values
2076    );
2077  }
2078
2079  public void forAllTotalAmount (
2080    short operator,
2081    java.math.BigDecimal JavaDoc[] filterValues
2082  ) {
2083    java.util.List JavaDoc arrayAsList = new java.util.ArrayList JavaDoc();
2084    for(int i = 0; i < filterValues.length; i++) {
2085      arrayAsList.add(
2086        filterValues[i]
2087      );
2088    }
2089    forAllTotalAmount (
2090      operator,
2091      arrayAsList
2092    );
2093  }
2094
2095  public void thereExistsTotalAmount (
2096    short operator,
2097    java.math.BigDecimal JavaDoc[] filterValues
2098  ) {
2099    java.util.List JavaDoc arrayAsList = new java.util.ArrayList JavaDoc();
2100    for(int i = 0; i < filterValues.length; i++) {
2101      arrayAsList.add(
2102        filterValues[i]
2103      );
2104    }
2105    thereExistsTotalAmount (
2106      operator,
2107      arrayAsList
2108    );
2109  }
2110
2111  public void orderByTotalAmount (
2112    short order
2113  ) {
2114    refAddValue(
2115      "org:opencrx:kernel:contract1:AbstractContract:totalAmount",
2116      order
2117    );
2118  }
2119      
2120// ----------------------------------------------------------------------------
2121
// Filter/ImplAttributeIsNotStruct
2122
// ----------------------------------------------------------------------------
2123
public void forAllTotalAmountIncludingTax (
2124    short operator,
2125    java.util.Collection JavaDoc values
2126  ) {
2127    refAddValue(
2128      "org:opencrx:kernel:contract1:AbstractContract:totalAmountIncludingTax",
2129      org.openmdx.compatibility.base.query.Quantors.FOR_ALL,
2130      operator,
2131      values
2132    );
2133  }
2134
2135  public void thereExistsTotalAmountIncludingTax (
2136    short operator,
2137    java.util.Collection JavaDoc values
2138  ) {
2139    refAddValue(
2140      "org:opencrx:kernel:contract1:AbstractContract:totalAmountIncludingTax",
2141      org.openmdx.compatibility.base.query.Quantors.THERE_EXISTS,
2142      operator,
2143      values
2144    );
2145  }
2146
2147  public void forAllTotalAmountIncludingTax (
2148    short operator,
2149    java.math.BigDecimal JavaDoc[] filterValues
2150  ) {
2151    java.util.List JavaDoc arrayAsList = new java.util.ArrayList JavaDoc();
2152    for(int i = 0; i < filterValues.length; i++) {
2153      arrayAsList.add(
2154        filterValues[i]
2155      );
2156    }
2157    forAllTotalAmountIncludingTax (
2158      operator,
2159      arrayAsList
2160    );
2161  }
2162
2163  public void thereExistsTotalAmountIncludingTax (
2164    short operator,
2165    java.math.BigDecimal JavaDoc[] filterValues
2166  ) {
2167    java.util.List JavaDoc arrayAsList = new java.util.ArrayList JavaDoc();
2168    for(int i = 0; i < filterValues.length; i++) {
2169      arrayAsList.add(
2170        filterValues[i]
2171      );
2172    }
2173    thereExistsTotalAmountIncludingTax (
2174      operator,
2175      arrayAsList
2176    );
2177  }
2178
2179  public void orderByTotalAmountIncludingTax (
2180    short order
2181  ) {
2182    refAddValue(
2183      "org:opencrx:kernel:contract1:AbstractContract:totalAmountIncludingTax",
2184      order
2185    );
2186  }
2187      
2188// ----------------------------------------------------------------------------
2189
// Filter/ImplAttributeIsNotStruct
2190
// ----------------------------------------------------------------------------
2191
public void forAllTotalBaseAmount (
2192    short operator,
2193    java.util.Collection JavaDoc values
2194  ) {
2195    refAddValue(
2196      "org:opencrx:kernel:contract1:AbstractContract:totalBaseAmount",
2197      org.openmdx.compatibility.base.query.Quantors.FOR_ALL,
2198      operator,
2199      values
2200    );
2201  }
2202
2203  public void thereExistsTotalBaseAmount (
2204    short operator,
2205    java.util.Collection JavaDoc values
2206  ) {
2207    refAddValue(
2208      "org:opencrx:kernel:contract1:AbstractContract:totalBaseAmount",
2209      org.openmdx.compatibility.base.query.Quantors.THERE_EXISTS,
2210      operator,
2211      values
2212    );
2213  }
2214
2215  public void forAllTotalBaseAmount (
2216    short operator,
2217    java.math.BigDecimal JavaDoc[] filterValues
2218  ) {
2219    java.util.List JavaDoc arrayAsList = new java.util.ArrayList JavaDoc();
2220    for(int i = 0; i < filterValues.length; i++) {
2221      arrayAsList.add(
2222        filterValues[i]
2223      );
2224    }
2225    forAllTotalBaseAmount (
2226      operator,
2227      arrayAsList
2228    );
2229  }
2230
2231  public void thereExistsTotalBaseAmount (
2232    short operator,
2233    java.math.BigDecimal JavaDoc[] filterValues
2234  ) {
2235    java.util.List JavaDoc arrayAsList = new java.util.ArrayList JavaDoc();
2236    for(int i = 0; i < filterValues.length; i++) {
2237      arrayAsList.add(
2238        filterValues[i]
2239      );
2240    }
2241    thereExistsTotalBaseAmount (
2242      operator,
2243      arrayAsList
2244    );
2245  }
2246
2247  public void orderByTotalBaseAmount (
2248    short order
2249  ) {
2250    refAddValue(
2251      "org:opencrx:kernel:contract1:AbstractContract:totalBaseAmount",
2252      order
2253    );
2254  }
2255      
2256// ----------------------------------------------------------------------------
2257
// Filter/ImplAttributeIsNotStruct
2258
// ----------------------------------------------------------------------------
2259
public void forAllTotalDiscountAmount (
2260    short operator,
2261    java.util.Collection JavaDoc values
2262  ) {
2263    refAddValue(
2264      "org:opencrx:kernel:contract1:AbstractContract:totalDiscountAmount",
2265      org.openmdx.compatibility.base.query.Quantors.FOR_ALL,
2266      operator,
2267      values
2268    );
2269  }
2270
2271  public void thereExistsTotalDiscountAmount (
2272    short operator,
2273    java.util.Collection JavaDoc values
2274  ) {
2275    refAddValue(
2276      "org:opencrx:kernel:contract1:AbstractContract:totalDiscountAmount",
2277      org.openmdx.compatibility.base.query.Quantors.THERE_EXISTS,
2278      operator,
2279      values
2280    );
2281  }
2282
2283  public void forAllTotalDiscountAmount (
2284    short operator,
2285    java.math.BigDecimal JavaDoc[] filterValues
2286  ) {
2287    java.util.List JavaDoc arrayAsList = new java.util.ArrayList JavaDoc();
2288    for(int i = 0; i < filterValues.length; i++) {
2289      arrayAsList.add(
2290        filterValues[i]
2291      );
2292    }
2293    forAllTotalDiscountAmount (
2294      operator,
2295      arrayAsList
2296    );
2297  }
2298
2299  public void thereExistsTotalDiscountAmount (
2300    short operator,
2301    java.math.BigDecimal JavaDoc[] filterValues
2302  ) {
2303    java.util.List JavaDoc arrayAsList = new java.util.ArrayList JavaDoc();
2304    for(int i = 0; i < filterValues.length; i++) {
2305      arrayAsList.add(
2306        filterValues[i]
2307      );
2308    }
2309    thereExistsTotalDiscountAmount (
2310      operator,
2311      arrayAsList
2312    );
2313  }
2314
2315  public void orderByTotalDiscountAmount (
2316    short order
2317  ) {
2318    refAddValue(
2319      "org:opencrx:kernel:contract1:AbstractContract:totalDiscountAmount",
2320      order
2321    );
2322  }
2323      
2324// ----------------------------------------------------------------------------
2325
// Filter/ImplAttributeIsNotStruct
2326
// ----------------------------------------------------------------------------
2327
public void forAllTotalSalesCommission (
2328    short operator,
2329    java.util.Collection JavaDoc values
2330  ) {
2331    refAddValue(
2332      "org:opencrx:kernel:contract1:AbstractContract:totalSalesCommission",
2333      org.openmdx.compatibility.base.query.Quantors.FOR_ALL,
2334      operator,
2335      values
2336    );
2337  }
2338
2339  public void thereExistsTotalSalesCommission (
2340    short operator,
2341    java.util.Collection JavaDoc values
2342  ) {
2343    refAddValue(
2344      "org:opencrx:kernel:contract1:AbstractContract:totalSalesCommission",
2345      org.openmdx.compatibility.base.query.Quantors.THERE_EXISTS,
2346      operator,
2347      values
2348    );
2349  }
2350
2351  public void forAllTotalSalesCommission (
2352    short operator,
2353    java.math.BigDecimal JavaDoc[] filterValues
2354  ) {
2355    java.util.List JavaDoc arrayAsList = new java.util.ArrayList JavaDoc();
2356    for(int i = 0; i < filterValues.length; i++) {
2357      arrayAsList.add(
2358        filterValues[i]
2359      );
2360    }
2361    forAllTotalSalesCommission (
2362      operator,
2363      arrayAsList
2364    );
2365  }
2366
2367  public void thereExistsTotalSalesCommission (
2368    short operator,
2369    java.math.BigDecimal JavaDoc[] filterValues
2370  ) {
2371    java.util.List JavaDoc arrayAsList = new java.util.ArrayList JavaDoc();
2372    for(int i = 0; i < filterValues.length; i++) {
2373      arrayAsList.add(
2374        filterValues[i]
2375      );
2376    }
2377    thereExistsTotalSalesCommission (
2378      operator,
2379      arrayAsList
2380    );
2381  }
2382
2383  public void orderByTotalSalesCommission (
2384    short order
2385  ) {
2386    refAddValue(
2387      "org:opencrx:kernel:contract1:AbstractContract:totalSalesCommission",
2388      order
2389    );
2390  }
2391      
2392// ----------------------------------------------------------------------------
2393
// Filter/ImplAttributeIsNotStruct
2394
// ----------------------------------------------------------------------------
2395
public void forAllTotalTaxAmount (
2396    short operator,
2397    java.util.Collection JavaDoc values
2398  ) {
2399    refAddValue(
2400      "org:opencrx:kernel:contract1:AbstractContract:totalTaxAmount",
2401      org.openmdx.compatibility.base.query.Quantors.FOR_ALL,
2402      operator,
2403      values
2404    );
2405  }
2406
2407  public void thereExistsTotalTaxAmount (
2408    short operator,
2409    java.util.Collection JavaDoc values
2410  ) {
2411    refAddValue(
2412      "org:opencrx:kernel:contract1:AbstractContract:totalTaxAmount",
2413      org.openmdx.compatibility.base.query.Quantors.THERE_EXISTS,
2414      operator,
2415      values
2416    );
2417  }
2418
2419  public void forAllTotalTaxAmount (
2420    short operator,
2421    java.math.BigDecimal JavaDoc[] filterValues
2422  ) {
2423    java.util.List JavaDoc arrayAsList = new java.util.ArrayList JavaDoc();
2424    for(int i = 0; i < filterValues.length; i++) {
2425      arrayAsList.add(
2426        filterValues[i]
2427      );
2428    }
2429    forAllTotalTaxAmount (
2430      operator,
2431      arrayAsList
2432    );
2433  }
2434
2435  public void thereExistsTotalTaxAmount (
2436    short operator,
2437    java.math.BigDecimal JavaDoc[] filterValues
2438  ) {
2439    java.util.List JavaDoc arrayAsList = new java.util.ArrayList JavaDoc();
2440    for(int i = 0; i < filterValues.length; i++) {
2441      arrayAsList.add(
2442        filterValues[i]
2443      );
2444    }
2445    thereExistsTotalTaxAmount (
2446      operator,
2447      arrayAsList
2448    );
2449  }
2450
2451  public void orderByTotalTaxAmount (
2452    short order
2453  ) {
2454    refAddValue(
2455      "org:opencrx:kernel:contract1:AbstractContract:totalTaxAmount",
2456      order
2457    );
2458  }
2459      
2460// ----------------------------------------------------------------------------
2461
// Filter/ImplAttributeIsNotStruct
2462
// ----------------------------------------------------------------------------
2463
public void forAllFreightTerms (
2464    short operator,
2465    java.util.Collection JavaDoc values
2466  ) {
2467    refAddValue(
2468      "org:opencrx:kernel:contract1:SalesOrder:freightTerms",
2469      org.openmdx.compatibility.base.query.Quantors.FOR_ALL,
2470      operator,
2471      values
2472    );
2473  }
2474
2475  public void thereExistsFreightTerms (
2476    short operator,
2477    java.util.Collection JavaDoc values
2478  ) {
2479    refAddValue(
2480      "org:opencrx:kernel:contract1:SalesOrder:freightTerms",
2481      org.openmdx.compatibility.base.query.Quantors.THERE_EXISTS,
2482      operator,
2483      values
2484    );
2485  }
2486
2487  public void forAllFreightTerms (
2488    short operator,
2489    short[] filterValues
2490  ) {
2491    java.util.List JavaDoc arrayAsList = new java.util.ArrayList JavaDoc();
2492    for(int i = 0; i < filterValues.length; i++) {
2493      arrayAsList.add(
2494        new Short JavaDoc(filterValues[i])
2495      );
2496    }
2497    forAllFreightTerms (
2498      operator,
2499      arrayAsList
2500    );
2501  }
2502
2503  public void thereExistsFreightTerms (
2504    short operator,
2505    short[] filterValues
2506  ) {
2507    java.util.List JavaDoc arrayAsList = new java.util.ArrayList JavaDoc();
2508    for(int i = 0; i < filterValues.length; i++) {
2509      arrayAsList.add(
2510        new Short JavaDoc(filterValues[i])
2511      );
2512    }
2513    thereExistsFreightTerms (
2514      operator,
2515      arrayAsList
2516    );
2517  }
2518
2519  public void orderByFreightTerms (
2520    short order
2521  ) {
2522    refAddValue(
2523      "org:opencrx:kernel:contract1:SalesOrder:freightTerms",
2524      order
2525    );
2526  }
2527      
2528// ----------------------------------------------------------------------------
2529
// Filter/ImplReference
2530
// ----------------------------------------------------------------------------
2531
public void forAllInvoice (
2532    short operator,
2533    org.opencrx.kernel.contract1.cci.Invoice[] filterValues
2534  ) {
2535    java.util.List JavaDoc arrayAsList = new java.util.ArrayList JavaDoc();
2536    for(int i = 0; i < filterValues.length; i++) {
2537      arrayAsList.add(
2538        filterValues[i]
2539      );
2540    }
2541    forAllInvoice (
2542      operator,
2543      arrayAsList
2544    );
2545  }
2546
2547  public void thereExistsInvoice (
2548    short operator,
2549    org.opencrx.kernel.contract1.cci.Invoice[] filterValues
2550  ) {
2551    java.util.List JavaDoc arrayAsList = new java.util.ArrayList JavaDoc();
2552    for(int i = 0; i < filterValues.length; i++) {
2553      arrayAsList.add(
2554        filterValues[i]
2555      );
2556    }
2557    thereExistsInvoice (
2558      operator,
2559      arrayAsList
2560    );
2561  }
2562
2563  public void forAllInvoice (
2564    short operator,
2565    java.util.Collection JavaDoc values
2566  ) {
2567    refAddValue(
2568      "org:opencrx:kernel:contract1:SalesOrder:invoice",
2569      org.openmdx.compatibility.base.query.Quantors.FOR_ALL,
2570      operator,
2571      values
2572    );
2573  }
2574
2575  public void thereExistsInvoice (
2576    short operator,
2577    java.util.Collection JavaDoc values
2578  ) {
2579    refAddValue(
2580      "org:opencrx:kernel:contract1:SalesOrder:invoice",
2581      org.openmdx.compatibility.base.query.Quantors.THERE_EXISTS,
2582      operator,
2583      values
2584    );
2585  }
2586      
2587// ----------------------------------------------------------------------------
2588
// Filter/ImplAttributeIsNotStruct
2589
// ----------------------------------------------------------------------------
2590
public void forAllSubmitDate (
2591    short operator,
2592    java.util.Collection JavaDoc values
2593  ) {
2594    refAddValue(
2595      "org:opencrx:kernel:contract1:SalesOrder:submitDate",
2596      org.openmdx.compatibility.base.query.Quantors.FOR_ALL,
2597      operator,
2598      values
2599    );
2600  }
2601
2602  public void thereExistsSubmitDate (
2603    short operator,
2604    java.util.Collection JavaDoc values
2605  ) {
2606    refAddValue(
2607      "org:opencrx:kernel:contract1:SalesOrder:submitDate",
2608      org.openmdx.compatibility.base.query.Quantors.THERE_EXISTS,
2609      operator,
2610      values
2611    );
2612  }
2613
2614  public void forAllSubmitDate (
2615    short operator,
2616    java.util.Date JavaDoc[] filterValues
2617  ) {
2618    java.util.List JavaDoc arrayAsList = new java.util.ArrayList JavaDoc();
2619    for(int i = 0; i < filterValues.length; i++) {
2620      arrayAsList.add(
2621        filterValues[i]
2622      );
2623    }
2624    forAllSubmitDate (
2625      operator,
2626      arrayAsList
2627    );
2628  }
2629
2630  public void thereExistsSubmitDate (
2631    short operator,
2632    java.util.Date JavaDoc[] filterValues
2633  ) {
2634    java.util.List JavaDoc arrayAsList = new java.util.ArrayList JavaDoc();
2635    for(int i = 0; i < filterValues.length; i++) {
2636      arrayAsList.add(
2637        filterValues[i]
2638      );
2639    }
2640    thereExistsSubmitDate (
2641      operator,
2642      arrayAsList
2643    );
2644  }
2645
2646  public void orderBySubmitDate (
2647    short order
2648  ) {
2649    refAddValue(
2650      "org:opencrx:kernel:contract1:SalesOrder:submitDate",
2651      order
2652    );
2653  }
2654      
2655// ----------------------------------------------------------------------------
2656
// Filter/ImplAttributeIsNotStruct
2657
// ----------------------------------------------------------------------------
2658
public void forAllSubmitStatus (
2659    short operator,
2660    java.util.Collection JavaDoc values
2661  ) {
2662    refAddValue(
2663      "org:opencrx:kernel:contract1:SalesOrder:submitStatus",
2664      org.openmdx.compatibility.base.query.Quantors.FOR_ALL,
2665      operator,
2666      values
2667    );
2668  }
2669
2670  public void thereExistsSubmitStatus (
2671    short operator,
2672    java.util.Collection JavaDoc values
2673  ) {
2674    refAddValue(
2675      "org:opencrx:kernel:contract1:SalesOrder:submitStatus",
2676      org.openmdx.compatibility.base.query.Quantors.THERE_EXISTS,
2677      operator,
2678      values
2679    );
2680  }
2681
2682  public void forAllSubmitStatus (
2683    short operator,
2684    short[] filterValues
2685  ) {
2686    java.util.List JavaDoc arrayAsList = new java.util.ArrayList JavaDoc();
2687    for(int i = 0; i < filterValues.length; i++) {
2688      arrayAsList.add(
2689        new Short JavaDoc(filterValues[i])
2690      );
2691    }
2692    forAllSubmitStatus (
2693      operator,
2694      arrayAsList
2695    );
2696  }
2697
2698  public void thereExistsSubmitStatus (
2699    short operator,
2700    short[] filterValues
2701  ) {
2702    java.util.List JavaDoc arrayAsList = new java.util.ArrayList JavaDoc();
2703    for(int i = 0; i < filterValues.length; i++) {
2704      arrayAsList.add(
2705        new Short JavaDoc(filterValues[i])
2706      );
2707    }
2708    thereExistsSubmitStatus (
2709      operator,
2710      arrayAsList
2711    );
2712  }
2713
2714  public void orderBySubmitStatus (
2715    short order
2716  ) {
2717    refAddValue(
2718      "org:opencrx:kernel:contract1:SalesOrder:submitStatus",
2719      order
2720    );
2721  }
2722      
2723// ----------------------------------------------------------------------------
2724
// Filter/ImplAttributeIsNotStruct
2725
// ----------------------------------------------------------------------------
2726
public void forAllSubmitStatusDescription (
2727    short operator,
2728    java.util.Collection JavaDoc values
2729  ) {
2730    refAddValue(
2731      "org:opencrx:kernel:contract1:SalesOrder:submitStatusDescription",
2732      org.openmdx.compatibility.base.query.Quantors.FOR_ALL,
2733      operator,
2734      values
2735    );
2736  }
2737
2738  public void thereExistsSubmitStatusDescription (
2739    short operator,
2740    java.util.Collection JavaDoc values
2741  ) {
2742    refAddValue(
2743      "org:opencrx:kernel:contract1:SalesOrder:submitStatusDescription",
2744      org.openmdx.compatibility.base.query.Quantors.THERE_EXISTS,
2745      operator,
2746      values
2747    );
2748  }
2749
2750  public void forAllSubmitStatusDescription (
2751    short operator,
2752    String JavaDoc[] filterValues
2753  ) {
2754    java.util.List JavaDoc arrayAsList = new java.util.ArrayList JavaDoc();
2755    for(int i = 0; i < filterValues.length; i++) {
2756      arrayAsList.add(
2757        filterValues[i]
2758      );
2759    }
2760    forAllSubmitStatusDescription (
2761      operator,
2762      arrayAsList
2763    );
2764  }
2765
2766  public void thereExistsSubmitStatusDescription (
2767    short operator,
2768    String JavaDoc[] filterValues
2769  ) {
2770    java.util.List JavaDoc arrayAsList = new java.util.ArrayList JavaDoc();
2771    for(int i = 0; i < filterValues.length; i++) {
2772      arrayAsList.add(
2773        filterValues[i]
2774      );
2775    }
2776    thereExistsSubmitStatusDescription (
2777      operator,
2778      arrayAsList
2779    );
2780  }
2781
2782  public void orderBySubmitStatusDescription (
2783    short order
2784  ) {
2785    refAddValue(
2786      "org:opencrx:kernel:contract1:SalesOrder:submitStatusDescription",
2787      order
2788    );
2789  }
2790      
2791// ----------------------------------------------------------------------------
2792
// Filter/ImplReference
2793
// ----------------------------------------------------------------------------
2794
public void forAllCarrier (
2795    short operator,
2796    org.opencrx.kernel.account1.cci.Account[] filterValues
2797  ) {
2798    java.util.List JavaDoc arrayAsList = new java.util.ArrayList JavaDoc();
2799    for(int i = 0; i < filterValues.length; i++) {
2800      arrayAsList.add(
2801        filterValues[i]
2802      );
2803    }
2804    forAllCarrier (
2805      operator,
2806      arrayAsList
2807    );
2808  }
2809
2810  public void thereExistsCarrier (
2811    short operator,
2812    org.opencrx.kernel.account1.cci.Account[] filterValues
2813  ) {
2814    java.util.List JavaDoc arrayAsList = new java.util.ArrayList JavaDoc();
2815    for(int i = 0; i < filterValues.length; i++) {
2816      arrayAsList.add(
2817        filterValues[i]
2818      );
2819    }
2820    thereExistsCarrier (
2821      operator,
2822      arrayAsList
2823    );
2824  }
2825
2826  public void forAllCarrier (
2827    short operator,
2828    java.util.Collection JavaDoc values
2829  ) {
2830    refAddValue(
2831      "org:opencrx:kernel:contract1:ShippingDetail:carrier",
2832      org.openmdx.compatibility.base.query.Quantors.FOR_ALL,
2833      operator,
2834      values
2835    );
2836  }
2837
2838  public void thereExistsCarrier (
2839    short operator,
2840    java.util.Collection JavaDoc values
2841  ) {
2842    refAddValue(
2843      "org:opencrx:kernel:contract1:ShippingDetail:carrier",
2844      org.openmdx.compatibility.base.query.Quantors.THERE_EXISTS,
2845      operator,
2846      values
2847    );
2848  }
2849      
2850// ----------------------------------------------------------------------------
2851
// Filter/ImplAttributeIsNotStruct
2852
// ----------------------------------------------------------------------------
2853
public void forAllGiftMessage (
2854    short operator,
2855    java.util.Collection JavaDoc values
2856  ) {
2857    refAddValue(
2858      "org:opencrx:kernel:contract1:ShippingDetail:giftMessage",
2859      org.openmdx.compatibility.base.query.Quantors.FOR_ALL,
2860      operator,
2861      values
2862    );
2863  }
2864
2865  public void thereExistsGiftMessage (
2866    short operator,
2867    java.util.Collection JavaDoc values
2868  ) {
2869    refAddValue(
2870      "org:opencrx:kernel:contract1:ShippingDetail:giftMessage",
2871      org.openmdx.compatibility.base.query.Quantors.THERE_EXISTS,
2872      operator,
2873      values
2874    );
2875  }
2876
2877  public void forAllGiftMessage (
2878    short operator,
2879    String JavaDoc[] filterValues
2880  ) {
2881    java.util.List JavaDoc arrayAsList = new java.util.ArrayList JavaDoc();
2882    for(int i = 0; i < filterValues.length; i++) {
2883      arrayAsList.add(
2884        filterValues[i]
2885      );
2886    }
2887    forAllGiftMessage (
2888      operator,
2889      arrayAsList
2890    );
2891  }
2892
2893  public void thereExistsGiftMessage (
2894    short operator,
2895    String JavaDoc[] filterValues
2896  ) {
2897    java.util.List JavaDoc arrayAsList = new java.util.ArrayList JavaDoc();
2898    for(int i = 0; i < filterValues.length; i++) {
2899      arrayAsList.add(
2900        filterValues[i]
2901      );
2902    }
2903    thereExistsGiftMessage (
2904      operator,
2905      arrayAsList
2906    );
2907  }
2908
2909  public void orderByGiftMessage (
2910    short order
2911  ) {
2912    refAddValue(
2913      "org:opencrx:kernel:contract1:ShippingDetail:giftMessage",
2914      order
2915    );
2916  }
2917      
2918// ----------------------------------------------------------------------------
2919
// Filter/ImplAttributeIsNotStruct
2920
// ----------------------------------------------------------------------------
2921
public void forAllIsGift (
2922    short operator,
2923    java.util.Collection JavaDoc values
2924  ) {
2925    refAddValue(
2926      "org:opencrx:kernel:contract1:ShippingDetail:isGift",
2927      org.openmdx.compatibility.base.query.Quantors.FOR_ALL,
2928      operator,
2929      values
2930    );
2931  }
2932
2933  public void thereExistsIsGift (
2934    short operator,
2935    java.util.Collection JavaDoc values
2936  ) {
2937    refAddValue(
2938      "org:opencrx:kernel:contract1:ShippingDetail:isGift",
2939      org.openmdx.compatibility.base.query.Quantors.THERE_EXISTS,
2940      operator,
2941      values
2942    );
2943  }
2944
2945  public void forAllIsGift (
2946    short operator,
2947    boolean[] filterValues
2948  ) {
2949    java.util.List JavaDoc arrayAsList = new java.util.ArrayList JavaDoc();
2950    for(int i = 0; i < filterValues.length; i++) {
2951      arrayAsList.add(
2952        new Boolean JavaDoc(filterValues[i])
2953      );
2954    }
2955    forAllIsGift (
2956      operator,
2957      arrayAsList
2958    );
2959  }
2960
2961  public void thereExistsIsGift (
2962    short operator,
2963    boolean[] filterValues
2964  ) {
2965    java.util.List JavaDoc arrayAsList = new java.util.ArrayList JavaDoc();
2966    for(int i = 0; i < filterValues.length; i++) {
2967      arrayAsList.add(
2968        new Boolean JavaDoc(filterValues[i])
2969      );
2970    }
2971    thereExistsIsGift (
2972      operator,
2973      arrayAsList
2974    );
2975  }
2976
2977  public void orderByIsGift (
2978    short order
2979  ) {
2980    refAddValue(
2981      "org:opencrx:kernel:contract1:ShippingDetail:isGift",
2982      order
2983    );
2984  }
2985      
2986// ----------------------------------------------------------------------------
2987
// Filter/ImplAttributeIsNotStruct
2988
// ----------------------------------------------------------------------------
2989
public void forAllShippingInstructions (
2990    short operator,
2991    java.util.Collection JavaDoc values
2992  ) {
2993    refAddValue(
2994      "org:opencrx:kernel:contract1:ShippingDetail:shippingInstructions",
2995      org.openmdx.compatibility.base.query.Quantors.FOR_ALL,
2996      operator,
2997      values
2998    );
2999  }
3000
3001  public void thereExistsShippingInstructions (
3002    short operator,
3003    java.util.Collection JavaDoc values
3004  ) {
3005    refAddValue(
3006      "org:opencrx:kernel:contract1:ShippingDetail:shippingInstructions",
3007      org.openmdx.compatibility.base.query.Quantors.THERE_EXISTS,
3008      operator,
3009      values
3010    );
3011  }
3012
3013  public void forAllShippingInstructions (
3014    short operator,
3015    String JavaDoc[] filterValues
3016  ) {
3017    java.util.List JavaDoc arrayAsList = new java.util.ArrayList JavaDoc();
3018    for(int i = 0; i < filterValues.length; i++) {
3019      arrayAsList.add(
3020        filterValues[i]
3021      );
3022    }
3023    forAllShippingInstructions (
3024      operator,
3025      arrayAsList
3026    );
3027  }
3028
3029  public void thereExistsShippingInstructions (
3030    short operator,
3031    String JavaDoc[] filterValues
3032  ) {
3033    java.util.List JavaDoc arrayAsList = new java.util.ArrayList JavaDoc();
3034    for(int i = 0; i < filterValues.length; i++) {
3035      arrayAsList.add(
3036        filterValues[i]
3037      );
3038    }
3039    thereExistsShippingInstructions (
3040      operator,
3041      arrayAsList
3042    );
3043  }
3044
3045  public void orderByShippingInstructions (
3046    short order
3047  ) {
3048    refAddValue(
3049      "org:opencrx:kernel:contract1:ShippingDetail:shippingInstructions",
3050      order
3051    );
3052  }
3053      
3054// ----------------------------------------------------------------------------
3055
// Filter/ImplAttributeIsNotStruct
3056
// ----------------------------------------------------------------------------
3057
public void forAllShippingMethod (
3058    short operator,
3059    java.util.Collection JavaDoc values
3060  ) {
3061    refAddValue(
3062      "org:opencrx:kernel:contract1:ShippingDetail:shippingMethod",
3063      org.openmdx.compatibility.base.query.Quantors.FOR_ALL,
3064      operator,
3065      values
3066    );
3067  }
3068
3069  public void thereExistsShippingMethod (
3070    short operator,
3071    java.util.Collection JavaDoc values
3072  ) {
3073    refAddValue(
3074      "org:opencrx:kernel:contract1:ShippingDetail:shippingMethod",
3075      org.openmdx.compatibility.base.query.Quantors.THERE_EXISTS,
3076      operator,
3077      values
3078    );
3079  }
3080
3081  public void forAllShippingMethod (
3082    short operator,
3083    short[] filterValues
3084  ) {
3085    java.util.List JavaDoc arrayAsList = new java.util.ArrayList JavaDoc();
3086    for(int i = 0; i < filterValues.length; i++) {
3087      arrayAsList.add(
3088        new Short JavaDoc(filterValues[i])
3089      );
3090    }
3091    forAllShippingMethod (
3092      operator,
3093      arrayAsList
3094    );
3095  }
3096
3097  public void thereExistsShippingMethod (
3098    short operator,
3099    short[] filterValues
3100  ) {
3101    java.util.List JavaDoc arrayAsList = new java.util.ArrayList JavaDoc();
3102    for(int i = 0; i < filterValues.length; i++) {
3103      arrayAsList.add(
3104        new Short JavaDoc(filterValues[i])
3105      );
3106    }
3107    thereExistsShippingMethod (
3108      operator,
3109      arrayAsList
3110    );
3111  }
3112
3113  public void orderByShippingMethod (
3114    short order
3115  ) {
3116    refAddValue(
3117      "org:opencrx:kernel:contract1:ShippingDetail:shippingMethod",
3118      order
3119    );
3120  }
3121      
3122// ----------------------------------------------------------------------------
3123
// Filter/ImplAttributeIsNotStruct
3124
// ----------------------------------------------------------------------------
3125
public void forAllShippingTrackingNumber (
3126    short operator,
3127    java.util.Collection JavaDoc values
3128  ) {
3129    refAddValue(
3130      "org:opencrx:kernel:contract1:ShippingDetail:shippingTrackingNumber",
3131      org.openmdx.compatibility.base.query.Quantors.FOR_ALL,
3132      operator,
3133      values
3134    );
3135  }
3136
3137  public void thereExistsShippingTrackingNumber (
3138    short operator,
3139    java.util.Collection JavaDoc values
3140  ) {
3141    refAddValue(
3142      "org:opencrx:kernel:contract1:ShippingDetail:shippingTrackingNumber",
3143      org.openmdx.compatibility.base.query.Quantors.THERE_EXISTS,
3144      operator,
3145      values
3146    );
3147  }
3148
3149  public void forAllShippingTrackingNumber (
3150    short operator,
3151    String JavaDoc[] filterValues
3152  ) {
3153    java.util.List JavaDoc arrayAsList = new java.util.ArrayList JavaDoc();
3154    for(int i = 0; i < filterValues.length; i++) {
3155      arrayAsList.add(
3156        filterValues[i]
3157      );
3158    }
3159    forAllShippingTrackingNumber (
3160      operator,
3161      arrayAsList
3162    );
3163  }
3164
3165  public void thereExistsShippingTrackingNumber (
3166    short operator,
3167    String JavaDoc[] filterValues
3168  ) {
3169    java.util.List JavaDoc arrayAsList = new java.util.ArrayList JavaDoc();
3170    for(int i = 0; i < filterValues.length; i++) {
3171      arrayAsList.add(
3172        filterValues[i]
3173      );
3174    }
3175    thereExistsShippingTrackingNumber (
3176      operator,
3177      arrayAsList
3178    );
3179  }
3180
3181  public void orderByShippingTrackingNumber (
3182    short order
3183  ) {
3184    refAddValue(
3185      "org:opencrx:kernel:contract1:ShippingDetail:shippingTrackingNumber",
3186      order
3187    );
3188  }
3189      
3190// ----------------------------------------------------------------------------
3191
// Filter/ImplAttributeIsNotStruct
3192
// ----------------------------------------------------------------------------
3193
public void forAllCategory (
3194    short operator,
3195    java.util.Collection JavaDoc values
3196  ) {
3197    refAddValue(
3198      "org:opencrx:kernel:generic:CrxObject:category",
3199      org.openmdx.compatibility.base.query.Quantors.FOR_ALL,
3200      operator,
3201      values
3202    );
3203  }
3204
3205  public void thereExistsCategory (
3206    short operator,
3207    java.util.Collection JavaDoc values
3208  ) {
3209    refAddValue(
3210      "org:opencrx:kernel:generic:CrxObject:category",
3211      org.openmdx.compatibility.base.query.Quantors.THERE_EXISTS,
3212      operator,
3213      values
3214    );
3215  }
3216
3217  public void forAllCategory (
3218    short operator,
3219    String JavaDoc[] filterValues
3220  ) {
3221    java.util.List JavaDoc arrayAsList = new java.util.ArrayList JavaDoc();
3222    for(int i = 0; i < filterValues.length; i++) {
3223      arrayAsList.add(
3224        filterValues[i]
3225      );
3226    }
3227    forAllCategory (
3228      operator,
3229      arrayAsList
3230    );
3231  }
3232
3233  public void thereExistsCategory (
3234    short operator,
3235    String JavaDoc[] filterValues
3236  ) {
3237    java.util.List JavaDoc arrayAsList = new java.util.ArrayList JavaDoc();
3238    for(int i = 0; i < filterValues.length; i++) {
3239      arrayAsList.add(
3240        filterValues[i]
3241      );
3242    }
3243    thereExistsCategory (
3244      operator,
3245      arrayAsList
3246    );
3247  }
3248
3249  public void orderByCategory (
3250    short order
3251  ) {
3252    refAddValue(
3253      "org:opencrx:kernel:generic:CrxObject:category",
3254      order
3255    );
3256  }
3257      
3258// ----------------------------------------------------------------------------
3259
// Filter/ImplAttributeIsNotStruct
3260
// ----------------------------------------------------------------------------
3261
public void forAllDisabled (
3262    short operator,
3263    java.util.Collection JavaDoc values
3264  ) {
3265    refAddValue(
3266      "org:opencrx:kernel:generic:CrxObject:disabled",
3267      org.openmdx.compatibility.base.query.Quantors.FOR_ALL,
3268      operator,
3269      values
3270    );
3271  }
3272
3273  public void thereExistsDisabled (
3274    short operator,
3275    java.util.Collection JavaDoc values
3276  ) {
3277    refAddValue(
3278      "org:opencrx:kernel:generic:CrxObject:disabled",
3279      org.openmdx.compatibility.base.query.Quantors.THERE_EXISTS,
3280      operator,
3281      values
3282    );
3283  }
3284
3285  public void forAllDisabled (
3286    short operator,
3287    boolean[] filterValues
3288  ) {
3289    java.util.List JavaDoc arrayAsList = new java.util.ArrayList JavaDoc();
3290    for(int i = 0; i < filterValues.length; i++) {
3291      arrayAsList.add(
3292        new Boolean JavaDoc(filterValues[i])
3293      );
3294    }
3295    forAllDisabled (
3296      operator,
3297      arrayAsList
3298    );
3299  }
3300
3301  public void thereExistsDisabled (
3302    short operator,
3303    boolean[] filterValues
3304  ) {
3305    java.util.List JavaDoc arrayAsList = new java.util.ArrayList JavaDoc();
3306    for(int i = 0; i < filterValues.length; i++) {
3307      arrayAsList.add(
3308        new Boolean JavaDoc(filterValues[i])
3309      );
3310    }
3311    thereExistsDisabled (
3312      operator,
3313      arrayAsList
3314    );
3315  }
3316
3317  public void orderByDisabled (
3318    short order
3319  ) {
3320    refAddValue(
3321      "org:opencrx:kernel:generic:CrxObject:disabled",
3322      order
3323    );
3324  }
3325      
3326// ----------------------------------------------------------------------------
3327
// Filter/ImplAttributeIsNotStruct
3328
// ----------------------------------------------------------------------------
3329
public void forAllDisabledReason (
3330    short operator,
3331    java.util.Collection JavaDoc values
3332  ) {
3333    refAddValue(
3334      "org:opencrx:kernel:generic:CrxObject:disabledReason",
3335      org.openmdx.compatibility.base.query.Quantors.FOR_ALL,
3336      operator,
3337      values
3338    );
3339  }
3340
3341  public void thereExistsDisabledReason (
3342    short operator,
3343    java.util.Collection JavaDoc values
3344  ) {
3345    refAddValue(
3346      "org:opencrx:kernel:generic:CrxObject:disabledReason",
3347      org.openmdx.compatibility.base.query.Quantors.THERE_EXISTS,
3348      operator,
3349      values
3350    );
3351  }
3352
3353  public void forAllDisabledReason (
3354    short operator,
3355    String JavaDoc[] filterValues
3356  ) {
3357    java.util.List JavaDoc arrayAsList = new java.util.ArrayList JavaDoc();
3358    for(int i = 0; i < filterValues.length; i++) {
3359      arrayAsList.add(
3360        filterValues[i]
3361      );
3362    }
3363    forAllDisabledReason (
3364      operator,
3365      arrayAsList
3366    );
3367  }
3368
3369  public void thereExistsDisabledReason (
3370    short operator,
3371    String JavaDoc[] filterValues
3372  ) {
3373    java.util.List JavaDoc arrayAsList = new java.util.ArrayList JavaDoc();
3374    for(int i = 0; i < filterValues.length; i++) {
3375      arrayAsList.add(
3376        filterValues[i]
3377      );
3378    }
3379    thereExistsDisabledReason (
3380      operator,
3381      arrayAsList
3382    );
3383  }
3384
3385  public void orderByDisabledReason (
3386    short order
3387  ) {
3388    refAddValue(
3389      "org:opencrx:kernel:generic:CrxObject:disabledReason",
3390      order
3391    );
3392  }
3393      
3394// ----------------------------------------------------------------------------
3395
// Filter/ImplAttributeIsNotStruct
3396
// ----------------------------------------------------------------------------
3397
public void forAllExternalLink (
3398    short operator,
3399    java.util.Collection JavaDoc values
3400  ) {
3401    refAddValue(
3402      "org:opencrx:kernel:generic:CrxObject:externalLink",
3403      org.openmdx.compatibility.base.query.Quantors.FOR_ALL,
3404      operator,
3405      values
3406    );
3407  }
3408
3409  public void thereExistsExternalLink (
3410    short operator,
3411    java.util.Collection JavaDoc values
3412  ) {
3413    refAddValue(
3414      "org:opencrx:kernel:generic:CrxObject:externalLink",
3415      org.openmdx.compatibility.base.query.Quantors.THERE_EXISTS,
3416      operator,
3417      values
3418    );
3419  }
3420
3421  public void forAllExternalLink (
3422    short operator,
3423    String JavaDoc[] filterValues
3424  ) {
3425    java.util.List JavaDoc arrayAsList = new java.util.ArrayList JavaDoc();
3426    for(int i = 0; i < filterValues.length; i++) {
3427      arrayAsList.add(
3428        filterValues[i]
3429      );
3430    }
3431    forAllExternalLink (
3432      operator,
3433      arrayAsList
3434    );
3435  }
3436
3437  public void thereExistsExternalLink (
3438    short operator,
3439    String JavaDoc[] filterValues
3440  ) {
3441    java.util.List JavaDoc arrayAsList = new java.util.ArrayList JavaDoc();
3442    for(int i = 0; i < filterValues.length; i++) {
3443      arrayAsList.add(
3444        filterValues[i]
3445      );
3446    }
3447    thereExistsExternalLink (
3448      operator,
3449      arrayAsList
3450    );
3451  }
3452
3453  public void orderByExternalLink (
3454    short order
3455  ) {
3456    refAddValue(
3457      "org:opencrx:kernel:generic:CrxObject:externalLink",
3458      order
3459    );
3460  }
3461      
3462// ----------------------------------------------------------------------------
3463
// Filter/ImplAttributeIsNotStruct
3464
// ----------------------------------------------------------------------------
3465
public void forAllUserBoolean0 (
3466    short operator,
3467    java.util.Collection JavaDoc values
3468  ) {
3469    refAddValue(
3470      "org:opencrx:kernel:generic:CrxObject:userBoolean0",
3471      org.openmdx.compatibility.base.query.Quantors.FOR_ALL,
3472      operator,
3473      values
3474    );
3475  }
3476
3477  public void thereExistsUserBoolean0 (
3478    short operator,
3479    java.util.Collection JavaDoc values
3480  ) {
3481    refAddValue(
3482      "org:opencrx:kernel:generic:CrxObject:userBoolean0",
3483      org.openmdx.compatibility.base.query.Quantors.THERE_EXISTS,
3484      operator,
3485      values
3486    );
3487  }
3488
3489  public void forAllUserBoolean0 (
3490    short operator,
3491    boolean[] filterValues
3492  ) {
3493    java.util.List JavaDoc arrayAsList = new java.util.ArrayList JavaDoc();
3494    for(int i = 0; i < filterValues.length; i++) {
3495      arrayAsList.add(
3496        new Boolean JavaDoc(filterValues[i])
3497      );
3498    }
3499    forAllUserBoolean0 (
3500      operator,
3501      arrayAsList
3502    );
3503  }
3504
3505  public void thereExistsUserBoolean0 (
3506    short operator,
3507    boolean[] filterValues
3508  ) {
3509    java.util.List JavaDoc arrayAsList = new java.util.ArrayList JavaDoc();
3510    for(int i = 0; i < filterValues.length; i++) {
3511      arrayAsList.add(
3512        new Boolean JavaDoc(filterValues[i])
3513      );
3514    }
3515    thereExistsUserBoolean0 (
3516      operator,
3517      arrayAsList
3518    );
3519  }
3520
3521  public void orderByUserBoolean0 (
3522    short order
3523  ) {
3524    refAddValue(
3525      "org:opencrx:kernel:generic:CrxObject:userBoolean0",
3526      order
3527    );
3528  }
3529      
3530// ----------------------------------------------------------------------------
3531
// Filter/ImplAttributeIsNotStruct
3532
// ----------------------------------------------------------------------------
3533
public void forAllUserBoolean1 (
3534    short operator,
3535    java.util.Collection JavaDoc values
3536  ) {
3537    refAddValue(
3538      "org:opencrx:kernel:generic:CrxObject:userBoolean1",
3539      org.openmdx.compatibility.base.query.Quantors.FOR_ALL,
3540      operator,
3541      values
3542    );
3543  }
3544
3545  public void thereExistsUserBoolean1 (
3546    short operator,
3547    java.util.Collection JavaDoc values
3548  ) {
3549    refAddValue(
3550      "org:opencrx:kernel:generic:CrxObject:userBoolean1",
3551      org.openmdx.compatibility.base.query.Quantors.THERE_EXISTS,
3552      operator,
3553      values
3554    );
3555  }
3556
3557  public void forAllUserBoolean1 (
3558    short operator,
3559    boolean[] filterValues
3560  ) {
3561    java.util.List JavaDoc arrayAsList = new java.util.ArrayList JavaDoc();
3562    for(int i = 0; i < filterValues.length; i++) {
3563      arrayAsList.add(
3564        new Boolean JavaDoc(filterValues[i])
3565      );
3566    }
3567    forAllUserBoolean1 (
3568      operator,
3569      arrayAsList
3570    );
3571  }
3572
3573  public void thereExistsUserBoolean1 (
3574    short operator,
3575    boolean[] filterValues
3576  ) {
3577    java.util.List JavaDoc arrayAsList = new java.util.ArrayList JavaDoc();
3578    for(int i = 0; i < filterValues.length; i++) {
3579      arrayAsList.add(
3580        new Boolean JavaDoc(filterValues[i])
3581      );
3582    }
3583    thereExistsUserBoolean1 (
3584      operator,
3585      arrayAsList
3586    );
3587  }
3588
3589  public void orderByUserBoolean1 (
3590    short order
3591  ) {
3592    refAddValue(
3593      "org:opencrx:kernel:generic:CrxObject:userBoolean1",
3594      order
3595    );
3596  }
3597      
3598// ----------------------------------------------------------------------------
3599
// Filter/ImplAttributeIsNotStruct
3600
// ----------------------------------------------------------------------------
3601
public void forAllUserBoolean2 (
3602    short operator,
3603    java.util.Collection JavaDoc values
3604  ) {
3605    refAddValue(
3606      "org:opencrx:kernel:generic:CrxObject:userBoolean2",
3607      org.openmdx.compatibility.base.query.Quantors.FOR_ALL,
3608      operator,
3609      values
3610    );
3611  }
3612
3613  public void thereExistsUserBoolean2 (
3614    short operator,
3615    java.util.Collection JavaDoc values
3616  ) {
3617    refAddValue(
3618      "org:opencrx:kernel:generic:CrxObject:userBoolean2",
3619      org.openmdx.compatibility.base.query.Quantors.THERE_EXISTS,
3620      operator,
3621      values
3622    );
3623  }
3624
3625  public void forAllUserBoolean2 (
3626    short operator,
3627    boolean[] filterValues
3628  ) {
3629    java.util.List JavaDoc arrayAsList = new java.util.ArrayList JavaDoc();
3630    for(int i = 0; i < filterValues.length; i++) {
3631      arrayAsList.add(
3632        new Boolean JavaDoc(filterValues[i])
3633      );
3634    }
3635    forAllUserBoolean2 (
3636      operator,
3637      arrayAsList
3638    );
3639  }
3640
3641  public void thereExistsUserBoolean2 (
3642    short operator,
3643    boolean[] filterValues
3644  ) {
3645    java.util.List JavaDoc arrayAsList = new java.util.ArrayList JavaDoc();
3646    for(int i = 0; i < filterValues.length; i++) {
3647      arrayAsList.add(
3648        new Boolean JavaDoc(filterValues[i])
3649      );
3650    }
3651    thereExistsUserBoolean2 (
3652      operator,
3653      arrayAsList
3654    );
3655  }
3656
3657  public void orderByUserBoolean2 (
3658    short order
3659  ) {
3660    refAddValue(
3661      "org:opencrx:kernel:generic:CrxObject:userBoolean2",
3662      order
3663    );
3664  }
3665      
3666// ----------------------------------------------------------------------------
3667
// Filter/ImplAttributeIsNotStruct
3668
// ----------------------------------------------------------------------------
3669
public void forAllUserBoolean3 (
3670    short operator,
3671    java.util.Collection JavaDoc values
3672  ) {
3673    refAddValue(
3674      "org:opencrx:kernel:generic:CrxObject:userBoolean3",
3675      org.openmdx.compatibility.base.query.Quantors.FOR_ALL,
3676      operator,
3677      values
3678    );
3679  }
3680
3681  public void thereExistsUserBoolean3 (
3682    short operator,
3683    java.util.Collection JavaDoc values
3684  ) {
3685    refAddValue(
3686      "org:opencrx:kernel:generic:CrxObject:userBoolean3",
3687      org.openmdx.compatibility.base.query.Quantors.THERE_EXISTS,
3688      operator,
3689      values
3690    );
3691  }
3692
3693  public void forAllUserBoolean3 (
3694    short operator,
3695    boolean[] filterValues
3696  ) {
3697    java.util.List JavaDoc arrayAsList = new java.util.ArrayList JavaDoc();
3698    for(int i = 0; i < filterValues.length; i++) {
3699      arrayAsList.add(
3700        new Boolean JavaDoc(filterValues[i])
3701      );
3702    }
3703    forAllUserBoolean3 (
3704      operator,
3705      arrayAsList
3706    );
3707  }
3708
3709  public void thereExistsUserBoolean3 (
3710    short operator,
3711    boolean[] filterValues
3712  ) {
3713    java.util.List JavaDoc arrayAsList = new java.util.ArrayList JavaDoc();
3714    for(int i = 0; i < filterValues.length; i++) {
3715      arrayAsList.add(
3716        new Boolean JavaDoc(filterValues[i])
3717      );
3718    }
3719    thereExistsUserBoolean3 (
3720      operator,
3721      arrayAsList
3722    );
3723  }
3724
3725  public void orderByUserBoolean3 (
3726    short order
3727  ) {
3728    refAddValue(
3729      "org:opencrx:kernel:generic:CrxObject:userBoolean3",
3730      order
3731    );
3732  }
3733      
3734// ----------------------------------------------------------------------------
3735
// Filter/ImplAttributeIsNotStruct
3736
// ----------------------------------------------------------------------------
3737
public void forAllUserBoolean4 (
3738    short operator,
3739    java.util.Collection JavaDoc values
3740  ) {
3741    refAddValue(
3742      "org:opencrx:kernel:generic:CrxObject:userBoolean4",
3743      org.openmdx.compatibility.base.query.Quantors.FOR_ALL,
3744      operator,
3745      values
3746    );
3747  }
3748
3749  public void thereExistsUserBoolean4 (
3750    short operator,
3751    java.util.Collection JavaDoc values
3752  ) {
3753    refAddValue(
3754      "org:opencrx:kernel:generic:CrxObject:userBoolean4",
3755      org.openmdx.compatibility.base.query.Quantors.THERE_EXISTS,
3756      operator,
3757      values
3758    );
3759  }
3760
3761  public void forAllUserBoolean4 (
3762    short operator,
3763    boolean[] filterValues
3764  ) {
3765    java.util.List JavaDoc arrayAsList = new java.util.ArrayList JavaDoc();
3766    for(int i = 0; i < filterValues.length; i++) {
3767      arrayAsList.add(
3768        new Boolean JavaDoc(filterValues[i])
3769      );
3770    }
3771    forAllUserBoolean4 (
3772      operator,
3773      arrayAsList
3774    );
3775  }
3776
3777  public void thereExistsUserBoolean4 (
3778    short operator,
3779    boolean[] filterValues
3780  ) {
3781    java.util.List JavaDoc arrayAsList = new java.util.ArrayList JavaDoc();
3782    for(int i = 0; i < filterValues.length; i++) {
3783      arrayAsList.add(
3784        new Boolean JavaDoc(filterValues[i])
3785      );
3786    }
3787    thereExistsUserBoolean4 (
3788      operator,
3789      arrayAsList
3790    );
3791  }
3792
3793  public void orderByUserBoolean4 (
3794    short order
3795  ) {
3796    refAddValue(
3797      "org:opencrx:kernel:generic:CrxObject:userBoolean4",
3798      order
3799    );
3800  }
3801      
3802// ----------------------------------------------------------------------------
3803
// Filter/ImplAttributeIsNotStruct
3804
// ----------------------------------------------------------------------------
3805
public void forAllUserCode0 (
3806    short operator,
3807    java.util.Collection JavaDoc values
3808  ) {
3809    refAddValue(
3810      "org:opencrx:kernel:generic:CrxObject:userCode0",
3811      org.openmdx.compatibility.base.query.Quantors.FOR_ALL,
3812      operator,
3813      values
3814    );
3815  }
3816
3817  public void thereExistsUserCode0 (
3818    short operator,
3819    java.util.Collection JavaDoc values
3820  ) {
3821    refAddValue(
3822      "org:opencrx:kernel:generic:CrxObject:userCode0",
3823      org.openmdx.compatibility.base.query.Quantors.THERE_EXISTS,
3824      operator,
3825      values
3826    );
3827  }
3828
3829  public void forAllUserCode0 (
3830    short operator,
3831    short[] filterValues
3832  ) {
3833    java.util.List JavaDoc arrayAsList = new java.util.ArrayList JavaDoc();
3834    for(int i = 0; i < filterValues.length; i++) {
3835      arrayAsList.add(
3836        new Short JavaDoc(filterValues[i])
3837      );
3838    }
3839    forAllUserCode0 (
3840      operator,
3841      arrayAsList
3842    );
3843  }
3844
3845  public void thereExistsUserCode0 (
3846    short operator,
3847    short[] filterValues
3848  ) {
3849    java.util.List JavaDoc arrayAsList = new java.util.ArrayList JavaDoc();
3850    for(int i = 0; i < filterValues.length; i++) {
3851      arrayAsList.add(
3852        new Short JavaDoc(filterValues[i])
3853      );
3854    }
3855    thereExistsUserCode0 (
3856      operator,
3857      arrayAsList
3858    );
3859  }
3860
3861  public void orderByUserCode0 (
3862    short order
3863  ) {
3864    refAddValue(
3865      "org:opencrx:kernel:generic:CrxObject:userCode0",
3866      order
3867    );
3868  }
3869      
3870// ----------------------------------------------------------------------------
3871
// Filter/ImplAttributeIsNotStruct
3872
// ----------------------------------------------------------------------------
3873
public void forAllUserCode1 (
3874    short operator,
3875    java.util.Collection JavaDoc values
3876  ) {
3877    refAddValue(
3878      "org:opencrx:kernel:generic:CrxObject:userCode1",
3879      org.openmdx.compatibility.base.query.Quantors.FOR_ALL,
3880      operator,
3881      values
3882    );
3883  }
3884
3885  public void thereExistsUserCode1 (
3886    short operator,
3887    java.util.Collection JavaDoc values
3888  ) {
3889    refAddValue(
3890      "org:opencrx:kernel:generic:CrxObject:userCode1",
3891      org.openmdx.compatibility.base.query.Quantors.THERE_EXISTS,
3892      operator,
3893      values
3894    );
3895  }
3896
3897  public void forAllUserCode1 (
3898    short operator,
3899    short[] filterValues
3900  ) {
3901    java.util.List JavaDoc arrayAsList = new java.util.ArrayList JavaDoc();
3902    for(int i = 0; i < filterValues.length; i++) {
3903      arrayAsList.add(
3904        new Short JavaDoc(filterValues[i])
3905      );
3906    }
3907    forAllUserCode1 (
3908      operator,
3909      arrayAsList
3910    );
3911  }
3912
3913  public void thereExistsUserCode1 (
3914    short operator,
3915    short[] filterValues
3916  ) {
3917    java.util.List JavaDoc arrayAsList = new java.util.ArrayList JavaDoc();
3918    for(int i = 0; i < filterValues.length; i++) {
3919      arrayAsList.add(
3920        new Short JavaDoc(filterValues[i])
3921      );
3922    }
3923    thereExistsUserCode1 (
3924      operator,
3925      arrayAsList
3926    );
3927  }
3928
3929  public void orderByUserCode1 (
3930    short order
3931  ) {
3932    refAddValue(
3933      "org:opencrx:kernel:generic:CrxObject:userCode1",
3934      order
3935    );
3936  }
3937      
3938// ----------------------------------------------------------------------------
3939
// Filter/ImplAttributeIsNotStruct
3940
// ----------------------------------------------------------------------------
3941
public void forAllUserCode2 (
3942    short operator,
3943    java.util.Collection JavaDoc values
3944  ) {
3945    refAddValue(
3946      "org:opencrx:kernel:generic:CrxObject:userCode2",
3947      org.openmdx.compatibility.base.query.Quantors.FOR_ALL,
3948      operator,
3949      values
3950    );
3951  }
3952
3953  public void thereExistsUserCode2 (
3954    short operator,
3955    java.util.Collection JavaDoc values
3956  ) {
3957    refAddValue(
3958      "org:opencrx:kernel:generic:CrxObject:userCode2",
3959      org.openmdx.compatibility.base.query.Quantors.THERE_EXISTS,
3960      operator,
3961      values
3962    );
3963  }
3964
3965  public void forAllUserCode2 (
3966    short operator,
3967    short[] filterValues
3968  ) {
3969    java.util.List JavaDoc arrayAsList = new java.util.ArrayList JavaDoc();
3970    for(int i = 0; i < filterValues.length; i++) {
3971      arrayAsList.add(
3972        new Short JavaDoc(filterValues[i])
3973      );
3974    }
3975    forAllUserCode2 (
3976      operator,
3977      arrayAsList
3978    );
3979  }
3980
3981  public void thereExistsUserCode2 (
3982    short operator,
3983    short[] filterValues
3984  ) {
3985    java.util.List JavaDoc arrayAsList = new java.util.ArrayList JavaDoc();
3986    for(int i = 0; i < filterValues.length; i++) {
3987      arrayAsList.add(
3988        new Short JavaDoc(filterValues[i])
3989      );
3990    }
3991    thereExistsUserCode2 (
3992      operator,
3993      arrayAsList
3994    );
3995  }
3996
3997  public void orderByUserCode2 (
3998    short order
3999  ) {
4000    refAddValue(
4001      "org:opencrx:kernel:generic:CrxObject:userCode2",
4002      order
4003    );
4004  }
4005      
4006// ----------------------------------------------------------------------------
4007
// Filter/ImplAttributeIsNotStruct
4008
// ----------------------------------------------------------------------------
4009
public void forAllUserCode3 (
4010    short operator,
4011    java.util.Collection JavaDoc values
4012  ) {
4013    refAddValue(
4014      "org:opencrx:kernel:generic:CrxObject:userCode3",
4015      org.openmdx.compatibility.base.query.Quantors.FOR_ALL,
4016      operator,
4017      values
4018    );
4019  }
4020
4021  public void thereExistsUserCode3 (
4022    short operator,
4023    java.util.Collection JavaDoc values
4024  ) {
4025    refAddValue(
4026      "org:opencrx:kernel:generic:CrxObject:userCode3",
4027      org.openmdx.compatibility.base.query.Quantors.THERE_EXISTS,
4028      operator,
4029      values
4030    );
4031  }
4032
4033  public void forAllUserCode3 (
4034    short operator,
4035    short[] filterValues
4036  ) {
4037    java.util.List JavaDoc arrayAsList = new java.util.ArrayList JavaDoc();
4038    for(int i = 0; i < filterValues.length; i++) {
4039      arrayAsList.add(
4040        new Short JavaDoc(filterValues[i])
4041      );
4042    }
4043    forAllUserCode3 (
4044      operator,
4045      arrayAsList
4046    );
4047  }
4048
4049  public void thereExistsUserCode3 (
4050    short operator,
4051    short[] filterValues
4052  ) {
4053    java.util.List JavaDoc arrayAsList = new java.util.ArrayList JavaDoc();
4054    for(int i = 0; i < filterValues.length; i++) {
4055      arrayAsList.add(
4056        new Short JavaDoc(filterValues[i])
4057      );
4058    }
4059    thereExistsUserCode3 (
4060      operator,
4061      arrayAsList
4062    );
4063  }
4064
4065  public void orderByUserCode3 (
4066    short order
4067  ) {
4068    refAddValue(
4069      "org:opencrx:kernel:generic:CrxObject:userCode3",
4070      order
4071    );
4072  }
4073      
4074// ----------------------------------------------------------------------------
4075
// Filter/ImplAttributeIsNotStruct
4076
// ----------------------------------------------------------------------------
4077
public void forAllUserCode4 (
4078    short operator,
4079    java.util.Collection JavaDoc values
4080  ) {
4081    refAddValue(
4082      "org:opencrx:kernel:generic:CrxObject:userCode4",
4083      org.openmdx.compatibility.base.query.Quantors.FOR_ALL,
4084      operator,
4085      values
4086    );
4087  }
4088
4089  public void thereExistsUserCode4 (
4090    short operator,
4091    java.util.Collection JavaDoc values
4092  ) {
4093    refAddValue(
4094      "org:opencrx:kernel:generic:CrxObject:userCode4",
4095      org.openmdx.compatibility.base.query.Quantors.THERE_EXISTS,
4096      operator,
4097      values
4098    );
4099  }
4100
4101  public void forAllUserCode4 (
4102    short operator,
4103    short[] filterValues
4104  ) {
4105    java.util.List JavaDoc arrayAsList = new java.util.ArrayList JavaDoc();
4106    for(int i = 0; i < filterValues.length; i++) {
4107      arrayAsList.add(
4108        new Short JavaDoc(filterValues[i])
4109      );
4110    }
4111    forAllUserCode4 (
4112      operator,
4113      arrayAsList
4114    );
4115  }
4116
4117  public void thereExistsUserCode4 (
4118    short operator,
4119    short[] filterValues
4120  ) {
4121    java.util.List JavaDoc arrayAsList = new java.util.ArrayList JavaDoc();
4122    for(int i = 0; i < filterValues.length; i++) {
4123      arrayAsList.add(
4124        new Short JavaDoc(filterValues[i])
4125      );
4126    }
4127    thereExistsUserCode4 (
4128      operator,
4129      arrayAsList
4130    );
4131  }
4132
4133  public void orderByUserCode4 (
4134    short order
4135  ) {
4136    refAddValue(
4137      "org:opencrx:kernel:generic:CrxObject:userCode4",
4138      order
4139    );
4140  }
4141      
4142// ----------------------------------------------------------------------------
4143
// Filter/ImplAttributeIsNotStruct
4144
// ----------------------------------------------------------------------------
4145
public void forAllUserDate0 (
4146    short operator,
4147    java.util.Collection JavaDoc values
4148  ) {
4149    refAddValue(
4150      "org:opencrx:kernel:generic:CrxObject:userDate0",
4151      org.openmdx.compatibility.base.query.Quantors.FOR_ALL,
4152      operator,
4153      values
4154    );
4155  }
4156
4157  public void thereExistsUserDate0 (
4158    short operator,
4159    java.util.Collection JavaDoc values
4160  ) {
4161    refAddValue(
4162      "org:opencrx:kernel:generic:CrxObject:userDate0",
4163      org.openmdx.compatibility.base.query.Quantors.THERE_EXISTS,
4164      operator,
4165      values
4166    );
4167  }
4168
4169  public void forAllUserDate0 (
4170    short operator,
4171    org.openmdx.uses.javax.xml.datatype.XMLGregorianCalendar[] filterValues
4172  ) {
4173    java.util.List JavaDoc arrayAsList = new java.util.ArrayList JavaDoc();
4174    for(int i = 0; i < filterValues.length; i++) {
4175      arrayAsList.add(
4176        filterValues[i]
4177      );
4178    }
4179    forAllUserDate0 (
4180      operator,
4181      arrayAsList
4182    );
4183  }
4184
4185  public void thereExistsUserDate0 (
4186    short operator,
4187    org.openmdx.uses.javax.xml.datatype.XMLGregorianCalendar[] filterValues
4188  ) {
4189    java.util.List JavaDoc arrayAsList = new java.util.ArrayList JavaDoc();
4190    for(int i = 0; i < filterValues.length; i++) {
4191      arrayAsList.add(
4192        filterValues[i]
4193      );
4194    }
4195    thereExistsUserDate0 (
4196      operator,
4197      arrayAsList
4198    );
4199  }
4200
4201  public void orderByUserDate0 (
4202    short order
4203  ) {
4204    refAddValue(
4205      "org:opencrx:kernel:generic:CrxObject:userDate0",
4206      order
4207    );
4208  }
4209      
4210// ----------------------------------------------------------------------------
4211
// Filter/ImplAttributeIsNotStruct
4212
// ----------------------------------------------------------------------------
4213
public void forAllUserDate1 (
4214    short operator,
4215    java.util.Collection JavaDoc values
4216  ) {
4217    refAddValue(
4218      "org:opencrx:kernel:generic:CrxObject:userDate1",
4219      org.openmdx.compatibility.base.query.Quantors.FOR_ALL,
4220      operator,
4221      values
4222    );
4223  }
4224
4225  public void thereExistsUserDate1 (
4226    short operator,
4227    java.util.Collection JavaDoc values
4228  ) {
4229    refAddValue(
4230      "org:opencrx:kernel:generic:CrxObject:userDate1",
4231      org.openmdx.compatibility.base.query.Quantors.THERE_EXISTS,
4232      operator,
4233      values
4234    );
4235  }
4236
4237  public void forAllUserDate1 (
4238    short operator,
4239    org.openmdx.uses.javax.xml.datatype.XMLGregorianCalendar[] filterValues
4240  ) {
4241    java.util.List JavaDoc arrayAsList = new java.util.ArrayList JavaDoc();
4242    for(int i = 0; i < filterValues.length; i++) {
4243      arrayAsList.add(
4244        filterValues[i]
4245      );
4246    }
4247    forAllUserDate1 (
4248      operator,
4249      arrayAsList
4250    );
4251  }
4252
4253  public void thereExistsUserDate1 (
4254    short operator,
4255    org.openmdx.uses.javax.xml.datatype.XMLGregorianCalendar[] filterValues
4256  ) {
4257    java.util.List JavaDoc arrayAsList = new java.util.ArrayList JavaDoc();
4258    for(int i = 0; i < filterValues.length; i++) {
4259      arrayAsList.add(
4260        filterValues[i]
4261      );
4262    }
4263    thereExistsUserDate1 (
4264      operator,
4265      arrayAsList
4266    );
4267  }
4268
4269  public void orderByUserDate1 (
4270    short order
4271  ) {
4272    refAddValue(
4273      "org:opencrx:kernel:generic:CrxObject:userDate1",
4274      order
4275    );
4276  }
4277      
4278// ----------------------------------------------------------------------------
4279
// Filter/ImplAttributeIsNotStruct
4280
// ----------------------------------------------------------------------------
4281
public void forAllUserDate2 (
4282    short operator,
4283    java.util.Collection JavaDoc values
4284  ) {
4285    refAddValue(
4286      "org:opencrx:kernel:generic:CrxObject:userDate2",
4287      org.openmdx.compatibility.base.query.Quantors.FOR_ALL,
4288      operator,
4289      values
4290    );
4291  }
4292
4293  public void thereExistsUserDate2 (
4294    short operator,
4295    java.util.Collection JavaDoc values
4296  ) {
4297    refAddValue(
4298      "org:opencrx:kernel:generic:CrxObject:userDate2",
4299      org.openmdx.compatibility.base.query.Quantors.THERE_EXISTS,
4300      operator,
4301      values
4302    );
4303  }
4304
4305  public void forAllUserDate2 (
4306    short operator,
4307    org.openmdx.uses.javax.xml.datatype.XMLGregorianCalendar[] filterValues
4308  ) {
4309    java.util.List JavaDoc arrayAsList = new java.util.ArrayList JavaDoc();
4310    for(int i = 0; i < filterValues.length; i++) {
4311      arrayAsList.add(
4312        filterValues[i]
4313      );
4314    }
4315    forAllUserDate2 (
4316      operator,
4317      arrayAsList
4318    );
4319  }
4320
4321  public void thereExistsUserDate2 (
4322    short operator,
4323    org.openmdx.uses.javax.xml.datatype.XMLGregorianCalendar[] filterValues
4324  ) {
4325    java.util.List JavaDoc arrayAsList = new java.util.ArrayList JavaDoc();
4326    for(int i = 0; i < filterValues.length; i++) {
4327      arrayAsList.add(
4328        filterValues[i]
4329      );
4330    }
4331    thereExistsUserDate2 (
4332      operator,
4333      arrayAsList
4334    );
4335  }
4336
4337  public void orderByUserDate2 (
4338    short order
4339  ) {
4340    refAddValue(
4341      "org:opencrx:kernel:generic:CrxObject:userDate2",
4342      order
4343    );
4344  }
4345      
4346// ----------------------------------------------------------------------------
4347
// Filter/ImplAttributeIsNotStruct
4348
// ----------------------------------------------------------------------------
4349
public void forAllUserDate3 (
4350    short operator,
4351    java.util.Collection JavaDoc values
4352  ) {
4353    refAddValue(
4354      "org:opencrx:kernel:generic:CrxObject:userDate3",
4355      org.openmdx.compatibility.base.query.Quantors.FOR_ALL,
4356      operator,
4357      values
4358    );
4359  }
4360
4361  public void thereExistsUserDate3 (
4362    short operator,
4363    java.util.Collection JavaDoc values
4364  ) {
4365    refAddValue(
4366      "org:opencrx:kernel:generic:CrxObject:userDate3",
4367      org.openmdx.compatibility.base.query.Quantors.THERE_EXISTS,
4368      operator,
4369      values
4370    );
4371  }
4372
4373  public void forAllUserDate3 (
4374    short operator,
4375    org.openmdx.uses.javax.xml.datatype.XMLGregorianCalendar[] filterValues
4376  ) {
4377    java.util.List JavaDoc arrayAsList = new java.util.ArrayList JavaDoc();
4378    for(int i = 0; i < filterValues.length; i++) {
4379      arrayAsList.add(
4380        filterValues[i]
4381      );
4382    }
4383    forAllUserDate3 (
4384      operator,
4385      arrayAsList
4386    );
4387  }
4388
4389  public void thereExistsUserDate3 (
4390    short operator,
4391    org.openmdx.uses.javax.xml.datatype.XMLGregorianCalendar[] filterValues
4392  ) {
4393    java.util.List JavaDoc arrayAsList = new java.util.ArrayList JavaDoc();
4394    for(int i = 0; i < filterValues.length; i++) {
4395      arrayAsList.add(
4396        filterValues[i]
4397      );
4398    }
4399    thereExistsUserDate3 (
4400      operator,
4401      arrayAsList
4402    );
4403  }
4404
4405  public void orderByUserDate3 (
4406    short order
4407  ) {
4408    refAddValue(
4409      "org:opencrx:kernel:generic:CrxObject:userDate3",
4410      order
4411    );
4412  }
4413      
4414// ----------------------------------------------------------------------------
4415
// Filter/ImplAttributeIsNotStruct
4416
// ----------------------------------------------------------------------------
4417
public void forAllUserDate4 (
4418    short operator,
4419    java.util.Collection JavaDoc values
4420  ) {
4421    refAddValue(
4422      "org:opencrx:kernel:generic:CrxObject:userDate4",
4423      org.openmdx.compatibility.base.query.Quantors.FOR_ALL,
4424      operator,
4425      values
4426    );
4427  }
4428
4429  public void thereExistsUserDate4 (
4430    short operator,
4431    java.util.Collection JavaDoc values
4432  ) {
4433    refAddValue(
4434      "org:opencrx:kernel:generic:CrxObject:userDate4",
4435      org.openmdx.compatibility.base.query.Quantors.THERE_EXISTS,
4436      operator,
4437      values
4438    );
4439  }
4440
4441  public void forAllUserDate4 (
4442    short operator,
4443    org.openmdx.uses.javax.xml.datatype.XMLGregorianCalendar[] filterValues
4444  ) {
4445    java.util.List JavaDoc arrayAsList = new java.util.ArrayList JavaDoc();
4446    for(int i = 0; i < filterValues.length; i++) {
4447      arrayAsList.add(
4448        filterValues[i]
4449      );
4450    }
4451    forAllUserDate4 (
4452      operator,
4453      arrayAsList
4454    );
4455  }
4456
4457  public void thereExistsUserDate4 (
4458    short operator,
4459    org.openmdx.uses.javax.xml.datatype.XMLGregorianCalendar[] filterValues
4460  ) {
4461    java.util.List JavaDoc arrayAsList = new java.util.ArrayList JavaDoc();
4462    for(int i = 0; i < filterValues.length; i++) {
4463      arrayAsList.add(
4464        filterValues[i]
4465      );
4466    }
4467    thereExistsUserDate4 (
4468      operator,
4469      arrayAsList
4470    );
4471  }
4472
4473  public void orderByUserDate4 (
4474    short order
4475  ) {
4476    refAddValue(
4477      "org:opencrx:kernel:generic:CrxObject:userDate4",
4478      order
4479    );
4480  }
4481      
4482// ----------------------------------------------------------------------------
4483
// Filter/ImplAttributeIsNotStruct
4484
// ----------------------------------------------------------------------------
4485
public void forAllUserDateTime0 (
4486    short operator,
4487    java.util.Collection JavaDoc values
4488  ) {
4489    refAddValue(
4490      "org:opencrx:kernel:generic:CrxObject:userDateTime0",
4491      org.openmdx.compatibility.base.query.Quantors.FOR_ALL,
4492      operator,
4493      values
4494    );
4495  }
4496
4497  public void thereExistsUserDateTime0 (
4498    short operator,
4499    java.util.Collection JavaDoc values
4500  ) {
4501    refAddValue(
4502      "org:opencrx:kernel:generic:CrxObject:userDateTime0",
4503      org.openmdx.compatibility.base.query.Quantors.THERE_EXISTS,
4504      operator,
4505      values
4506    );
4507  }
4508
4509  public void forAllUserDateTime0 (
4510    short operator,
4511    java.util.Date JavaDoc[] filterValues
4512  ) {
4513    java.util.List JavaDoc arrayAsList = new java.util.ArrayList JavaDoc();
4514    for(int i = 0; i < filterValues.length; i++) {
4515      arrayAsList.add(
4516        filterValues[i]
4517      );
4518    }
4519    forAllUserDateTime0 (
4520      operator,
4521      arrayAsList
4522    );
4523  }
4524
4525  public void thereExistsUserDateTime0 (
4526    short operator,
4527    java.util.Date JavaDoc[] filterValues
4528  ) {
4529    java.util.List JavaDoc arrayAsList = new java.util.ArrayList JavaDoc();
4530    for(int i = 0; i < filterValues.length; i++) {
4531      arrayAsList.add(
4532        filterValues[i]
4533      );
4534    }
4535    thereExistsUserDateTime0 (
4536      operator,
4537      arrayAsList
4538    );
4539  }
4540
4541  public void orderByUserDateTime0 (
4542    short order
4543  ) {
4544    refAddValue(
4545      "org:opencrx:kernel:generic:CrxObject:userDateTime0",
4546      order
4547    );
4548  }
4549      
4550// ----------------------------------------------------------------------------
4551
// Filter/ImplAttributeIsNotStruct
4552
// ----------------------------------------------------------------------------
4553
public void forAllUserDateTime1 (
4554    short operator,
4555    java.util.Collection JavaDoc values
4556  ) {
4557    refAddValue(
4558      "org:opencrx:kernel:generic:CrxObject:userDateTime1",
4559      org.openmdx.compatibility.base.query.Quantors.FOR_ALL,
4560      operator,
4561      values
4562    );
4563  }
4564
4565  public void thereExistsUserDateTime1 (
4566    short operator,
4567    java.util.Collection JavaDoc values
4568  ) {
4569    refAddValue(
4570      "org:opencrx:kernel:generic:CrxObject:userDateTime1",
4571      org.openmdx.compatibility.base.query.Quantors.THERE_EXISTS,
4572      operator,
4573      values
4574    );
4575  }
4576
4577  public void forAllUserDateTime1 (
4578    short operator,
4579    java.util.Date JavaDoc[] filterValues
4580  ) {
4581    java.util.List JavaDoc arrayAsList = new java.util.ArrayList JavaDoc();
4582    for(int i = 0; i < filterValues.length; i++) {
4583      arrayAsList.add(
4584        filterValues[i]
4585      );
4586    }
4587    forAllUserDateTime1 (
4588      operator,
4589      arrayAsList
4590    );
4591  }
4592
4593  public void thereExistsUserDateTime1 (
4594    short operator,
4595    java.util.Date JavaDoc[] filterValues
4596  ) {
4597    java.util.List JavaDoc arrayAsList = new java.util.ArrayList JavaDoc();
4598    for(int i = 0; i < filterValues.length; i++) {
4599      arrayAsList.add(
4600        filterValues[i]
4601      );
4602    }
4603    thereExistsUserDateTime1 (
4604      operator,
4605      arrayAsList
4606    );
4607  }
4608
4609  public void orderByUserDateTime1 (
4610    short order
4611  ) {
4612    refAddValue(
4613      "org:opencrx:kernel:generic:CrxObject:userDateTime1",
4614      order
4615    );
4616  }
4617      
4618// ----------------------------------------------------------------------------
4619
// Filter/ImplAttributeIsNotStruct
4620
// ----------------------------------------------------------------------------
4621
public void forAllUserDateTime2 (
4622    short operator,
4623    java.util.Collection JavaDoc values
4624  ) {
4625    refAddValue(
4626      "org:opencrx:kernel:generic:CrxObject:userDateTime2",
4627      org.openmdx.compatibility.base.query.Quantors.FOR_ALL,
4628      operator,
4629      values
4630    );
4631  }
4632
4633  public void thereExistsUserDateTime2 (
4634    short operator,
4635    java.util.Collection JavaDoc values
4636  ) {
4637    refAddValue(
4638      "org:opencrx:kernel:generic:CrxObject:userDateTime2",
4639      org.openmdx.compatibility.base.query.Quantors.THERE_EXISTS,
4640      operator,
4641      values
4642    );
4643  }
4644
4645  public void forAllUserDateTime2 (
4646    short operator,
4647    java.util.Date JavaDoc[] filterValues
4648  ) {
4649    java.util.List JavaDoc arrayAsList = new java.util.ArrayList JavaDoc();
4650    for(int i = 0; i < filterValues.length; i++) {
4651      arrayAsList.add(
4652        filterValues[i]
4653      );
4654    }
4655    forAllUserDateTime2 (
4656      operator,
4657      arrayAsList
4658    );
4659  }
4660
4661  public void thereExistsUserDateTime2 (
4662    short operator,
4663    java.util.Date JavaDoc[] filterValues
4664  ) {
4665    java.util.List JavaDoc arrayAsList = new java.util.ArrayList JavaDoc();
4666    for(int i = 0; i < filterValues.length; i++) {
4667      arrayAsList.add(
4668        filterValues[i]
4669      );
4670    }
4671    thereExistsUserDateTime2 (
4672      operator,
4673      arrayAsList
4674    );
4675  }
4676
4677  public void orderByUserDateTime2 (
4678    short order
4679  ) {
4680    refAddValue(
4681      "org:opencrx:kernel:generic:CrxObject:userDateTime2",
4682      order
4683    );
4684  }
4685      
4686// ----------------------------------------------------------------------------
4687
// Filter/ImplAttributeIsNotStruct
4688
// ----------------------------------------------------------------------------
4689
public void forAllUserDateTime3 (
4690    short operator,
4691    java.util.Collection JavaDoc values
4692  ) {
4693    refAddValue(
4694      "org:opencrx:kernel:generic:CrxObject:userDateTime3",
4695      org.openmdx.compatibility.base.query.Quantors.FOR_ALL,
4696      operator,
4697      values
4698    );
4699  }
4700
4701  public void thereExistsUserDateTime3 (
4702    short operator,
4703    java.util.Collection JavaDoc values
4704  ) {
4705    refAddValue(
4706      "org:opencrx:kernel:generic:CrxObject:userDateTime3",
4707      org.openmdx.compatibility.base.query.Quantors.THERE_EXISTS,
4708      operator,
4709      values
4710    );
4711  }
4712
4713  public void forAllUserDateTime3 (
4714    short operator,
4715    java.util.Date JavaDoc[] filterValues
4716  ) {
4717    java.util.List JavaDoc arrayAsList = new java.util.ArrayList JavaDoc();
4718    for(int i = 0; i < filterValues.length; i++) {
4719      arrayAsList.add(
4720        filterValues[i]
4721      );
4722    }
4723    forAllUserDateTime3 (
4724      operator,
4725      arrayAsList
4726    );
4727  }
4728
4729  public void thereExistsUserDateTime3 (
4730    short operator,
4731    java.util.Date JavaDoc[] filterValues
4732  ) {
4733    java.util.List JavaDoc arrayAsList = new java.util.ArrayList JavaDoc();
4734    for(int i = 0; i < filterValues.length; i++) {
4735      arrayAsList.add(
4736        filterValues[i]
4737      );
4738    }
4739    thereExistsUserDateTime3 (
4740      operator,
4741      arrayAsList
4742    );
4743  }
4744
4745  public void orderByUserDateTime3 (
4746    short order
4747  ) {
4748    refAddValue(
4749      "org:opencrx:kernel:generic:CrxObject:userDateTime3",
4750      order
4751    );
4752  }
4753      
4754// ----------------------------------------------------------------------------
4755
// Filter/ImplAttributeIsNotStruct
4756
// ----------------------------------------------------------------------------
4757
public void forAllUserDateTime4 (
4758    short operator,
4759    java.util.Collection JavaDoc values
4760  ) {
4761    refAddValue(
4762      "org:opencrx:kernel:generic:CrxObject:userDateTime4",
4763      org.openmdx.compatibility.base.query.Quantors.FOR_ALL,
4764      operator,
4765      values
4766    );
4767  }
4768
4769  public void thereExistsUserDateTime4 (
4770    short operator,
4771    java.util.Collection JavaDoc values
4772  ) {
4773    refAddValue(
4774      "org:opencrx:kernel:generic:CrxObject:userDateTime4",
4775      org.openmdx.compatibility.base.query.Quantors.THERE_EXISTS,
4776      operator,
4777      values
4778    );
4779  }
4780
4781  public void forAllUserDateTime4 (
4782    short operator,
4783    java.util.Date JavaDoc[] filterValues
4784  ) {
4785    java.util.List JavaDoc arrayAsList = new java.util.ArrayList JavaDoc();
4786    for(int i = 0; i < filterValues.length; i++) {
4787      arrayAsList.add(
4788        filterValues[i]
4789      );
4790    }
4791    forAllUserDateTime4 (
4792      operator,
4793      arrayAsList
4794    );
4795  }
4796
4797  public void thereExistsUserDateTime4 (
4798    short operator,
4799    java.util.Date JavaDoc[] filterValues
4800  ) {
4801    java.util.List JavaDoc arrayAsList = new java.util.ArrayList JavaDoc();
4802    for(int i = 0; i < filterValues.length; i++) {
4803      arrayAsList.add(
4804        filterValues[i]
4805      );
4806    }
4807    thereExistsUserDateTime4 (
4808      operator,
4809      arrayAsList
4810    );
4811  }
4812
4813  public void orderByUserDateTime4 (
4814    short order
4815  ) {
4816    refAddValue(
4817      "org:opencrx:kernel:generic:CrxObject:userDateTime4",
4818      order
4819    );
4820  }
4821      
4822// ----------------------------------------------------------------------------
4823
// Filter/ImplAttributeIsNotStruct
4824
// ----------------------------------------------------------------------------
4825
public void forAllUserNumber0 (
4826    short operator,
4827    java.util.Collection JavaDoc values
4828  ) {
4829    refAddValue(
4830      "org:opencrx:kernel:generic:CrxObject:userNumber0",
4831      org.openmdx.compatibility.base.query.Quantors.FOR_ALL,
4832      operator,
4833      values
4834    );
4835  }
4836
4837  public void thereExistsUserNumber0 (
4838    short operator,
4839    java.util.Collection JavaDoc values
4840  ) {
4841    refAddValue(
4842      "org:opencrx:kernel:generic:CrxObject:userNumber0",
4843      org.openmdx.compatibility.base.query.Quantors.THERE_EXISTS,
4844      operator,
4845      values
4846    );
4847  }
4848
4849  public void forAllUserNumber0 (
4850    short operator,
4851    java.math.BigDecimal JavaDoc[] filterValues
4852  ) {
4853    java.util.List JavaDoc arrayAsList = new java.util.ArrayList JavaDoc();
4854    for(int i = 0; i < filterValues.length; i++) {
4855      arrayAsList.add(
4856        filterValues[i]
4857      );
4858    }
4859    forAllUserNumber0 (
4860      operator,
4861      arrayAsList
4862    );
4863  }
4864
4865  public void thereExistsUserNumber0 (
4866    short operator,
4867    java.math.BigDecimal JavaDoc[] filterValues
4868  ) {
4869    java.util.List JavaDoc arrayAsList = new java.util.ArrayList JavaDoc();
4870    for(int i = 0; i < filterValues.length; i++) {
4871      arrayAsList.add(
4872        filterValues[i]
4873      );
4874    }
4875    thereExistsUserNumber0 (
4876      operator,
4877      arrayAsList
4878    );
4879  }
4880
4881  public void orderByUserNumber0 (
4882    short order
4883  ) {
4884    refAddValue(
4885      "org:opencrx:kernel:generic:CrxObject:userNumber0",
4886      order
4887    );
4888  }
4889      
4890// ----------------------------------------------------------------------------
4891
// Filter/ImplAttributeIsNotStruct
4892
// ----------------------------------------------------------------------------
4893
public void forAllUserNumber1 (
4894    short operator,
4895    java.util.Collection JavaDoc values
4896  ) {
4897    refAddValue(
4898      "org:opencrx:kernel:generic:CrxObject:userNumber1",
4899      org.openmdx.compatibility.base.query.Quantors.FOR_ALL,
4900      operator,
4901      values
4902    );
4903  }
4904
4905  public void thereExistsUserNumber1 (
4906    short operator,
4907    java.util.Collection JavaDoc values
4908  ) {
4909    refAddValue(
4910      "org:opencrx:kernel:generic:CrxObject:userNumber1",
4911      org.openmdx.compatibility.base.query.Quantors.THERE_EXISTS,
4912      operator,
4913      values
4914    );
4915  }
4916
4917  public void forAllUserNumber1 (
4918    short operator,
4919    java.math.BigDecimal JavaDoc[] filterValues
4920  ) {
4921    java.util.List JavaDoc arrayAsList = new java.util.ArrayList JavaDoc();
4922    for(int i = 0; i < filterValues.length; i++) {
4923      arrayAsList.add(
4924        filterValues[i]
4925      );
4926    }
4927    forAllUserNumber1 (
4928      operator,
4929      arrayAsList
4930    );
4931  }
4932
4933  public void thereExistsUserNumber1 (
4934    short operator,
4935    java.math.BigDecimal JavaDoc[] filterValues
4936  ) {
4937    java.util.List JavaDoc arrayAsList = new java.util.ArrayList JavaDoc();
4938    for(int i = 0; i < filterValues.length; i++) {
4939      arrayAsList.add(
4940        filterValues[i]
4941      );
4942    }
4943    thereExistsUserNumber1 (
4944      operator,
4945      arrayAsList
4946    );
4947  }
4948
4949  public void orderByUserNumber1 (
4950    short order
4951  ) {
4952    refAddValue(
4953      "org:opencrx:kernel:generic:CrxObject:userNumber1",
4954      order
4955    );
4956  }
4957      
4958// ----------------------------------------------------------------------------
4959
// Filter/ImplAttributeIsNotStruct
4960
// ----------------------------------------------------------------------------
4961
public void forAllUserNumber2 (
4962    short operator,
4963    java.util.Collection JavaDoc values
4964  ) {
4965    refAddValue(
4966      "org:opencrx:kernel:generic:CrxObject:userNumber2",
4967      org.openmdx.compatibility.base.query.Quantors.FOR_ALL,
4968      operator,
4969      values
4970    );
4971  }
4972
4973  public void thereExistsUserNumber2 (
4974    short operator,
4975    java.util.Collection JavaDoc values
4976  ) {
4977    refAddValue(
4978      "org:opencrx:kernel:generic:CrxObject:userNumber2",
4979      org.openmdx.compatibility.base.query.Quantors.THERE_EXISTS,
4980      operator,
4981      values
4982    );
4983  }
4984
4985  public void forAllUserNumber2 (
4986    short operator,
4987    java.math.BigDecimal JavaDoc[] filterValues
4988  ) {
4989    java.util.List JavaDoc arrayAsList = new java.util.ArrayList JavaDoc();
4990    for(int i = 0; i < filterValues.length; i++) {
4991      arrayAsList.add(
4992        filterValues[i]
4993      );
4994    }
4995    forAllUserNumber2 (
4996      operator,
4997      arrayAsList
4998    );
4999  }
5000
5001  public void thereExistsUserNumber2 (
5002    short operator,
5003    java.math.BigDecimal JavaDoc[] filterValues
5004  ) {
5005    java.util.List JavaDoc arrayAsList = new java.util.ArrayList JavaDoc();
5006    for(int i = 0; i < filterValues.length; i++) {
5007      arrayAsList.add(
5008        filterValues[i]
5009      );
5010    }
5011    thereExistsUserNumber2 (
5012      operator,
5013      arrayAsList
5014    );
5015  }
5016
5017  public void orderByUserNumber2 (
5018    short order
5019  ) {
5020    refAddValue(
5021      "org:opencrx:kernel:generic:CrxObject:userNumber2",
5022      order
5023    );
5024  }
5025      
5026// ----------------------------------------------------------------------------
5027
// Filter/ImplAttributeIsNotStruct
5028
// ----------------------------------------------------------------------------
5029
public void forAllUserNumber3 (
5030    short operator,
5031    java.util.Collection JavaDoc values
5032  ) {
5033    refAddValue(
5034      "org:opencrx:kernel:generic:CrxObject:userNumber3",
5035      org.openmdx.compatibility.base.query.Quantors.FOR_ALL,
5036      operator,
5037      values
5038    );
5039  }
5040
5041  public void thereExistsUserNumber3 (
5042    short operator,
5043    java.util.Collection JavaDoc values
5044  ) {
5045    refAddValue(
5046      "org:opencrx:kernel:generic:CrxObject:userNumber3",
5047      org.openmdx.compatibility.base.query.Quantors.THERE_EXISTS,
5048      operator,
5049      values
5050    );
5051  }
5052
5053  public void forAllUserNumber3 (
5054    short operator,
5055    java.math.BigDecimal JavaDoc[] filterValues
5056  ) {
5057    java.util.List JavaDoc arrayAsList = new java.util.ArrayList JavaDoc();
5058    for(int i = 0; i < filterValues.length; i++) {
5059      arrayAsList.add(
5060        filterValues[i]
5061      );
5062    }
5063    forAllUserNumber3 (
5064      operator,
5065      arrayAsList
5066    );
5067  }
5068
5069  public void thereExistsUserNumber3 (
5070    short operator,
5071    java.math.BigDecimal JavaDoc[] filterValues
5072  ) {
5073    java.util.List JavaDoc arrayAsList = new java.util.ArrayList JavaDoc();
5074    for(int i = 0; i < filterValues.length; i++) {
5075      arrayAsList.add(
5076        filterValues[i]
5077      );
5078    }
5079    thereExistsUserNumber3 (
5080      operator,
5081      arrayAsList
5082    );
5083  }
5084
5085  public void orderByUserNumber3 (
5086    short order
5087  ) {
5088    refAddValue(
5089      "org:opencrx:kernel:generic:CrxObject:userNumber3",
5090      order
5091    );
5092  }
5093      
5094// ----------------------------------------------------------------------------
5095
// Filter/ImplAttributeIsNotStruct
5096
// ----------------------------------------------------------------------------
5097
public void forAllUserNumber4 (
5098    short operator,
5099    java.util.Collection JavaDoc values
5100  ) {
5101    refAddValue(
5102      "org:opencrx:kernel:generic:CrxObject:userNumber4",
5103      org.openmdx.compatibility.base.query.Quantors.FOR_ALL,
5104      operator,
5105      values
5106    );
5107  }
5108
5109  public void thereExistsUserNumber4 (
5110    short operator,
5111    java.util.Collection JavaDoc values
5112  ) {
5113    refAddValue(
5114      "org:opencrx:kernel:generic:CrxObject:userNumber4",
5115      org.openmdx.compatibility.base.query.Quantors.THERE_EXISTS,
5116      operator,
5117      values
5118    );
5119  }
5120
5121  public void forAllUserNumber4 (
5122    short operator,
5123    java.math.BigDecimal JavaDoc[] filterValues
5124  ) {
5125    java.util.List JavaDoc arrayAsList = new java.util.ArrayList JavaDoc();
5126    for(int i = 0; i < filterValues.length; i++) {
5127      arrayAsList.add(
5128        filterValues[i]
5129      );
5130    }
5131    forAllUserNumber4 (
5132      operator,
5133      arrayAsList
5134    );
5135  }
5136
5137  public void thereExistsUserNumber4 (
5138    short operator,
5139    java.math.BigDecimal JavaDoc[] filterValues
5140  ) {
5141    java.util.List JavaDoc arrayAsList = new java.util.ArrayList JavaDoc();
5142    for(int i = 0; i < filterValues.length; i++) {
5143      arrayAsList.add(
5144        filterValues[i]
5145      );
5146    }
5147    thereExistsUserNumber4 (
5148      operator,
5149      arrayAsList
5150    );
5151  }
5152
5153  public void orderByUserNumber4 (
5154    short order
5155  ) {
5156    refAddValue(
5157      "org:opencrx:kernel:generic:CrxObject:userNumber4",
5158      order
5159    );
5160  }
5161      
5162// ----------------------------------------------------------------------------
5163
// Filter/ImplAttributeIsNotStruct
5164
// ----------------------------------------------------------------------------
5165
public void forAllUserString0 (
5166    short operator,
5167    java.util.Collection JavaDoc values
5168  ) {
5169    refAddValue(
5170      "org:opencrx:kernel:generic:CrxObject:userString0",
5171      org.openmdx.compatibility.base.query.Quantors.FOR_ALL,
5172      operator,
5173      values
5174    );
5175  }
5176
5177  public void thereExistsUserString0 (
5178    short operator,
5179    java.util.Collection JavaDoc values
5180  ) {
5181    refAddValue(
5182      "org:opencrx:kernel:generic:CrxObject:userString0",
5183      org.openmdx.compatibility.base.query.Quantors.THERE_EXISTS,
5184      operator,
5185      values
5186    );
5187  }
5188
5189  public void forAllUserString0 (
5190    short operator,
5191    String JavaDoc[] filterValues
5192  ) {
5193    java.util.List JavaDoc arrayAsList = new java.util.ArrayList JavaDoc();
5194    for(int i = 0; i < filterValues.length; i++) {
5195      arrayAsList.add(
5196        filterValues[i]
5197      );
5198    }
5199    forAllUserString0 (
5200      operator,
5201      arrayAsList
5202    );
5203  }
5204
5205  public void thereExistsUserString0 (
5206    short operator,
5207    String JavaDoc[] filterValues
5208  ) {
5209    java.util.List JavaDoc arrayAsList = new java.util.ArrayList JavaDoc();
5210    for(int i = 0; i < filterValues.length; i++) {
5211      arrayAsList.add(
5212        filterValues[i]
5213      );
5214    }
5215    thereExistsUserString0 (
5216      operator,
5217      arrayAsList
5218    );
5219  }
5220
5221  public void orderByUserString0 (
5222    short order
5223  ) {
5224    refAddValue(
5225      "org:opencrx:kernel:generic:CrxObject:userString0",
5226      order
5227    );
5228  }
5229      
5230// ----------------------------------------------------------------------------
5231
// Filter/ImplAttributeIsNotStruct
5232
// ----------------------------------------------------------------------------
5233
public void forAllUserString1 (
5234    short operator,
5235    java.util.Collection JavaDoc values
5236  ) {
5237    refAddValue(
5238      "org:opencrx:kernel:generic:CrxObject:userString1",
5239      org.openmdx.compatibility.base.query.Quantors.FOR_ALL,
5240      operator,
5241      values
5242    );
5243  }
5244
5245  public void thereExistsUserString1 (
5246    short operator,
5247    java.util.Collection JavaDoc values
5248  ) {
5249    refAddValue(
5250      "org:opencrx:kernel:generic:CrxObject:userString1",
5251      org.openmdx.compatibility.base.query.Quantors.THERE_EXISTS,
5252      operator,
5253      values
5254    );
5255  }
5256
5257  public void forAllUserString1 (
5258    short operator,
5259    String JavaDoc[] filterValues
5260  ) {
5261    java.util.List JavaDoc arrayAsList = new java.util.ArrayList JavaDoc();
5262    for(int i = 0; i < filterValues.length; i++) {
5263      arrayAsList.add(
5264        filterValues[i]
5265      );
5266    }
5267    forAllUserString1 (
5268      operator,
5269      arrayAsList
5270    );
5271  }
5272
5273  public void thereExistsUserString1 (
5274    short operator,
5275    String JavaDoc[] filterValues
5276  ) {
5277    java.util.List JavaDoc arrayAsList = new java.util.ArrayList JavaDoc();
5278    for(int i = 0; i < filterValues.length; i++) {
5279      arrayAsList.add(
5280        filterValues[i]
5281      );
5282    }
5283    thereExistsUserString1 (
5284      operator,
5285      arrayAsList
5286    );
5287  }
5288
5289  public void orderByUserString1 (
5290    short order
5291  ) {
5292    refAddValue(
5293      "org:opencrx:kernel:generic:CrxObject:userString1",
5294      order
5295    );
5296  }
5297      
5298// ----------------------------------------------------------------------------
5299
// Filter/ImplAttributeIsNotStruct
5300
// ----------------------------------------------------------------------------
5301
public void forAllUserString2 (
5302    short operator,
5303    java.util.Collection JavaDoc values
5304  ) {
5305    refAddValue(
5306      "org:opencrx:kernel:generic:CrxObject:userString2",
5307      org.openmdx.compatibility.base.query.Quantors.FOR_ALL,
5308      operator,
5309      values
5310    );
5311  }
5312
5313  public void thereExistsUserString2 (
5314    short operator,
5315    java.util.Collection JavaDoc values
5316  ) {
5317    refAddValue(
5318      "org:opencrx:kernel:generic:CrxObject:userString2",
5319      org.openmdx.compatibility.base.query.Quantors.THERE_EXISTS,
5320      operator,
5321      values
5322    );
5323  }
5324
5325  public void forAllUserString2 (
5326    short operator,
5327    String JavaDoc[] filterValues
5328  ) {
5329    java.util.List JavaDoc arrayAsList = new java.util.ArrayList JavaDoc();
5330    for(int i = 0; i < filterValues.length; i++) {
5331      arrayAsList.add(
5332        filterValues[i]
5333      );
5334    }
5335    forAllUserString2 (
5336      operator,
5337      arrayAsList
5338    );
5339  }
5340
5341  public void thereExistsUserString2 (
5342    short operator,
5343    String JavaDoc[] filterValues
5344  ) {
5345    java.util.List JavaDoc arrayAsList = new java.util.ArrayList JavaDoc();
5346    for(int i = 0; i < filterValues.length; i++) {
5347      arrayAsList.add(
5348        filterValues[i]
5349      );
5350    }
5351    thereExistsUserString2 (
5352      operator,
5353      arrayAsList
5354    );
5355  }
5356
5357  public void orderByUserString2 (
5358    short order
5359  ) {
5360    refAddValue(
5361      "org:opencrx:kernel:generic:CrxObject:userString2",
5362      order
5363    );
5364  }
5365      
5366// ----------------------------------------------------------------------------
5367
// Filter/ImplAttributeIsNotStruct
5368
// ----------------------------------------------------------------------------
5369
public void forAllUserString3 (
5370    short operator,
5371    java.util.Collection JavaDoc values
5372  ) {
5373    refAddValue(
5374      "org:opencrx:kernel:generic:CrxObject:userString3",
5375      org.openmdx.compatibility.base.query.Quantors.FOR_ALL,
5376      operator,
5377      values
5378    );
5379  }
5380
5381  public void thereExistsUserString3 (
5382    short operator,
5383    java.util.Collection JavaDoc values
5384  ) {
5385    refAddValue(
5386      "org:opencrx:kernel:generic:CrxObject:userString3",
5387      org.openmdx.compatibility.base.query.Quantors.THERE_EXISTS,
5388      operator,
5389      values
5390    );
5391  }
5392
5393  public void forAllUserString3 (
5394    short operator,
5395    String JavaDoc[] filterValues
5396  ) {
5397    java.util.List JavaDoc arrayAsList = new java.util.ArrayList JavaDoc();
5398    for(int i = 0; i < filterValues.length; i++) {
5399      arrayAsList.add(
5400        filterValues[i]
5401      );
5402    }
5403    forAllUserString3 (
5404      operator,
5405      arrayAsList
5406    );
5407  }
5408
5409  public void thereExistsUserString3 (
5410    short operator,
5411    String JavaDoc[] filterValues
5412  ) {
5413    java.util.List JavaDoc arrayAsList = new java.util.ArrayList JavaDoc();
5414    for(int i = 0; i < filterValues.length; i++) {
5415      arrayAsList.add(
5416        filterValues[i]
5417      );
5418    }
5419    thereExistsUserString3 (
5420      operator,
5421      arrayAsList
5422    );
5423  }
5424
5425  public void orderByUserString3 (
5426    short order
5427  ) {
5428    refAddValue(
5429      "org:opencrx:kernel:generic:CrxObject:userString3",
5430      order
5431    );
5432  }
5433      
5434// ----------------------------------------------------------------------------
5435
// Filter/ImplAttributeIsNotStruct
5436
// ----------------------------------------------------------------------------
5437
public void forAllUserString4 (
5438    short operator,
5439    java.util.Collection JavaDoc values
5440  ) {
5441    refAddValue(
5442      "org:opencrx:kernel:generic:CrxObject:userString4",
5443      org.openmdx.compatibility.base.query.Quantors.FOR_ALL,
5444      operator,
5445      values
5446    );
5447  }
5448
5449  public void thereExistsUserString4 (
5450    short operator,
5451    java.util.Collection JavaDoc values
5452  ) {
5453    refAddValue(
5454      "org:opencrx:kernel:generic:CrxObject:userString4",
5455      org.openmdx.compatibility.base.query.Quantors.THERE_EXISTS,
5456      operator,
5457      values
5458    );
5459  }
5460
5461  public void forAllUserString4 (
5462    short operator,
5463    String JavaDoc[] filterValues
5464  ) {
5465    java.util.List JavaDoc arrayAsList = new java.util.ArrayList JavaDoc();
5466    for(int i = 0; i < filterValues.length; i++) {
5467      arrayAsList.add(
5468        filterValues[i]
5469      );
5470    }
5471    forAllUserString4 (
5472      operator,
5473      arrayAsList
5474    );
5475  }
5476
5477  public void thereExistsUserString4 (
5478    short operator,
5479    String JavaDoc[] filterValues
5480  ) {
5481    java.util.List JavaDoc arrayAsList = new java.util.ArrayList JavaDoc();
5482    for(int i = 0; i < filterValues.length; i++) {
5483      arrayAsList.add(
5484        filterValues[i]
5485      );
5486    }
5487    thereExistsUserString4 (
5488      operator,
5489      arrayAsList
5490    );
5491  }
5492
5493  public void orderByUserString4 (
5494    short order
5495  ) {
5496    refAddValue(
5497      "org:opencrx:kernel:generic:CrxObject:userString4",
5498      order
5499    );
5500  }
5501      
5502// ----------------------------------------------------------------------------
5503
// Filter/ImplAttributeIsNotStruct
5504
// ----------------------------------------------------------------------------
5505
public void forAllCreatedAt (
5506    short operator,
5507    java.util.Collection JavaDoc values
5508  ) {
5509    refAddValue(
5510      "org:openmdx:base:BasicObject:createdAt",
5511      org.openmdx.compatibility.base.query.Quantors.FOR_ALL,
5512      operator,
5513      values
5514    );
5515  }
5516
5517  public void thereExistsCreatedAt (
5518    short operator,
5519    java.util.Collection JavaDoc values
5520  ) {
5521    refAddValue(
5522      "org:openmdx:base:BasicObject:createdAt",
5523      org.openmdx.compatibility.base.query.Quantors.THERE_EXISTS,
5524      operator,
5525      values
5526    );
5527  }
5528
5529  public void forAllCreatedAt (
5530    short operator,
5531    java.util.Date JavaDoc[] filterValues
5532  ) {
5533    java.util.List JavaDoc arrayAsList = new java.util.ArrayList JavaDoc();
5534    for(int i = 0; i < filterValues.length; i++) {
5535      arrayAsList.add(
5536        filterValues[i]
5537      );
5538    }
5539    forAllCreatedAt (
5540      operator,
5541      arrayAsList
5542    );
5543  }
5544
5545  public void thereExistsCreatedAt (
5546    short operator,
5547    java.util.Date JavaDoc[] filterValues
5548  ) {
5549    java.util.List JavaDoc arrayAsList = new java.util.ArrayList JavaDoc();
5550    for(int i = 0; i < filterValues.length; i++) {
5551      arrayAsList.add(
5552        filterValues[i]
5553      );
5554    }
5555    thereExistsCreatedAt (
5556      operator,
5557      arrayAsList
5558    );
5559  }
5560
5561  public void orderByCreatedAt (
5562    short order
5563  ) {
5564    refAddValue(
5565      "org:openmdx:base:BasicObject:createdAt",
5566      order
5567    );
5568  }
5569      
5570// ----------------------------------------------------------------------------
5571
// Filter/ImplAttributeIsNotStruct
5572
// ----------------------------------------------------------------------------
5573
public void forAllCreatedBy (
5574    short operator,
5575    java.util.Collection JavaDoc values
5576  ) {
5577    refAddValue(
5578      "org:openmdx:base:BasicObject:createdBy",
5579      org.openmdx.compatibility.base.query.Quantors.FOR_ALL,
5580      operator,
5581      values
5582    );
5583  }
5584
5585  public void thereExistsCreatedBy (
5586    short operator,
5587    java.util.Collection JavaDoc values
5588  ) {
5589    refAddValue(
5590      "org:openmdx:base:BasicObject:createdBy",
5591      org.openmdx.compatibility.base.query.Quantors.THERE_EXISTS,
5592      operator,
5593      values
5594    );
5595  }
5596
5597  public void forAllCreatedBy (
5598    short operator,
5599    String JavaDoc[] filterValues
5600  ) {
5601    java.util.List JavaDoc arrayAsList = new java.util.ArrayList JavaDoc();
5602    for(int i = 0; i < filterValues.length; i++) {
5603      arrayAsList.add(
5604        filterValues[i]
5605      );
5606    }
5607    forAllCreatedBy (
5608      operator,
5609      arrayAsList
5610    );
5611  }
5612
5613  public void thereExistsCreatedBy (
5614    short operator,
5615    String JavaDoc[] filterValues
5616  ) {
5617    java.util.List JavaDoc arrayAsList = new java.util.ArrayList JavaDoc();
5618    for(int i = 0; i < filterValues.length; i++) {
5619      arrayAsList.add(
5620        filterValues[i]
5621      );
5622    }
5623    thereExistsCreatedBy (
5624      operator,
5625      arrayAsList
5626    );
5627  }
5628
5629  public void orderByCreatedBy (
5630    short order
5631  ) {
5632    refAddValue(
5633      "org:openmdx:base:BasicObject:createdBy",
5634      order
5635    );
5636  }
5637      
5638// ----------------------------------------------------------------------------
5639
// Filter/ImplAttributeIsNotStruct
5640
// ----------------------------------------------------------------------------
5641
public void forAllModifiedAt (
5642    short operator,
5643    java.util.Collection JavaDoc values
5644  ) {
5645    refAddValue(
5646      "org:openmdx:base:BasicObject:modifiedAt",
5647      org.openmdx.compatibility.base.query.Quantors.FOR_ALL,
5648      operator,
5649      values
5650    );
5651  }
5652
5653  public void thereExistsModifiedAt (
5654    short operator,
5655    java.util.Collection JavaDoc values
5656  ) {
5657    refAddValue(
5658      "org:openmdx:base:BasicObject:modifiedAt",
5659      org.openmdx.compatibility.base.query.Quantors.THERE_EXISTS,
5660      operator,
5661      values
5662    );
5663  }
5664
5665  public void forAllModifiedAt (
5666    short operator,
5667    java.util.Date JavaDoc[] filterValues
5668  ) {
5669    java.util.List JavaDoc arrayAsList = new java.util.ArrayList JavaDoc();
5670    for(int i = 0; i < filterValues.length; i++) {
5671      arrayAsList.add(
5672        filterValues[i]
5673      );
5674    }
5675    forAllModifiedAt (
5676      operator,
5677      arrayAsList
5678    );
5679  }
5680
5681  public void thereExistsModifiedAt (
5682    short operator,
5683    java.util.Date JavaDoc[] filterValues
5684  ) {
5685    java.util.List JavaDoc arrayAsList = new java.util.ArrayList JavaDoc();
5686    for(int i = 0; i < filterValues.length; i++) {
5687      arrayAsList.add(
5688        filterValues[i]
5689      );
5690    }
5691    thereExistsModifiedAt (
5692      operator,
5693      arrayAsList
5694    );
5695  }
5696
5697  public void orderByModifiedAt (
5698    short order
5699  ) {
5700    refAddValue(
5701      "org:openmdx:base:BasicObject:modifiedAt",
5702      order
5703    );
5704  }
5705      
5706// ----------------------------------------------------------------------------
5707
// Filter/ImplAttributeIsNotStruct
5708
// ----------------------------------------------------------------------------
5709
public void forAllModifiedBy (
5710    short operator,
5711    java.util.Collection JavaDoc values
5712  ) {
5713    refAddValue(
5714      "org:openmdx:base:BasicObject:modifiedBy",
5715      org.openmdx.compatibility.base.query.Quantors.FOR_ALL,
5716      operator,
5717      values
5718    );
5719  }
5720
5721  public void thereExistsModifiedBy (
5722    short operator,
5723    java.util.Collection JavaDoc values
5724  ) {
5725    refAddValue(
5726      "org:openmdx:base:BasicObject:modifiedBy",
5727      org.openmdx.compatibility.base.query.Quantors.THERE_EXISTS,
5728      operator,
5729      values
5730    );
5731  }
5732
5733  public void forAllModifiedBy (
5734    short operator,
5735    String JavaDoc[] filterValues
5736  ) {
5737    java.util.List JavaDoc arrayAsList = new java.util.ArrayList JavaDoc();
5738    for(int i = 0; i < filterValues.length; i++) {
5739      arrayAsList.add(
5740        filterValues[i]
5741      );
5742    }
5743    forAllModifiedBy (
5744      operator,
5745      arrayAsList
5746    );
5747  }
5748
5749  public void thereExistsModifiedBy (
5750    short operator,
5751    String JavaDoc[] filterValues
5752  ) {
5753    java.util.List JavaDoc arrayAsList = new java.util.ArrayList JavaDoc();
5754    for(int i = 0; i < filterValues.length; i++) {
5755      arrayAsList.add(
5756        filterValues[i]
5757      );
5758    }
5759    thereExistsModifiedBy (
5760      operator,
5761      arrayAsList
5762    );
5763  }
5764
5765  public void orderByModifiedBy (
5766    short order
5767  ) {
5768    refAddValue(
5769      "org:openmdx:base:BasicObject:modifiedBy",
5770      order
5771    );
5772  }
5773      
5774// ----------------------------------------------------------------------------
5775
// Filter/ImplReference
5776
// ----------------------------------------------------------------------------
5777
public void forAllContext (
5778    short operator,
5779    org.openmdx.base.cci.Context[] filterValues
5780  ) {
5781    java.util.List JavaDoc arrayAsList = new java.util.ArrayList JavaDoc();
5782    for(int i = 0; i < filterValues.length; i++) {
5783      arrayAsList.add(
5784        filterValues[i]
5785      );
5786    }
5787    forAllContext (
5788      operator,
5789      arrayAsList
5790    );
5791  }
5792
5793  public void thereExistsContext (
5794    short operator,
5795    org.openmdx.base.cci.Context[] filterValues
5796  ) {
5797    java.util.List JavaDoc arrayAsList = new java.util.ArrayList JavaDoc();
5798    for(int i = 0; i < filterValues.length; i++) {
5799      arrayAsList.add(
5800        filterValues[i]
5801      );
5802    }
5803    thereExistsContext (
5804      operator,
5805      arrayAsList
5806    );
5807  }
5808
5809  public void forAllContext (
5810    short operator,
5811    java.util.Collection JavaDoc values
5812  ) {
5813    refAddValue(
5814      "org:openmdx:base:ContextCapable:context",
5815      org.openmdx.compatibility.base.query.Quantors.FOR_ALL,
5816      operator,
5817      values
5818    );
5819  }
5820
5821  public void thereExistsContext (
5822    short operator,
5823    java.util.Collection JavaDoc values
5824  ) {
5825    refAddValue(
5826      "org:openmdx:base:ContextCapable:context",
5827      org.openmdx.compatibility.base.query.Quantors.THERE_EXISTS,
5828      operator,
5829      values
5830    );
5831  }
5832      
5833// ----------------------------------------------------------------------------
5834
// Filter/ImplAttributeIsNotStruct
5835
// ----------------------------------------------------------------------------
5836
public void forAllIdentity (
5837    short operator,
5838    java.util.Collection JavaDoc values
5839  ) {
5840    refAddValue(
5841      "org:openmdx:base:ExtentCapable:identity",
5842      org.openmdx.compatibility.base.query.Quantors.FOR_ALL,
5843      operator,
5844      values
5845    );
5846  }
5847
5848  public void thereExistsIdentity (
5849    short operator,
5850    java.util.Collection JavaDoc values
5851  ) {
5852    refAddValue(
5853      "org:openmdx:base:ExtentCapable:identity",
5854      org.openmdx.compatibility.base.query.Quantors.THERE_EXISTS,
5855      operator,
5856      values
5857    );
5858  }
5859
5860  public void forAllIdentity (
5861    short operator,
5862    String JavaDoc[] filterValues
5863  ) {
5864    java.util.List JavaDoc arrayAsList = new java.util.ArrayList JavaDoc();
5865    for(int i = 0; i < filterValues.length; i++) {
5866      arrayAsList.add(
5867        filterValues[i]
5868      );
5869    }
5870    forAllIdentity (
5871      operator,
5872      arrayAsList
5873    );
5874  }
5875
5876  public void thereExistsIdentity (
5877    short operator,
5878    String JavaDoc[] filterValues
5879  ) {
5880    java.util.List JavaDoc arrayAsList = new java.util.ArrayList JavaDoc();
5881    for(int i = 0; i < filterValues.length; i++) {
5882      arrayAsList.add(
5883        filterValues[i]
5884      );
5885    }
5886    thereExistsIdentity (
5887      operator,
5888      arrayAsList
5889    );
5890  }
5891
5892  public void orderByIdentity (
5893    short order
5894  ) {
5895    refAddValue(
5896      "org:openmdx:base:ExtentCapable:identity",
5897      order
5898    );
5899  }
5900      
5901// ----------------------------------------------------------------------------
5902
// Filter/ImplEnd
5903
// ----------------------------------------------------------------------------
5904
}
5905
Popular Tags