KickJava   Java API By Example, From Geeks To Geeks.

Java > Open Source Codes > org > opencrx > kernel > home1 > cci > UserHomeFilter


1 // ----------------------------------------------------------------------------
2
// Filter/IntfBegin
3
// ----------------------------------------------------------------------------
4
//////////////////////////////////////////////////////////////////////////////
5
//
6
// Name: $Id: JMIAbstractMapper.java,v 1.11 2006/01/21 23:09:07 wfro Exp $
7
// Generated by: openMDX JMI Mapper
8
// Date: Mon Apr 03 11:38:58 CEST 2006
9
//
10
// GENERATED - DO NOT CHANGE MANUALLY
11
//
12
//////////////////////////////////////////////////////////////////////////////
13
package org.opencrx.kernel.home1.cci;
14
15 /**
16  */

17 public interface UserHomeFilter
18   extends
19   org.opencrx.kernel.base.cci.ImporterFilter,
20   org.opencrx.kernel.base.cci.SecureObjectFilter,
21   org.opencrx.kernel.base.cci.WorkflowTargetFilter,
22   org.openmdx.base.cci.BasicObjectFilter {
23      
24 // ----------------------------------------------------------------------------
25
// Filter/IntfReference
26
// ----------------------------------------------------------------------------
27
/**
28    * @param operator The operator for this filter.
29    * @see org.openmdx.compatibility.base.query.FilterOperators
30    */

31   public void forAllChart0 (
32     short operator,
33     org.opencrx.kernel.base.cci.Chart[] filterValues
34   );
35
36   /**
37    * @param operator The operator for this filter.
38    * @see org.openmdx.compatibility.base.query.FilterOperators
39    */

40   public void thereExistsChart0 (
41     short operator,
42     org.opencrx.kernel.base.cci.Chart[] filterValues
43   );
44
45   /**
46    * @param operator The operator for this filter.
47    * @see org.openmdx.compatibility.base.query.FilterOperators
48    */

49   public void forAllChart0 (
50     short operator,
51     java.util.Collection JavaDoc filterValues
52   );
53
54   /**
55    * @param operator The operator for this filter.
56    * @see org.openmdx.compatibility.base.query.FilterOperators
57    */

58   public void thereExistsChart0 (
59     short operator,
60     java.util.Collection JavaDoc filterValues
61   );
62        
63 // ----------------------------------------------------------------------------
64
// Filter/IntfReference
65
// ----------------------------------------------------------------------------
66
/**
67    * @param operator The operator for this filter.
68    * @see org.openmdx.compatibility.base.query.FilterOperators
69    */

70   public void forAllChart1 (
71     short operator,
72     org.opencrx.kernel.base.cci.Chart[] filterValues
73   );
74
75   /**
76    * @param operator The operator for this filter.
77    * @see org.openmdx.compatibility.base.query.FilterOperators
78    */

79   public void thereExistsChart1 (
80     short operator,
81     org.opencrx.kernel.base.cci.Chart[] filterValues
82   );
83
84   /**
85    * @param operator The operator for this filter.
86    * @see org.openmdx.compatibility.base.query.FilterOperators
87    */

88   public void forAllChart1 (
89     short operator,
90     java.util.Collection JavaDoc filterValues
91   );
92
93   /**
94    * @param operator The operator for this filter.
95    * @see org.openmdx.compatibility.base.query.FilterOperators
96    */

97   public void thereExistsChart1 (
98     short operator,
99     java.util.Collection JavaDoc filterValues
100   );
101        
102 // ----------------------------------------------------------------------------
103
// Filter/IntfReference
104
// ----------------------------------------------------------------------------
105
/**
106    * @param operator The operator for this filter.
107    * @see org.openmdx.compatibility.base.query.FilterOperators
108    */

109   public void forAllChart2 (
110     short operator,
111     org.opencrx.kernel.base.cci.Chart[] filterValues
112   );
113
114   /**
115    * @param operator The operator for this filter.
116    * @see org.openmdx.compatibility.base.query.FilterOperators
117    */

118   public void thereExistsChart2 (
119     short operator,
120     org.opencrx.kernel.base.cci.Chart[] filterValues
121   );
122
123   /**
124    * @param operator The operator for this filter.
125    * @see org.openmdx.compatibility.base.query.FilterOperators
126    */

127   public void forAllChart2 (
128     short operator,
129     java.util.Collection JavaDoc filterValues
130   );
131
132   /**
133    * @param operator The operator for this filter.
134    * @see org.openmdx.compatibility.base.query.FilterOperators
135    */

136   public void thereExistsChart2 (
137     short operator,
138     java.util.Collection JavaDoc filterValues
139   );
140        
141 // ----------------------------------------------------------------------------
142
// Filter/IntfReference
143
// ----------------------------------------------------------------------------
144
/**
145    * @param operator The operator for this filter.
146    * @see org.openmdx.compatibility.base.query.FilterOperators
147    */

148   public void forAllChart3 (
149     short operator,
150     org.opencrx.kernel.base.cci.Chart[] filterValues
151   );
152
153   /**
154    * @param operator The operator for this filter.
155    * @see org.openmdx.compatibility.base.query.FilterOperators
156    */

157   public void thereExistsChart3 (
158     short operator,
159     org.opencrx.kernel.base.cci.Chart[] filterValues
160   );
161
162   /**
163    * @param operator The operator for this filter.
164    * @see org.openmdx.compatibility.base.query.FilterOperators
165    */

166   public void forAllChart3 (
167     short operator,
168     java.util.Collection JavaDoc filterValues
169   );
170
171   /**
172    * @param operator The operator for this filter.
173    * @see org.openmdx.compatibility.base.query.FilterOperators
174    */

175   public void thereExistsChart3 (
176     short operator,
177     java.util.Collection JavaDoc filterValues
178   );
179        
180 // ----------------------------------------------------------------------------
181
// Filter/IntfReference
182
// ----------------------------------------------------------------------------
183
/**
184    * @param operator The operator for this filter.
185    * @see org.openmdx.compatibility.base.query.FilterOperators
186    */

187   public void forAllContact (
188     short operator,
189     org.opencrx.kernel.account1.cci.Contact[] filterValues
190   );
191
192   /**
193    * @param operator The operator for this filter.
194    * @see org.openmdx.compatibility.base.query.FilterOperators
195    */

196   public void thereExistsContact (
197     short operator,
198     org.opencrx.kernel.account1.cci.Contact[] filterValues
199   );
200
201   /**
202    * @param operator The operator for this filter.
203    * @see org.openmdx.compatibility.base.query.FilterOperators
204    */

205   public void forAllContact (
206     short operator,
207     java.util.Collection JavaDoc filterValues
208   );
209
210   /**
211    * @param operator The operator for this filter.
212    * @see org.openmdx.compatibility.base.query.FilterOperators
213    */

214   public void thereExistsContact (
215     short operator,
216     java.util.Collection JavaDoc filterValues
217   );
218        
219 // ----------------------------------------------------------------------------
220
// Filter/IntfAttributeIsNotStruct
221
// ----------------------------------------------------------------------------
222
/**
223    * @param operator The operator for this filter.
224    * @see org.openmdx.compatibility.base.query.FilterOperators
225    */

226   public void forAllFavoriteChart0 (
227     short operator,
228     byte[][] filterValues
229   );
230
231   /**
232    * @param operator The operator for this filter.
233    * @see org.openmdx.compatibility.base.query.FilterOperators
234    */

235   public void thereExistsFavoriteChart0 (
236     short operator,
237     byte[][] filterValues
238   );
239
240   /**
241    * @param operator The operator for this filter.
242    * @see org.openmdx.compatibility.base.query.FilterOperators
243    */

244   public void forAllFavoriteChart0 (
245     short operator,
246     java.util.Collection JavaDoc filterValues
247   );
248
249   /**
250    * @param operator The operator for this filter.
251    * @see org.openmdx.compatibility.base.query.FilterOperators
252    */

253   public void thereExistsFavoriteChart0 (
254     short operator,
255     java.util.Collection JavaDoc filterValues
256   );
257
258   /**
259    * Specifies the sort order of all the instances that match the filter criteria.
260    * @param order The sort order for this filter.
261    * @see org.openmdx.compatibility.base.dataprovider.cci.Directions
262    */

263   public void orderByFavoriteChart0 (
264     short order
265   );
266        
267 // ----------------------------------------------------------------------------
268
// Filter/IntfAttributeIsNotStruct
269
// ----------------------------------------------------------------------------
270
/**
271    * @param operator The operator for this filter.
272    * @see org.openmdx.compatibility.base.query.FilterOperators
273    */

274   public void forAllFavoriteChart0Description (
275     short operator,
276     String JavaDoc[] filterValues
277   );
278
279   /**
280    * @param operator The operator for this filter.
281    * @see org.openmdx.compatibility.base.query.FilterOperators
282    */

283   public void thereExistsFavoriteChart0Description (
284     short operator,
285     String JavaDoc[] filterValues
286   );
287
288   /**
289    * @param operator The operator for this filter.
290    * @see org.openmdx.compatibility.base.query.FilterOperators
291    */

292   public void forAllFavoriteChart0Description (
293     short operator,
294     java.util.Collection JavaDoc filterValues
295   );
296
297   /**
298    * @param operator The operator for this filter.
299    * @see org.openmdx.compatibility.base.query.FilterOperators
300    */

301   public void thereExistsFavoriteChart0Description (
302     short operator,
303     java.util.Collection JavaDoc filterValues
304   );
305
306   /**
307    * Specifies the sort order of all the instances that match the filter criteria.
308    * @param order The sort order for this filter.
309    * @see org.openmdx.compatibility.base.dataprovider.cci.Directions
310    */

311   public void orderByFavoriteChart0Description (
312     short order
313   );
314        
315 // ----------------------------------------------------------------------------
316
// Filter/IntfAttributeIsNotStruct
317
// ----------------------------------------------------------------------------
318
/**
319    * @param operator The operator for this filter.
320    * @see org.openmdx.compatibility.base.query.FilterOperators
321    */

322   public void forAllFavoriteChart0MimeType (
323     short operator,
324     String JavaDoc[] filterValues
325   );
326
327   /**
328    * @param operator The operator for this filter.
329    * @see org.openmdx.compatibility.base.query.FilterOperators
330    */

331   public void thereExistsFavoriteChart0MimeType (
332     short operator,
333     String JavaDoc[] filterValues
334   );
335
336   /**
337    * @param operator The operator for this filter.
338    * @see org.openmdx.compatibility.base.query.FilterOperators
339    */

340   public void forAllFavoriteChart0MimeType (
341     short operator,
342     java.util.Collection JavaDoc filterValues
343   );
344
345   /**
346    * @param operator The operator for this filter.
347    * @see org.openmdx.compatibility.base.query.FilterOperators
348    */

349   public void thereExistsFavoriteChart0MimeType (
350     short operator,
351     java.util.Collection JavaDoc filterValues
352   );
353
354   /**
355    * Specifies the sort order of all the instances that match the filter criteria.
356    * @param order The sort order for this filter.
357    * @see org.openmdx.compatibility.base.dataprovider.cci.Directions
358    */

359   public void orderByFavoriteChart0MimeType (
360     short order
361   );
362        
363 // ----------------------------------------------------------------------------
364
// Filter/IntfAttributeIsNotStruct
365
// ----------------------------------------------------------------------------
366
/**
367    * @param operator The operator for this filter.
368    * @see org.openmdx.compatibility.base.query.FilterOperators
369    */

370   public void forAllFavoriteChart0Name (
371     short operator,
372     String JavaDoc[] filterValues
373   );
374
375   /**
376    * @param operator The operator for this filter.
377    * @see org.openmdx.compatibility.base.query.FilterOperators
378    */

379   public void thereExistsFavoriteChart0Name (
380     short operator,
381     String JavaDoc[] filterValues
382   );
383
384   /**
385    * @param operator The operator for this filter.
386    * @see org.openmdx.compatibility.base.query.FilterOperators
387    */

388   public void forAllFavoriteChart0Name (
389     short operator,
390     java.util.Collection JavaDoc filterValues
391   );
392
393   /**
394    * @param operator The operator for this filter.
395    * @see org.openmdx.compatibility.base.query.FilterOperators
396    */

397   public void thereExistsFavoriteChart0Name (
398     short operator,
399     java.util.Collection JavaDoc filterValues
400   );
401
402   /**
403    * Specifies the sort order of all the instances that match the filter criteria.
404    * @param order The sort order for this filter.
405    * @see org.openmdx.compatibility.base.dataprovider.cci.Directions
406    */

407   public void orderByFavoriteChart0Name (
408     short order
409   );
410        
411 // ----------------------------------------------------------------------------
412
// Filter/IntfAttributeIsNotStruct
413
// ----------------------------------------------------------------------------
414
/**
415    * @param operator The operator for this filter.
416    * @see org.openmdx.compatibility.base.query.FilterOperators
417    */

418   public void forAllFavoriteChart1 (
419     short operator,
420     byte[][] filterValues
421   );
422
423   /**
424    * @param operator The operator for this filter.
425    * @see org.openmdx.compatibility.base.query.FilterOperators
426    */

427   public void thereExistsFavoriteChart1 (
428     short operator,
429     byte[][] filterValues
430   );
431
432   /**
433    * @param operator The operator for this filter.
434    * @see org.openmdx.compatibility.base.query.FilterOperators
435    */

436   public void forAllFavoriteChart1 (
437     short operator,
438     java.util.Collection JavaDoc filterValues
439   );
440
441   /**
442    * @param operator The operator for this filter.
443    * @see org.openmdx.compatibility.base.query.FilterOperators
444    */

445   public void thereExistsFavoriteChart1 (
446     short operator,
447     java.util.Collection JavaDoc filterValues
448   );
449
450   /**
451    * Specifies the sort order of all the instances that match the filter criteria.
452    * @param order The sort order for this filter.
453    * @see org.openmdx.compatibility.base.dataprovider.cci.Directions
454    */

455   public void orderByFavoriteChart1 (
456     short order
457   );
458        
459 // ----------------------------------------------------------------------------
460
// Filter/IntfAttributeIsNotStruct
461
// ----------------------------------------------------------------------------
462
/**
463    * @param operator The operator for this filter.
464    * @see org.openmdx.compatibility.base.query.FilterOperators
465    */

466   public void forAllFavoriteChart1Description (
467     short operator,
468     String JavaDoc[] filterValues
469   );
470
471   /**
472    * @param operator The operator for this filter.
473    * @see org.openmdx.compatibility.base.query.FilterOperators
474    */

475   public void thereExistsFavoriteChart1Description (
476     short operator,
477     String JavaDoc[] filterValues
478   );
479
480   /**
481    * @param operator The operator for this filter.
482    * @see org.openmdx.compatibility.base.query.FilterOperators
483    */

484   public void forAllFavoriteChart1Description (
485     short operator,
486     java.util.Collection JavaDoc filterValues
487   );
488
489   /**
490    * @param operator The operator for this filter.
491    * @see org.openmdx.compatibility.base.query.FilterOperators
492    */

493   public void thereExistsFavoriteChart1Description (
494     short operator,
495     java.util.Collection JavaDoc filterValues
496   );
497
498   /**
499    * Specifies the sort order of all the instances that match the filter criteria.
500    * @param order The sort order for this filter.
501    * @see org.openmdx.compatibility.base.dataprovider.cci.Directions
502    */

503   public void orderByFavoriteChart1Description (
504     short order
505   );
506        
507 // ----------------------------------------------------------------------------
508
// Filter/IntfAttributeIsNotStruct
509
// ----------------------------------------------------------------------------
510
/**
511    * @param operator The operator for this filter.
512    * @see org.openmdx.compatibility.base.query.FilterOperators
513    */

514   public void forAllFavoriteChart1MimeType (
515     short operator,
516     String JavaDoc[] filterValues
517   );
518
519   /**
520    * @param operator The operator for this filter.
521    * @see org.openmdx.compatibility.base.query.FilterOperators
522    */

523   public void thereExistsFavoriteChart1MimeType (
524     short operator,
525     String JavaDoc[] filterValues
526   );
527
528   /**
529    * @param operator The operator for this filter.
530    * @see org.openmdx.compatibility.base.query.FilterOperators
531    */

532   public void forAllFavoriteChart1MimeType (
533     short operator,
534     java.util.Collection JavaDoc filterValues
535   );
536
537   /**
538    * @param operator The operator for this filter.
539    * @see org.openmdx.compatibility.base.query.FilterOperators
540    */

541   public void thereExistsFavoriteChart1MimeType (
542     short operator,
543     java.util.Collection JavaDoc filterValues
544   );
545
546   /**
547    * Specifies the sort order of all the instances that match the filter criteria.
548    * @param order The sort order for this filter.
549    * @see org.openmdx.compatibility.base.dataprovider.cci.Directions
550    */

551   public void orderByFavoriteChart1MimeType (
552     short order
553   );
554        
555 // ----------------------------------------------------------------------------
556
// Filter/IntfAttributeIsNotStruct
557
// ----------------------------------------------------------------------------
558
/**
559    * @param operator The operator for this filter.
560    * @see org.openmdx.compatibility.base.query.FilterOperators
561    */

562   public void forAllFavoriteChart1Name (
563     short operator,
564     String JavaDoc[] filterValues
565   );
566
567   /**
568    * @param operator The operator for this filter.
569    * @see org.openmdx.compatibility.base.query.FilterOperators
570    */

571   public void thereExistsFavoriteChart1Name (
572     short operator,
573     String JavaDoc[] filterValues
574   );
575
576   /**
577    * @param operator The operator for this filter.
578    * @see org.openmdx.compatibility.base.query.FilterOperators
579    */

580   public void forAllFavoriteChart1Name (
581     short operator,
582     java.util.Collection JavaDoc filterValues
583   );
584
585   /**
586    * @param operator The operator for this filter.
587    * @see org.openmdx.compatibility.base.query.FilterOperators
588    */

589   public void thereExistsFavoriteChart1Name (
590     short operator,
591     java.util.Collection JavaDoc filterValues
592   );
593
594   /**
595    * Specifies the sort order of all the instances that match the filter criteria.
596    * @param order The sort order for this filter.
597    * @see org.openmdx.compatibility.base.dataprovider.cci.Directions
598    */

599   public void orderByFavoriteChart1Name (
600     short order
601   );
602        
603 // ----------------------------------------------------------------------------
604
// Filter/IntfAttributeIsNotStruct
605
// ----------------------------------------------------------------------------
606
/**
607    * @param operator The operator for this filter.
608    * @see org.openmdx.compatibility.base.query.FilterOperators
609    */

610   public void forAllFavoriteChart2 (
611     short operator,
612     byte[][] filterValues
613   );
614
615   /**
616    * @param operator The operator for this filter.
617    * @see org.openmdx.compatibility.base.query.FilterOperators
618    */

619   public void thereExistsFavoriteChart2 (
620     short operator,
621     byte[][] filterValues
622   );
623
624   /**
625    * @param operator The operator for this filter.
626    * @see org.openmdx.compatibility.base.query.FilterOperators
627    */

628   public void forAllFavoriteChart2 (
629     short operator,
630     java.util.Collection JavaDoc filterValues
631   );
632
633   /**
634    * @param operator The operator for this filter.
635    * @see org.openmdx.compatibility.base.query.FilterOperators
636    */

637   public void thereExistsFavoriteChart2 (
638     short operator,
639     java.util.Collection JavaDoc filterValues
640   );
641
642   /**
643    * Specifies the sort order of all the instances that match the filter criteria.
644    * @param order The sort order for this filter.
645    * @see org.openmdx.compatibility.base.dataprovider.cci.Directions
646    */

647   public void orderByFavoriteChart2 (
648     short order
649   );
650        
651 // ----------------------------------------------------------------------------
652
// Filter/IntfAttributeIsNotStruct
653
// ----------------------------------------------------------------------------
654
/**
655    * @param operator The operator for this filter.
656    * @see org.openmdx.compatibility.base.query.FilterOperators
657    */

658   public void forAllFavoriteChart2Description (
659     short operator,
660     String JavaDoc[] filterValues
661   );
662
663   /**
664    * @param operator The operator for this filter.
665    * @see org.openmdx.compatibility.base.query.FilterOperators
666    */

667   public void thereExistsFavoriteChart2Description (
668     short operator,
669     String JavaDoc[] filterValues
670   );
671
672   /**
673    * @param operator The operator for this filter.
674    * @see org.openmdx.compatibility.base.query.FilterOperators
675    */

676   public void forAllFavoriteChart2Description (
677     short operator,
678     java.util.Collection JavaDoc filterValues
679   );
680
681   /**
682    * @param operator The operator for this filter.
683    * @see org.openmdx.compatibility.base.query.FilterOperators
684    */

685   public void thereExistsFavoriteChart2Description (
686     short operator,
687     java.util.Collection JavaDoc filterValues
688   );
689
690   /**
691    * Specifies the sort order of all the instances that match the filter criteria.
692    * @param order The sort order for this filter.
693    * @see org.openmdx.compatibility.base.dataprovider.cci.Directions
694    */

695   public void orderByFavoriteChart2Description (
696     short order
697   );
698        
699 // ----------------------------------------------------------------------------
700
// Filter/IntfAttributeIsNotStruct
701
// ----------------------------------------------------------------------------
702
/**
703    * @param operator The operator for this filter.
704    * @see org.openmdx.compatibility.base.query.FilterOperators
705    */

706   public void forAllFavoriteChart2MimeType (
707     short operator,
708     String JavaDoc[] filterValues
709   );
710
711   /**
712    * @param operator The operator for this filter.
713    * @see org.openmdx.compatibility.base.query.FilterOperators
714    */

715   public void thereExistsFavoriteChart2MimeType (
716     short operator,
717     String JavaDoc[] filterValues
718   );
719
720   /**
721    * @param operator The operator for this filter.
722    * @see org.openmdx.compatibility.base.query.FilterOperators
723    */

724   public void forAllFavoriteChart2MimeType (
725     short operator,
726     java.util.Collection JavaDoc filterValues
727   );
728
729   /**
730    * @param operator The operator for this filter.
731    * @see org.openmdx.compatibility.base.query.FilterOperators
732    */

733   public void thereExistsFavoriteChart2MimeType (
734     short operator,
735     java.util.Collection JavaDoc filterValues
736   );
737
738   /**
739    * Specifies the sort order of all the instances that match the filter criteria.
740    * @param order The sort order for this filter.
741    * @see org.openmdx.compatibility.base.dataprovider.cci.Directions
742    */

743   public void orderByFavoriteChart2MimeType (
744     short order
745   );
746        
747 // ----------------------------------------------------------------------------
748
// Filter/IntfAttributeIsNotStruct
749
// ----------------------------------------------------------------------------
750
/**
751    * @param operator The operator for this filter.
752    * @see org.openmdx.compatibility.base.query.FilterOperators
753    */

754   public void forAllFavoriteChart2Name (
755     short operator,
756     String JavaDoc[] filterValues
757   );
758
759   /**
760    * @param operator The operator for this filter.
761    * @see org.openmdx.compatibility.base.query.FilterOperators
762    */

763   public void thereExistsFavoriteChart2Name (
764     short operator,
765     String JavaDoc[] filterValues
766   );
767
768   /**
769    * @param operator The operator for this filter.
770    * @see org.openmdx.compatibility.base.query.FilterOperators
771    */

772   public void forAllFavoriteChart2Name (
773     short operator,
774     java.util.Collection JavaDoc filterValues
775   );
776
777   /**
778    * @param operator The operator for this filter.
779    * @see org.openmdx.compatibility.base.query.FilterOperators
780    */

781   public void thereExistsFavoriteChart2Name (
782     short operator,
783     java.util.Collection JavaDoc filterValues
784   );
785
786   /**
787    * Specifies the sort order of all the instances that match the filter criteria.
788    * @param order The sort order for this filter.
789    * @see org.openmdx.compatibility.base.dataprovider.cci.Directions
790    */

791   public void orderByFavoriteChart2Name (
792     short order
793   );
794        
795 // ----------------------------------------------------------------------------
796
// Filter/IntfAttributeIsNotStruct
797
// ----------------------------------------------------------------------------
798
/**
799    * @param operator The operator for this filter.
800    * @see org.openmdx.compatibility.base.query.FilterOperators
801    */

802   public void forAllFavoriteChart3 (
803     short operator,
804     byte[][] filterValues
805   );
806
807   /**
808    * @param operator The operator for this filter.
809    * @see org.openmdx.compatibility.base.query.FilterOperators
810    */

811   public void thereExistsFavoriteChart3 (
812     short operator,
813     byte[][] filterValues
814   );
815
816   /**
817    * @param operator The operator for this filter.
818    * @see org.openmdx.compatibility.base.query.FilterOperators
819    */

820   public void forAllFavoriteChart3 (
821     short operator,
822     java.util.Collection JavaDoc filterValues
823   );
824
825   /**
826    * @param operator The operator for this filter.
827    * @see org.openmdx.compatibility.base.query.FilterOperators
828    */

829   public void thereExistsFavoriteChart3 (
830     short operator,
831     java.util.Collection JavaDoc filterValues
832   );
833
834   /**
835    * Specifies the sort order of all the instances that match the filter criteria.
836    * @param order The sort order for this filter.
837    * @see org.openmdx.compatibility.base.dataprovider.cci.Directions
838    */

839   public void orderByFavoriteChart3 (
840     short order
841   );
842        
843 // ----------------------------------------------------------------------------
844
// Filter/IntfAttributeIsNotStruct
845
// ----------------------------------------------------------------------------
846
/**
847    * @param operator The operator for this filter.
848    * @see org.openmdx.compatibility.base.query.FilterOperators
849    */

850   public void forAllFavoriteChart3Description (
851     short operator,
852     String JavaDoc[] filterValues
853   );
854
855   /**
856    * @param operator The operator for this filter.
857    * @see org.openmdx.compatibility.base.query.FilterOperators
858    */

859   public void thereExistsFavoriteChart3Description (
860     short operator,
861     String JavaDoc[] filterValues
862   );
863
864   /**
865    * @param operator The operator for this filter.
866    * @see org.openmdx.compatibility.base.query.FilterOperators
867    */

868   public void forAllFavoriteChart3Description (
869     short operator,
870     java.util.Collection JavaDoc filterValues
871   );
872
873   /**
874    * @param operator The operator for this filter.
875    * @see org.openmdx.compatibility.base.query.FilterOperators
876    */

877   public void thereExistsFavoriteChart3Description (
878     short operator,
879     java.util.Collection JavaDoc filterValues
880   );
881
882   /**
883    * Specifies the sort order of all the instances that match the filter criteria.
884    * @param order The sort order for this filter.
885    * @see org.openmdx.compatibility.base.dataprovider.cci.Directions
886    */

887   public void orderByFavoriteChart3Description (
888     short order
889   );
890        
891 // ----------------------------------------------------------------------------
892
// Filter/IntfAttributeIsNotStruct
893
// ----------------------------------------------------------------------------
894
/**
895    * @param operator The operator for this filter.
896    * @see org.openmdx.compatibility.base.query.FilterOperators
897    */

898   public void forAllFavoriteChart3MimeType (
899     short operator,
900     String JavaDoc[] filterValues
901   );
902
903   /**
904    * @param operator The operator for this filter.
905    * @see org.openmdx.compatibility.base.query.FilterOperators
906    */

907   public void thereExistsFavoriteChart3MimeType (
908     short operator,
909     String JavaDoc[] filterValues
910   );
911
912   /**
913    * @param operator The operator for this filter.
914    * @see org.openmdx.compatibility.base.query.FilterOperators
915    */

916   public void forAllFavoriteChart3MimeType (
917     short operator,
918     java.util.Collection JavaDoc filterValues
919   );
920
921   /**
922    * @param operator The operator for this filter.
923    * @see org.openmdx.compatibility.base.query.FilterOperators
924    */

925   public void thereExistsFavoriteChart3MimeType (
926     short operator,
927     java.util.Collection JavaDoc filterValues
928   );
929
930   /**
931    * Specifies the sort order of all the instances that match the filter criteria.
932    * @param order The sort order for this filter.
933    * @see org.openmdx.compatibility.base.dataprovider.cci.Directions
934    */

935   public void orderByFavoriteChart3MimeType (
936     short order
937   );
938        
939 // ----------------------------------------------------------------------------
940
// Filter/IntfAttributeIsNotStruct
941
// ----------------------------------------------------------------------------
942
/**
943    * @param operator The operator for this filter.
944    * @see org.openmdx.compatibility.base.query.FilterOperators
945    */

946   public void forAllFavoriteChart3Name (
947     short operator,
948     String JavaDoc[] filterValues
949   );
950
951   /**
952    * @param operator The operator for this filter.
953    * @see org.openmdx.compatibility.base.query.FilterOperators
954    */

955   public void thereExistsFavoriteChart3Name (
956     short operator,
957     String JavaDoc[] filterValues
958   );
959
960   /**
961    * @param operator The operator for this filter.
962    * @see org.openmdx.compatibility.base.query.FilterOperators
963    */

964   public void forAllFavoriteChart3Name (
965     short operator,
966     java.util.Collection JavaDoc filterValues
967   );
968
969   /**
970    * @param operator The operator for this filter.
971    * @see org.openmdx.compatibility.base.query.FilterOperators
972    */

973   public void thereExistsFavoriteChart3Name (
974     short operator,
975     java.util.Collection JavaDoc filterValues
976   );
977
978   /**
979    * Specifies the sort order of all the instances that match the filter criteria.
980    * @param order The sort order for this filter.
981    * @see org.openmdx.compatibility.base.dataprovider.cci.Directions
982    */

983   public void orderByFavoriteChart3Name (
984     short order
985   );
986        
987 // ----------------------------------------------------------------------------
988
// Filter/IntfReference
989
// ----------------------------------------------------------------------------
990
/**
991    * @param operator The operator for this filter.
992    * @see org.openmdx.compatibility.base.query.FilterOperators
993    */

994   public void forAllPrimaryGroup (
995     short operator,
996     org.opencrx.security.realm1.cci.PrincipalGroup[] filterValues
997   );
998
999   /**
1000   * @param operator The operator for this filter.
1001   * @see org.openmdx.compatibility.base.query.FilterOperators
1002   */

1003  public void thereExistsPrimaryGroup (
1004    short operator,
1005    org.opencrx.security.realm1.cci.PrincipalGroup[] filterValues
1006  );
1007
1008  /**
1009   * @param operator The operator for this filter.
1010   * @see org.openmdx.compatibility.base.query.FilterOperators
1011   */

1012  public void forAllPrimaryGroup (
1013    short operator,
1014    java.util.Collection JavaDoc filterValues
1015  );
1016
1017  /**
1018   * @param operator The operator for this filter.
1019   * @see org.openmdx.compatibility.base.query.FilterOperators
1020   */

1021  public void thereExistsPrimaryGroup (
1022    short operator,
1023    java.util.Collection JavaDoc filterValues
1024  );
1025       
1026// ----------------------------------------------------------------------------
1027
// Filter/IntfAttributeIsNotStruct
1028
// ----------------------------------------------------------------------------
1029
/**
1030   * @param operator The operator for this filter.
1031   * @see org.openmdx.compatibility.base.query.FilterOperators
1032   */

1033  public void forAllSendMailSubjectPrefix (
1034    short operator,
1035    String JavaDoc[] filterValues
1036  );
1037
1038  /**
1039   * @param operator The operator for this filter.
1040   * @see org.openmdx.compatibility.base.query.FilterOperators
1041   */

1042  public void thereExistsSendMailSubjectPrefix (
1043    short operator,
1044    String JavaDoc[] filterValues
1045  );
1046
1047  /**
1048   * @param operator The operator for this filter.
1049   * @see org.openmdx.compatibility.base.query.FilterOperators
1050   */

1051  public void forAllSendMailSubjectPrefix (
1052    short operator,
1053    java.util.Collection JavaDoc filterValues
1054  );
1055
1056  /**
1057   * @param operator The operator for this filter.
1058   * @see org.openmdx.compatibility.base.query.FilterOperators
1059   */

1060  public void thereExistsSendMailSubjectPrefix (
1061    short operator,
1062    java.util.Collection JavaDoc filterValues
1063  );
1064
1065  /**
1066   * Specifies the sort order of all the instances that match the filter criteria.
1067   * @param order The sort order for this filter.
1068   * @see org.openmdx.compatibility.base.dataprovider.cci.Directions
1069   */

1070  public void orderBySendMailSubjectPrefix (
1071    short order
1072  );
1073       
1074// ----------------------------------------------------------------------------
1075
// Filter/IntfAttributeIsNotStruct
1076
// ----------------------------------------------------------------------------
1077
/**
1078   * @param operator The operator for this filter.
1079   * @see org.openmdx.compatibility.base.query.FilterOperators
1080   */

1081  public void forAllSettings (
1082    short operator,
1083    String JavaDoc[] filterValues
1084  );
1085
1086  /**
1087   * @param operator The operator for this filter.
1088   * @see org.openmdx.compatibility.base.query.FilterOperators
1089   */

1090  public void thereExistsSettings (
1091    short operator,
1092    String JavaDoc[] filterValues
1093  );
1094
1095  /**
1096   * @param operator The operator for this filter.
1097   * @see org.openmdx.compatibility.base.query.FilterOperators
1098   */

1099  public void forAllSettings (
1100    short operator,
1101    java.util.Collection JavaDoc filterValues
1102  );
1103
1104  /**
1105   * @param operator The operator for this filter.
1106   * @see org.openmdx.compatibility.base.query.FilterOperators
1107   */

1108  public void thereExistsSettings (
1109    short operator,
1110    java.util.Collection JavaDoc filterValues
1111  );
1112
1113  /**
1114   * Specifies the sort order of all the instances that match the filter criteria.
1115   * @param order The sort order for this filter.
1116   * @see org.openmdx.compatibility.base.dataprovider.cci.Directions
1117   */

1118  public void orderBySettings (
1119    short order
1120  );
1121       
1122// ----------------------------------------------------------------------------
1123
// Filter/IntfAttributeIsNotStruct
1124
// ----------------------------------------------------------------------------
1125
/**
1126   * @param operator The operator for this filter.
1127   * @see org.openmdx.compatibility.base.query.FilterOperators
1128   */

1129  public void forAllStoreSettingsOnLogoff (
1130    short operator,
1131    boolean[] filterValues
1132  );
1133
1134  /**
1135   * @param operator The operator for this filter.
1136   * @see org.openmdx.compatibility.base.query.FilterOperators
1137   */

1138  public void thereExistsStoreSettingsOnLogoff (
1139    short operator,
1140    boolean[] filterValues
1141  );
1142
1143  /**
1144   * @param operator The operator for this filter.
1145   * @see org.openmdx.compatibility.base.query.FilterOperators
1146   */

1147  public void forAllStoreSettingsOnLogoff (
1148    short operator,
1149    java.util.Collection JavaDoc filterValues
1150  );
1151
1152  /**
1153   * @param operator The operator for this filter.
1154   * @see org.openmdx.compatibility.base.query.FilterOperators
1155   */

1156  public void thereExistsStoreSettingsOnLogoff (
1157    short operator,
1158    java.util.Collection JavaDoc filterValues
1159  );
1160
1161  /**
1162   * Specifies the sort order of all the instances that match the filter criteria.
1163   * @param order The sort order for this filter.
1164   * @see org.openmdx.compatibility.base.dataprovider.cci.Directions
1165   */

1166  public void orderByStoreSettingsOnLogoff (
1167    short order
1168  );
1169       
1170// ----------------------------------------------------------------------------
1171
// Filter/IntfAttributeIsNotStruct
1172
// ----------------------------------------------------------------------------
1173
/**
1174   * @param operator The operator for this filter.
1175   * @see org.openmdx.compatibility.base.query.FilterOperators
1176   */

1177  public void forAllWebAccessUrl (
1178    short operator,
1179    String JavaDoc[] filterValues
1180  );
1181
1182  /**
1183   * @param operator The operator for this filter.
1184   * @see org.openmdx.compatibility.base.query.FilterOperators
1185   */

1186  public void thereExistsWebAccessUrl (
1187    short operator,
1188    String JavaDoc[] filterValues
1189  );
1190
1191  /**
1192   * @param operator The operator for this filter.
1193   * @see org.openmdx.compatibility.base.query.FilterOperators
1194   */

1195  public void forAllWebAccessUrl (
1196    short operator,
1197    java.util.Collection JavaDoc filterValues
1198  );
1199
1200  /**
1201   * @param operator The operator for this filter.
1202   * @see org.openmdx.compatibility.base.query.FilterOperators
1203   */

1204  public void thereExistsWebAccessUrl (
1205    short operator,
1206    java.util.Collection JavaDoc filterValues
1207  );
1208
1209  /**
1210   * Specifies the sort order of all the instances that match the filter criteria.
1211   * @param order The sort order for this filter.
1212   * @see org.openmdx.compatibility.base.dataprovider.cci.Directions
1213   */

1214  public void orderByWebAccessUrl (
1215    short order
1216  );
1217       
1218// ----------------------------------------------------------------------------
1219
// Filter/IntfAttributeIsNotStruct
1220
// ----------------------------------------------------------------------------
1221
/**
1222   * @param operator The operator for this filter.
1223   * @see org.openmdx.compatibility.base.query.FilterOperators
1224   */

1225  public void forAllWorkWeek (
1226    short operator,
1227    byte[][] filterValues
1228  );
1229
1230  /**
1231   * @param operator The operator for this filter.
1232   * @see org.openmdx.compatibility.base.query.FilterOperators
1233   */

1234  public void thereExistsWorkWeek (
1235    short operator,
1236    byte[][] filterValues
1237  );
1238
1239  /**
1240   * @param operator The operator for this filter.
1241   * @see org.openmdx.compatibility.base.query.FilterOperators
1242   */

1243  public void forAllWorkWeek (
1244    short operator,
1245    java.util.Collection JavaDoc filterValues
1246  );
1247
1248  /**
1249   * @param operator The operator for this filter.
1250   * @see org.openmdx.compatibility.base.query.FilterOperators
1251   */

1252  public void thereExistsWorkWeek (
1253    short operator,
1254    java.util.Collection JavaDoc filterValues
1255  );
1256
1257  /**
1258   * Specifies the sort order of all the instances that match the filter criteria.
1259   * @param order The sort order for this filter.
1260   * @see org.openmdx.compatibility.base.dataprovider.cci.Directions
1261   */

1262  public void orderByWorkWeek (
1263    short order
1264  );
1265       
1266// ----------------------------------------------------------------------------
1267
// Filter/IntfAttributeIsNotStruct
1268
// ----------------------------------------------------------------------------
1269
/**
1270   * @param operator The operator for this filter.
1271   * @see org.openmdx.compatibility.base.query.FilterOperators
1272   */

1273  public void forAllWorkWeekMimeType (
1274    short operator,
1275    String JavaDoc[] filterValues
1276  );
1277
1278  /**
1279   * @param operator The operator for this filter.
1280   * @see org.openmdx.compatibility.base.query.FilterOperators
1281   */

1282  public void thereExistsWorkWeekMimeType (
1283    short operator,
1284    String JavaDoc[] filterValues
1285  );
1286
1287  /**
1288   * @param operator The operator for this filter.
1289   * @see org.openmdx.compatibility.base.query.FilterOperators
1290   */

1291  public void forAllWorkWeekMimeType (
1292    short operator,
1293    java.util.Collection JavaDoc filterValues
1294  );
1295
1296  /**
1297   * @param operator The operator for this filter.
1298   * @see org.openmdx.compatibility.base.query.FilterOperators
1299   */

1300  public void thereExistsWorkWeekMimeType (
1301    short operator,
1302    java.util.Collection JavaDoc filterValues
1303  );
1304
1305  /**
1306   * Specifies the sort order of all the instances that match the filter criteria.
1307   * @param order The sort order for this filter.
1308   * @see org.openmdx.compatibility.base.dataprovider.cci.Directions
1309   */

1310  public void orderByWorkWeekMimeType (
1311    short order
1312  );
1313       
1314// ----------------------------------------------------------------------------
1315
// Filter/IntfAttributeIsNotStruct
1316
// ----------------------------------------------------------------------------
1317
/**
1318   * @param operator The operator for this filter.
1319   * @see org.openmdx.compatibility.base.query.FilterOperators
1320   */

1321  public void forAllWorkWeekName (
1322    short operator,
1323    String JavaDoc[] filterValues
1324  );
1325
1326  /**
1327   * @param operator The operator for this filter.
1328   * @see org.openmdx.compatibility.base.query.FilterOperators
1329   */

1330  public void thereExistsWorkWeekName (
1331    short operator,
1332    String JavaDoc[] filterValues
1333  );
1334
1335  /**
1336   * @param operator The operator for this filter.
1337   * @see org.openmdx.compatibility.base.query.FilterOperators
1338   */

1339  public void forAllWorkWeekName (
1340    short operator,
1341    java.util.Collection JavaDoc filterValues
1342  );
1343
1344  /**
1345   * @param operator The operator for this filter.
1346   * @see org.openmdx.compatibility.base.query.FilterOperators
1347   */

1348  public void thereExistsWorkWeekName (
1349    short operator,
1350    java.util.Collection JavaDoc filterValues
1351  );
1352
1353  /**
1354   * Specifies the sort order of all the instances that match the filter criteria.
1355   * @param order The sort order for this filter.
1356   * @see org.openmdx.compatibility.base.dataprovider.cci.Directions
1357   */

1358  public void orderByWorkWeekName (
1359    short order
1360  );
1361       
1362// ----------------------------------------------------------------------------
1363
// Filter/IntfEnd
1364
// ----------------------------------------------------------------------------
1365
}
1366
Popular Tags