1 package org.opencrx.kernel.contract1.cci; 14 15 public class CreatePositionParamsFilterImpl 16 extends org.openmdx.base.accessor.jmi.spi.RefFilter_1 17 implements CreatePositionParamsFilter { 18 19 public CreatePositionParamsFilterImpl( 20 org.openmdx.base.accessor.jmi.cci.RefPackage_1_0 aPackage 21 ) { 22 super( 23 aPackage, 24 "org:opencrx:kernel:contract1:CreatePositionParams", 25 null, 26 null 27 ); 28 } 29 30 public CreatePositionParamsFilterImpl( 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:contract1:CreatePositionParams", 38 filterProperties, 39 attributeSpecifiers 40 ); 41 } 42 43 public void forAllName ( 47 short operator, 48 java.util.Collection values 49 ) { 50 refAddValue( 51 "org:opencrx:kernel:contract1:CreatePositionParams:name", 52 org.openmdx.compatibility.base.query.Quantors.FOR_ALL, 53 operator, 54 values 55 ); 56 } 57 58 public void thereExistsName ( 59 short operator, 60 java.util.Collection values 61 ) { 62 refAddValue( 63 "org:opencrx:kernel:contract1:CreatePositionParams:name", 64 org.openmdx.compatibility.base.query.Quantors.THERE_EXISTS, 65 operator, 66 values 67 ); 68 } 69 70 public void forAllName ( 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 forAllName ( 81 operator, 82 arrayAsList 83 ); 84 } 85 86 public void thereExistsName ( 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 thereExistsName ( 97 operator, 98 arrayAsList 99 ); 100 } 101 102 public void orderByName ( 103 short order 104 ) { 105 refAddValue( 106 "org:opencrx:kernel:contract1:CreatePositionParams:name", 107 order 108 ); 109 } 110 111 public void forAllPriceUom ( 115 short operator, 116 java.util.Collection values 117 ) { 118 refAddValue( 119 "org:opencrx:kernel:contract1:CreatePositionParams:priceUom", 120 org.openmdx.compatibility.base.query.Quantors.FOR_ALL, 121 operator, 122 values 123 ); 124 } 125 126 public void thereExistsPriceUom ( 127 short operator, 128 java.util.Collection values 129 ) { 130 refAddValue( 131 "org:opencrx:kernel:contract1:CreatePositionParams:priceUom", 132 org.openmdx.compatibility.base.query.Quantors.THERE_EXISTS, 133 operator, 134 values 135 ); 136 } 137 138 public void forAllPriceUom ( 139 short operator, 140 org.opencrx.kernel.uom1.cci.Uom[] 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 forAllPriceUom ( 149 operator, 150 arrayAsList 151 ); 152 } 153 154 public void thereExistsPriceUom ( 155 short operator, 156 org.opencrx.kernel.uom1.cci.Uom[] 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 thereExistsPriceUom ( 165 operator, 166 arrayAsList 167 ); 168 } 169 170 public void orderByPriceUom ( 171 short order 172 ) { 173 refAddValue( 174 "org:opencrx:kernel:contract1:CreatePositionParams:priceUom", 175 order 176 ); 177 } 178 179 public void forAllPricingDate ( 183 short operator, 184 java.util.Collection values 185 ) { 186 refAddValue( 187 "org:opencrx:kernel:contract1:CreatePositionParams:pricingDate", 188 org.openmdx.compatibility.base.query.Quantors.FOR_ALL, 189 operator, 190 values 191 ); 192 } 193 194 public void thereExistsPricingDate ( 195 short operator, 196 java.util.Collection values 197 ) { 198 refAddValue( 199 "org:opencrx:kernel:contract1:CreatePositionParams:pricingDate", 200 org.openmdx.compatibility.base.query.Quantors.THERE_EXISTS, 201 operator, 202 values 203 ); 204 } 205 206 public void forAllPricingDate ( 207 short operator, 208 java.util.Date [] 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 forAllPricingDate ( 217 operator, 218 arrayAsList 219 ); 220 } 221 222 public void thereExistsPricingDate ( 223 short operator, 224 java.util.Date [] 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 thereExistsPricingDate ( 233 operator, 234 arrayAsList 235 ); 236 } 237 238 public void orderByPricingDate ( 239 short order 240 ) { 241 refAddValue( 242 "org:opencrx:kernel:contract1:CreatePositionParams:pricingDate", 243 order 244 ); 245 } 246 247 public void forAllPricingRule ( 251 short operator, 252 java.util.Collection values 253 ) { 254 refAddValue( 255 "org:opencrx:kernel:contract1:CreatePositionParams:pricingRule", 256 org.openmdx.compatibility.base.query.Quantors.FOR_ALL, 257 operator, 258 values 259 ); 260 } 261 262 public void thereExistsPricingRule ( 263 short operator, 264 java.util.Collection values 265 ) { 266 refAddValue( 267 "org:opencrx:kernel:contract1:CreatePositionParams:pricingRule", 268 org.openmdx.compatibility.base.query.Quantors.THERE_EXISTS, 269 operator, 270 values 271 ); 272 } 273 274 public void forAllPricingRule ( 275 short operator, 276 org.opencrx.kernel.product1.cci.PricingRule[] 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 forAllPricingRule ( 285 operator, 286 arrayAsList 287 ); 288 } 289 290 public void thereExistsPricingRule ( 291 short operator, 292 org.opencrx.kernel.product1.cci.PricingRule[] 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 thereExistsPricingRule ( 301 operator, 302 arrayAsList 303 ); 304 } 305 306 public void orderByPricingRule ( 307 short order 308 ) { 309 refAddValue( 310 "org:opencrx:kernel:contract1:CreatePositionParams:pricingRule", 311 order 312 ); 313 } 314 315 public void forAllProduct ( 319 short operator, 320 java.util.Collection values 321 ) { 322 refAddValue( 323 "org:opencrx:kernel:contract1:CreatePositionParams:product", 324 org.openmdx.compatibility.base.query.Quantors.FOR_ALL, 325 operator, 326 values 327 ); 328 } 329 330 public void thereExistsProduct ( 331 short operator, 332 java.util.Collection values 333 ) { 334 refAddValue( 335 "org:opencrx:kernel:contract1:CreatePositionParams:product", 336 org.openmdx.compatibility.base.query.Quantors.THERE_EXISTS, 337 operator, 338 values 339 ); 340 } 341 342 public void forAllProduct ( 343 short operator, 344 org.opencrx.kernel.product1.cci.Product[] filterValues 345 ) { 346 java.util.List arrayAsList = new java.util.ArrayList (); 347 for(int i = 0; i < filterValues.length; i++) { 348 arrayAsList.add( 349 filterValues[i] 350 ); 351 } 352 forAllProduct ( 353 operator, 354 arrayAsList 355 ); 356 } 357 358 public void thereExistsProduct ( 359 short operator, 360 org.opencrx.kernel.product1.cci.Product[] filterValues 361 ) { 362 java.util.List arrayAsList = new java.util.ArrayList (); 363 for(int i = 0; i < filterValues.length; i++) { 364 arrayAsList.add( 365 filterValues[i] 366 ); 367 } 368 thereExistsProduct ( 369 operator, 370 arrayAsList 371 ); 372 } 373 374 public void orderByProduct ( 375 short order 376 ) { 377 refAddValue( 378 "org:opencrx:kernel:contract1:CreatePositionParams:product", 379 order 380 ); 381 } 382 383 public void forAllQuantity ( 387 short operator, 388 java.util.Collection values 389 ) { 390 refAddValue( 391 "org:opencrx:kernel:contract1:CreatePositionParams:quantity", 392 org.openmdx.compatibility.base.query.Quantors.FOR_ALL, 393 operator, 394 values 395 ); 396 } 397 398 public void thereExistsQuantity ( 399 short operator, 400 java.util.Collection values 401 ) { 402 refAddValue( 403 "org:opencrx:kernel:contract1:CreatePositionParams:quantity", 404 org.openmdx.compatibility.base.query.Quantors.THERE_EXISTS, 405 operator, 406 values 407 ); 408 } 409 410 public void forAllQuantity ( 411 short operator, 412 java.math.BigDecimal [] filterValues 413 ) { 414 java.util.List arrayAsList = new java.util.ArrayList (); 415 for(int i = 0; i < filterValues.length; i++) { 416 arrayAsList.add( 417 filterValues[i] 418 ); 419 } 420 forAllQuantity ( 421 operator, 422 arrayAsList 423 ); 424 } 425 426 public void thereExistsQuantity ( 427 short operator, 428 java.math.BigDecimal [] filterValues 429 ) { 430 java.util.List arrayAsList = new java.util.ArrayList (); 431 for(int i = 0; i < filterValues.length; i++) { 432 arrayAsList.add( 433 filterValues[i] 434 ); 435 } 436 thereExistsQuantity ( 437 operator, 438 arrayAsList 439 ); 440 } 441 442 public void orderByQuantity ( 443 short order 444 ) { 445 refAddValue( 446 "org:opencrx:kernel:contract1:CreatePositionParams:quantity", 447 order 448 ); 449 } 450 451 public void forAllUom ( 455 short operator, 456 java.util.Collection values 457 ) { 458 refAddValue( 459 "org:opencrx:kernel:contract1:CreatePositionParams:uom", 460 org.openmdx.compatibility.base.query.Quantors.FOR_ALL, 461 operator, 462 values 463 ); 464 } 465 466 public void thereExistsUom ( 467 short operator, 468 java.util.Collection values 469 ) { 470 refAddValue( 471 "org:opencrx:kernel:contract1:CreatePositionParams:uom", 472 org.openmdx.compatibility.base.query.Quantors.THERE_EXISTS, 473 operator, 474 values 475 ); 476 } 477 478 public void forAllUom ( 479 short operator, 480 org.opencrx.kernel.uom1.cci.Uom[] filterValues 481 ) { 482 java.util.List arrayAsList = new java.util.ArrayList (); 483 for(int i = 0; i < filterValues.length; i++) { 484 arrayAsList.add( 485 filterValues[i] 486 ); 487 } 488 forAllUom ( 489 operator, 490 arrayAsList 491 ); 492 } 493 494 public void thereExistsUom ( 495 short operator, 496 org.opencrx.kernel.uom1.cci.Uom[] filterValues 497 ) { 498 java.util.List arrayAsList = new java.util.ArrayList (); 499 for(int i = 0; i < filterValues.length; i++) { 500 arrayAsList.add( 501 filterValues[i] 502 ); 503 } 504 thereExistsUom ( 505 operator, 506 arrayAsList 507 ); 508 } 509 510 public void orderByUom ( 511 short order 512 ) { 513 refAddValue( 514 "org:opencrx:kernel:contract1:CreatePositionParams:uom", 515 order 516 ); 517 } 518 519 } 523 | Popular Tags |