1 package org.opencrx.kernel.building1.cci; 14 15 public class AbstractBuildingUnitFilterImpl 16 extends org.openmdx.base.accessor.jmi.spi.RefFilter_1 17 implements AbstractBuildingUnitFilter { 18 19 public AbstractBuildingUnitFilterImpl( 20 org.openmdx.base.accessor.jmi.cci.RefPackage_1_0 aPackage 21 ) { 22 super( 23 aPackage, 24 "org:opencrx:kernel:building1:AbstractBuildingUnit", 25 null, 26 null 27 ); 28 } 29 30 public AbstractBuildingUnitFilterImpl( 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:building1:AbstractBuildingUnit", 38 filterProperties, 39 attributeSpecifiers 40 ); 41 } 42 43 public void forAllDescription ( 47 short operator, 48 java.util.Collection values 49 ) { 50 refAddValue( 51 "org:opencrx:kernel:building1:AbstractBuildingUnit:description", 52 org.openmdx.compatibility.base.query.Quantors.FOR_ALL, 53 operator, 54 values 55 ); 56 } 57 58 public void thereExistsDescription ( 59 short operator, 60 java.util.Collection values 61 ) { 62 refAddValue( 63 "org:opencrx:kernel:building1:AbstractBuildingUnit:description", 64 org.openmdx.compatibility.base.query.Quantors.THERE_EXISTS, 65 operator, 66 values 67 ); 68 } 69 70 public void forAllDescription ( 71 short operator, 72 String [] filterValues 73 ) { 74 java.util.List arrayAsList = new java.util.ArrayList (); 75 for(int i = 0; i < filterValues.length; i++) { 76 arrayAsList.add( 77 filterValues[i] 78 ); 79 } 80 forAllDescription ( 81 operator, 82 arrayAsList 83 ); 84 } 85 86 public void thereExistsDescription ( 87 short operator, 88 String [] filterValues 89 ) { 90 java.util.List arrayAsList = new java.util.ArrayList (); 91 for(int i = 0; i < filterValues.length; i++) { 92 arrayAsList.add( 93 filterValues[i] 94 ); 95 } 96 thereExistsDescription ( 97 operator, 98 arrayAsList 99 ); 100 } 101 102 public void orderByDescription ( 103 short order 104 ) { 105 refAddValue( 106 "org:opencrx:kernel:building1:AbstractBuildingUnit:description", 107 order 108 ); 109 } 110 111 public void forAllName ( 115 short operator, 116 java.util.Collection values 117 ) { 118 refAddValue( 119 "org:opencrx:kernel:building1:AbstractBuildingUnit:name", 120 org.openmdx.compatibility.base.query.Quantors.FOR_ALL, 121 operator, 122 values 123 ); 124 } 125 126 public void thereExistsName ( 127 short operator, 128 java.util.Collection values 129 ) { 130 refAddValue( 131 "org:opencrx:kernel:building1:AbstractBuildingUnit:name", 132 org.openmdx.compatibility.base.query.Quantors.THERE_EXISTS, 133 operator, 134 values 135 ); 136 } 137 138 public void forAllName ( 139 short operator, 140 String [] filterValues 141 ) { 142 java.util.List arrayAsList = new java.util.ArrayList (); 143 for(int i = 0; i < filterValues.length; i++) { 144 arrayAsList.add( 145 filterValues[i] 146 ); 147 } 148 forAllName ( 149 operator, 150 arrayAsList 151 ); 152 } 153 154 public void thereExistsName ( 155 short operator, 156 String [] filterValues 157 ) { 158 java.util.List arrayAsList = new java.util.ArrayList (); 159 for(int i = 0; i < filterValues.length; i++) { 160 arrayAsList.add( 161 filterValues[i] 162 ); 163 } 164 thereExistsName ( 165 operator, 166 arrayAsList 167 ); 168 } 169 170 public void orderByName ( 171 short order 172 ) { 173 refAddValue( 174 "org:opencrx:kernel:building1:AbstractBuildingUnit:name", 175 order 176 ); 177 } 178 179 public void forAllSizeInCubicMeter ( 183 short operator, 184 java.util.Collection values 185 ) { 186 refAddValue( 187 "org:opencrx:kernel:building1:AbstractBuildingUnit:sizeInCubicMeter", 188 org.openmdx.compatibility.base.query.Quantors.FOR_ALL, 189 operator, 190 values 191 ); 192 } 193 194 public void thereExistsSizeInCubicMeter ( 195 short operator, 196 java.util.Collection values 197 ) { 198 refAddValue( 199 "org:opencrx:kernel:building1:AbstractBuildingUnit:sizeInCubicMeter", 200 org.openmdx.compatibility.base.query.Quantors.THERE_EXISTS, 201 operator, 202 values 203 ); 204 } 205 206 public void forAllSizeInCubicMeter ( 207 short operator, 208 java.math.BigDecimal [] filterValues 209 ) { 210 java.util.List arrayAsList = new java.util.ArrayList (); 211 for(int i = 0; i < filterValues.length; i++) { 212 arrayAsList.add( 213 filterValues[i] 214 ); 215 } 216 forAllSizeInCubicMeter ( 217 operator, 218 arrayAsList 219 ); 220 } 221 222 public void thereExistsSizeInCubicMeter ( 223 short operator, 224 java.math.BigDecimal [] filterValues 225 ) { 226 java.util.List arrayAsList = new java.util.ArrayList (); 227 for(int i = 0; i < filterValues.length; i++) { 228 arrayAsList.add( 229 filterValues[i] 230 ); 231 } 232 thereExistsSizeInCubicMeter ( 233 operator, 234 arrayAsList 235 ); 236 } 237 238 public void orderBySizeInCubicMeter ( 239 short order 240 ) { 241 refAddValue( 242 "org:opencrx:kernel:building1:AbstractBuildingUnit:sizeInCubicMeter", 243 order 244 ); 245 } 246 247 public void forAllSizeInSquareMeter ( 251 short operator, 252 java.util.Collection values 253 ) { 254 refAddValue( 255 "org:opencrx:kernel:building1:AbstractBuildingUnit:sizeInSquareMeter", 256 org.openmdx.compatibility.base.query.Quantors.FOR_ALL, 257 operator, 258 values 259 ); 260 } 261 262 public void thereExistsSizeInSquareMeter ( 263 short operator, 264 java.util.Collection values 265 ) { 266 refAddValue( 267 "org:opencrx:kernel:building1:AbstractBuildingUnit:sizeInSquareMeter", 268 org.openmdx.compatibility.base.query.Quantors.THERE_EXISTS, 269 operator, 270 values 271 ); 272 } 273 274 public void forAllSizeInSquareMeter ( 275 short operator, 276 java.math.BigDecimal [] filterValues 277 ) { 278 java.util.List arrayAsList = new java.util.ArrayList (); 279 for(int i = 0; i < filterValues.length; i++) { 280 arrayAsList.add( 281 filterValues[i] 282 ); 283 } 284 forAllSizeInSquareMeter ( 285 operator, 286 arrayAsList 287 ); 288 } 289 290 public void thereExistsSizeInSquareMeter ( 291 short operator, 292 java.math.BigDecimal [] filterValues 293 ) { 294 java.util.List arrayAsList = new java.util.ArrayList (); 295 for(int i = 0; i < filterValues.length; i++) { 296 arrayAsList.add( 297 filterValues[i] 298 ); 299 } 300 thereExistsSizeInSquareMeter ( 301 operator, 302 arrayAsList 303 ); 304 } 305 306 public void orderBySizeInSquareMeter ( 307 short order 308 ) { 309 refAddValue( 310 "org:opencrx:kernel:building1:AbstractBuildingUnit:sizeInSquareMeter", 311 order 312 ); 313 } 314 315 public void forAllPicture ( 319 short operator, 320 org.opencrx.kernel.document1.cci.Media[] filterValues 321 ) { 322 java.util.List arrayAsList = new java.util.ArrayList (); 323 for(int i = 0; i < filterValues.length; i++) { 324 arrayAsList.add( 325 filterValues[i] 326 ); 327 } 328 forAllPicture ( 329 operator, 330 arrayAsList 331 ); 332 } 333 334 public void thereExistsPicture ( 335 short operator, 336 org.opencrx.kernel.document1.cci.Media[] filterValues 337 ) { 338 java.util.List arrayAsList = new java.util.ArrayList (); 339 for(int i = 0; i < filterValues.length; i++) { 340 arrayAsList.add( 341 filterValues[i] 342 ); 343 } 344 thereExistsPicture ( 345 operator, 346 arrayAsList 347 ); 348 } 349 350 public void forAllPicture ( 351 short operator, 352 java.util.Collection values 353 ) { 354 refAddValue( 355 "org:opencrx:kernel:generic:Pictured:picture", 356 org.openmdx.compatibility.base.query.Quantors.FOR_ALL, 357 operator, 358 values 359 ); 360 } 361 362 public void thereExistsPicture ( 363 short operator, 364 java.util.Collection values 365 ) { 366 refAddValue( 367 "org:opencrx:kernel:generic:Pictured:picture", 368 org.openmdx.compatibility.base.query.Quantors.THERE_EXISTS, 369 operator, 370 values 371 ); 372 } 373 374 public void forAllPictureContent ( 378 short operator, 379 java.util.Collection values 380 ) { 381 refAddValue( 382 "org:opencrx:kernel:generic:Pictured:pictureContent", 383 org.openmdx.compatibility.base.query.Quantors.FOR_ALL, 384 operator, 385 values 386 ); 387 } 388 389 public void thereExistsPictureContent ( 390 short operator, 391 java.util.Collection values 392 ) { 393 refAddValue( 394 "org:opencrx:kernel:generic:Pictured:pictureContent", 395 org.openmdx.compatibility.base.query.Quantors.THERE_EXISTS, 396 operator, 397 values 398 ); 399 } 400 401 public void forAllPictureContent ( 402 short operator, 403 byte[][] filterValues 404 ) { 405 java.util.List arrayAsList = new java.util.ArrayList (); 406 for(int i = 0; i < filterValues.length; i++) { 407 arrayAsList.add( 408 filterValues[i] 409 ); 410 } 411 forAllPictureContent ( 412 operator, 413 arrayAsList 414 ); 415 } 416 417 public void thereExistsPictureContent ( 418 short operator, 419 byte[][] filterValues 420 ) { 421 java.util.List arrayAsList = new java.util.ArrayList (); 422 for(int i = 0; i < filterValues.length; i++) { 423 arrayAsList.add( 424 filterValues[i] 425 ); 426 } 427 thereExistsPictureContent ( 428 operator, 429 arrayAsList 430 ); 431 } 432 433 public void orderByPictureContent ( 434 short order 435 ) { 436 refAddValue( 437 "org:opencrx:kernel:generic:Pictured:pictureContent", 438 order 439 ); 440 } 441 442 public void forAllPictureContentMimeType ( 446 short operator, 447 java.util.Collection values 448 ) { 449 refAddValue( 450 "org:opencrx:kernel:generic:Pictured:pictureContentMimeType", 451 org.openmdx.compatibility.base.query.Quantors.FOR_ALL, 452 operator, 453 values 454 ); 455 } 456 457 public void thereExistsPictureContentMimeType ( 458 short operator, 459 java.util.Collection values 460 ) { 461 refAddValue( 462 "org:opencrx:kernel:generic:Pictured:pictureContentMimeType", 463 org.openmdx.compatibility.base.query.Quantors.THERE_EXISTS, 464 operator, 465 values 466 ); 467 } 468 469 public void forAllPictureContentMimeType ( 470 short operator, 471 String [] filterValues 472 ) { 473 java.util.List arrayAsList = new java.util.ArrayList (); 474 for(int i = 0; i < filterValues.length; i++) { 475 arrayAsList.add( 476 filterValues[i] 477 ); 478 } 479 forAllPictureContentMimeType ( 480 operator, 481 arrayAsList 482 ); 483 } 484 485 public void thereExistsPictureContentMimeType ( 486 short operator, 487 String [] filterValues 488 ) { 489 java.util.List arrayAsList = new java.util.ArrayList (); 490 for(int i = 0; i < filterValues.length; i++) { 491 arrayAsList.add( 492 filterValues[i] 493 ); 494 } 495 thereExistsPictureContentMimeType ( 496 operator, 497 arrayAsList 498 ); 499 } 500 501 public void orderByPictureContentMimeType ( 502 short order 503 ) { 504 refAddValue( 505 "org:opencrx:kernel:generic:Pictured:pictureContentMimeType", 506 order 507 ); 508 } 509 510 public void forAllPictureContentName ( 514 short operator, 515 java.util.Collection values 516 ) { 517 refAddValue( 518 "org:opencrx:kernel:generic:Pictured:pictureContentName", 519 org.openmdx.compatibility.base.query.Quantors.FOR_ALL, 520 operator, 521 values 522 ); 523 } 524 525 public void thereExistsPictureContentName ( 526 short operator, 527 java.util.Collection values 528 ) { 529 refAddValue( 530 "org:opencrx:kernel:generic:Pictured:pictureContentName", 531 org.openmdx.compatibility.base.query.Quantors.THERE_EXISTS, 532 operator, 533 values 534 ); 535 } 536 537 public void forAllPictureContentName ( 538 short operator, 539 String [] filterValues 540 ) { 541 java.util.List arrayAsList = new java.util.ArrayList (); 542 for(int i = 0; i < filterValues.length; i++) { 543 arrayAsList.add( 544 filterValues[i] 545 ); 546 } 547 forAllPictureContentName ( 548 operator, 549 arrayAsList 550 ); 551 } 552 553 public void thereExistsPictureContentName ( 554 short operator, 555 String [] filterValues 556 ) { 557 java.util.List arrayAsList = new java.util.ArrayList (); 558 for(int i = 0; i < filterValues.length; i++) { 559 arrayAsList.add( 560 filterValues[i] 561 ); 562 } 563 thereExistsPictureContentName ( 564 operator, 565 arrayAsList 566 ); 567 } 568 569 public void orderByPictureContentName ( 570 short order 571 ) { 572 refAddValue( 573 "org:opencrx:kernel:generic:Pictured:pictureContentName", 574 order 575 ); 576 } 577 578 } 582 | Popular Tags |