KickJava   Java API By Example, From Geeks To Geeks.

Java > Open Source Codes > org > opencrx > kernel > generic > cci > genericPackage


1 // ----------------------------------------------------------------------------
2
// Package/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:39:05 CEST 2006
9
//
10
// GENERATED - DO NOT CHANGE MANUALLY
11
//
12
//////////////////////////////////////////////////////////////////////////////
13
package org.opencrx.kernel.generic.cci;
14
15 public interface genericPackage
16   extends org.openmdx.base.accessor.jmi.cci.RefPackage_1_0 {
17
18
19 // ----------------------------------------------------------------------------
20
// Package/IntfFilterCreator
21
// ----------------------------------------------------------------------------
22
public org.opencrx.kernel.generic.cci.GenericAccountFilter createGenericAccountFilter(
23   );
24
25   public org.opencrx.kernel.generic.cci.GenericAccountFilter createGenericAccountFilter(
26     org.openmdx.compatibility.base.query.FilterProperty[] filterProperties,
27     org.openmdx.compatibility.base.dataprovider.cci.AttributeSpecifier[] attributeSpecifiers
28   );
29
30 // ----------------------------------------------------------------------------
31
// Package/IntfClassAccessor
32
// ----------------------------------------------------------------------------
33
public org.opencrx.kernel.generic.cci.RatingClass getRatingClass();
34
35 // ----------------------------------------------------------------------------
36
// Package/IntfFilterCreator
37
// ----------------------------------------------------------------------------
38
public org.opencrx.kernel.generic.cci.RatingFilter createRatingFilter(
39   );
40
41   public org.opencrx.kernel.generic.cci.RatingFilter createRatingFilter(
42     org.openmdx.compatibility.base.query.FilterProperty[] filterProperties,
43     org.openmdx.compatibility.base.dataprovider.cci.AttributeSpecifier[] attributeSpecifiers
44   );
45
46 // ----------------------------------------------------------------------------
47
// Package/IntfClassAccessor
48
// ----------------------------------------------------------------------------
49
public org.opencrx.kernel.generic.cci.DescriptionClass getDescriptionClass();
50
51 // ----------------------------------------------------------------------------
52
// Package/IntfFilterCreator
53
// ----------------------------------------------------------------------------
54
public org.opencrx.kernel.generic.cci.DescriptionFilter createDescriptionFilter(
55   );
56
57   public org.opencrx.kernel.generic.cci.DescriptionFilter createDescriptionFilter(
58     org.openmdx.compatibility.base.query.FilterProperty[] filterProperties,
59     org.openmdx.compatibility.base.dataprovider.cci.AttributeSpecifier[] attributeSpecifiers
60   );
61
62 // ----------------------------------------------------------------------------
63
// Package/IntfFilterCreator
64
// ----------------------------------------------------------------------------
65
public org.opencrx.kernel.generic.cci.CrxObjectFilter createCrxObjectFilter(
66   );
67
68   public org.opencrx.kernel.generic.cci.CrxObjectFilter createCrxObjectFilter(
69     org.openmdx.compatibility.base.query.FilterProperty[] filterProperties,
70     org.openmdx.compatibility.base.dataprovider.cci.AttributeSpecifier[] attributeSpecifiers
71   );
72
73 // ----------------------------------------------------------------------------
74
// Package/IntfClassAccessor
75
// ----------------------------------------------------------------------------
76
public org.opencrx.kernel.generic.cci.MediaClass getMediaClass();
77
78 // ----------------------------------------------------------------------------
79
// Package/IntfFilterCreator
80
// ----------------------------------------------------------------------------
81
public org.opencrx.kernel.generic.cci.MediaFilter createMediaFilter(
82   );
83
84   public org.opencrx.kernel.generic.cci.MediaFilter createMediaFilter(
85     org.openmdx.compatibility.base.query.FilterProperty[] filterProperties,
86     org.openmdx.compatibility.base.dataprovider.cci.AttributeSpecifier[] attributeSpecifiers
87   );
88
89 // ----------------------------------------------------------------------------
90
// Package/IntfClassAccessor
91
// ----------------------------------------------------------------------------
92
public org.opencrx.kernel.generic.cci.NoteClass getNoteClass();
93
94 // ----------------------------------------------------------------------------
95
// Package/IntfFilterCreator
96
// ----------------------------------------------------------------------------
97
public org.opencrx.kernel.generic.cci.NoteFilter createNoteFilter(
98   );
99
100   public org.opencrx.kernel.generic.cci.NoteFilter createNoteFilter(
101     org.openmdx.compatibility.base.query.FilterProperty[] filterProperties,
102     org.openmdx.compatibility.base.dataprovider.cci.AttributeSpecifier[] attributeSpecifiers
103   );
104
105 // ----------------------------------------------------------------------------
106
// Package/IntfClassAccessor
107
// ----------------------------------------------------------------------------
108
public org.opencrx.kernel.generic.cci.AdditionalExternalLinkClass getAdditionalExternalLinkClass();
109
110 // ----------------------------------------------------------------------------
111
// Package/IntfFilterCreator
112
// ----------------------------------------------------------------------------
113
public org.opencrx.kernel.generic.cci.AdditionalExternalLinkFilter createAdditionalExternalLinkFilter(
114   );
115
116   public org.opencrx.kernel.generic.cci.AdditionalExternalLinkFilter createAdditionalExternalLinkFilter(
117     org.openmdx.compatibility.base.query.FilterProperty[] filterProperties,
118     org.openmdx.compatibility.base.dataprovider.cci.AttributeSpecifier[] attributeSpecifiers
119   );
120
121 // ----------------------------------------------------------------------------
122
// Package/IntfFilterCreator
123
// ----------------------------------------------------------------------------
124
public org.opencrx.kernel.generic.cci.PicturedFilter createPicturedFilter(
125   );
126
127   public org.opencrx.kernel.generic.cci.PicturedFilter createPicturedFilter(
128     org.openmdx.compatibility.base.query.FilterProperty[] filterProperties,
129     org.openmdx.compatibility.base.dataprovider.cci.AttributeSpecifier[] attributeSpecifiers
130   );
131
132 // ----------------------------------------------------------------------------
133
// Package/IntfFilterCreator
134
// ----------------------------------------------------------------------------
135
public org.opencrx.kernel.generic.cci.DescriptionContainerFilter createDescriptionContainerFilter(
136   );
137
138   public org.opencrx.kernel.generic.cci.DescriptionContainerFilter createDescriptionContainerFilter(
139     org.openmdx.compatibility.base.query.FilterProperty[] filterProperties,
140     org.openmdx.compatibility.base.dataprovider.cci.AttributeSpecifier[] attributeSpecifiers
141   );
142
143 // ----------------------------------------------------------------------------
144
// Package/IntfClassAccessor
145
// ----------------------------------------------------------------------------
146
public org.opencrx.kernel.generic.cci.DocumentAttachmentClass getDocumentAttachmentClass();
147
148 // ----------------------------------------------------------------------------
149
// Package/IntfFilterCreator
150
// ----------------------------------------------------------------------------
151
public org.opencrx.kernel.generic.cci.DocumentAttachmentFilter createDocumentAttachmentFilter(
152   );
153
154   public org.opencrx.kernel.generic.cci.DocumentAttachmentFilter createDocumentAttachmentFilter(
155     org.openmdx.compatibility.base.query.FilterProperty[] filterProperties,
156     org.openmdx.compatibility.base.dataprovider.cci.AttributeSpecifier[] attributeSpecifiers
157   );
158
159 // ----------------------------------------------------------------------------
160
// Package/IntfEnd.vm
161
// ----------------------------------------------------------------------------
162
}
163
Popular Tags