1 package org.opencrx.kernel.generic.cci; 14 15 public class PicturedFilterImpl 16 extends org.openmdx.base.accessor.jmi.spi.RefFilter_1 17 implements PicturedFilter { 18 19 public PicturedFilterImpl( 20 org.openmdx.base.accessor.jmi.cci.RefPackage_1_0 aPackage 21 ) { 22 super( 23 aPackage, 24 "org:opencrx:kernel:generic:Pictured", 25 null, 26 null 27 ); 28 } 29 30 public PicturedFilterImpl( 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:generic:Pictured", 38 filterProperties, 39 attributeSpecifiers 40 ); 41 } 42 43 public void forAllPicture ( 47 short operator, 48 org.opencrx.kernel.document1.cci.Media[] filterValues 49 ) { 50 java.util.List arrayAsList = new java.util.ArrayList (); 51 for(int i = 0; i < filterValues.length; i++) { 52 arrayAsList.add( 53 filterValues[i] 54 ); 55 } 56 forAllPicture ( 57 operator, 58 arrayAsList 59 ); 60 } 61 62 public void thereExistsPicture ( 63 short operator, 64 org.opencrx.kernel.document1.cci.Media[] filterValues 65 ) { 66 java.util.List arrayAsList = new java.util.ArrayList (); 67 for(int i = 0; i < filterValues.length; i++) { 68 arrayAsList.add( 69 filterValues[i] 70 ); 71 } 72 thereExistsPicture ( 73 operator, 74 arrayAsList 75 ); 76 } 77 78 public void forAllPicture ( 79 short operator, 80 java.util.Collection values 81 ) { 82 refAddValue( 83 "org:opencrx:kernel:generic:Pictured:picture", 84 org.openmdx.compatibility.base.query.Quantors.FOR_ALL, 85 operator, 86 values 87 ); 88 } 89 90 public void thereExistsPicture ( 91 short operator, 92 java.util.Collection values 93 ) { 94 refAddValue( 95 "org:opencrx:kernel:generic:Pictured:picture", 96 org.openmdx.compatibility.base.query.Quantors.THERE_EXISTS, 97 operator, 98 values 99 ); 100 } 101 102 public void forAllPictureContent ( 106 short operator, 107 java.util.Collection values 108 ) { 109 refAddValue( 110 "org:opencrx:kernel:generic:Pictured:pictureContent", 111 org.openmdx.compatibility.base.query.Quantors.FOR_ALL, 112 operator, 113 values 114 ); 115 } 116 117 public void thereExistsPictureContent ( 118 short operator, 119 java.util.Collection values 120 ) { 121 refAddValue( 122 "org:opencrx:kernel:generic:Pictured:pictureContent", 123 org.openmdx.compatibility.base.query.Quantors.THERE_EXISTS, 124 operator, 125 values 126 ); 127 } 128 129 public void forAllPictureContent ( 130 short operator, 131 byte[][] filterValues 132 ) { 133 java.util.List arrayAsList = new java.util.ArrayList (); 134 for(int i = 0; i < filterValues.length; i++) { 135 arrayAsList.add( 136 filterValues[i] 137 ); 138 } 139 forAllPictureContent ( 140 operator, 141 arrayAsList 142 ); 143 } 144 145 public void thereExistsPictureContent ( 146 short operator, 147 byte[][] filterValues 148 ) { 149 java.util.List arrayAsList = new java.util.ArrayList (); 150 for(int i = 0; i < filterValues.length; i++) { 151 arrayAsList.add( 152 filterValues[i] 153 ); 154 } 155 thereExistsPictureContent ( 156 operator, 157 arrayAsList 158 ); 159 } 160 161 public void orderByPictureContent ( 162 short order 163 ) { 164 refAddValue( 165 "org:opencrx:kernel:generic:Pictured:pictureContent", 166 order 167 ); 168 } 169 170 public void forAllPictureContentMimeType ( 174 short operator, 175 java.util.Collection values 176 ) { 177 refAddValue( 178 "org:opencrx:kernel:generic:Pictured:pictureContentMimeType", 179 org.openmdx.compatibility.base.query.Quantors.FOR_ALL, 180 operator, 181 values 182 ); 183 } 184 185 public void thereExistsPictureContentMimeType ( 186 short operator, 187 java.util.Collection values 188 ) { 189 refAddValue( 190 "org:opencrx:kernel:generic:Pictured:pictureContentMimeType", 191 org.openmdx.compatibility.base.query.Quantors.THERE_EXISTS, 192 operator, 193 values 194 ); 195 } 196 197 public void forAllPictureContentMimeType ( 198 short operator, 199 String [] filterValues 200 ) { 201 java.util.List arrayAsList = new java.util.ArrayList (); 202 for(int i = 0; i < filterValues.length; i++) { 203 arrayAsList.add( 204 filterValues[i] 205 ); 206 } 207 forAllPictureContentMimeType ( 208 operator, 209 arrayAsList 210 ); 211 } 212 213 public void thereExistsPictureContentMimeType ( 214 short operator, 215 String [] filterValues 216 ) { 217 java.util.List arrayAsList = new java.util.ArrayList (); 218 for(int i = 0; i < filterValues.length; i++) { 219 arrayAsList.add( 220 filterValues[i] 221 ); 222 } 223 thereExistsPictureContentMimeType ( 224 operator, 225 arrayAsList 226 ); 227 } 228 229 public void orderByPictureContentMimeType ( 230 short order 231 ) { 232 refAddValue( 233 "org:opencrx:kernel:generic:Pictured:pictureContentMimeType", 234 order 235 ); 236 } 237 238 public void forAllPictureContentName ( 242 short operator, 243 java.util.Collection values 244 ) { 245 refAddValue( 246 "org:opencrx:kernel:generic:Pictured:pictureContentName", 247 org.openmdx.compatibility.base.query.Quantors.FOR_ALL, 248 operator, 249 values 250 ); 251 } 252 253 public void thereExistsPictureContentName ( 254 short operator, 255 java.util.Collection values 256 ) { 257 refAddValue( 258 "org:opencrx:kernel:generic:Pictured:pictureContentName", 259 org.openmdx.compatibility.base.query.Quantors.THERE_EXISTS, 260 operator, 261 values 262 ); 263 } 264 265 public void forAllPictureContentName ( 266 short operator, 267 String [] filterValues 268 ) { 269 java.util.List arrayAsList = new java.util.ArrayList (); 270 for(int i = 0; i < filterValues.length; i++) { 271 arrayAsList.add( 272 filterValues[i] 273 ); 274 } 275 forAllPictureContentName ( 276 operator, 277 arrayAsList 278 ); 279 } 280 281 public void thereExistsPictureContentName ( 282 short operator, 283 String [] filterValues 284 ) { 285 java.util.List arrayAsList = new java.util.ArrayList (); 286 for(int i = 0; i < filterValues.length; i++) { 287 arrayAsList.add( 288 filterValues[i] 289 ); 290 } 291 thereExistsPictureContentName ( 292 operator, 293 arrayAsList 294 ); 295 } 296 297 public void orderByPictureContentName ( 298 short order 299 ) { 300 refAddValue( 301 "org:opencrx:kernel:generic:Pictured:pictureContentName", 302 order 303 ); 304 } 305 306 } 310 | Popular Tags |