KickJava   Java API By Example, From Geeks To Geeks.

Java > Open Source Codes > org > opencrx > kernel > product1 > cci > ProductConfigurationFilterImpl


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:52 CEST 2006
9
//
10
// GENERATED - DO NOT CHANGE MANUALLY
11
//
12
//////////////////////////////////////////////////////////////////////////////
13
package org.opencrx.kernel.product1.cci;
14
15 public class ProductConfigurationFilterImpl
16   extends org.openmdx.base.accessor.jmi.spi.RefFilter_1
17   implements ProductConfigurationFilter {
18
19   public ProductConfigurationFilterImpl(
20     org.openmdx.base.accessor.jmi.cci.RefPackage_1_0 aPackage
21   ) {
22     super(
23       aPackage,
24       "org:opencrx:kernel:product1:ProductConfiguration",
25       null,
26       null
27     );
28   }
29
30   public ProductConfigurationFilterImpl(
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:product1:ProductConfiguration",
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 forAllDescription (
437     short operator,
438     java.util.Collection JavaDoc values
439   ) {
440     refAddValue(
441       "org:opencrx:kernel:product1:AbstractProductConfiguration:description",
442       org.openmdx.compatibility.base.query.Quantors.FOR_ALL,
443       operator,
444       values
445     );
446   }
447
448   public void thereExistsDescription (
449     short operator,
450     java.util.Collection JavaDoc values
451   ) {
452     refAddValue(
453       "org:opencrx:kernel:product1:AbstractProductConfiguration:description",
454       org.openmdx.compatibility.base.query.Quantors.THERE_EXISTS,
455       operator,
456       values
457     );
458   }
459
460   public void forAllDescription (
461     short operator,
462     String JavaDoc[] 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         filterValues[i]
468       );
469     }
470     forAllDescription (
471       operator,
472       arrayAsList
473     );
474   }
475
476   public void thereExistsDescription (
477     short operator,
478     String JavaDoc[] 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         filterValues[i]
484       );
485     }
486     thereExistsDescription (
487       operator,
488       arrayAsList
489     );
490   }
491
492   public void orderByDescription (
493     short order
494   ) {
495     refAddValue(
496       "org:opencrx:kernel:product1:AbstractProductConfiguration:description",
497       order
498     );
499   }
500       
501 // ----------------------------------------------------------------------------
502
// Filter/ImplAttributeIsNotStruct
503
// ----------------------------------------------------------------------------
504
public void forAllIsDefault (
505     short operator,
506     java.util.Collection JavaDoc values
507   ) {
508     refAddValue(
509       "org:opencrx:kernel:product1:AbstractProductConfiguration:isDefault",
510       org.openmdx.compatibility.base.query.Quantors.FOR_ALL,
511       operator,
512       values
513     );
514   }
515
516   public void thereExistsIsDefault (
517     short operator,
518     java.util.Collection JavaDoc values
519   ) {
520     refAddValue(
521       "org:opencrx:kernel:product1:AbstractProductConfiguration:isDefault",
522       org.openmdx.compatibility.base.query.Quantors.THERE_EXISTS,
523       operator,
524       values
525     );
526   }
527
528   public void forAllIsDefault (
529     short operator,
530     boolean[] 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         new Boolean JavaDoc(filterValues[i])
536       );
537     }
538     forAllIsDefault (
539       operator,
540       arrayAsList
541     );
542   }
543
544   public void thereExistsIsDefault (
545     short operator,
546     boolean[] 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         new Boolean JavaDoc(filterValues[i])
552       );
553     }
554     thereExistsIsDefault (
555       operator,
556       arrayAsList
557     );
558   }
559
560   public void orderByIsDefault (
561     short order
562   ) {
563     refAddValue(
564       "org:opencrx:kernel:product1:AbstractProductConfiguration:isDefault",
565       order
566     );
567   }
568       
569 // ----------------------------------------------------------------------------
570
// Filter/ImplAttributeIsNotStruct
571
// ----------------------------------------------------------------------------
572
public void forAllName (
573     short operator,
574     java.util.Collection JavaDoc values
575   ) {
576     refAddValue(
577       "org:opencrx:kernel:product1:AbstractProductConfiguration:name",
578       org.openmdx.compatibility.base.query.Quantors.FOR_ALL,
579       operator,
580       values
581     );
582   }
583
584   public void thereExistsName (
585     short operator,
586     java.util.Collection JavaDoc values
587   ) {
588     refAddValue(
589       "org:opencrx:kernel:product1:AbstractProductConfiguration:name",
590       org.openmdx.compatibility.base.query.Quantors.THERE_EXISTS,
591       operator,
592       values
593     );
594   }
595
596   public void forAllName (
597     short operator,
598     String 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     forAllName (
607       operator,
608       arrayAsList
609     );
610   }
611
612   public void thereExistsName (
613     short operator,
614     String 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     thereExistsName (
623       operator,
624       arrayAsList
625     );
626   }
627
628   public void orderByName (
629     short order
630   ) {
631     refAddValue(
632       "org:opencrx:kernel:product1:AbstractProductConfiguration:name",
633       order
634     );
635   }
636       
637 // ----------------------------------------------------------------------------
638
// Filter/ImplAttributeIsNotStruct
639
// ----------------------------------------------------------------------------
640
public void forAllValidFrom (
641     short operator,
642     java.util.Collection JavaDoc values
643   ) {
644     refAddValue(
645       "org:opencrx:kernel:product1:AbstractProductConfiguration:validFrom",
646       org.openmdx.compatibility.base.query.Quantors.FOR_ALL,
647       operator,
648       values
649     );
650   }
651
652   public void thereExistsValidFrom (
653     short operator,
654     java.util.Collection JavaDoc values
655   ) {
656     refAddValue(
657       "org:opencrx:kernel:product1:AbstractProductConfiguration:validFrom",
658       org.openmdx.compatibility.base.query.Quantors.THERE_EXISTS,
659       operator,
660       values
661     );
662   }
663
664   public void forAllValidFrom (
665     short operator,
666     java.util.Date JavaDoc[] filterValues
667   ) {
668     java.util.List JavaDoc arrayAsList = new java.util.ArrayList JavaDoc();
669     for(int i = 0; i < filterValues.length; i++) {
670       arrayAsList.add(
671         filterValues[i]
672       );
673     }
674     forAllValidFrom (
675       operator,
676       arrayAsList
677     );
678   }
679
680   public void thereExistsValidFrom (
681     short operator,
682     java.util.Date JavaDoc[] filterValues
683   ) {
684     java.util.List JavaDoc arrayAsList = new java.util.ArrayList JavaDoc();
685     for(int i = 0; i < filterValues.length; i++) {
686       arrayAsList.add(
687         filterValues[i]
688       );
689     }
690     thereExistsValidFrom (
691       operator,
692       arrayAsList
693     );
694   }
695
696   public void orderByValidFrom (
697     short order
698   ) {
699     refAddValue(
700       "org:opencrx:kernel:product1:AbstractProductConfiguration:validFrom",
701       order
702     );
703   }
704       
705 // ----------------------------------------------------------------------------
706
// Filter/ImplAttributeIsNotStruct
707
// ----------------------------------------------------------------------------
708
public void forAllValidTo (
709     short operator,
710     java.util.Collection JavaDoc values
711   ) {
712     refAddValue(
713       "org:opencrx:kernel:product1:AbstractProductConfiguration:validTo",
714       org.openmdx.compatibility.base.query.Quantors.FOR_ALL,
715       operator,
716       values
717     );
718   }
719
720   public void thereExistsValidTo (
721     short operator,
722     java.util.Collection JavaDoc values
723   ) {
724     refAddValue(
725       "org:opencrx:kernel:product1:AbstractProductConfiguration:validTo",
726       org.openmdx.compatibility.base.query.Quantors.THERE_EXISTS,
727       operator,
728       values
729     );
730   }
731
732   public void forAllValidTo (
733     short operator,
734     java.util.Date JavaDoc[] filterValues
735   ) {
736     java.util.List JavaDoc arrayAsList = new java.util.ArrayList JavaDoc();
737     for(int i = 0; i < filterValues.length; i++) {
738       arrayAsList.add(
739         filterValues[i]
740       );
741     }
742     forAllValidTo (
743       operator,
744       arrayAsList
745     );
746   }
747
748   public void thereExistsValidTo (
749     short operator,
750     java.util.Date JavaDoc[] filterValues
751   ) {
752     java.util.List JavaDoc arrayAsList = new java.util.ArrayList JavaDoc();
753     for(int i = 0; i < filterValues.length; i++) {
754       arrayAsList.add(
755         filterValues[i]
756       );
757     }
758     thereExistsValidTo (
759       operator,
760       arrayAsList
761     );
762   }
763
764   public void orderByValidTo (
765     short order
766   ) {
767     refAddValue(
768       "org:opencrx:kernel:product1:AbstractProductConfiguration:validTo",
769       order
770     );
771   }
772       
773 // ----------------------------------------------------------------------------
774
// Filter/ImplReference
775
// ----------------------------------------------------------------------------
776
public void forAllConfigType (
777     short operator,
778     org.opencrx.kernel.product1.cci.ProductConfigurationType[] filterValues
779   ) {
780     java.util.List JavaDoc arrayAsList = new java.util.ArrayList JavaDoc();
781     for(int i = 0; i < filterValues.length; i++) {
782       arrayAsList.add(
783         filterValues[i]
784       );
785     }
786     forAllConfigType (
787       operator,
788       arrayAsList
789     );
790   }
791
792   public void thereExistsConfigType (
793     short operator,
794     org.opencrx.kernel.product1.cci.ProductConfigurationType[] filterValues
795   ) {
796     java.util.List JavaDoc arrayAsList = new java.util.ArrayList JavaDoc();
797     for(int i = 0; i < filterValues.length; i++) {
798       arrayAsList.add(
799         filterValues[i]
800       );
801     }
802     thereExistsConfigType (
803       operator,
804       arrayAsList
805     );
806   }
807
808   public void forAllConfigType (
809     short operator,
810     java.util.Collection JavaDoc values
811   ) {
812     refAddValue(
813       "org:opencrx:kernel:product1:ProductConfiguration:configType",
814       org.openmdx.compatibility.base.query.Quantors.FOR_ALL,
815       operator,
816       values
817     );
818   }
819
820   public void thereExistsConfigType (
821     short operator,
822     java.util.Collection JavaDoc values
823   ) {
824     refAddValue(
825       "org:opencrx:kernel:product1:ProductConfiguration:configType",
826       org.openmdx.compatibility.base.query.Quantors.THERE_EXISTS,
827       operator,
828       values
829     );
830   }
831       
832 // ----------------------------------------------------------------------------
833
// Filter/ImplAttributeIsNotStruct
834
// ----------------------------------------------------------------------------
835
public void forAllCreatedAt (
836     short operator,
837     java.util.Collection JavaDoc values
838   ) {
839     refAddValue(
840       "org:openmdx:base:BasicObject:createdAt",
841       org.openmdx.compatibility.base.query.Quantors.FOR_ALL,
842       operator,
843       values
844     );
845   }
846
847   public void thereExistsCreatedAt (
848     short operator,
849     java.util.Collection JavaDoc values
850   ) {
851     refAddValue(
852       "org:openmdx:base:BasicObject:createdAt",
853       org.openmdx.compatibility.base.query.Quantors.THERE_EXISTS,
854       operator,
855       values
856     );
857   }
858
859   public void forAllCreatedAt (
860     short operator,
861     java.util.Date JavaDoc[] filterValues
862   ) {
863     java.util.List JavaDoc arrayAsList = new java.util.ArrayList JavaDoc();
864     for(int i = 0; i < filterValues.length; i++) {
865       arrayAsList.add(
866         filterValues[i]
867       );
868     }
869     forAllCreatedAt (
870       operator,
871       arrayAsList
872     );
873   }
874
875   public void thereExistsCreatedAt (
876     short operator,
877     java.util.Date JavaDoc[] filterValues
878   ) {
879     java.util.List JavaDoc arrayAsList = new java.util.ArrayList JavaDoc();
880     for(int i = 0; i < filterValues.length; i++) {
881       arrayAsList.add(
882         filterValues[i]
883       );
884     }
885     thereExistsCreatedAt (
886       operator,
887       arrayAsList
888     );
889   }
890
891   public void orderByCreatedAt (
892     short order
893   ) {
894     refAddValue(
895       "org:openmdx:base:BasicObject:createdAt",
896       order
897     );
898   }
899       
900 // ----------------------------------------------------------------------------
901
// Filter/ImplAttributeIsNotStruct
902
// ----------------------------------------------------------------------------
903
public void forAllCreatedBy (
904     short operator,
905     java.util.Collection JavaDoc values
906   ) {
907     refAddValue(
908       "org:openmdx:base:BasicObject:createdBy",
909       org.openmdx.compatibility.base.query.Quantors.FOR_ALL,
910       operator,
911       values
912     );
913   }
914
915   public void thereExistsCreatedBy (
916     short operator,
917     java.util.Collection JavaDoc values
918   ) {
919     refAddValue(
920       "org:openmdx:base:BasicObject:createdBy",
921       org.openmdx.compatibility.base.query.Quantors.THERE_EXISTS,
922       operator,
923       values
924     );
925   }
926
927   public void forAllCreatedBy (
928     short operator,
929     String JavaDoc[] filterValues
930   ) {
931     java.util.List JavaDoc arrayAsList = new java.util.ArrayList JavaDoc();
932     for(int i = 0; i < filterValues.length; i++) {
933       arrayAsList.add(
934         filterValues[i]
935       );
936     }
937     forAllCreatedBy (
938       operator,
939       arrayAsList
940     );
941   }
942
943   public void thereExistsCreatedBy (
944     short operator,
945     String JavaDoc[] filterValues
946   ) {
947     java.util.List JavaDoc arrayAsList = new java.util.ArrayList JavaDoc();
948     for(int i = 0; i < filterValues.length; i++) {
949       arrayAsList.add(
950         filterValues[i]
951       );
952     }
953     thereExistsCreatedBy (
954       operator,
955       arrayAsList
956     );
957   }
958
959   public void orderByCreatedBy (
960     short order
961   ) {
962     refAddValue(
963       "org:openmdx:base:BasicObject:createdBy",
964       order
965     );
966   }
967       
968 // ----------------------------------------------------------------------------
969
// Filter/ImplAttributeIsNotStruct
970
// ----------------------------------------------------------------------------
971
public void forAllModifiedAt (
972     short operator,
973     java.util.Collection JavaDoc values
974   ) {
975     refAddValue(
976       "org:openmdx:base:BasicObject:modifiedAt",
977       org.openmdx.compatibility.base.query.Quantors.FOR_ALL,
978       operator,
979       values
980     );
981   }
982
983   public void thereExistsModifiedAt (
984     short operator,
985     java.util.Collection JavaDoc values
986   ) {
987     refAddValue(
988       "org:openmdx:base:BasicObject:modifiedAt",
989       org.openmdx.compatibility.base.query.Quantors.THERE_EXISTS,
990       operator,
991       values
992     );
993   }
994
995   public void forAllModifiedAt (
996     short operator,
997     java.util.Date JavaDoc[] filterValues
998   ) {
999     java.util.List JavaDoc arrayAsList = new java.util.ArrayList JavaDoc();
1000    for(int i = 0; i < filterValues.length; i++) {
1001      arrayAsList.add(
1002        filterValues[i]
1003      );
1004    }
1005    forAllModifiedAt (
1006      operator,
1007      arrayAsList
1008    );
1009  }
1010
1011  public void thereExistsModifiedAt (
1012    short operator,
1013    java.util.Date JavaDoc[] filterValues
1014  ) {
1015    java.util.List JavaDoc arrayAsList = new java.util.ArrayList JavaDoc();
1016    for(int i = 0; i < filterValues.length; i++) {
1017      arrayAsList.add(
1018        filterValues[i]
1019      );
1020    }
1021    thereExistsModifiedAt (
1022      operator,
1023      arrayAsList
1024    );
1025  }
1026
1027  public void orderByModifiedAt (
1028    short order
1029  ) {
1030    refAddValue(
1031      "org:openmdx:base:BasicObject:modifiedAt",
1032      order
1033    );
1034  }
1035      
1036// ----------------------------------------------------------------------------
1037
// Filter/ImplAttributeIsNotStruct
1038
// ----------------------------------------------------------------------------
1039
public void forAllModifiedBy (
1040    short operator,
1041    java.util.Collection JavaDoc values
1042  ) {
1043    refAddValue(
1044      "org:openmdx:base:BasicObject:modifiedBy",
1045      org.openmdx.compatibility.base.query.Quantors.FOR_ALL,
1046      operator,
1047      values
1048    );
1049  }
1050
1051  public void thereExistsModifiedBy (
1052    short operator,
1053    java.util.Collection JavaDoc values
1054  ) {
1055    refAddValue(
1056      "org:openmdx:base:BasicObject:modifiedBy",
1057      org.openmdx.compatibility.base.query.Quantors.THERE_EXISTS,
1058      operator,
1059      values
1060    );
1061  }
1062
1063  public void forAllModifiedBy (
1064    short operator,
1065    String JavaDoc[] filterValues
1066  ) {
1067    java.util.List JavaDoc arrayAsList = new java.util.ArrayList JavaDoc();
1068    for(int i = 0; i < filterValues.length; i++) {
1069      arrayAsList.add(
1070        filterValues[i]
1071      );
1072    }
1073    forAllModifiedBy (
1074      operator,
1075      arrayAsList
1076    );
1077  }
1078
1079  public void thereExistsModifiedBy (
1080    short operator,
1081    String JavaDoc[] filterValues
1082  ) {
1083    java.util.List JavaDoc arrayAsList = new java.util.ArrayList JavaDoc();
1084    for(int i = 0; i < filterValues.length; i++) {
1085      arrayAsList.add(
1086        filterValues[i]
1087      );
1088    }
1089    thereExistsModifiedBy (
1090      operator,
1091      arrayAsList
1092    );
1093  }
1094
1095  public void orderByModifiedBy (
1096    short order
1097  ) {
1098    refAddValue(
1099      "org:openmdx:base:BasicObject:modifiedBy",
1100      order
1101    );
1102  }
1103      
1104// ----------------------------------------------------------------------------
1105
// Filter/ImplReference
1106
// ----------------------------------------------------------------------------
1107
public void forAllContext (
1108    short operator,
1109    org.openmdx.base.cci.Context[] filterValues
1110  ) {
1111    java.util.List JavaDoc arrayAsList = new java.util.ArrayList JavaDoc();
1112    for(int i = 0; i < filterValues.length; i++) {
1113      arrayAsList.add(
1114        filterValues[i]
1115      );
1116    }
1117    forAllContext (
1118      operator,
1119      arrayAsList
1120    );
1121  }
1122
1123  public void thereExistsContext (
1124    short operator,
1125    org.openmdx.base.cci.Context[] filterValues
1126  ) {
1127    java.util.List JavaDoc arrayAsList = new java.util.ArrayList JavaDoc();
1128    for(int i = 0; i < filterValues.length; i++) {
1129      arrayAsList.add(
1130        filterValues[i]
1131      );
1132    }
1133    thereExistsContext (
1134      operator,
1135      arrayAsList
1136    );
1137  }
1138
1139  public void forAllContext (
1140    short operator,
1141    java.util.Collection JavaDoc values
1142  ) {
1143    refAddValue(
1144      "org:openmdx:base:ContextCapable:context",
1145      org.openmdx.compatibility.base.query.Quantors.FOR_ALL,
1146      operator,
1147      values
1148    );
1149  }
1150
1151  public void thereExistsContext (
1152    short operator,
1153    java.util.Collection JavaDoc values
1154  ) {
1155    refAddValue(
1156      "org:openmdx:base:ContextCapable:context",
1157      org.openmdx.compatibility.base.query.Quantors.THERE_EXISTS,
1158      operator,
1159      values
1160    );
1161  }
1162      
1163// ----------------------------------------------------------------------------
1164
// Filter/ImplAttributeIsNotStruct
1165
// ----------------------------------------------------------------------------
1166
public void forAllIdentity (
1167    short operator,
1168    java.util.Collection JavaDoc values
1169  ) {
1170    refAddValue(
1171      "org:openmdx:base:ExtentCapable:identity",
1172      org.openmdx.compatibility.base.query.Quantors.FOR_ALL,
1173      operator,
1174      values
1175    );
1176  }
1177
1178  public void thereExistsIdentity (
1179    short operator,
1180    java.util.Collection JavaDoc values
1181  ) {
1182    refAddValue(
1183      "org:openmdx:base:ExtentCapable:identity",
1184      org.openmdx.compatibility.base.query.Quantors.THERE_EXISTS,
1185      operator,
1186      values
1187    );
1188  }
1189
1190  public void forAllIdentity (
1191    short operator,
1192    String JavaDoc[] filterValues
1193  ) {
1194    java.util.List JavaDoc arrayAsList = new java.util.ArrayList JavaDoc();
1195    for(int i = 0; i < filterValues.length; i++) {
1196      arrayAsList.add(
1197        filterValues[i]
1198      );
1199    }
1200    forAllIdentity (
1201      operator,
1202      arrayAsList
1203    );
1204  }
1205
1206  public void thereExistsIdentity (
1207    short operator,
1208    String JavaDoc[] filterValues
1209  ) {
1210    java.util.List JavaDoc arrayAsList = new java.util.ArrayList JavaDoc();
1211    for(int i = 0; i < filterValues.length; i++) {
1212      arrayAsList.add(
1213        filterValues[i]
1214      );
1215    }
1216    thereExistsIdentity (
1217      operator,
1218      arrayAsList
1219    );
1220  }
1221
1222  public void orderByIdentity (
1223    short order
1224  ) {
1225    refAddValue(
1226      "org:openmdx:base:ExtentCapable:identity",
1227      order
1228    );
1229  }
1230      
1231// ----------------------------------------------------------------------------
1232
// Filter/ImplEnd
1233
// ----------------------------------------------------------------------------
1234
}
1235
Popular Tags