001// -------------------------------------------------------------------------------- 002// Copyright 2002-2025 Echo Three, LLC 003// 004// Licensed under the Apache License, Version 2.0 (the "License"); 005// you may not use this file except in compliance with the License. 006// You may obtain a copy of the License at 007// 008// http://www.apache.org/licenses/LICENSE-2.0 009// 010// Unless required by applicable law or agreed to in writing, software 011// distributed under the License is distributed on an "AS IS" BASIS, 012// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 013// See the License for the specific language governing permissions and 014// limitations under the License. 015// -------------------------------------------------------------------------------- 016// Generated File -- DO NOT EDIT BY HAND 017// -------------------------------------------------------------------------------- 018 019/** 020 * InventoryFormsImpl.java 021 */ 022 023package com.echothree.control.user.inventory.server; 024 025import com.echothree.control.user.inventory.common.edit.*; 026import com.echothree.control.user.inventory.common.form.*; 027import com.echothree.control.user.inventory.common.spec.*; 028 029public class InventoryFormsImpl { 030 031 public LotAliasTypeDescriptionEdit getLotAliasTypeDescriptionEdit() { 032 return InventoryEditFactory.getLotAliasTypeDescriptionEdit(); 033 } 034 035 public LotAliasEdit getLotAliasEdit() { 036 return InventoryEditFactory.getLotAliasEdit(); 037 } 038 039 public InventoryTransactionTypeDescriptionEdit getInventoryTransactionTypeDescriptionEdit() { 040 return InventoryEditFactory.getInventoryTransactionTypeDescriptionEdit(); 041 } 042 043 public InventoryTransactionTypeEdit getInventoryTransactionTypeEdit() { 044 return InventoryEditFactory.getInventoryTransactionTypeEdit(); 045 } 046 047 public InventoryLocationGroupVolumeEdit getInventoryLocationGroupVolumeEdit() { 048 return InventoryEditFactory.getInventoryLocationGroupVolumeEdit(); 049 } 050 051 public LotTimeTypeEdit getLotTimeTypeEdit() { 052 return InventoryEditFactory.getLotTimeTypeEdit(); 053 } 054 055 public InventoryAdjustmentTypeEdit getInventoryAdjustmentTypeEdit() { 056 return InventoryEditFactory.getInventoryAdjustmentTypeEdit(); 057 } 058 059 public InventoryLocationGroupEdit getInventoryLocationGroupEdit() { 060 return InventoryEditFactory.getInventoryLocationGroupEdit(); 061 } 062 063 public AllocationPriorityEdit getAllocationPriorityEdit() { 064 return InventoryEditFactory.getAllocationPriorityEdit(); 065 } 066 067 public LotAliasTypeEdit getLotAliasTypeEdit() { 068 return InventoryEditFactory.getLotAliasTypeEdit(); 069 } 070 071 public LotTimeTypeDescriptionEdit getLotTimeTypeDescriptionEdit() { 072 return InventoryEditFactory.getLotTimeTypeDescriptionEdit(); 073 } 074 075 public InventoryAdjustmentTypeDescriptionEdit getInventoryAdjustmentTypeDescriptionEdit() { 076 return InventoryEditFactory.getInventoryAdjustmentTypeDescriptionEdit(); 077 } 078 079 public InventoryConditionEdit getInventoryConditionEdit() { 080 return InventoryEditFactory.getInventoryConditionEdit(); 081 } 082 083 public PartyInventoryLevelEdit getPartyInventoryLevelEdit() { 084 return InventoryEditFactory.getPartyInventoryLevelEdit(); 085 } 086 087 public AllocationPriorityDescriptionEdit getAllocationPriorityDescriptionEdit() { 088 return InventoryEditFactory.getAllocationPriorityDescriptionEdit(); 089 } 090 091 public InventoryConditionDescriptionEdit getInventoryConditionDescriptionEdit() { 092 return InventoryEditFactory.getInventoryConditionDescriptionEdit(); 093 } 094 095 public InventoryLocationGroupCapacityEdit getInventoryLocationGroupCapacityEdit() { 096 return InventoryEditFactory.getInventoryLocationGroupCapacityEdit(); 097 } 098 099 public InventoryLocationGroupDescriptionEdit getInventoryLocationGroupDescriptionEdit() { 100 return InventoryEditFactory.getInventoryLocationGroupDescriptionEdit(); 101 } 102 103 public DeleteInventoryConditionForm getDeleteInventoryConditionForm() { 104 return InventoryFormFactory.getDeleteInventoryConditionForm(); 105 } 106 107 public GetLotAliasTypeDescriptionsForm getGetLotAliasTypeDescriptionsForm() { 108 return InventoryFormFactory.getGetLotAliasTypeDescriptionsForm(); 109 } 110 111 public CreateInventoryConditionUseTypeForm getCreateInventoryConditionUseTypeForm() { 112 return InventoryFormFactory.getCreateInventoryConditionUseTypeForm(); 113 } 114 115 public GetInventoryConditionsForm getGetInventoryConditionsForm() { 116 return InventoryFormFactory.getGetInventoryConditionsForm(); 117 } 118 119 public DeletePartyInventoryLevelForm getDeletePartyInventoryLevelForm() { 120 return InventoryFormFactory.getDeletePartyInventoryLevelForm(); 121 } 122 123 public CreateLotTimeTypeDescriptionForm getCreateLotTimeTypeDescriptionForm() { 124 return InventoryFormFactory.getCreateLotTimeTypeDescriptionForm(); 125 } 126 127 public GetInventoryAdjustmentTypesForm getGetInventoryAdjustmentTypesForm() { 128 return InventoryFormFactory.getGetInventoryAdjustmentTypesForm(); 129 } 130 131 public GetInventoryAdjustmentTypeChoicesForm getGetInventoryAdjustmentTypeChoicesForm() { 132 return InventoryFormFactory.getGetInventoryAdjustmentTypeChoicesForm(); 133 } 134 135 public GetLotAliasTypesForm getGetLotAliasTypesForm() { 136 return InventoryFormFactory.getGetLotAliasTypesForm(); 137 } 138 139 public CreateInventoryTransactionTypeForm getCreateInventoryTransactionTypeForm() { 140 return InventoryFormFactory.getCreateInventoryTransactionTypeForm(); 141 } 142 143 public CreateInventoryLocationGroupCapacityForm getCreateInventoryLocationGroupCapacityForm() { 144 return InventoryFormFactory.getCreateInventoryLocationGroupCapacityForm(); 145 } 146 147 public CreateInventoryTransactionTypeDescriptionForm getCreateInventoryTransactionTypeDescriptionForm() { 148 return InventoryFormFactory.getCreateInventoryTransactionTypeDescriptionForm(); 149 } 150 151 public GetInventoryConditionChoicesForm getGetInventoryConditionChoicesForm() { 152 return InventoryFormFactory.getGetInventoryConditionChoicesForm(); 153 } 154 155 public CreateInventoryConditionForm getCreateInventoryConditionForm() { 156 return InventoryFormFactory.getCreateInventoryConditionForm(); 157 } 158 159 public SetDefaultAllocationPriorityForm getSetDefaultAllocationPriorityForm() { 160 return InventoryFormFactory.getSetDefaultAllocationPriorityForm(); 161 } 162 163 public CreateInventoryLocationGroupForm getCreateInventoryLocationGroupForm() { 164 return InventoryFormFactory.getCreateInventoryLocationGroupForm(); 165 } 166 167 public EditPartyInventoryLevelForm getEditPartyInventoryLevelForm() { 168 return InventoryFormFactory.getEditPartyInventoryLevelForm(); 169 } 170 171 public EditInventoryLocationGroupVolumeForm getEditInventoryLocationGroupVolumeForm() { 172 return InventoryFormFactory.getEditInventoryLocationGroupVolumeForm(); 173 } 174 175 public SetDefaultInventoryLocationGroupForm getSetDefaultInventoryLocationGroupForm() { 176 return InventoryFormFactory.getSetDefaultInventoryLocationGroupForm(); 177 } 178 179 public CreateInventoryConditionUseForm getCreateInventoryConditionUseForm() { 180 return InventoryFormFactory.getCreateInventoryConditionUseForm(); 181 } 182 183 public GetInventoryConditionDescriptionsForm getGetInventoryConditionDescriptionsForm() { 184 return InventoryFormFactory.getGetInventoryConditionDescriptionsForm(); 185 } 186 187 public SetInventoryLocationGroupStatusForm getSetInventoryLocationGroupStatusForm() { 188 return InventoryFormFactory.getSetInventoryLocationGroupStatusForm(); 189 } 190 191 public GetLotForm getGetLotForm() { 192 return InventoryFormFactory.getGetLotForm(); 193 } 194 195 public DeleteInventoryConditionDescriptionForm getDeleteInventoryConditionDescriptionForm() { 196 return InventoryFormFactory.getDeleteInventoryConditionDescriptionForm(); 197 } 198 199 public DeleteInventoryTransactionTypeDescriptionForm getDeleteInventoryTransactionTypeDescriptionForm() { 200 return InventoryFormFactory.getDeleteInventoryTransactionTypeDescriptionForm(); 201 } 202 203 public EditLotTimeTypeForm getEditLotTimeTypeForm() { 204 return InventoryFormFactory.getEditLotTimeTypeForm(); 205 } 206 207 public DeleteLotAliasForm getDeleteLotAliasForm() { 208 return InventoryFormFactory.getDeleteLotAliasForm(); 209 } 210 211 public GetLotTimeTypeChoicesForm getGetLotTimeTypeChoicesForm() { 212 return InventoryFormFactory.getGetLotTimeTypeChoicesForm(); 213 } 214 215 public SetDefaultLotTimeTypeForm getSetDefaultLotTimeTypeForm() { 216 return InventoryFormFactory.getSetDefaultLotTimeTypeForm(); 217 } 218 219 public EditInventoryTransactionTypeDescriptionForm getEditInventoryTransactionTypeDescriptionForm() { 220 return InventoryFormFactory.getEditInventoryTransactionTypeDescriptionForm(); 221 } 222 223 public GetInventoryConditionUseTypesForm getGetInventoryConditionUseTypesForm() { 224 return InventoryFormFactory.getGetInventoryConditionUseTypesForm(); 225 } 226 227 public EditAllocationPriorityForm getEditAllocationPriorityForm() { 228 return InventoryFormFactory.getEditAllocationPriorityForm(); 229 } 230 231 public DeleteAllocationPriorityDescriptionForm getDeleteAllocationPriorityDescriptionForm() { 232 return InventoryFormFactory.getDeleteAllocationPriorityDescriptionForm(); 233 } 234 235 public DeleteLotTimeTypeDescriptionForm getDeleteLotTimeTypeDescriptionForm() { 236 return InventoryFormFactory.getDeleteLotTimeTypeDescriptionForm(); 237 } 238 239 public GetAllocationPriorityForm getGetAllocationPriorityForm() { 240 return InventoryFormFactory.getGetAllocationPriorityForm(); 241 } 242 243 public DeleteInventoryLocationGroupForm getDeleteInventoryLocationGroupForm() { 244 return InventoryFormFactory.getDeleteInventoryLocationGroupForm(); 245 } 246 247 public GetLotTimeTypeDescriptionsForm getGetLotTimeTypeDescriptionsForm() { 248 return InventoryFormFactory.getGetLotTimeTypeDescriptionsForm(); 249 } 250 251 public EditAllocationPriorityDescriptionForm getEditAllocationPriorityDescriptionForm() { 252 return InventoryFormFactory.getEditAllocationPriorityDescriptionForm(); 253 } 254 255 public EditInventoryLocationGroupDescriptionForm getEditInventoryLocationGroupDescriptionForm() { 256 return InventoryFormFactory.getEditInventoryLocationGroupDescriptionForm(); 257 } 258 259 public GetInventoryLocationGroupCapacitiesForm getGetInventoryLocationGroupCapacitiesForm() { 260 return InventoryFormFactory.getGetInventoryLocationGroupCapacitiesForm(); 261 } 262 263 public GetLotAliasesForm getGetLotAliasesForm() { 264 return InventoryFormFactory.getGetLotAliasesForm(); 265 } 266 267 public GetInventoryTransactionTypeForm getGetInventoryTransactionTypeForm() { 268 return InventoryFormFactory.getGetInventoryTransactionTypeForm(); 269 } 270 271 public EditInventoryConditionDescriptionForm getEditInventoryConditionDescriptionForm() { 272 return InventoryFormFactory.getEditInventoryConditionDescriptionForm(); 273 } 274 275 public GetAllocationPrioritiesForm getGetAllocationPrioritiesForm() { 276 return InventoryFormFactory.getGetAllocationPrioritiesForm(); 277 } 278 279 public CreateLotAliasForm getCreateLotAliasForm() { 280 return InventoryFormFactory.getCreateLotAliasForm(); 281 } 282 283 public GetAllocationPriorityDescriptionForm getGetAllocationPriorityDescriptionForm() { 284 return InventoryFormFactory.getGetAllocationPriorityDescriptionForm(); 285 } 286 287 public GetInventoryAdjustmentTypeDescriptionForm getGetInventoryAdjustmentTypeDescriptionForm() { 288 return InventoryFormFactory.getGetInventoryAdjustmentTypeDescriptionForm(); 289 } 290 291 public EditLotAliasTypeForm getEditLotAliasTypeForm() { 292 return InventoryFormFactory.getEditLotAliasTypeForm(); 293 } 294 295 public DeleteLotAliasTypeDescriptionForm getDeleteLotAliasTypeDescriptionForm() { 296 return InventoryFormFactory.getDeleteLotAliasTypeDescriptionForm(); 297 } 298 299 public GetLotAliasForm getGetLotAliasForm() { 300 return InventoryFormFactory.getGetLotAliasForm(); 301 } 302 303 public CreatePartyInventoryLevelForm getCreatePartyInventoryLevelForm() { 304 return InventoryFormFactory.getCreatePartyInventoryLevelForm(); 305 } 306 307 public GetInventoryAdjustmentTypeForm getGetInventoryAdjustmentTypeForm() { 308 return InventoryFormFactory.getGetInventoryAdjustmentTypeForm(); 309 } 310 311 public EditLotAliasForm getEditLotAliasForm() { 312 return InventoryFormFactory.getEditLotAliasForm(); 313 } 314 315 public DeleteInventoryLocationGroupVolumeForm getDeleteInventoryLocationGroupVolumeForm() { 316 return InventoryFormFactory.getDeleteInventoryLocationGroupVolumeForm(); 317 } 318 319 public GetPartyInventoryLevelForm getGetPartyInventoryLevelForm() { 320 return InventoryFormFactory.getGetPartyInventoryLevelForm(); 321 } 322 323 public CreateInventoryLocationGroupDescriptionForm getCreateInventoryLocationGroupDescriptionForm() { 324 return InventoryFormFactory.getCreateInventoryLocationGroupDescriptionForm(); 325 } 326 327 public EditInventoryTransactionTypeForm getEditInventoryTransactionTypeForm() { 328 return InventoryFormFactory.getEditInventoryTransactionTypeForm(); 329 } 330 331 public EditLotTimeTypeDescriptionForm getEditLotTimeTypeDescriptionForm() { 332 return InventoryFormFactory.getEditLotTimeTypeDescriptionForm(); 333 } 334 335 public DeleteLotTimeTypeForm getDeleteLotTimeTypeForm() { 336 return InventoryFormFactory.getDeleteLotTimeTypeForm(); 337 } 338 339 public GetInventoryLocationGroupChoicesForm getGetInventoryLocationGroupChoicesForm() { 340 return InventoryFormFactory.getGetInventoryLocationGroupChoicesForm(); 341 } 342 343 public GetInventoryConditionDescriptionForm getGetInventoryConditionDescriptionForm() { 344 return InventoryFormFactory.getGetInventoryConditionDescriptionForm(); 345 } 346 347 public DeleteInventoryConditionUseForm getDeleteInventoryConditionUseForm() { 348 return InventoryFormFactory.getDeleteInventoryConditionUseForm(); 349 } 350 351 public GetAllocationPriorityChoicesForm getGetAllocationPriorityChoicesForm() { 352 return InventoryFormFactory.getGetAllocationPriorityChoicesForm(); 353 } 354 355 public CreateInventoryLocationGroupVolumeForm getCreateInventoryLocationGroupVolumeForm() { 356 return InventoryFormFactory.getCreateInventoryLocationGroupVolumeForm(); 357 } 358 359 public GetInventoryConditionForm getGetInventoryConditionForm() { 360 return InventoryFormFactory.getGetInventoryConditionForm(); 361 } 362 363 public SetDefaultInventoryAdjustmentTypeForm getSetDefaultInventoryAdjustmentTypeForm() { 364 return InventoryFormFactory.getSetDefaultInventoryAdjustmentTypeForm(); 365 } 366 367 public GetPartyInventoryLevelsForm getGetPartyInventoryLevelsForm() { 368 return InventoryFormFactory.getGetPartyInventoryLevelsForm(); 369 } 370 371 public GetInventoryLocationGroupDescriptionsForm getGetInventoryLocationGroupDescriptionsForm() { 372 return InventoryFormFactory.getGetInventoryLocationGroupDescriptionsForm(); 373 } 374 375 public EditInventoryAdjustmentTypeForm getEditInventoryAdjustmentTypeForm() { 376 return InventoryFormFactory.getEditInventoryAdjustmentTypeForm(); 377 } 378 379 public GetInventoryTransactionTypeDescriptionForm getGetInventoryTransactionTypeDescriptionForm() { 380 return InventoryFormFactory.getGetInventoryTransactionTypeDescriptionForm(); 381 } 382 383 public GetInventoryAdjustmentTypeDescriptionsForm getGetInventoryAdjustmentTypeDescriptionsForm() { 384 return InventoryFormFactory.getGetInventoryAdjustmentTypeDescriptionsForm(); 385 } 386 387 public EditInventoryConditionForm getEditInventoryConditionForm() { 388 return InventoryFormFactory.getEditInventoryConditionForm(); 389 } 390 391 public DeleteLotAliasTypeForm getDeleteLotAliasTypeForm() { 392 return InventoryFormFactory.getDeleteLotAliasTypeForm(); 393 } 394 395 public EditInventoryLocationGroupForm getEditInventoryLocationGroupForm() { 396 return InventoryFormFactory.getEditInventoryLocationGroupForm(); 397 } 398 399 public CreateLotAliasTypeDescriptionForm getCreateLotAliasTypeDescriptionForm() { 400 return InventoryFormFactory.getCreateLotAliasTypeDescriptionForm(); 401 } 402 403 public GetLotAliasTypeForm getGetLotAliasTypeForm() { 404 return InventoryFormFactory.getGetLotAliasTypeForm(); 405 } 406 407 public GetLotAliasTypeChoicesForm getGetLotAliasTypeChoicesForm() { 408 return InventoryFormFactory.getGetLotAliasTypeChoicesForm(); 409 } 410 411 public DeleteInventoryLocationGroupCapacityForm getDeleteInventoryLocationGroupCapacityForm() { 412 return InventoryFormFactory.getDeleteInventoryLocationGroupCapacityForm(); 413 } 414 415 public GetInventoryTransactionTypesForm getGetInventoryTransactionTypesForm() { 416 return InventoryFormFactory.getGetInventoryTransactionTypesForm(); 417 } 418 419 public CreateLotTimeTypeForm getCreateLotTimeTypeForm() { 420 return InventoryFormFactory.getCreateLotTimeTypeForm(); 421 } 422 423 public GetInventoryConditionUseTypeChoicesForm getGetInventoryConditionUseTypeChoicesForm() { 424 return InventoryFormFactory.getGetInventoryConditionUseTypeChoicesForm(); 425 } 426 427 public DeleteInventoryLocationGroupDescriptionForm getDeleteInventoryLocationGroupDescriptionForm() { 428 return InventoryFormFactory.getDeleteInventoryLocationGroupDescriptionForm(); 429 } 430 431 public GetInventoryLocationGroupForm getGetInventoryLocationGroupForm() { 432 return InventoryFormFactory.getGetInventoryLocationGroupForm(); 433 } 434 435 public GetInventoryTransactionTypeDescriptionsForm getGetInventoryTransactionTypeDescriptionsForm() { 436 return InventoryFormFactory.getGetInventoryTransactionTypeDescriptionsForm(); 437 } 438 439 public CreateInventoryConditionUseTypeDescriptionForm getCreateInventoryConditionUseTypeDescriptionForm() { 440 return InventoryFormFactory.getCreateInventoryConditionUseTypeDescriptionForm(); 441 } 442 443 public DeleteInventoryAdjustmentTypeForm getDeleteInventoryAdjustmentTypeForm() { 444 return InventoryFormFactory.getDeleteInventoryAdjustmentTypeForm(); 445 } 446 447 public GetLotAliasTypeDescriptionForm getGetLotAliasTypeDescriptionForm() { 448 return InventoryFormFactory.getGetLotAliasTypeDescriptionForm(); 449 } 450 451 public CreateLotAliasTypeForm getCreateLotAliasTypeForm() { 452 return InventoryFormFactory.getCreateLotAliasTypeForm(); 453 } 454 455 public SetDefaultLotAliasTypeForm getSetDefaultLotAliasTypeForm() { 456 return InventoryFormFactory.getSetDefaultLotAliasTypeForm(); 457 } 458 459 public DeleteInventoryTransactionTypeForm getDeleteInventoryTransactionTypeForm() { 460 return InventoryFormFactory.getDeleteInventoryTransactionTypeForm(); 461 } 462 463 public GetLotTimeTypeForm getGetLotTimeTypeForm() { 464 return InventoryFormFactory.getGetLotTimeTypeForm(); 465 } 466 467 public GetLotTimeTypesForm getGetLotTimeTypesForm() { 468 return InventoryFormFactory.getGetLotTimeTypesForm(); 469 } 470 471 public GetLotsForm getGetLotsForm() { 472 return InventoryFormFactory.getGetLotsForm(); 473 } 474 475 public SetDefaultInventoryConditionForm getSetDefaultInventoryConditionForm() { 476 return InventoryFormFactory.getSetDefaultInventoryConditionForm(); 477 } 478 479 public GetAllocationPriorityDescriptionsForm getGetAllocationPriorityDescriptionsForm() { 480 return InventoryFormFactory.getGetAllocationPriorityDescriptionsForm(); 481 } 482 483 public GetInventoryTransactionTypeChoicesForm getGetInventoryTransactionTypeChoicesForm() { 484 return InventoryFormFactory.getGetInventoryTransactionTypeChoicesForm(); 485 } 486 487 public CreateAllocationPriorityForm getCreateAllocationPriorityForm() { 488 return InventoryFormFactory.getCreateAllocationPriorityForm(); 489 } 490 491 public DeleteInventoryAdjustmentTypeDescriptionForm getDeleteInventoryAdjustmentTypeDescriptionForm() { 492 return InventoryFormFactory.getDeleteInventoryAdjustmentTypeDescriptionForm(); 493 } 494 495 public CreateInventoryAdjustmentTypeForm getCreateInventoryAdjustmentTypeForm() { 496 return InventoryFormFactory.getCreateInventoryAdjustmentTypeForm(); 497 } 498 499 public CreateAllocationPriorityDescriptionForm getCreateAllocationPriorityDescriptionForm() { 500 return InventoryFormFactory.getCreateAllocationPriorityDescriptionForm(); 501 } 502 503 public GetInventoryLocationGroupsForm getGetInventoryLocationGroupsForm() { 504 return InventoryFormFactory.getGetInventoryLocationGroupsForm(); 505 } 506 507 public EditInventoryAdjustmentTypeDescriptionForm getEditInventoryAdjustmentTypeDescriptionForm() { 508 return InventoryFormFactory.getEditInventoryAdjustmentTypeDescriptionForm(); 509 } 510 511 public EditInventoryLocationGroupCapacityForm getEditInventoryLocationGroupCapacityForm() { 512 return InventoryFormFactory.getEditInventoryLocationGroupCapacityForm(); 513 } 514 515 public EditLotAliasTypeDescriptionForm getEditLotAliasTypeDescriptionForm() { 516 return InventoryFormFactory.getEditLotAliasTypeDescriptionForm(); 517 } 518 519 public CreateInventoryAdjustmentTypeDescriptionForm getCreateInventoryAdjustmentTypeDescriptionForm() { 520 return InventoryFormFactory.getCreateInventoryAdjustmentTypeDescriptionForm(); 521 } 522 523 public GetInventoryConditionUsesForm getGetInventoryConditionUsesForm() { 524 return InventoryFormFactory.getGetInventoryConditionUsesForm(); 525 } 526 527 public SetDefaultInventoryConditionUseForm getSetDefaultInventoryConditionUseForm() { 528 return InventoryFormFactory.getSetDefaultInventoryConditionUseForm(); 529 } 530 531 public SetDefaultInventoryTransactionTypeForm getSetDefaultInventoryTransactionTypeForm() { 532 return InventoryFormFactory.getSetDefaultInventoryTransactionTypeForm(); 533 } 534 535 public CreateInventoryConditionDescriptionForm getCreateInventoryConditionDescriptionForm() { 536 return InventoryFormFactory.getCreateInventoryConditionDescriptionForm(); 537 } 538 539 public GetInventoryLocationGroupStatusChoicesForm getGetInventoryLocationGroupStatusChoicesForm() { 540 return InventoryFormFactory.getGetInventoryLocationGroupStatusChoicesForm(); 541 } 542 543 public DeleteAllocationPriorityForm getDeleteAllocationPriorityForm() { 544 return InventoryFormFactory.getDeleteAllocationPriorityForm(); 545 } 546 547 public GetLotTimeTypeDescriptionForm getGetLotTimeTypeDescriptionForm() { 548 return InventoryFormFactory.getGetLotTimeTypeDescriptionForm(); 549 } 550 551 public LotTimeTypeDescriptionSpec getLotTimeTypeDescriptionSpec() { 552 return InventorySpecFactory.getLotTimeTypeDescriptionSpec(); 553 } 554 555 public LotAliasTypeSpec getLotAliasTypeSpec() { 556 return InventorySpecFactory.getLotAliasTypeSpec(); 557 } 558 559 public LotSpec getLotSpec() { 560 return InventorySpecFactory.getLotSpec(); 561 } 562 563 public InventoryTransactionTypeUniversalSpec getInventoryTransactionTypeUniversalSpec() { 564 return InventorySpecFactory.getInventoryTransactionTypeUniversalSpec(); 565 } 566 567 public InventoryConditionUseSpec getInventoryConditionUseSpec() { 568 return InventorySpecFactory.getInventoryConditionUseSpec(); 569 } 570 571 public InventoryAdjustmentTypeSpec getInventoryAdjustmentTypeSpec() { 572 return InventorySpecFactory.getInventoryAdjustmentTypeSpec(); 573 } 574 575 public LotTimeTypeSpec getLotTimeTypeSpec() { 576 return InventorySpecFactory.getLotTimeTypeSpec(); 577 } 578 579 public AllocationPrioritySpec getAllocationPrioritySpec() { 580 return InventorySpecFactory.getAllocationPrioritySpec(); 581 } 582 583 public InventoryLocationGroupSpec getInventoryLocationGroupSpec() { 584 return InventorySpecFactory.getInventoryLocationGroupSpec(); 585 } 586 587 public InventoryAdjustmentTypeUniversalSpec getInventoryAdjustmentTypeUniversalSpec() { 588 return InventorySpecFactory.getInventoryAdjustmentTypeUniversalSpec(); 589 } 590 591 public InventoryTransactionTypeDescriptionSpec getInventoryTransactionTypeDescriptionSpec() { 592 return InventorySpecFactory.getInventoryTransactionTypeDescriptionSpec(); 593 } 594 595 public LotAliasSpec getLotAliasSpec() { 596 return InventorySpecFactory.getLotAliasSpec(); 597 } 598 599 public InventoryTransactionTypeSpec getInventoryTransactionTypeSpec() { 600 return InventorySpecFactory.getInventoryTransactionTypeSpec(); 601 } 602 603 public LotAliasTypeDescriptionSpec getLotAliasTypeDescriptionSpec() { 604 return InventorySpecFactory.getLotAliasTypeDescriptionSpec(); 605 } 606 607 public LotUniversalSpec getLotUniversalSpec() { 608 return InventorySpecFactory.getLotUniversalSpec(); 609 } 610 611 public InventoryLocationGroupCapacitySpec getInventoryLocationGroupCapacitySpec() { 612 return InventorySpecFactory.getInventoryLocationGroupCapacitySpec(); 613 } 614 615 public InventoryLocationGroupDescriptionSpec getInventoryLocationGroupDescriptionSpec() { 616 return InventorySpecFactory.getInventoryLocationGroupDescriptionSpec(); 617 } 618 619 public AllocationPriorityUniversalSpec getAllocationPriorityUniversalSpec() { 620 return InventorySpecFactory.getAllocationPriorityUniversalSpec(); 621 } 622 623 public InventoryConditionUseTypeSpec getInventoryConditionUseTypeSpec() { 624 return InventorySpecFactory.getInventoryConditionUseTypeSpec(); 625 } 626 627 public AllocationPriorityDescriptionSpec getAllocationPriorityDescriptionSpec() { 628 return InventorySpecFactory.getAllocationPriorityDescriptionSpec(); 629 } 630 631 public PartyInventoryLevelSpec getPartyInventoryLevelSpec() { 632 return InventorySpecFactory.getPartyInventoryLevelSpec(); 633 } 634 635 public InventoryConditionSpec getInventoryConditionSpec() { 636 return InventorySpecFactory.getInventoryConditionSpec(); 637 } 638 639 public InventoryConditionUniversalSpec getInventoryConditionUniversalSpec() { 640 return InventorySpecFactory.getInventoryConditionUniversalSpec(); 641 } 642 643 public InventoryConditionDescriptionSpec getInventoryConditionDescriptionSpec() { 644 return InventorySpecFactory.getInventoryConditionDescriptionSpec(); 645 } 646 647 public InventoryAdjustmentTypeDescriptionSpec getInventoryAdjustmentTypeDescriptionSpec() { 648 return InventorySpecFactory.getInventoryAdjustmentTypeDescriptionSpec(); 649 } 650 651}