1 package org.opencrx.kernel.depot1.cci; 14 15 public class depot1PackageImpl 16 extends org.openmdx.base.accessor.jmi.spi.RefPackage_1 17 implements depot1Package { 18 19 public depot1PackageImpl( 20 javax.jmi.reflect.RefPackage outermostPackage, 21 javax.jmi.reflect.RefPackage immediatePackage 22 ) { 23 super(outermostPackage, immediatePackage); 24 } 25 26 public org.opencrx.kernel.depot1.cci.CreateBookingByProductParams createCreateBookingByProductParams( 30 org.opencrx.kernel.depot1.cci.BookingText bookingText 31 , String bookingTextName 32 , short bookingType 33 , org.opencrx.kernel.depot1.cci.Depot depotCredit 34 , org.opencrx.kernel.depot1.cci.Depot depotDebit 35 , String depotNumberCredit 36 , String depotNumberDebit 37 , org.opencrx.kernel.product1.cci.Product product 38 , java.math.BigDecimal quantity 39 , org.opencrx.kernel.depot1.cci.CompoundBooking reversalOf 40 , java.util.Date valueDate 41 ) { 42 java.util.List args = new java.util.ArrayList (); 43 args.add(bookingText); 44 args.add(bookingTextName); 45 args.add(new Short (bookingType)); 46 args.add(depotCredit); 47 args.add(depotDebit); 48 args.add(depotNumberCredit); 49 args.add(depotNumberDebit); 50 args.add(product); 51 args.add(quantity); 52 args.add(reversalOf); 53 args.add(valueDate); 54 return (org.opencrx.kernel.depot1.cci.CreateBookingByProductParams)this.refCreateStruct( 55 "org:opencrx:kernel:depot1:CreateBookingByProductParams", 56 args 57 ); 58 } 59 public org.opencrx.kernel.depot1.cci.CreateBookingByProductParamsFilter createCreateBookingByProductParamsFilter( 63 ) { 64 return (org.opencrx.kernel.depot1.cci.CreateBookingByProductParamsFilter)this.refCreateFilter( 65 "org:opencrx:kernel:depot1:CreateBookingByProductParams", 66 null, 67 null 68 ); 69 } 70 71 public org.opencrx.kernel.depot1.cci.CreateBookingByProductParamsFilter createCreateBookingByProductParamsFilter( 72 org.openmdx.compatibility.base.query.FilterProperty[] filterProperties, 73 org.openmdx.compatibility.base.dataprovider.cci.AttributeSpecifier[] attributeSpecifiers 74 ) { 75 return (org.opencrx.kernel.depot1.cci.CreateBookingByProductParamsFilter)this.refCreateFilter( 76 "org:opencrx:kernel:depot1:CreateBookingByProductParams", 77 filterProperties, 78 attributeSpecifiers 79 ); 80 } 81 82 public org.opencrx.kernel.depot1.cci.DepotReportItemBookingFilter createDepotReportItemBookingFilter( 86 ) { 87 return (org.opencrx.kernel.depot1.cci.DepotReportItemBookingFilter)this.refCreateFilter( 88 "org:opencrx:kernel:depot1:DepotReportItemBooking", 89 null, 90 null 91 ); 92 } 93 94 public org.opencrx.kernel.depot1.cci.DepotReportItemBookingFilter createDepotReportItemBookingFilter( 95 org.openmdx.compatibility.base.query.FilterProperty[] filterProperties, 96 org.openmdx.compatibility.base.dataprovider.cci.AttributeSpecifier[] attributeSpecifiers 97 ) { 98 return (org.opencrx.kernel.depot1.cci.DepotReportItemBookingFilter)this.refCreateFilter( 99 "org:opencrx:kernel:depot1:DepotReportItemBooking", 100 filterProperties, 101 attributeSpecifiers 102 ); 103 } 104 105 public org.opencrx.kernel.depot1.cci.DepotReportItemPositionClass getDepotReportItemPositionClass( 109 ) { 110 return (org.opencrx.kernel.depot1.cci.DepotReportItemPositionClass)refClass( 111 "org:opencrx:kernel:depot1:DepotReportItemPosition" 112 ); 113 } 114 115 public org.opencrx.kernel.depot1.cci.DepotReportItemPositionFilter createDepotReportItemPositionFilter( 119 ) { 120 return (org.opencrx.kernel.depot1.cci.DepotReportItemPositionFilter)this.refCreateFilter( 121 "org:opencrx:kernel:depot1:DepotReportItemPosition", 122 null, 123 null 124 ); 125 } 126 127 public org.opencrx.kernel.depot1.cci.DepotReportItemPositionFilter createDepotReportItemPositionFilter( 128 org.openmdx.compatibility.base.query.FilterProperty[] filterProperties, 129 org.openmdx.compatibility.base.dataprovider.cci.AttributeSpecifier[] attributeSpecifiers 130 ) { 131 return (org.opencrx.kernel.depot1.cci.DepotReportItemPositionFilter)this.refCreateFilter( 132 "org:opencrx:kernel:depot1:DepotReportItemPosition", 133 filterProperties, 134 attributeSpecifiers 135 ); 136 } 137 138 public org.opencrx.kernel.depot1.cci.DepotEntityClass getDepotEntityClass( 142 ) { 143 return (org.opencrx.kernel.depot1.cci.DepotEntityClass)refClass( 144 "org:opencrx:kernel:depot1:DepotEntity" 145 ); 146 } 147 148 public org.opencrx.kernel.depot1.cci.DepotEntityFilter createDepotEntityFilter( 152 ) { 153 return (org.opencrx.kernel.depot1.cci.DepotEntityFilter)this.refCreateFilter( 154 "org:opencrx:kernel:depot1:DepotEntity", 155 null, 156 null 157 ); 158 } 159 160 public org.opencrx.kernel.depot1.cci.DepotEntityFilter createDepotEntityFilter( 161 org.openmdx.compatibility.base.query.FilterProperty[] filterProperties, 162 org.openmdx.compatibility.base.dataprovider.cci.AttributeSpecifier[] attributeSpecifiers 163 ) { 164 return (org.opencrx.kernel.depot1.cci.DepotEntityFilter)this.refCreateFilter( 165 "org:opencrx:kernel:depot1:DepotEntity", 166 filterProperties, 167 attributeSpecifiers 168 ); 169 } 170 171 public org.opencrx.kernel.depot1.cci.LockCompoundBookingParams createLockCompoundBookingParams( 175 short lockingReason 176 ) { 177 java.util.List args = new java.util.ArrayList (); 178 args.add(new Short (lockingReason)); 179 return (org.opencrx.kernel.depot1.cci.LockCompoundBookingParams)this.refCreateStruct( 180 "org:opencrx:kernel:depot1:LockCompoundBookingParams", 181 args 182 ); 183 } 184 public org.opencrx.kernel.depot1.cci.LockCompoundBookingParamsFilter createLockCompoundBookingParamsFilter( 188 ) { 189 return (org.opencrx.kernel.depot1.cci.LockCompoundBookingParamsFilter)this.refCreateFilter( 190 "org:opencrx:kernel:depot1:LockCompoundBookingParams", 191 null, 192 null 193 ); 194 } 195 196 public org.opencrx.kernel.depot1.cci.LockCompoundBookingParamsFilter createLockCompoundBookingParamsFilter( 197 org.openmdx.compatibility.base.query.FilterProperty[] filterProperties, 198 org.openmdx.compatibility.base.dataprovider.cci.AttributeSpecifier[] attributeSpecifiers 199 ) { 200 return (org.opencrx.kernel.depot1.cci.LockCompoundBookingParamsFilter)this.refCreateFilter( 201 "org:opencrx:kernel:depot1:LockCompoundBookingParams", 202 filterProperties, 203 attributeSpecifiers 204 ); 205 } 206 207 public org.opencrx.kernel.depot1.cci.AddressableDepotHolderFilter createAddressableDepotHolderFilter( 211 ) { 212 return (org.opencrx.kernel.depot1.cci.AddressableDepotHolderFilter)this.refCreateFilter( 213 "org:opencrx:kernel:depot1:AddressableDepotHolder", 214 null, 215 null 216 ); 217 } 218 219 public org.opencrx.kernel.depot1.cci.AddressableDepotHolderFilter createAddressableDepotHolderFilter( 220 org.openmdx.compatibility.base.query.FilterProperty[] filterProperties, 221 org.openmdx.compatibility.base.dataprovider.cci.AttributeSpecifier[] attributeSpecifiers 222 ) { 223 return (org.opencrx.kernel.depot1.cci.AddressableDepotHolderFilter)this.refCreateFilter( 224 "org:opencrx:kernel:depot1:AddressableDepotHolder", 225 filterProperties, 226 attributeSpecifiers 227 ); 228 } 229 230 public org.opencrx.kernel.depot1.cci.BookingOriginFilter createBookingOriginFilter( 234 ) { 235 return (org.opencrx.kernel.depot1.cci.BookingOriginFilter)this.refCreateFilter( 236 "org:opencrx:kernel:depot1:BookingOrigin", 237 null, 238 null 239 ); 240 } 241 242 public org.opencrx.kernel.depot1.cci.BookingOriginFilter createBookingOriginFilter( 243 org.openmdx.compatibility.base.query.FilterProperty[] filterProperties, 244 org.openmdx.compatibility.base.dataprovider.cci.AttributeSpecifier[] attributeSpecifiers 245 ) { 246 return (org.opencrx.kernel.depot1.cci.BookingOriginFilter)this.refCreateFilter( 247 "org:opencrx:kernel:depot1:BookingOrigin", 248 filterProperties, 249 attributeSpecifiers 250 ); 251 } 252 253 public org.opencrx.kernel.depot1.cci.DepotReferenceHolderFilter createDepotReferenceHolderFilter( 257 ) { 258 return (org.opencrx.kernel.depot1.cci.DepotReferenceHolderFilter)this.refCreateFilter( 259 "org:opencrx:kernel:depot1:DepotReferenceHolder", 260 null, 261 null 262 ); 263 } 264 265 public org.opencrx.kernel.depot1.cci.DepotReferenceHolderFilter createDepotReferenceHolderFilter( 266 org.openmdx.compatibility.base.query.FilterProperty[] filterProperties, 267 org.openmdx.compatibility.base.dataprovider.cci.AttributeSpecifier[] attributeSpecifiers 268 ) { 269 return (org.opencrx.kernel.depot1.cci.DepotReferenceHolderFilter)this.refCreateFilter( 270 "org:opencrx:kernel:depot1:DepotReferenceHolder", 271 filterProperties, 272 attributeSpecifiers 273 ); 274 } 275 276 public org.opencrx.kernel.depot1.cci.DepotPositionClass getDepotPositionClass( 280 ) { 281 return (org.opencrx.kernel.depot1.cci.DepotPositionClass)refClass( 282 "org:opencrx:kernel:depot1:DepotPosition" 283 ); 284 } 285 286 public org.opencrx.kernel.depot1.cci.DepotPositionFilter createDepotPositionFilter( 290 ) { 291 return (org.opencrx.kernel.depot1.cci.DepotPositionFilter)this.refCreateFilter( 292 "org:opencrx:kernel:depot1:DepotPosition", 293 null, 294 null 295 ); 296 } 297 298 public org.opencrx.kernel.depot1.cci.DepotPositionFilter createDepotPositionFilter( 299 org.openmdx.compatibility.base.query.FilterProperty[] filterProperties, 300 org.openmdx.compatibility.base.dataprovider.cci.AttributeSpecifier[] attributeSpecifiers 301 ) { 302 return (org.opencrx.kernel.depot1.cci.DepotPositionFilter)this.refCreateFilter( 303 "org:opencrx:kernel:depot1:DepotPosition", 304 filterProperties, 305 attributeSpecifiers 306 ); 307 } 308 309 public org.opencrx.kernel.depot1.cci.OpenDepotParams createOpenDepotParams( 313 org.opencrx.kernel.depot1.cci.DepotGroup depotGroup 314 , String depotNumber 315 , org.opencrx.kernel.depot1.cci.DepotType depotType 316 , String description 317 , String name 318 , java.util.Date openingDate 319 ) { 320 java.util.List args = new java.util.ArrayList (); 321 args.add(depotGroup); 322 args.add(depotNumber); 323 args.add(depotType); 324 args.add(description); 325 args.add(name); 326 args.add(openingDate); 327 return (org.opencrx.kernel.depot1.cci.OpenDepotParams)this.refCreateStruct( 328 "org:opencrx:kernel:depot1:OpenDepotParams", 329 args 330 ); 331 } 332 public org.opencrx.kernel.depot1.cci.OpenDepotParamsFilter createOpenDepotParamsFilter( 336 ) { 337 return (org.opencrx.kernel.depot1.cci.OpenDepotParamsFilter)this.refCreateFilter( 338 "org:opencrx:kernel:depot1:OpenDepotParams", 339 null, 340 null 341 ); 342 } 343 344 public org.opencrx.kernel.depot1.cci.OpenDepotParamsFilter createOpenDepotParamsFilter( 345 org.openmdx.compatibility.base.query.FilterProperty[] filterProperties, 346 org.openmdx.compatibility.base.dataprovider.cci.AttributeSpecifier[] attributeSpecifiers 347 ) { 348 return (org.opencrx.kernel.depot1.cci.OpenDepotParamsFilter)this.refCreateFilter( 349 "org:opencrx:kernel:depot1:OpenDepotParams", 350 filterProperties, 351 attributeSpecifiers 352 ); 353 } 354 355 public org.opencrx.kernel.depot1.cci.WarehouseClass getWarehouseClass( 359 ) { 360 return (org.opencrx.kernel.depot1.cci.WarehouseClass)refClass( 361 "org:opencrx:kernel:depot1:Warehouse" 362 ); 363 } 364 365 public org.opencrx.kernel.depot1.cci.WarehouseFilter createWarehouseFilter( 369 ) { 370 return (org.opencrx.kernel.depot1.cci.WarehouseFilter)this.refCreateFilter( 371 "org:opencrx:kernel:depot1:Warehouse", 372 null, 373 null 374 ); 375 } 376 377 public org.opencrx.kernel.depot1.cci.WarehouseFilter createWarehouseFilter( 378 org.openmdx.compatibility.base.query.FilterProperty[] filterProperties, 379 org.openmdx.compatibility.base.dataprovider.cci.AttributeSpecifier[] attributeSpecifiers 380 ) { 381 return (org.opencrx.kernel.depot1.cci.WarehouseFilter)this.refCreateFilter( 382 "org:opencrx:kernel:depot1:Warehouse", 383 filterProperties, 384 attributeSpecifiers 385 ); 386 } 387 388 public org.opencrx.kernel.depot1.cci.CloseDepotPositionResult createCloseDepotPositionResult( 392 short status 393 , String statusMessage 394 ) { 395 java.util.List args = new java.util.ArrayList (); 396 args.add(new Short (status)); 397 args.add(statusMessage); 398 return (org.opencrx.kernel.depot1.cci.CloseDepotPositionResult)this.refCreateStruct( 399 "org:opencrx:kernel:depot1:CloseDepotPositionResult", 400 args 401 ); 402 } 403 public org.opencrx.kernel.depot1.cci.CloseDepotPositionResultFilter createCloseDepotPositionResultFilter( 407 ) { 408 return (org.opencrx.kernel.depot1.cci.CloseDepotPositionResultFilter)this.refCreateFilter( 409 "org:opencrx:kernel:depot1:CloseDepotPositionResult", 410 null, 411 null 412 ); 413 } 414 415 public org.opencrx.kernel.depot1.cci.CloseDepotPositionResultFilter createCloseDepotPositionResultFilter( 416 org.openmdx.compatibility.base.query.FilterProperty[] filterProperties, 417 org.openmdx.compatibility.base.dataprovider.cci.AttributeSpecifier[] attributeSpecifiers 418 ) { 419 return (org.opencrx.kernel.depot1.cci.CloseDepotPositionResultFilter)this.refCreateFilter( 420 "org:opencrx:kernel:depot1:CloseDepotPositionResult", 421 filterProperties, 422 attributeSpecifiers 423 ); 424 } 425 426 public org.opencrx.kernel.depot1.cci.SegmentClass getSegmentClass( 430 ) { 431 return (org.opencrx.kernel.depot1.cci.SegmentClass)refClass( 432 "org:opencrx:kernel:depot1:Segment" 433 ); 434 } 435 436 public org.opencrx.kernel.depot1.cci.SegmentFilter createSegmentFilter( 440 ) { 441 return (org.opencrx.kernel.depot1.cci.SegmentFilter)this.refCreateFilter( 442 "org:opencrx:kernel:depot1:Segment", 443 null, 444 null 445 ); 446 } 447 448 public org.opencrx.kernel.depot1.cci.SegmentFilter createSegmentFilter( 449 org.openmdx.compatibility.base.query.FilterProperty[] filterProperties, 450 org.openmdx.compatibility.base.dataprovider.cci.AttributeSpecifier[] attributeSpecifiers 451 ) { 452 return (org.opencrx.kernel.depot1.cci.SegmentFilter)this.refCreateFilter( 453 "org:opencrx:kernel:depot1:Segment", 454 filterProperties, 455 attributeSpecifiers 456 ); 457 } 458 459 public org.opencrx.kernel.depot1.cci.OpenDepotResult createOpenDepotResult( 463 org.opencrx.kernel.depot1.cci.Depot depot 464 , short status 465 , String statusMessage 466 ) { 467 java.util.List args = new java.util.ArrayList (); 468 args.add(depot); 469 args.add(new Short (status)); 470 args.add(statusMessage); 471 return (org.opencrx.kernel.depot1.cci.OpenDepotResult)this.refCreateStruct( 472 "org:opencrx:kernel:depot1:OpenDepotResult", 473 args 474 ); 475 } 476 public org.opencrx.kernel.depot1.cci.OpenDepotResultFilter createOpenDepotResultFilter( 480 ) { 481 return (org.opencrx.kernel.depot1.cci.OpenDepotResultFilter)this.refCreateFilter( 482 "org:opencrx:kernel:depot1:OpenDepotResult", 483 null, 484 null 485 ); 486 } 487 488 public org.opencrx.kernel.depot1.cci.OpenDepotResultFilter createOpenDepotResultFilter( 489 org.openmdx.compatibility.base.query.FilterProperty[] filterProperties, 490 org.openmdx.compatibility.base.dataprovider.cci.AttributeSpecifier[] attributeSpecifiers 491 ) { 492 return (org.opencrx.kernel.depot1.cci.OpenDepotResultFilter)this.refCreateFilter( 493 "org:opencrx:kernel:depot1:OpenDepotResult", 494 filterProperties, 495 attributeSpecifiers 496 ); 497 } 498 499 public org.opencrx.kernel.depot1.cci.CloseDepotResult createCloseDepotResult( 503 short status 504 , String statusMessage 505 ) { 506 java.util.List args = new java.util.ArrayList (); 507 args.add(new Short (status)); 508 args.add(statusMessage); 509 return (org.opencrx.kernel.depot1.cci.CloseDepotResult)this.refCreateStruct( 510 "org:opencrx:kernel:depot1:CloseDepotResult", 511 args 512 ); 513 } 514 public org.opencrx.kernel.depot1.cci.CloseDepotResultFilter createCloseDepotResultFilter( 518 ) { 519 return (org.opencrx.kernel.depot1.cci.CloseDepotResultFilter)this.refCreateFilter( 520 "org:opencrx:kernel:depot1:CloseDepotResult", 521 null, 522 null 523 ); 524 } 525 526 public org.opencrx.kernel.depot1.cci.CloseDepotResultFilter createCloseDepotResultFilter( 527 org.openmdx.compatibility.base.query.FilterProperty[] filterProperties, 528 org.openmdx.compatibility.base.dataprovider.cci.AttributeSpecifier[] attributeSpecifiers 529 ) { 530 return (org.opencrx.kernel.depot1.cci.CloseDepotResultFilter)this.refCreateFilter( 531 "org:opencrx:kernel:depot1:CloseDepotResult", 532 filterProperties, 533 attributeSpecifiers 534 ); 535 } 536 537 public org.opencrx.kernel.depot1.cci.CloseDepotParams createCloseDepotParams( 541 java.util.Date closingDate 542 ) { 543 java.util.List args = new java.util.ArrayList (); 544 args.add(closingDate); 545 return (org.opencrx.kernel.depot1.cci.CloseDepotParams)this.refCreateStruct( 546 "org:opencrx:kernel:depot1:CloseDepotParams", 547 args 548 ); 549 } 550 public org.opencrx.kernel.depot1.cci.CloseDepotParamsFilter createCloseDepotParamsFilter( 554 ) { 555 return (org.opencrx.kernel.depot1.cci.CloseDepotParamsFilter)this.refCreateFilter( 556 "org:opencrx:kernel:depot1:CloseDepotParams", 557 null, 558 null 559 ); 560 } 561 562 public org.opencrx.kernel.depot1.cci.CloseDepotParamsFilter createCloseDepotParamsFilter( 563 org.openmdx.compatibility.base.query.FilterProperty[] filterProperties, 564 org.openmdx.compatibility.base.dataprovider.cci.AttributeSpecifier[] attributeSpecifiers 565 ) { 566 return (org.opencrx.kernel.depot1.cci.CloseDepotParamsFilter)this.refCreateFilter( 567 "org:opencrx:kernel:depot1:CloseDepotParams", 568 filterProperties, 569 attributeSpecifiers 570 ); 571 } 572 573 public org.opencrx.kernel.depot1.cci.DepotContractClass getDepotContractClass( 577 ) { 578 return (org.opencrx.kernel.depot1.cci.DepotContractClass)refClass( 579 "org:opencrx:kernel:depot1:DepotContract" 580 ); 581 } 582 583 public org.opencrx.kernel.depot1.cci.DepotContractFilter createDepotContractFilter( 587 ) { 588 return (org.opencrx.kernel.depot1.cci.DepotContractFilter)this.refCreateFilter( 589 "org:opencrx:kernel:depot1:DepotContract", 590 null, 591 null 592 ); 593 } 594 595 public org.opencrx.kernel.depot1.cci.DepotContractFilter createDepotContractFilter( 596 org.openmdx.compatibility.base.query.FilterProperty[] filterProperties, 597 org.openmdx.compatibility.base.dataprovider.cci.AttributeSpecifier[] attributeSpecifiers 598 ) { 599 return (org.opencrx.kernel.depot1.cci.DepotContractFilter)this.refCreateFilter( 600 "org:opencrx:kernel:depot1:DepotContract", 601 filterProperties, 602 attributeSpecifiers 603 ); 604 } 605 606 public org.opencrx.kernel.depot1.cci.RoomClass getRoomClass( 610 ) { 611 return (org.opencrx.kernel.depot1.cci.RoomClass)refClass( 612 "org:opencrx:kernel:depot1:Room" 613 ); 614 } 615 616 public org.opencrx.kernel.depot1.cci.RoomFilter createRoomFilter( 620 ) { 621 return (org.opencrx.kernel.depot1.cci.RoomFilter)this.refCreateFilter( 622 "org:opencrx:kernel:depot1:Room", 623 null, 624 null 625 ); 626 } 627 628 public org.opencrx.kernel.depot1.cci.RoomFilter createRoomFilter( 629 org.openmdx.compatibility.base.query.FilterProperty[] filterProperties, 630 org.openmdx.compatibility.base.dataprovider.cci.AttributeSpecifier[] attributeSpecifiers 631 ) { 632 return (org.opencrx.kernel.depot1.cci.RoomFilter)this.refCreateFilter( 633 "org:opencrx:kernel:depot1:Room", 634 filterProperties, 635 attributeSpecifiers 636 ); 637 } 638 639 public org.opencrx.kernel.depot1.cci.CreateReportParams createCreateReportParams( 643 String description 644 , String name 645 , java.util.Date reportPeriodFrom 646 , java.util.Date reportPeriodTo 647 , short reportType 648 ) { 649 java.util.List args = new java.util.ArrayList (); 650 args.add(description); 651 args.add(name); 652 args.add(reportPeriodFrom); 653 args.add(reportPeriodTo); 654 args.add(new Short (reportType)); 655 return (org.opencrx.kernel.depot1.cci.CreateReportParams)this.refCreateStruct( 656 "org:opencrx:kernel:depot1:CreateReportParams", 657 args 658 ); 659 } 660 public org.opencrx.kernel.depot1.cci.CreateReportParamsFilter createCreateReportParamsFilter( 664 ) { 665 return (org.opencrx.kernel.depot1.cci.CreateReportParamsFilter)this.refCreateFilter( 666 "org:opencrx:kernel:depot1:CreateReportParams", 667 null, 668 null 669 ); 670 } 671 672 public org.opencrx.kernel.depot1.cci.CreateReportParamsFilter createCreateReportParamsFilter( 673 org.openmdx.compatibility.base.query.FilterProperty[] filterProperties, 674 org.openmdx.compatibility.base.dataprovider.cci.AttributeSpecifier[] attributeSpecifiers 675 ) { 676 return (org.opencrx.kernel.depot1.cci.CreateReportParamsFilter)this.refCreateFilter( 677 "org:opencrx:kernel:depot1:CreateReportParams", 678 filterProperties, 679 attributeSpecifiers 680 ); 681 } 682 683 public org.opencrx.kernel.depot1.cci.CreateBookingResult createCreateBookingResult( 687 org.opencrx.kernel.depot1.cci.CompoundBooking compoundBooking 688 , short status 689 , String statusMessage 690 ) { 691 java.util.List args = new java.util.ArrayList (); 692 args.add(compoundBooking); 693 args.add(new Short (status)); 694 args.add(statusMessage); 695 return (org.opencrx.kernel.depot1.cci.CreateBookingResult)this.refCreateStruct( 696 "org:opencrx:kernel:depot1:CreateBookingResult", 697 args 698 ); 699 } 700 public org.opencrx.kernel.depot1.cci.CreateBookingResultFilter createCreateBookingResultFilter( 704 ) { 705 return (org.opencrx.kernel.depot1.cci.CreateBookingResultFilter)this.refCreateFilter( 706 "org:opencrx:kernel:depot1:CreateBookingResult", 707 null, 708 null 709 ); 710 } 711 712 public org.opencrx.kernel.depot1.cci.CreateBookingResultFilter createCreateBookingResultFilter( 713 org.openmdx.compatibility.base.query.FilterProperty[] filterProperties, 714 org.openmdx.compatibility.base.dataprovider.cci.AttributeSpecifier[] attributeSpecifiers 715 ) { 716 return (org.opencrx.kernel.depot1.cci.CreateBookingResultFilter)this.refCreateFilter( 717 "org:opencrx:kernel:depot1:CreateBookingResult", 718 filterProperties, 719 attributeSpecifiers 720 ); 721 } 722 723 public org.opencrx.kernel.depot1.cci.CreateBookingByPositionNameParams createCreateBookingByPositionNameParams( 727 org.opencrx.kernel.depot1.cci.BookingText bookingText 728 , String bookingTextName 729 , short bookingType 730 , org.opencrx.kernel.depot1.cci.Depot depotCredit 731 , org.opencrx.kernel.depot1.cci.Depot depotDebit 732 , String depotNumberCredit 733 , String depotNumberDebit 734 , String positionName 735 , java.math.BigDecimal quantity 736 , org.opencrx.kernel.depot1.cci.CompoundBooking reversalOf 737 , java.util.Date valueDate 738 ) { 739 java.util.List args = new java.util.ArrayList (); 740 args.add(bookingText); 741 args.add(bookingTextName); 742 args.add(new Short (bookingType)); 743 args.add(depotCredit); 744 args.add(depotDebit); 745 args.add(depotNumberCredit); 746 args.add(depotNumberDebit); 747 args.add(positionName); 748 args.add(quantity); 749 args.add(reversalOf); 750 args.add(valueDate); 751 return (org.opencrx.kernel.depot1.cci.CreateBookingByPositionNameParams)this.refCreateStruct( 752 "org:opencrx:kernel:depot1:CreateBookingByPositionNameParams", 753 args 754 ); 755 } 756 public org.opencrx.kernel.depot1.cci.CreateBookingByPositionNameParamsFilter createCreateBookingByPositionNameParamsFilter( 760 ) { 761 return (org.opencrx.kernel.depot1.cci.CreateBookingByPositionNameParamsFilter)this.refCreateFilter( 762 "org:opencrx:kernel:depot1:CreateBookingByPositionNameParams", 763 null, 764 null 765 ); 766 } 767 768 public org.opencrx.kernel.depot1.cci.CreateBookingByPositionNameParamsFilter createCreateBookingByPositionNameParamsFilter( 769 org.openmdx.compatibility.base.query.FilterProperty[] filterProperties, 770 org.openmdx.compatibility.base.dataprovider.cci.AttributeSpecifier[] attributeSpecifiers 771 ) { 772 return (org.opencrx.kernel.depot1.cci.CreateBookingByPositionNameParamsFilter)this.refCreateFilter( 773 "org:opencrx:kernel:depot1:CreateBookingByPositionNameParams", 774 filterProperties, 775 attributeSpecifiers 776 ); 777 } 778 779 public org.opencrx.kernel.depot1.cci.DepotHolderFilter createDepotHolderFilter( 783 ) { 784 return (org.opencrx.kernel.depot1.cci.DepotHolderFilter)this.refCreateFilter( 785 "org:opencrx:kernel:depot1:DepotHolder", 786 null, 787 null 788 ); 789 } 790 791 public org.opencrx.kernel.depot1.cci.DepotHolderFilter createDepotHolderFilter( 792 org.openmdx.compatibility.base.query.FilterProperty[] filterProperties, 793 org.openmdx.compatibility.base.dataprovider.cci.AttributeSpecifier[] attributeSpecifiers 794 ) { 795 return (org.opencrx.kernel.depot1.cci.DepotHolderFilter)this.refCreateFilter( 796 "org:opencrx:kernel:depot1:DepotHolder", 797 filterProperties, 798 attributeSpecifiers 799 ); 800 } 801 802 public org.opencrx.kernel.depot1.cci.DepotReferenceClass getDepotReferenceClass( 806 ) { 807 return (org.opencrx.kernel.depot1.cci.DepotReferenceClass)refClass( 808 "org:opencrx:kernel:depot1:DepotReference" 809 ); 810 } 811 812 public org.opencrx.kernel.depot1.cci.DepotReferenceFilter createDepotReferenceFilter( 816 ) { 817 return (org.opencrx.kernel.depot1.cci.DepotReferenceFilter)this.refCreateFilter( 818 "org:opencrx:kernel:depot1:DepotReference", 819 null, 820 null 821 ); 822 } 823 824 public org.opencrx.kernel.depot1.cci.DepotReferenceFilter createDepotReferenceFilter( 825 org.openmdx.compatibility.base.query.FilterProperty[] filterProperties, 826 org.openmdx.compatibility.base.dataprovider.cci.AttributeSpecifier[] attributeSpecifiers 827 ) { 828 return (org.opencrx.kernel.depot1.cci.DepotReferenceFilter)this.refCreateFilter( 829 "org:opencrx:kernel:depot1:DepotReference", 830 filterProperties, 831 attributeSpecifiers 832 ); 833 } 834 835 public org.opencrx.kernel.depot1.cci.CompoundBookingClass getCompoundBookingClass( 839 ) { 840 return (org.opencrx.kernel.depot1.cci.CompoundBookingClass)refClass( 841 "org:opencrx:kernel:depot1:CompoundBooking" 842 ); 843 } 844 845 public org.opencrx.kernel.depot1.cci.CompoundBookingFilter createCompoundBookingFilter( 849 ) { 850 return (org.opencrx.kernel.depot1.cci.CompoundBookingFilter)this.refCreateFilter( 851 "org:opencrx:kernel:depot1:CompoundBooking", 852 null, 853 null 854 ); 855 } 856 857 public org.opencrx.kernel.depot1.cci.CompoundBookingFilter createCompoundBookingFilter( 858 org.openmdx.compatibility.base.query.FilterProperty[] filterProperties, 859 org.openmdx.compatibility.base.dataprovider.cci.AttributeSpecifier[] attributeSpecifiers 860 ) { 861 return (org.opencrx.kernel.depot1.cci.CompoundBookingFilter)this.refCreateFilter( 862 "org:opencrx:kernel:depot1:CompoundBooking", 863 filterProperties, 864 attributeSpecifiers 865 ); 866 } 867 868 public org.opencrx.kernel.depot1.cci.DepotEntityRelationshipClass getDepotEntityRelationshipClass( 872 ) { 873 return (org.opencrx.kernel.depot1.cci.DepotEntityRelationshipClass)refClass( 874 "org:opencrx:kernel:depot1:DepotEntityRelationship" 875 ); 876 } 877 878 public org.opencrx.kernel.depot1.cci.DepotEntityRelationshipFilter createDepotEntityRelationshipFilter( 882 ) { 883 return (org.opencrx.kernel.depot1.cci.DepotEntityRelationshipFilter)this.refCreateFilter( 884 "org:opencrx:kernel:depot1:DepotEntityRelationship", 885 null, 886 null 887 ); 888 } 889 890 public org.opencrx.kernel.depot1.cci.DepotEntityRelationshipFilter createDepotEntityRelationshipFilter( 891 org.openmdx.compatibility.base.query.FilterProperty[] filterProperties, 892 org.openmdx.compatibility.base.dataprovider.cci.AttributeSpecifier[] attributeSpecifiers 893 ) { 894 return (org.opencrx.kernel.depot1.cci.DepotEntityRelationshipFilter)this.refCreateFilter( 895 "org:opencrx:kernel:depot1:DepotEntityRelationship", 896 filterProperties, 897 attributeSpecifiers 898 ); 899 } 900 901 public org.opencrx.kernel.depot1.cci.DepotReportItemDebitClass getDepotReportItemDebitClass( 905 ) { 906 return (org.opencrx.kernel.depot1.cci.DepotReportItemDebitClass)refClass( 907 "org:opencrx:kernel:depot1:DepotReportItemDebit" 908 ); 909 } 910 911 public org.opencrx.kernel.depot1.cci.DepotReportItemDebitFilter createDepotReportItemDebitFilter( 915 ) { 916 return (org.opencrx.kernel.depot1.cci.DepotReportItemDebitFilter)this.refCreateFilter( 917 "org:opencrx:kernel:depot1:DepotReportItemDebit", 918 null, 919 null 920 ); 921 } 922 923 public org.opencrx.kernel.depot1.cci.DepotReportItemDebitFilter createDepotReportItemDebitFilter( 924 org.openmdx.compatibility.base.query.FilterProperty[] filterProperties, 925 org.openmdx.compatibility.base.dataprovider.cci.AttributeSpecifier[] attributeSpecifiers 926 ) { 927 return (org.opencrx.kernel.depot1.cci.DepotReportItemDebitFilter)this.refCreateFilter( 928 "org:opencrx:kernel:depot1:DepotReportItemDebit", 929 filterProperties, 930 attributeSpecifiers 931 ); 932 } 933 934 public org.opencrx.kernel.depot1.cci.OpenDepotPositionParams createOpenDepotPositionParams( 938 String description 939 , String name 940 , java.util.Date openingDate 941 , org.opencrx.kernel.product1.cci.Product product 942 , org.opencrx.kernel.product1.cci.ContractPositionConstrained productRole 943 , String qualifier 944 ) { 945 java.util.List args = new java.util.ArrayList (); 946 args.add(description); 947 args.add(name); 948 args.add(openingDate); 949 args.add(product); 950 args.add(productRole); 951 args.add(qualifier); 952 return (org.opencrx.kernel.depot1.cci.OpenDepotPositionParams)this.refCreateStruct( 953 "org:opencrx:kernel:depot1:OpenDepotPositionParams", 954 args 955 ); 956 } 957 public org.opencrx.kernel.depot1.cci.OpenDepotPositionParamsFilter createOpenDepotPositionParamsFilter( 961 ) { 962 return (org.opencrx.kernel.depot1.cci.OpenDepotPositionParamsFilter)this.refCreateFilter( 963 "org:opencrx:kernel:depot1:OpenDepotPositionParams", 964 null, 965 null 966 ); 967 } 968 969 public org.opencrx.kernel.depot1.cci.OpenDepotPositionParamsFilter createOpenDepotPositionParamsFilter( 970 org.openmdx.compatibility.base.query.FilterProperty[] filterProperties, 971 org.openmdx.compatibility.base.dataprovider.cci.AttributeSpecifier[] attributeSpecifiers 972 ) { 973 return (org.opencrx.kernel.depot1.cci.OpenDepotPositionParamsFilter)this.refCreateFilter( 974 "org:opencrx:kernel:depot1:OpenDepotPositionParams", 975 filterProperties, 976 attributeSpecifiers 977 ); 978 } 979 980 public org.opencrx.kernel.depot1.cci.BookingPeriodClass getBookingPeriodClass( 984 ) { 985 return (org.opencrx.kernel.depot1.cci.BookingPeriodClass)refClass( 986 "org:opencrx:kernel:depot1:BookingPeriod" 987 ); 988 } 989 990 public org.opencrx.kernel.depot1.cci.BookingPeriodFilter createBookingPeriodFilter( 994 ) { 995 return (org.opencrx.kernel.depot1.cci.BookingPeriodFilter)this.refCreateFilter( 996 "org:opencrx:kernel:depot1:BookingPeriod", 997 null, 998 null 999 ); 1000 } 1001 1002 public org.opencrx.kernel.depot1.cci.BookingPeriodFilter createBookingPeriodFilter( 1003 org.openmdx.compatibility.base.query.FilterProperty[] filterProperties, 1004 org.openmdx.compatibility.base.dataprovider.cci.AttributeSpecifier[] attributeSpecifiers 1005 ) { 1006 return (org.opencrx.kernel.depot1.cci.BookingPeriodFilter)this.refCreateFilter( 1007 "org:opencrx:kernel:depot1:BookingPeriod", 1008 filterProperties, 1009 attributeSpecifiers 1010 ); 1011 } 1012 1013 public org.opencrx.kernel.depot1.cci.EMailAddressClass getEMailAddressClass( 1017 ) { 1018 return (org.opencrx.kernel.depot1.cci.EMailAddressClass)refClass( 1019 "org:opencrx:kernel:depot1:EMailAddress" 1020 ); 1021 } 1022 1023 public org.opencrx.kernel.depot1.cci.EMailAddressFilter createEMailAddressFilter( 1027 ) { 1028 return (org.opencrx.kernel.depot1.cci.EMailAddressFilter)this.refCreateFilter( 1029 "org:opencrx:kernel:depot1:EMailAddress", 1030 null, 1031 null 1032 ); 1033 } 1034 1035 public org.opencrx.kernel.depot1.cci.EMailAddressFilter createEMailAddressFilter( 1036 org.openmdx.compatibility.base.query.FilterProperty[] filterProperties, 1037 org.openmdx.compatibility.base.dataprovider.cci.AttributeSpecifier[] attributeSpecifiers 1038 ) { 1039 return (org.opencrx.kernel.depot1.cci.EMailAddressFilter)this.refCreateFilter( 1040 "org:opencrx:kernel:depot1:EMailAddress", 1041 filterProperties, 1042 attributeSpecifiers 1043 ); 1044 } 1045 1046 public org.opencrx.kernel.depot1.cci.ProductOfferingDepotPositionClass getProductOfferingDepotPositionClass( 1050 ) { 1051 return (org.opencrx.kernel.depot1.cci.ProductOfferingDepotPositionClass)refClass( 1052 "org:opencrx:kernel:depot1:ProductOfferingDepotPosition" 1053 ); 1054 } 1055 1056 public org.opencrx.kernel.depot1.cci.ProductOfferingDepotPositionFilter createProductOfferingDepotPositionFilter( 1060 ) { 1061 return (org.opencrx.kernel.depot1.cci.ProductOfferingDepotPositionFilter)this.refCreateFilter( 1062 "org:opencrx:kernel:depot1:ProductOfferingDepotPosition", 1063 null, 1064 null 1065 ); 1066 } 1067 1068 public org.opencrx.kernel.depot1.cci.ProductOfferingDepotPositionFilter createProductOfferingDepotPositionFilter( 1069 org.openmdx.compatibility.base.query.FilterProperty[] filterProperties, 1070 org.openmdx.compatibility.base.dataprovider.cci.AttributeSpecifier[] attributeSpecifiers 1071 ) { 1072 return (org.opencrx.kernel.depot1.cci.ProductOfferingDepotPositionFilter)this.refCreateFilter( 1073 "org:opencrx:kernel:depot1:ProductOfferingDepotPosition", 1074 filterProperties, 1075 attributeSpecifiers 1076 ); 1077 } 1078 1079 public org.opencrx.kernel.depot1.cci.WebAddressClass getWebAddressClass( 1083 ) { 1084 return (org.opencrx.kernel.depot1.cci.WebAddressClass)refClass( 1085 "org:opencrx:kernel:depot1:WebAddress" 1086 ); 1087 } 1088 1089 public org.opencrx.kernel.depot1.cci.WebAddressFilter createWebAddressFilter( 1093 ) { 1094 return (org.opencrx.kernel.depot1.cci.WebAddressFilter)this.refCreateFilter( 1095 "org:opencrx:kernel:depot1:WebAddress", 1096 null, 1097 null 1098 ); 1099 } 1100 1101 public org.opencrx.kernel.depot1.cci.WebAddressFilter createWebAddressFilter( 1102 org.openmdx.compatibility.base.query.FilterProperty[] filterProperties, 1103 org.openmdx.compatibility.base.dataprovider.cci.AttributeSpecifier[] attributeSpecifiers 1104 ) { 1105 return (org.opencrx.kernel.depot1.cci.WebAddressFilter)this.refCreateFilter( 1106 "org:opencrx:kernel:depot1:WebAddress", 1107 filterProperties, 1108 attributeSpecifiers 1109 ); 1110 } 1111 1112 public org.opencrx.kernel.depot1.cci.DepotReportClass getDepotReportClass( 1116 ) { 1117 return (org.opencrx.kernel.depot1.cci.DepotReportClass)refClass( 1118 "org:opencrx:kernel:depot1:DepotReport" 1119 ); 1120 } 1121 1122 public org.opencrx.kernel.depot1.cci.DepotReportFilter createDepotReportFilter( 1126 ) { 1127 return (org.opencrx.kernel.depot1.cci.DepotReportFilter)this.refCreateFilter( 1128 "org:opencrx:kernel:depot1:DepotReport", 1129 null, 1130 null 1131 ); 1132 } 1133 1134 public org.opencrx.kernel.depot1.cci.DepotReportFilter createDepotReportFilter( 1135 org.openmdx.compatibility.base.query.FilterProperty[] filterProperties, 1136 org.openmdx.compatibility.base.dataprovider.cci.AttributeSpecifier[] attributeSpecifiers 1137 ) { 1138 return (org.opencrx.kernel.depot1.cci.DepotReportFilter)this.refCreateFilter( 1139 "org:opencrx:kernel:depot1:DepotReport", 1140 filterProperties, 1141 attributeSpecifiers 1142 ); 1143 } 1144 1145 public org.opencrx.kernel.depot1.cci.PostalAddressClass getPostalAddressClass( 1149 ) { 1150 return (org.opencrx.kernel.depot1.cci.PostalAddressClass)refClass( 1151 "org:opencrx:kernel:depot1:PostalAddress" 1152 ); 1153 } 1154 1155 public org.opencrx.kernel.depot1.cci.PostalAddressFilter createPostalAddressFilter( 1159 ) { 1160 return (org.opencrx.kernel.depot1.cci.PostalAddressFilter)this.refCreateFilter( 1161 "org:opencrx:kernel:depot1:PostalAddress", 1162 null, 1163 null 1164 ); 1165 } 1166 1167 public org.opencrx.kernel.depot1.cci.PostalAddressFilter createPostalAddressFilter( 1168 org.openmdx.compatibility.base.query.FilterProperty[] filterProperties, 1169 org.openmdx.compatibility.base.dataprovider.cci.AttributeSpecifier[] attributeSpecifiers 1170 ) { 1171 return (org.opencrx.kernel.depot1.cci.PostalAddressFilter)this.refCreateFilter( 1172 "org:opencrx:kernel:depot1:PostalAddress", 1173 filterProperties, 1174 attributeSpecifiers 1175 ); 1176 } 1177 1178 public org.opencrx.kernel.depot1.cci.CreditBookingClass getCreditBookingClass( 1182 ) { 1183 return (org.opencrx.kernel.depot1.cci.CreditBookingClass)refClass( 1184 "org:opencrx:kernel:depot1:CreditBooking" 1185 ); 1186 } 1187 1188 public org.opencrx.kernel.depot1.cci.CreditBookingFilter createCreditBookingFilter( 1192 ) { 1193 return (org.opencrx.kernel.depot1.cci.CreditBookingFilter)this.refCreateFilter( 1194 "org:opencrx:kernel:depot1:CreditBooking", 1195 null, 1196 null 1197 ); 1198 } 1199 1200 public org.opencrx.kernel.depot1.cci.CreditBookingFilter createCreditBookingFilter( 1201 org.openmdx.compatibility.base.query.FilterProperty[] filterProperties, 1202 org.openmdx.compatibility.base.dataprovider.cci.AttributeSpecifier[] attributeSpecifiers 1203 ) { 1204 return (org.opencrx.kernel.depot1.cci.CreditBookingFilter)this.refCreateFilter( 1205 "org:opencrx:kernel:depot1:CreditBooking", 1206 filterProperties, 1207 attributeSpecifiers 1208 ); 1209 } 1210 1211 public org.opencrx.kernel.depot1.cci.CancelCompoundBookingResult createCancelCompoundBookingResult( 1215 org.opencrx.kernel.depot1.cci.CompoundBooking cancelBooking 1216 , short status 1217 , String statusMessage 1218 ) { 1219 java.util.List args = new java.util.ArrayList (); 1220 args.add(cancelBooking); 1221 args.add(new Short (status)); 1222 args.add(statusMessage); 1223 return (org.opencrx.kernel.depot1.cci.CancelCompoundBookingResult)this.refCreateStruct( 1224 "org:opencrx:kernel:depot1:CancelCompoundBookingResult", 1225 args 1226 ); 1227 } 1228 public org.opencrx.kernel.depot1.cci.CancelCompoundBookingResultFilter createCancelCompoundBookingResultFilter( 1232 ) { 1233 return (org.opencrx.kernel.depot1.cci.CancelCompoundBookingResultFilter)this.refCreateFilter( 1234 "org:opencrx:kernel:depot1:CancelCompoundBookingResult", 1235 null, 1236 null 1237 ); 1238 } 1239 1240 public org.opencrx.kernel.depot1.cci.CancelCompoundBookingResultFilter createCancelCompoundBookingResultFilter( 1241 org.openmdx.compatibility.base.query.FilterProperty[] filterProperties, 1242 org.openmdx.compatibility.base.dataprovider.cci.AttributeSpecifier[] attributeSpecifiers 1243 ) { 1244 return (org.opencrx.kernel.depot1.cci.CancelCompoundBookingResultFilter)this.refCreateFilter( 1245 "org:opencrx:kernel:depot1:CancelCompoundBookingResult", 1246 filterProperties, 1247 attributeSpecifiers 1248 ); 1249 } 1250 1251 public org.opencrx.kernel.depot1.cci.OpenDepotPositionResult createOpenDepotPositionResult( 1255 org.opencrx.kernel.depot1.cci.DepotPosition depotPosition 1256 , short status 1257 , String statusMessage 1258 ) { 1259 java.util.List args = new java.util.ArrayList (); 1260 args.add(depotPosition); 1261 args.add(new Short (status)); 1262 args.add(statusMessage); 1263 return (org.opencrx.kernel.depot1.cci.OpenDepotPositionResult)this.refCreateStruct( 1264 "org:opencrx:kernel:depot1:OpenDepotPositionResult", 1265 args 1266 ); 1267 } 1268 public org.opencrx.kernel.depot1.cci.OpenDepotPositionResultFilter createOpenDepotPositionResultFilter( 1272 ) { 1273 return (org.opencrx.kernel.depot1.cci.OpenDepotPositionResultFilter)this.refCreateFilter( 1274 "org:opencrx:kernel:depot1:OpenDepotPositionResult", 1275 null, 1276 null 1277 ); 1278 } 1279 1280 public org.opencrx.kernel.depot1.cci.OpenDepotPositionResultFilter createOpenDepotPositionResultFilter( 1281 org.openmdx.compatibility.base.query.FilterProperty[] filterProperties, 1282 org.openmdx.compatibility.base.dataprovider.cci.AttributeSpecifier[] attributeSpecifiers 1283 ) { 1284 return (org.opencrx.kernel.depot1.cci.OpenDepotPositionResultFilter)this.refCreateFilter( 1285 "org:opencrx:kernel:depot1:OpenDepotPositionResult", 1286 filterProperties, 1287 attributeSpecifiers 1288 ); 1289 } 1290 1291 public org.opencrx.kernel.depot1.cci.ProductDepotPositionClass getProductDepotPositionClass( 1295 ) { 1296 return (org.opencrx.kernel.depot1.cci.ProductDepotPositionClass)refClass( 1297 "org:opencrx:kernel:depot1:ProductDepotPosition" 1298 ); 1299 } 1300 1301 public org.opencrx.kernel.depot1.cci.ProductDepotPositionFilter createProductDepotPositionFilter( 1305 ) { 1306 return (org.opencrx.kernel.depot1.cci.ProductDepotPositionFilter)this.refCreateFilter( 1307 "org:opencrx:kernel:depot1:ProductDepotPosition", 1308 null, 1309 null 1310 ); 1311 } 1312 1313 public org.opencrx.kernel.depot1.cci.ProductDepotPositionFilter createProductDepotPositionFilter( 1314 org.openmdx.compatibility.base.query.FilterProperty[] filterProperties, 1315 org.openmdx.compatibility.base.dataprovider.cci.AttributeSpecifier[] attributeSpecifiers 1316 ) { 1317 return (org.opencrx.kernel.depot1.cci.ProductDepotPositionFilter)this.refCreateFilter( 1318 "org:opencrx:kernel:depot1:ProductDepotPosition", 1319 filterProperties, 1320 attributeSpecifiers 1321 ); 1322 } 1323 1324 public org.opencrx.kernel.depot1.cci.DepotReportItemCreditClass getDepotReportItemCreditClass( 1328 ) { 1329 return (org.opencrx.kernel.depot1.cci.DepotReportItemCreditClass)refClass( 1330 "org:opencrx:kernel:depot1:DepotReportItemCredit" 1331 ); 1332 } 1333 1334 public org.opencrx.kernel.depot1.cci.DepotReportItemCreditFilter createDepotReportItemCreditFilter( 1338 ) { 1339 return (org.opencrx.kernel.depot1.cci.DepotReportItemCreditFilter)this.refCreateFilter( 1340 "org:opencrx:kernel:depot1:DepotReportItemCredit", 1341 null, 1342 null 1343 ); 1344 } 1345 1346 public org.opencrx.kernel.depot1.cci.DepotReportItemCreditFilter createDepotReportItemCreditFilter( 1347 org.openmdx.compatibility.base.query.FilterProperty[] filterProperties, 1348 org.openmdx.compatibility.base.dataprovider.cci.AttributeSpecifier[] attributeSpecifiers 1349 ) { 1350 return (org.opencrx.kernel.depot1.cci.DepotReportItemCreditFilter)this.refCreateFilter( 1351 "org:opencrx:kernel:depot1:DepotReportItemCredit", 1352 filterProperties, 1353 attributeSpecifiers 1354 ); 1355 } 1356 1357 public org.opencrx.kernel.depot1.cci.CreateBookingByPositionParams createCreateBookingByPositionParams( 1361 org.opencrx.kernel.depot1.cci.BookingText bookingText 1362 , String bookingTextName 1363 , short bookingType 1364 , org.opencrx.kernel.depot1.cci.DepotPosition positionCredit 1365 , org.opencrx.kernel.depot1.cci.DepotPosition positionDebit 1366 , java.math.BigDecimal quantity 1367 , org.opencrx.kernel.depot1.cci.CompoundBooking reversalOf 1368 , java.util.Date valueDate 1369 ) { 1370 java.util.List args = new java.util.ArrayList (); 1371 args.add(bookingText); 1372 args.add(bookingTextName); 1373 args.add(new Short (bookingType)); 1374 args.add(positionCredit); 1375 args.add(positionDebit); 1376 args.add(quantity); 1377 args.add(reversalOf); 1378 args.add(valueDate); 1379 return (org.opencrx.kernel.depot1.cci.CreateBookingByPositionParams)this.refCreateStruct( 1380 "org:opencrx:kernel:depot1:CreateBookingByPositionParams", 1381 args 1382 ); 1383 } 1384 public org.opencrx.kernel.depot1.cci.CreateBookingByPositionParamsFilter createCreateBookingByPositionParamsFilter( 1388 ) { 1389 return (org.opencrx.kernel.depot1.cci.CreateBookingByPositionParamsFilter)this.refCreateFilter( 1390 "org:opencrx:kernel:depot1:CreateBookingByPositionParams", 1391 null, 1392 null 1393 ); 1394 } 1395 1396 public org.opencrx.kernel.depot1.cci.CreateBookingByPositionParamsFilter createCreateBookingByPositionParamsFilter( 1397 org.openmdx.compatibility.base.query.FilterProperty[] filterProperties, 1398 org.openmdx.compatibility.base.dataprovider.cci.AttributeSpecifier[] attributeSpecifiers 1399 ) { 1400 return (org.opencrx.kernel.depot1.cci.CreateBookingByPositionParamsFilter)this.refCreateFilter( 1401 "org:opencrx:kernel:depot1:CreateBookingByPositionParams", 1402 filterProperties, 1403 attributeSpecifiers 1404 ); 1405 } 1406 1407 public org.opencrx.kernel.depot1.cci.BundledProductDepotPositionClass getBundledProductDepotPositionClass( 1411 ) { 1412 return (org.opencrx.kernel.depot1.cci.BundledProductDepotPositionClass)refClass( 1413 "org:opencrx:kernel:depot1:BundledProductDepotPosition" 1414 ); 1415 } 1416 1417 public org.opencrx.kernel.depot1.cci.BundledProductDepotPositionFilter createBundledProductDepotPositionFilter( 1421 ) { 1422 return (org.opencrx.kernel.depot1.cci.BundledProductDepotPositionFilter)this.refCreateFilter( 1423 "org:opencrx:kernel:depot1:BundledProductDepotPosition", 1424 null, 1425 null 1426 ); 1427 } 1428 1429 public org.opencrx.kernel.depot1.cci.BundledProductDepotPositionFilter createBundledProductDepotPositionFilter( 1430 org.openmdx.compatibility.base.query.FilterProperty[] filterProperties, 1431 org.openmdx.compatibility.base.dataprovider.cci.AttributeSpecifier[] attributeSpecifiers 1432 ) { 1433 return (org.opencrx.kernel.depot1.cci.BundledProductDepotPositionFilter)this.refCreateFilter( 1434 "org:opencrx:kernel:depot1:BundledProductDepotPosition", 1435 filterProperties, 1436 attributeSpecifiers 1437 ); 1438 } 1439 1440 public org.opencrx.kernel.depot1.cci.SiteClass getSiteClass( 1444 ) { 1445 return (org.opencrx.kernel.depot1.cci.SiteClass)refClass( 1446 "org:opencrx:kernel:depot1:Site" 1447 ); 1448 } 1449 1450 public org.opencrx.kernel.depot1.cci.SiteFilter createSiteFilter( 1454 ) { 1455 return (org.opencrx.kernel.depot1.cci.SiteFilter)this.refCreateFilter( 1456 "org:opencrx:kernel:depot1:Site", 1457 null, 1458 null 1459 ); 1460 } 1461 1462 public org.opencrx.kernel.depot1.cci.SiteFilter createSiteFilter( 1463 org.openmdx.compatibility.base.query.FilterProperty[] filterProperties, 1464 org.openmdx.compatibility.base.dataprovider.cci.AttributeSpecifier[] attributeSpecifiers 1465 ) { 1466 return (org.opencrx.kernel.depot1.cci.SiteFilter)this.refCreateFilter( 1467 "org:opencrx:kernel:depot1:Site", 1468 filterProperties, 1469 attributeSpecifiers 1470 ); 1471 } 1472 1473 public org.opencrx.kernel.depot1.cci.DepotGroupClass getDepotGroupClass( 1477 ) { 1478 return (org.opencrx.kernel.depot1.cci.DepotGroupClass)refClass( 1479 "org:opencrx:kernel:depot1:DepotGroup" 1480 ); 1481 } 1482 1483 public org.opencrx.kernel.depot1.cci.DepotGroupFilter createDepotGroupFilter( 1487 ) { 1488 return (org.opencrx.kernel.depot1.cci.DepotGroupFilter)this.refCreateFilter( 1489 "org:opencrx:kernel:depot1:DepotGroup", 1490 null, 1491 null 1492 ); 1493 } 1494 1495 public org.opencrx.kernel.depot1.cci.DepotGroupFilter createDepotGroupFilter( 1496 org.openmdx.compatibility.base.query.FilterProperty[] filterProperties, 1497 org.openmdx.compatibility.base.dataprovider.cci.AttributeSpecifier[] attributeSpecifiers 1498 ) { 1499 return (org.opencrx.kernel.depot1.cci.DepotGroupFilter)this.refCreateFilter( 1500 "org:opencrx:kernel:depot1:DepotGroup", 1501 filterProperties, 1502 attributeSpecifiers 1503 ); 1504 } 1505 1506 public org.opencrx.kernel.depot1.cci.DepotClass getDepotClass( 1510 ) { 1511 return (org.opencrx.kernel.depot1.cci.DepotClass)refClass( 1512 "org:opencrx:kernel:depot1:Depot" 1513 ); 1514 } 1515 1516 public org.opencrx.kernel.depot1.cci.DepotFilter createDepotFilter( 1520 ) { 1521 return (org.opencrx.kernel.depot1.cci.DepotFilter)this.refCreateFilter( 1522 "org:opencrx:kernel:depot1:Depot", 1523 null, 1524 null 1525 ); 1526 } 1527 1528 public org.opencrx.kernel.depot1.cci.DepotFilter createDepotFilter( 1529 org.openmdx.compatibility.base.query.FilterProperty[] filterProperties, 1530 org.openmdx.compatibility.base.dataprovider.cci.AttributeSpecifier[] attributeSpecifiers 1531 ) { 1532 return (org.opencrx.kernel.depot1.cci.DepotFilter)this.refCreateFilter( 1533 "org:opencrx:kernel:depot1:Depot", 1534 filterProperties, 1535 attributeSpecifiers 1536 ); 1537 } 1538 1539 public org.opencrx.kernel.depot1.cci.DebitBookingClass getDebitBookingClass( 1543 ) { 1544 return (org.opencrx.kernel.depot1.cci.DebitBookingClass)refClass( 1545 "org:opencrx:kernel:depot1:DebitBooking" 1546 ); 1547 } 1548 1549 public org.opencrx.kernel.depot1.cci.DebitBookingFilter createDebitBookingFilter( 1553 ) { 1554 return (org.opencrx.kernel.depot1.cci.DebitBookingFilter)this.refCreateFilter( 1555 "org:opencrx:kernel:depot1:DebitBooking", 1556 null, 1557 null 1558 ); 1559 } 1560 1561 public org.opencrx.kernel.depot1.cci.DebitBookingFilter createDebitBookingFilter( 1562 org.openmdx.compatibility.base.query.FilterProperty[] filterProperties, 1563 org.openmdx.compatibility.base.dataprovider.cci.AttributeSpecifier[] attributeSpecifiers 1564 ) { 1565 return (org.opencrx.kernel.depot1.cci.DebitBookingFilter)this.refCreateFilter( 1566 "org:opencrx:kernel:depot1:DebitBooking", 1567 filterProperties, 1568 attributeSpecifiers 1569 ); 1570 } 1571 1572 public org.opencrx.kernel.depot1.cci.PhoneNumberClass getPhoneNumberClass( 1576 ) { 1577 return (org.opencrx.kernel.depot1.cci.PhoneNumberClass)refClass( 1578 "org:opencrx:kernel:depot1:PhoneNumber" 1579 ); 1580 } 1581 1582 public org.opencrx.kernel.depot1.cci.PhoneNumberFilter createPhoneNumberFilter( 1586 ) { 1587 return (org.opencrx.kernel.depot1.cci.PhoneNumberFilter)this.refCreateFilter( 1588 "org:opencrx:kernel:depot1:PhoneNumber", 1589 null, 1590 null 1591 ); 1592 } 1593 1594 public org.opencrx.kernel.depot1.cci.PhoneNumberFilter createPhoneNumberFilter( 1595 org.openmdx.compatibility.base.query.FilterProperty[] filterProperties, 1596 org.openmdx.compatibility.base.dataprovider.cci.AttributeSpecifier[] attributeSpecifiers 1597 ) { 1598 return (org.opencrx.kernel.depot1.cci.PhoneNumberFilter)this.refCreateFilter( 1599 "org:opencrx:kernel:depot1:PhoneNumber", 1600 filterProperties, 1601 attributeSpecifiers 1602 ); 1603 } 1604 1605 public org.opencrx.kernel.depot1.cci.ProductBundleDepotPositionClass getProductBundleDepotPositionClass( 1609 ) { 1610 return (org.opencrx.kernel.depot1.cci.ProductBundleDepotPositionClass)refClass( 1611 "org:opencrx:kernel:depot1:ProductBundleDepotPosition" 1612 ); 1613 } 1614 1615 public org.opencrx.kernel.depot1.cci.ProductBundleDepotPositionFilter createProductBundleDepotPositionFilter( 1619 ) { 1620 return (org.opencrx.kernel.depot1.cci.ProductBundleDepotPositionFilter)this.refCreateFilter( 1621 "org:opencrx:kernel:depot1:ProductBundleDepotPosition", 1622 null, 1623 null 1624 ); 1625 } 1626 1627 public org.opencrx.kernel.depot1.cci.ProductBundleDepotPositionFilter createProductBundleDepotPositionFilter( 1628 org.openmdx.compatibility.base.query.FilterProperty[] filterProperties, 1629 org.openmdx.compatibility.base.dataprovider.cci.AttributeSpecifier[] attributeSpecifiers 1630 ) { 1631 return (org.opencrx.kernel.depot1.cci.ProductBundleDepotPositionFilter)this.refCreateFilter( 1632 "org:opencrx:kernel:depot1:ProductBundleDepotPosition", 1633 filterProperties, 1634 attributeSpecifiers 1635 ); 1636 } 1637 1638 public org.opencrx.kernel.depot1.cci.DepotTypeClass getDepotTypeClass( 1642 ) { 1643 return (org.opencrx.kernel.depot1.cci.DepotTypeClass)refClass( 1644 "org:opencrx:kernel:depot1:DepotType" 1645 ); 1646 } 1647 1648 public org.opencrx.kernel.depot1.cci.DepotTypeFilter createDepotTypeFilter( 1652 ) { 1653 return (org.opencrx.kernel.depot1.cci.DepotTypeFilter)this.refCreateFilter( 1654 "org:opencrx:kernel:depot1:DepotType", 1655 null, 1656 null 1657 ); 1658 } 1659 1660 public org.opencrx.kernel.depot1.cci.DepotTypeFilter createDepotTypeFilter( 1661 org.openmdx.compatibility.base.query.FilterProperty[] filterProperties, 1662 org.openmdx.compatibility.base.dataprovider.cci.AttributeSpecifier[] attributeSpecifiers 1663 ) { 1664 return (org.opencrx.kernel.depot1.cci.DepotTypeFilter)this.refCreateFilter( 1665 "org:opencrx:kernel:depot1:DepotType", 1666 filterProperties, 1667 attributeSpecifiers 1668 ); 1669 } 1670 1671 public org.opencrx.kernel.depot1.cci.DepotAddressFilter createDepotAddressFilter( 1675 ) { 1676 return (org.opencrx.kernel.depot1.cci.DepotAddressFilter)this.refCreateFilter( 1677 "org:opencrx:kernel:depot1:DepotAddress", 1678 null, 1679 null 1680 ); 1681 } 1682 1683 public org.opencrx.kernel.depot1.cci.DepotAddressFilter createDepotAddressFilter( 1684 org.openmdx.compatibility.base.query.FilterProperty[] filterProperties, 1685 org.openmdx.compatibility.base.dataprovider.cci.AttributeSpecifier[] attributeSpecifiers 1686 ) { 1687 return (org.opencrx.kernel.depot1.cci.DepotAddressFilter)this.refCreateFilter( 1688 "org:opencrx:kernel:depot1:DepotAddress", 1689 filterProperties, 1690 attributeSpecifiers 1691 ); 1692 } 1693 1694 public org.opencrx.kernel.depot1.cci.ClosePeriodParams createClosePeriodParams( 1698 java.util.Date periodEndsAtExclusive 1699 ) { 1700 java.util.List args = new java.util.ArrayList (); 1701 args.add(periodEndsAtExclusive); 1702 return (org.opencrx.kernel.depot1.cci.ClosePeriodParams)this.refCreateStruct( 1703 "org:opencrx:kernel:depot1:ClosePeriodParams", 1704 args 1705 ); 1706 } 1707 public org.opencrx.kernel.depot1.cci.ClosePeriodParamsFilter createClosePeriodParamsFilter( 1711 ) { 1712 return (org.opencrx.kernel.depot1.cci.ClosePeriodParamsFilter)this.refCreateFilter( 1713 "org:opencrx:kernel:depot1:ClosePeriodParams", 1714 null, 1715 null 1716 ); 1717 } 1718 1719 public org.opencrx.kernel.depot1.cci.ClosePeriodParamsFilter createClosePeriodParamsFilter( 1720 org.openmdx.compatibility.base.query.FilterProperty[] filterProperties, 1721 org.openmdx.compatibility.base.dataprovider.cci.AttributeSpecifier[] attributeSpecifiers 1722 ) { 1723 return (org.opencrx.kernel.depot1.cci.ClosePeriodParamsFilter)this.refCreateFilter( 1724 "org:opencrx:kernel:depot1:ClosePeriodParams", 1725 filterProperties, 1726 attributeSpecifiers 1727 ); 1728 } 1729 1730 public org.opencrx.kernel.depot1.cci.BookingTextClass getBookingTextClass( 1734 ) { 1735 return (org.opencrx.kernel.depot1.cci.BookingTextClass)refClass( 1736 "org:opencrx:kernel:depot1:BookingText" 1737 ); 1738 } 1739 1740 public org.opencrx.kernel.depot1.cci.BookingTextFilter createBookingTextFilter( 1744 ) { 1745 return (org.opencrx.kernel.depot1.cci.BookingTextFilter)this.refCreateFilter( 1746 "org:opencrx:kernel:depot1:BookingText", 1747 null, 1748 null 1749 ); 1750 } 1751 1752 public org.opencrx.kernel.depot1.cci.BookingTextFilter createBookingTextFilter( 1753 org.openmdx.compatibility.base.query.FilterProperty[] filterProperties, 1754 org.openmdx.compatibility.base.dataprovider.cci.AttributeSpecifier[] attributeSpecifiers 1755 ) { 1756 return (org.opencrx.kernel.depot1.cci.BookingTextFilter)this.refCreateFilter( 1757 "org:opencrx:kernel:depot1:BookingText", 1758 filterProperties, 1759 attributeSpecifiers 1760 ); 1761 } 1762 1763 public org.opencrx.kernel.depot1.cci.BookingFilter createBookingFilter( 1767 ) { 1768 return (org.opencrx.kernel.depot1.cci.BookingFilter)this.refCreateFilter( 1769 "org:opencrx:kernel:depot1:Booking", 1770 null, 1771 null 1772 ); 1773 } 1774 1775 public org.opencrx.kernel.depot1.cci.BookingFilter createBookingFilter( 1776 org.openmdx.compatibility.base.query.FilterProperty[] filterProperties, 1777 org.openmdx.compatibility.base.dataprovider.cci.AttributeSpecifier[] attributeSpecifiers 1778 ) { 1779 return (org.opencrx.kernel.depot1.cci.BookingFilter)this.refCreateFilter( 1780 "org:opencrx:kernel:depot1:Booking", 1781 filterProperties, 1782 attributeSpecifiers 1783 ); 1784 } 1785 1786 public org.opencrx.kernel.depot1.cci.DepotReportItemFilter createDepotReportItemFilter( 1790 ) { 1791 return (org.opencrx.kernel.depot1.cci.DepotReportItemFilter)this.refCreateFilter( 1792 "org:opencrx:kernel:depot1:DepotReportItem", 1793 null, 1794 null 1795 ); 1796 } 1797 1798 public org.opencrx.kernel.depot1.cci.DepotReportItemFilter createDepotReportItemFilter( 1799 org.openmdx.compatibility.base.query.FilterProperty[] filterProperties, 1800 org.openmdx.compatibility.base.dataprovider.cci.AttributeSpecifier[] attributeSpecifiers 1801 ) { 1802 return (org.opencrx.kernel.depot1.cci.DepotReportItemFilter)this.refCreateFilter( 1803 "org:opencrx:kernel:depot1:DepotReportItem", 1804 filterProperties, 1805 attributeSpecifiers 1806 ); 1807 } 1808 1809 public org.opencrx.kernel.depot1.cci.CloseDepotPositionParams createCloseDepotPositionParams( 1813 java.util.Date closingDate 1814 ) { 1815 java.util.List args = new java.util.ArrayList (); 1816 args.add(closingDate); 1817 return (org.opencrx.kernel.depot1.cci.CloseDepotPositionParams)this.refCreateStruct( 1818 "org:opencrx:kernel:depot1:CloseDepotPositionParams", 1819 args 1820 ); 1821 } 1822 public org.opencrx.kernel.depot1.cci.CloseDepotPositionParamsFilter createCloseDepotPositionParamsFilter( 1826 ) { 1827 return (org.opencrx.kernel.depot1.cci.CloseDepotPositionParamsFilter)this.refCreateFilter( 1828 "org:opencrx:kernel:depot1:CloseDepotPositionParams", 1829 null, 1830 null 1831 ); 1832 } 1833 1834 public org.opencrx.kernel.depot1.cci.CloseDepotPositionParamsFilter createCloseDepotPositionParamsFilter( 1835 org.openmdx.compatibility.base.query.FilterProperty[] filterProperties, 1836 org.openmdx.compatibility.base.dataprovider.cci.AttributeSpecifier[] attributeSpecifiers 1837 ) { 1838 return (org.opencrx.kernel.depot1.cci.CloseDepotPositionParamsFilter)this.refCreateFilter( 1839 "org:opencrx:kernel:depot1:CloseDepotPositionParams", 1840 filterProperties, 1841 attributeSpecifiers 1842 ); 1843 } 1844 1845 public org.opencrx.kernel.depot1.cci.CreateReportResult createCreateReportResult( 1849 org.opencrx.kernel.depot1.cci.DepotReport report 1850 , short status 1851 , String statusMessage 1852 ) { 1853 java.util.List args = new java.util.ArrayList (); 1854 args.add(report); 1855 args.add(new Short (status)); 1856 args.add(statusMessage); 1857 return (org.opencrx.kernel.depot1.cci.CreateReportResult)this.refCreateStruct( 1858 "org:opencrx:kernel:depot1:CreateReportResult", 1859 args 1860 ); 1861 } 1862 public org.opencrx.kernel.depot1.cci.CreateReportResultFilter createCreateReportResultFilter( 1866 ) { 1867 return (org.opencrx.kernel.depot1.cci.CreateReportResultFilter)this.refCreateFilter( 1868 "org:opencrx:kernel:depot1:CreateReportResult", 1869 null, 1870 null 1871 ); 1872 } 1873 1874 public org.opencrx.kernel.depot1.cci.CreateReportResultFilter createCreateReportResultFilter( 1875 org.openmdx.compatibility.base.query.FilterProperty[] filterProperties, 1876 org.openmdx.compatibility.base.dataprovider.cci.AttributeSpecifier[] attributeSpecifiers 1877 ) { 1878 return (org.opencrx.kernel.depot1.cci.CreateReportResultFilter)this.refCreateFilter( 1879 "org:opencrx:kernel:depot1:CreateReportResult", 1880 filterProperties, 1881 attributeSpecifiers 1882 ); 1883 } 1884 1885 1889 public String refMofId( 1890 ) { 1891 return "org:opencrx:kernel:depot1:depot1"; 1892 } 1893 1894} 1895 | Popular Tags |