KickJava   Java API By Example, From Geeks To Geeks.

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


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:51 CEST 2006
9
//
10
// GENERATED - DO NOT CHANGE MANUALLY
11
//
12
//////////////////////////////////////////////////////////////////////////////
13
package org.opencrx.kernel.product1.cci;
14
15 public class ProductConfigurationTypeFilterImpl
16   extends org.openmdx.base.accessor.jmi.spi.RefFilter_1
17   implements ProductConfigurationTypeFilter {
18
19   public ProductConfigurationTypeFilterImpl(
20     org.openmdx.base.accessor.jmi.cci.RefPackage_1_0 aPackage
21   ) {
22     super(
23       aPackage,
24       "org:opencrx:kernel:product1:ProductConfigurationType",
25       null,
26       null
27     );
28   }
29
30   public ProductConfigurationTypeFilterImpl(
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:ProductConfigurationType",
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/ImplAttributeIsNotStruct
775
// ----------------------------------------------------------------------------
776
public void forAllCreatedAt (
777     short operator,
778     java.util.Collection JavaDoc values
779   ) {
780     refAddValue(
781       "org:openmdx:base:BasicObject:createdAt",
782       org.openmdx.compatibility.base.query.Quantors.FOR_ALL,
783       operator,
784       values
785     );
786   }
787
788   public void thereExistsCreatedAt (
789     short operator,
790     java.util.Collection JavaDoc values
791   ) {
792     refAddValue(
793       "org:openmdx:base:BasicObject:createdAt",
794       org.openmdx.compatibility.base.query.Quantors.THERE_EXISTS,
795       operator,
796       values
797     );
798   }
799
800   public void forAllCreatedAt (
801     short operator,
802     java.util.Date JavaDoc[] filterValues
803   ) {
804     java.util.List JavaDoc arrayAsList = new java.util.ArrayList JavaDoc();
805     for(int i = 0; i < filterValues.length; i++) {
806       arrayAsList.add(
807         filterValues[i]
808       );
809     }
810     forAllCreatedAt (
811       operator,
812       arrayAsList
813     );
814   }
815
816   public void thereExistsCreatedAt (
817     short operator,
818     java.util.Date JavaDoc[] filterValues
819   ) {
820     java.util.List JavaDoc arrayAsList = new java.util.ArrayList JavaDoc();
821     for(int i = 0; i < filterValues.length; i++) {
822       arrayAsList.add(
823         filterValues[i]
824       );
825     }
826     thereExistsCreatedAt (
827       operator,
828       arrayAsList
829     );
830   }
831
832   public void orderByCreatedAt (
833     short order
834   ) {
835     refAddValue(
836       "org:openmdx:base:BasicObject:createdAt",
837       order
838     );
839   }
840       
841 // ----------------------------------------------------------------------------
842
// Filter/ImplAttributeIsNotStruct
843
// ----------------------------------------------------------------------------
844
public void forAllCreatedBy (
845     short operator,
846     java.util.Collection JavaDoc values
847   ) {
848     refAddValue(
849       "org:openmdx:base:BasicObject:createdBy",
850       org.openmdx.compatibility.base.query.Quantors.FOR_ALL,
851       operator,
852       values
853     );
854   }
855
856   public void thereExistsCreatedBy (
857     short operator,
858     java.util.Collection JavaDoc values
859   ) {
860     refAddValue(
861       "org:openmdx:base:BasicObject:createdBy",
862       org.openmdx.compatibility.base.query.Quantors.THERE_EXISTS,
863       operator,
864       values
865     );
866   }
867
868   public void forAllCreatedBy (
869     short operator,
870     String JavaDoc[] filterValues
871   ) {
872     java.util.List JavaDoc arrayAsList = new java.util.ArrayList JavaDoc();
873     for(int i = 0; i < filterValues.length; i++) {
874       arrayAsList.add(
875         filterValues[i]
876       );
877     }
878     forAllCreatedBy (
879       operator,
880       arrayAsList
881     );
882   }
883
884   public void thereExistsCreatedBy (
885     short operator,
886     String JavaDoc[] filterValues
887   ) {
888     java.util.List JavaDoc arrayAsList = new java.util.ArrayList JavaDoc();
889     for(int i = 0; i < filterValues.length; i++) {
890       arrayAsList.add(
891         filterValues[i]
892       );
893     }
894     thereExistsCreatedBy (
895       operator,
896       arrayAsList
897     );
898   }
899
900   public void orderByCreatedBy (
901     short order
902   ) {
903     refAddValue(
904       "org:openmdx:base:BasicObject:createdBy",
905       order
906     );
907   }
908       
909 // ----------------------------------------------------------------------------
910
// Filter/ImplAttributeIsNotStruct
911
// ----------------------------------------------------------------------------
912
public void forAllModifiedAt (
913     short operator,
914     java.util.Collection JavaDoc values
915   ) {
916     refAddValue(
917       "org:openmdx:base:BasicObject:modifiedAt",
918       org.openmdx.compatibility.base.query.Quantors.FOR_ALL,
919       operator,
920       values
921     );
922   }
923
924   public void thereExistsModifiedAt (
925     short operator,
926     java.util.Collection JavaDoc values
927   ) {
928     refAddValue(
929       "org:openmdx:base:BasicObject:modifiedAt",
930       org.openmdx.compatibility.base.query.Quantors.THERE_EXISTS,
931       operator,
932       values
933     );
934   }
935
936   public void forAllModifiedAt (
937     short operator,
938     java.util.Date JavaDoc[] filterValues
939   ) {
940     java.util.List JavaDoc arrayAsList = new java.util.ArrayList JavaDoc();
941     for(int i = 0; i < filterValues.length; i++) {
942       arrayAsList.add(
943         filterValues[i]
944       );
945     }
946     forAllModifiedAt (
947       operator,
948       arrayAsList
949     );
950   }
951
952   public void thereExistsModifiedAt (
953     short operator,
954     java.util.Date JavaDoc[] filterValues
955   ) {
956     java.util.List JavaDoc arrayAsList = new java.util.ArrayList JavaDoc();
957     for(int i = 0; i < filterValues.length; i++) {
958       arrayAsList.add(
959         filterValues[i]
960       );
961     }
962     thereExistsModifiedAt (
963       operator,
964       arrayAsList
965     );
966   }
967
968   public void orderByModifiedAt (
969     short order
970   ) {
971     refAddValue(
972       "org:openmdx:base:BasicObject:modifiedAt",
973       order
974     );
975   }
976       
977 // ----------------------------------------------------------------------------
978
// Filter/ImplAttributeIsNotStruct
979
// ----------------------------------------------------------------------------
980
public void forAllModifiedBy (
981     short operator,
982     java.util.Collection JavaDoc values
983   ) {
984     refAddValue(
985       "org:openmdx:base:BasicObject:modifiedBy",
986       org.openmdx.compatibility.base.query.Quantors.FOR_ALL,
987       operator,
988       values
989     );
990   }
991
992   public void thereExistsModifiedBy (
993     short operator,
994     java.util.Collection JavaDoc values
995   ) {
996     refAddValue(
997       "org:openmdx:base:BasicObject:modifiedBy",
998       org.openmdx.compatibility.base.query.Quantors.THERE_EXISTS,
999       operator,
1000      values
1001    );
1002  }
1003
1004  public void forAllModifiedBy (
1005    short operator,
1006    String JavaDoc[] filterValues
1007  ) {
1008    java.util.List JavaDoc arrayAsList = new java.util.ArrayList JavaDoc();
1009    for(int i = 0; i < filterValues.length; i++) {
1010      arrayAsList.add(
1011        filterValues[i]
1012      );
1013    }
1014    forAllModifiedBy (
1015      operator,
1016      arrayAsList
1017    );
1018  }
1019
1020  public void thereExistsModifiedBy (
1021    short operator,
1022    String JavaDoc[] filterValues
1023  ) {
1024    java.util.List JavaDoc arrayAsList = new java.util.ArrayList JavaDoc();
1025    for(int i = 0; i < filterValues.length; i++) {
1026      arrayAsList.add(
1027        filterValues[i]
1028      );
1029    }
1030    thereExistsModifiedBy (
1031      operator,
1032      arrayAsList
1033    );
1034  }
1035
1036  public void orderByModifiedBy (
1037    short order
1038  ) {
1039    refAddValue(
1040      "org:openmdx:base:BasicObject:modifiedBy",
1041      order
1042    );
1043  }
1044      
1045// ----------------------------------------------------------------------------
1046
// Filter/ImplReference
1047
// ----------------------------------------------------------------------------
1048
public void forAllContext (
1049    short operator,
1050    org.openmdx.base.cci.Context[] filterValues
1051  ) {
1052    java.util.List JavaDoc arrayAsList = new java.util.ArrayList JavaDoc();
1053    for(int i = 0; i < filterValues.length; i++) {
1054      arrayAsList.add(
1055        filterValues[i]
1056      );
1057    }
1058    forAllContext (
1059      operator,
1060      arrayAsList
1061    );
1062  }
1063
1064  public void thereExistsContext (
1065    short operator,
1066    org.openmdx.base.cci.Context[] filterValues
1067  ) {
1068    java.util.List JavaDoc arrayAsList = new java.util.ArrayList JavaDoc();
1069    for(int i = 0; i < filterValues.length; i++) {
1070      arrayAsList.add(
1071        filterValues[i]
1072      );
1073    }
1074    thereExistsContext (
1075      operator,
1076      arrayAsList
1077    );
1078  }
1079
1080  public void forAllContext (
1081    short operator,
1082    java.util.Collection JavaDoc values
1083  ) {
1084    refAddValue(
1085      "org:openmdx:base:ContextCapable:context",
1086      org.openmdx.compatibility.base.query.Quantors.FOR_ALL,
1087      operator,
1088      values
1089    );
1090  }
1091
1092  public void thereExistsContext (
1093    short operator,
1094    java.util.Collection JavaDoc values
1095  ) {
1096    refAddValue(
1097      "org:openmdx:base:ContextCapable:context",
1098      org.openmdx.compatibility.base.query.Quantors.THERE_EXISTS,
1099      operator,
1100      values
1101    );
1102  }
1103      
1104// ----------------------------------------------------------------------------
1105
// Filter/ImplAttributeIsNotStruct
1106
// ----------------------------------------------------------------------------
1107
public void forAllIdentity (
1108    short operator,
1109    java.util.Collection JavaDoc values
1110  ) {
1111    refAddValue(
1112      "org:openmdx:base:ExtentCapable:identity",
1113      org.openmdx.compatibility.base.query.Quantors.FOR_ALL,
1114      operator,
1115      values
1116    );
1117  }
1118
1119  public void thereExistsIdentity (
1120    short operator,
1121    java.util.Collection JavaDoc values
1122  ) {
1123    refAddValue(
1124      "org:openmdx:base:ExtentCapable:identity",
1125      org.openmdx.compatibility.base.query.Quantors.THERE_EXISTS,
1126      operator,
1127      values
1128    );
1129  }
1130
1131  public void forAllIdentity (
1132    short operator,
1133    String JavaDoc[] filterValues
1134  ) {
1135    java.util.List JavaDoc arrayAsList = new java.util.ArrayList JavaDoc();
1136    for(int i = 0; i < filterValues.length; i++) {
1137      arrayAsList.add(
1138        filterValues[i]
1139      );
1140    }
1141    forAllIdentity (
1142      operator,
1143      arrayAsList
1144    );
1145  }
1146
1147  public void thereExistsIdentity (
1148    short operator,
1149    String JavaDoc[] filterValues
1150  ) {
1151    java.util.List JavaDoc arrayAsList = new java.util.ArrayList JavaDoc();
1152    for(int i = 0; i < filterValues.length; i++) {
1153      arrayAsList.add(
1154        filterValues[i]
1155      );
1156    }
1157    thereExistsIdentity (
1158      operator,
1159      arrayAsList
1160    );
1161  }
1162
1163  public void orderByIdentity (
1164    short order
1165  ) {
1166    refAddValue(
1167      "org:openmdx:base:ExtentCapable:identity",
1168      order
1169    );
1170  }
1171      
1172// ----------------------------------------------------------------------------
1173
// Filter/ImplEnd
1174
// ----------------------------------------------------------------------------
1175
}
1176
Popular Tags