001// -------------------------------------------------------------------------------- 002// Copyright 2002-2026 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 * PartyFormsImpl.java 021 */ 022 023package com.echothree.control.user.party.server; 024 025import com.echothree.control.user.party.common.edit.*; 026import com.echothree.control.user.party.common.form.*; 027import com.echothree.control.user.party.common.spec.*; 028 029public class PartyFormsImpl { 030 031 public BirthdayFormatDescriptionEdit getBirthdayFormatDescriptionEdit() { 032 return PartyEditFactory.getBirthdayFormatDescriptionEdit(); 033 } 034 035 public BirthdayFormatEdit getBirthdayFormatEdit() { 036 return PartyEditFactory.getBirthdayFormatEdit(); 037 } 038 039 public CompanyEdit getCompanyEdit() { 040 return PartyEditFactory.getCompanyEdit(); 041 } 042 043 public DateTimeFormatDescriptionEdit getDateTimeFormatDescriptionEdit() { 044 return PartyEditFactory.getDateTimeFormatDescriptionEdit(); 045 } 046 047 public DateTimeFormatEdit getDateTimeFormatEdit() { 048 return PartyEditFactory.getDateTimeFormatEdit(); 049 } 050 051 public DepartmentEdit getDepartmentEdit() { 052 return PartyEditFactory.getDepartmentEdit(); 053 } 054 055 public DivisionEdit getDivisionEdit() { 056 return PartyEditFactory.getDivisionEdit(); 057 } 058 059 public EmployeeEdit getEmployeeEdit() { 060 return PartyEditFactory.getEmployeeEdit(); 061 } 062 063 public GenderDescriptionEdit getGenderDescriptionEdit() { 064 return PartyEditFactory.getGenderDescriptionEdit(); 065 } 066 067 public GenderEdit getGenderEdit() { 068 return PartyEditFactory.getGenderEdit(); 069 } 070 071 public MoodDescriptionEdit getMoodDescriptionEdit() { 072 return PartyEditFactory.getMoodDescriptionEdit(); 073 } 074 075 public MoodEdit getMoodEdit() { 076 return PartyEditFactory.getMoodEdit(); 077 } 078 079 public NameSuffixEdit getNameSuffixEdit() { 080 return PartyEditFactory.getNameSuffixEdit(); 081 } 082 083 public PartyAliasEdit getPartyAliasEdit() { 084 return PartyEditFactory.getPartyAliasEdit(); 085 } 086 087 public PartyAliasTypeDescriptionEdit getPartyAliasTypeDescriptionEdit() { 088 return PartyEditFactory.getPartyAliasTypeDescriptionEdit(); 089 } 090 091 public PartyAliasTypeEdit getPartyAliasTypeEdit() { 092 return PartyEditFactory.getPartyAliasTypeEdit(); 093 } 094 095 public PartyApplicationEditorUseEdit getPartyApplicationEditorUseEdit() { 096 return PartyEditFactory.getPartyApplicationEditorUseEdit(); 097 } 098 099 public PartyEdit getPartyEdit() { 100 return PartyEditFactory.getPartyEdit(); 101 } 102 103 public PartyEntityTypeEdit getPartyEntityTypeEdit() { 104 return PartyEditFactory.getPartyEntityTypeEdit(); 105 } 106 107 public PartyGroupEdit getPartyGroupEdit() { 108 return PartyEditFactory.getPartyGroupEdit(); 109 } 110 111 public PartyTypeAuditPolicyEdit getPartyTypeAuditPolicyEdit() { 112 return PartyEditFactory.getPartyTypeAuditPolicyEdit(); 113 } 114 115 public PartyTypeLockoutPolicyEdit getPartyTypeLockoutPolicyEdit() { 116 return PartyEditFactory.getPartyTypeLockoutPolicyEdit(); 117 } 118 119 public PartyTypePasswordStringPolicyEdit getPartyTypePasswordStringPolicyEdit() { 120 return PartyEditFactory.getPartyTypePasswordStringPolicyEdit(); 121 } 122 123 public PersonalTitleEdit getPersonalTitleEdit() { 124 return PartyEditFactory.getPersonalTitleEdit(); 125 } 126 127 public ProfileEdit getProfileEdit() { 128 return PartyEditFactory.getProfileEdit(); 129 } 130 131 public TimeZoneDescriptionEdit getTimeZoneDescriptionEdit() { 132 return PartyEditFactory.getTimeZoneDescriptionEdit(); 133 } 134 135 public TimeZoneEdit getTimeZoneEdit() { 136 return PartyEditFactory.getTimeZoneEdit(); 137 } 138 139 public AddEmployeeToCompanyForm getAddEmployeeToCompanyForm() { 140 return PartyFormFactory.getAddEmployeeToCompanyForm(); 141 } 142 143 public AddEmployeeToDepartmentForm getAddEmployeeToDepartmentForm() { 144 return PartyFormFactory.getAddEmployeeToDepartmentForm(); 145 } 146 147 public AddEmployeeToDivisionForm getAddEmployeeToDivisionForm() { 148 return PartyFormFactory.getAddEmployeeToDivisionForm(); 149 } 150 151 public CreateBirthdayFormatDescriptionForm getCreateBirthdayFormatDescriptionForm() { 152 return PartyFormFactory.getCreateBirthdayFormatDescriptionForm(); 153 } 154 155 public CreateBirthdayFormatForm getCreateBirthdayFormatForm() { 156 return PartyFormFactory.getCreateBirthdayFormatForm(); 157 } 158 159 public CreateCompanyForm getCreateCompanyForm() { 160 return PartyFormFactory.getCreateCompanyForm(); 161 } 162 163 public CreateCustomerForm getCreateCustomerForm() { 164 return PartyFormFactory.getCreateCustomerForm(); 165 } 166 167 public CreateCustomerWithLoginForm getCreateCustomerWithLoginForm() { 168 return PartyFormFactory.getCreateCustomerWithLoginForm(); 169 } 170 171 public CreateDateTimeFormatDescriptionForm getCreateDateTimeFormatDescriptionForm() { 172 return PartyFormFactory.getCreateDateTimeFormatDescriptionForm(); 173 } 174 175 public CreateDateTimeFormatForm getCreateDateTimeFormatForm() { 176 return PartyFormFactory.getCreateDateTimeFormatForm(); 177 } 178 179 public CreateDepartmentForm getCreateDepartmentForm() { 180 return PartyFormFactory.getCreateDepartmentForm(); 181 } 182 183 public CreateDivisionForm getCreateDivisionForm() { 184 return PartyFormFactory.getCreateDivisionForm(); 185 } 186 187 public CreateEmployeeForm getCreateEmployeeForm() { 188 return PartyFormFactory.getCreateEmployeeForm(); 189 } 190 191 public CreateGenderDescriptionForm getCreateGenderDescriptionForm() { 192 return PartyFormFactory.getCreateGenderDescriptionForm(); 193 } 194 195 public CreateGenderForm getCreateGenderForm() { 196 return PartyFormFactory.getCreateGenderForm(); 197 } 198 199 public CreateLanguageDescriptionForm getCreateLanguageDescriptionForm() { 200 return PartyFormFactory.getCreateLanguageDescriptionForm(); 201 } 202 203 public CreateLanguageForm getCreateLanguageForm() { 204 return PartyFormFactory.getCreateLanguageForm(); 205 } 206 207 public CreateMoodDescriptionForm getCreateMoodDescriptionForm() { 208 return PartyFormFactory.getCreateMoodDescriptionForm(); 209 } 210 211 public CreateMoodForm getCreateMoodForm() { 212 return PartyFormFactory.getCreateMoodForm(); 213 } 214 215 public CreateNameSuffixForm getCreateNameSuffixForm() { 216 return PartyFormFactory.getCreateNameSuffixForm(); 217 } 218 219 public CreatePartyAliasForm getCreatePartyAliasForm() { 220 return PartyFormFactory.getCreatePartyAliasForm(); 221 } 222 223 public CreatePartyAliasTypeDescriptionForm getCreatePartyAliasTypeDescriptionForm() { 224 return PartyFormFactory.getCreatePartyAliasTypeDescriptionForm(); 225 } 226 227 public CreatePartyAliasTypeForm getCreatePartyAliasTypeForm() { 228 return PartyFormFactory.getCreatePartyAliasTypeForm(); 229 } 230 231 public CreatePartyApplicationEditorUseForm getCreatePartyApplicationEditorUseForm() { 232 return PartyFormFactory.getCreatePartyApplicationEditorUseForm(); 233 } 234 235 public CreatePartyEntityTypeForm getCreatePartyEntityTypeForm() { 236 return PartyFormFactory.getCreatePartyEntityTypeForm(); 237 } 238 239 public CreatePartyRelationshipTypeDescriptionForm getCreatePartyRelationshipTypeDescriptionForm() { 240 return PartyFormFactory.getCreatePartyRelationshipTypeDescriptionForm(); 241 } 242 243 public CreatePartyRelationshipTypeForm getCreatePartyRelationshipTypeForm() { 244 return PartyFormFactory.getCreatePartyRelationshipTypeForm(); 245 } 246 247 public CreatePartyTypeAuditPolicyForm getCreatePartyTypeAuditPolicyForm() { 248 return PartyFormFactory.getCreatePartyTypeAuditPolicyForm(); 249 } 250 251 public CreatePartyTypeDescriptionForm getCreatePartyTypeDescriptionForm() { 252 return PartyFormFactory.getCreatePartyTypeDescriptionForm(); 253 } 254 255 public CreatePartyTypeForm getCreatePartyTypeForm() { 256 return PartyFormFactory.getCreatePartyTypeForm(); 257 } 258 259 public CreatePartyTypeLockoutPolicyForm getCreatePartyTypeLockoutPolicyForm() { 260 return PartyFormFactory.getCreatePartyTypeLockoutPolicyForm(); 261 } 262 263 public CreatePartyTypePasswordStringPolicyForm getCreatePartyTypePasswordStringPolicyForm() { 264 return PartyFormFactory.getCreatePartyTypePasswordStringPolicyForm(); 265 } 266 267 public CreatePartyTypeUseForm getCreatePartyTypeUseForm() { 268 return PartyFormFactory.getCreatePartyTypeUseForm(); 269 } 270 271 public CreatePartyTypeUseTypeDescriptionForm getCreatePartyTypeUseTypeDescriptionForm() { 272 return PartyFormFactory.getCreatePartyTypeUseTypeDescriptionForm(); 273 } 274 275 public CreatePartyTypeUseTypeForm getCreatePartyTypeUseTypeForm() { 276 return PartyFormFactory.getCreatePartyTypeUseTypeForm(); 277 } 278 279 public CreatePersonalTitleForm getCreatePersonalTitleForm() { 280 return PartyFormFactory.getCreatePersonalTitleForm(); 281 } 282 283 public CreateProfileForm getCreateProfileForm() { 284 return PartyFormFactory.getCreateProfileForm(); 285 } 286 287 public CreateRoleTypeDescriptionForm getCreateRoleTypeDescriptionForm() { 288 return PartyFormFactory.getCreateRoleTypeDescriptionForm(); 289 } 290 291 public CreateRoleTypeForm getCreateRoleTypeForm() { 292 return PartyFormFactory.getCreateRoleTypeForm(); 293 } 294 295 public CreateTimeZoneDescriptionForm getCreateTimeZoneDescriptionForm() { 296 return PartyFormFactory.getCreateTimeZoneDescriptionForm(); 297 } 298 299 public CreateTimeZoneForm getCreateTimeZoneForm() { 300 return PartyFormFactory.getCreateTimeZoneForm(); 301 } 302 303 public CreateVendorForm getCreateVendorForm() { 304 return PartyFormFactory.getCreateVendorForm(); 305 } 306 307 public DeleteBirthdayFormatDescriptionForm getDeleteBirthdayFormatDescriptionForm() { 308 return PartyFormFactory.getDeleteBirthdayFormatDescriptionForm(); 309 } 310 311 public DeleteBirthdayFormatForm getDeleteBirthdayFormatForm() { 312 return PartyFormFactory.getDeleteBirthdayFormatForm(); 313 } 314 315 public DeleteCompanyForm getDeleteCompanyForm() { 316 return PartyFormFactory.getDeleteCompanyForm(); 317 } 318 319 public DeleteDateTimeFormatDescriptionForm getDeleteDateTimeFormatDescriptionForm() { 320 return PartyFormFactory.getDeleteDateTimeFormatDescriptionForm(); 321 } 322 323 public DeleteDepartmentForm getDeleteDepartmentForm() { 324 return PartyFormFactory.getDeleteDepartmentForm(); 325 } 326 327 public DeleteDivisionForm getDeleteDivisionForm() { 328 return PartyFormFactory.getDeleteDivisionForm(); 329 } 330 331 public DeleteGenderDescriptionForm getDeleteGenderDescriptionForm() { 332 return PartyFormFactory.getDeleteGenderDescriptionForm(); 333 } 334 335 public DeleteGenderForm getDeleteGenderForm() { 336 return PartyFormFactory.getDeleteGenderForm(); 337 } 338 339 public DeleteMoodDescriptionForm getDeleteMoodDescriptionForm() { 340 return PartyFormFactory.getDeleteMoodDescriptionForm(); 341 } 342 343 public DeleteMoodForm getDeleteMoodForm() { 344 return PartyFormFactory.getDeleteMoodForm(); 345 } 346 347 public DeleteNameSuffixForm getDeleteNameSuffixForm() { 348 return PartyFormFactory.getDeleteNameSuffixForm(); 349 } 350 351 public DeletePartyAliasForm getDeletePartyAliasForm() { 352 return PartyFormFactory.getDeletePartyAliasForm(); 353 } 354 355 public DeletePartyAliasTypeDescriptionForm getDeletePartyAliasTypeDescriptionForm() { 356 return PartyFormFactory.getDeletePartyAliasTypeDescriptionForm(); 357 } 358 359 public DeletePartyAliasTypeForm getDeletePartyAliasTypeForm() { 360 return PartyFormFactory.getDeletePartyAliasTypeForm(); 361 } 362 363 public DeletePartyApplicationEditorUseForm getDeletePartyApplicationEditorUseForm() { 364 return PartyFormFactory.getDeletePartyApplicationEditorUseForm(); 365 } 366 367 public DeletePartyEntityTypeForm getDeletePartyEntityTypeForm() { 368 return PartyFormFactory.getDeletePartyEntityTypeForm(); 369 } 370 371 public DeletePartyTypeAuditPolicyForm getDeletePartyTypeAuditPolicyForm() { 372 return PartyFormFactory.getDeletePartyTypeAuditPolicyForm(); 373 } 374 375 public DeletePartyTypeLockoutPolicyForm getDeletePartyTypeLockoutPolicyForm() { 376 return PartyFormFactory.getDeletePartyTypeLockoutPolicyForm(); 377 } 378 379 public DeletePartyTypePasswordStringPolicyForm getDeletePartyTypePasswordStringPolicyForm() { 380 return PartyFormFactory.getDeletePartyTypePasswordStringPolicyForm(); 381 } 382 383 public DeletePersonalTitleForm getDeletePersonalTitleForm() { 384 return PartyFormFactory.getDeletePersonalTitleForm(); 385 } 386 387 public DeleteTimeZoneDescriptionForm getDeleteTimeZoneDescriptionForm() { 388 return PartyFormFactory.getDeleteTimeZoneDescriptionForm(); 389 } 390 391 public EditBirthdayFormatDescriptionForm getEditBirthdayFormatDescriptionForm() { 392 return PartyFormFactory.getEditBirthdayFormatDescriptionForm(); 393 } 394 395 public EditBirthdayFormatForm getEditBirthdayFormatForm() { 396 return PartyFormFactory.getEditBirthdayFormatForm(); 397 } 398 399 public EditCompanyForm getEditCompanyForm() { 400 return PartyFormFactory.getEditCompanyForm(); 401 } 402 403 public EditDateTimeFormatDescriptionForm getEditDateTimeFormatDescriptionForm() { 404 return PartyFormFactory.getEditDateTimeFormatDescriptionForm(); 405 } 406 407 public EditDateTimeFormatForm getEditDateTimeFormatForm() { 408 return PartyFormFactory.getEditDateTimeFormatForm(); 409 } 410 411 public EditDepartmentForm getEditDepartmentForm() { 412 return PartyFormFactory.getEditDepartmentForm(); 413 } 414 415 public EditDivisionForm getEditDivisionForm() { 416 return PartyFormFactory.getEditDivisionForm(); 417 } 418 419 public EditEmployeeForm getEditEmployeeForm() { 420 return PartyFormFactory.getEditEmployeeForm(); 421 } 422 423 public EditGenderDescriptionForm getEditGenderDescriptionForm() { 424 return PartyFormFactory.getEditGenderDescriptionForm(); 425 } 426 427 public EditGenderForm getEditGenderForm() { 428 return PartyFormFactory.getEditGenderForm(); 429 } 430 431 public EditMoodDescriptionForm getEditMoodDescriptionForm() { 432 return PartyFormFactory.getEditMoodDescriptionForm(); 433 } 434 435 public EditMoodForm getEditMoodForm() { 436 return PartyFormFactory.getEditMoodForm(); 437 } 438 439 public EditNameSuffixForm getEditNameSuffixForm() { 440 return PartyFormFactory.getEditNameSuffixForm(); 441 } 442 443 public EditPartyAliasForm getEditPartyAliasForm() { 444 return PartyFormFactory.getEditPartyAliasForm(); 445 } 446 447 public EditPartyAliasTypeDescriptionForm getEditPartyAliasTypeDescriptionForm() { 448 return PartyFormFactory.getEditPartyAliasTypeDescriptionForm(); 449 } 450 451 public EditPartyAliasTypeForm getEditPartyAliasTypeForm() { 452 return PartyFormFactory.getEditPartyAliasTypeForm(); 453 } 454 455 public EditPartyApplicationEditorUseForm getEditPartyApplicationEditorUseForm() { 456 return PartyFormFactory.getEditPartyApplicationEditorUseForm(); 457 } 458 459 public EditPartyEntityTypeForm getEditPartyEntityTypeForm() { 460 return PartyFormFactory.getEditPartyEntityTypeForm(); 461 } 462 463 public EditPartyTypeAuditPolicyForm getEditPartyTypeAuditPolicyForm() { 464 return PartyFormFactory.getEditPartyTypeAuditPolicyForm(); 465 } 466 467 public EditPartyTypeLockoutPolicyForm getEditPartyTypeLockoutPolicyForm() { 468 return PartyFormFactory.getEditPartyTypeLockoutPolicyForm(); 469 } 470 471 public EditPartyTypePasswordStringPolicyForm getEditPartyTypePasswordStringPolicyForm() { 472 return PartyFormFactory.getEditPartyTypePasswordStringPolicyForm(); 473 } 474 475 public EditPersonalTitleForm getEditPersonalTitleForm() { 476 return PartyFormFactory.getEditPersonalTitleForm(); 477 } 478 479 public EditProfileForm getEditProfileForm() { 480 return PartyFormFactory.getEditProfileForm(); 481 } 482 483 public EditTimeZoneDescriptionForm getEditTimeZoneDescriptionForm() { 484 return PartyFormFactory.getEditTimeZoneDescriptionForm(); 485 } 486 487 public GetCompanyForm getGetCompanyForm() { 488 return PartyFormFactory.getGetCompanyForm(); 489 } 490 491 public EditTimeZoneForm getEditTimeZoneForm() { 492 return PartyFormFactory.getEditTimeZoneForm(); 493 } 494 495 public GetBirthdayFormatChoicesForm getGetBirthdayFormatChoicesForm() { 496 return PartyFormFactory.getGetBirthdayFormatChoicesForm(); 497 } 498 499 public GetBirthdayFormatDescriptionForm getGetBirthdayFormatDescriptionForm() { 500 return PartyFormFactory.getGetBirthdayFormatDescriptionForm(); 501 } 502 503 public GetBirthdayFormatDescriptionsForm getGetBirthdayFormatDescriptionsForm() { 504 return PartyFormFactory.getGetBirthdayFormatDescriptionsForm(); 505 } 506 507 public GetBirthdayFormatForm getGetBirthdayFormatForm() { 508 return PartyFormFactory.getGetBirthdayFormatForm(); 509 } 510 511 public GetBirthdayFormatPrioritiesForm getGetBirthdayFormatPrioritiesForm() { 512 return PartyFormFactory.getGetBirthdayFormatPrioritiesForm(); 513 } 514 515 public GetBirthdayFormatsForm getGetBirthdayFormatsForm() { 516 return PartyFormFactory.getGetBirthdayFormatsForm(); 517 } 518 519 public GetCompaniesForm getGetCompaniesForm() { 520 return PartyFormFactory.getGetCompaniesForm(); 521 } 522 523 public GetCompanyChoicesForm getGetCompanyChoicesForm() { 524 return PartyFormFactory.getGetCompanyChoicesForm(); 525 } 526 527 public GetDateTimeFormatChoicesForm getGetDateTimeFormatChoicesForm() { 528 return PartyFormFactory.getGetDateTimeFormatChoicesForm(); 529 } 530 531 public GetDateTimeFormatDescriptionsForm getGetDateTimeFormatDescriptionsForm() { 532 return PartyFormFactory.getGetDateTimeFormatDescriptionsForm(); 533 } 534 535 public GetDateTimeFormatForm getGetDateTimeFormatForm() { 536 return PartyFormFactory.getGetDateTimeFormatForm(); 537 } 538 539 public GetDateTimeFormatsForm getGetDateTimeFormatsForm() { 540 return PartyFormFactory.getGetDateTimeFormatsForm(); 541 } 542 543 public GetDepartmentChoicesForm getGetDepartmentChoicesForm() { 544 return PartyFormFactory.getGetDepartmentChoicesForm(); 545 } 546 547 public GetDepartmentForm getGetDepartmentForm() { 548 return PartyFormFactory.getGetDepartmentForm(); 549 } 550 551 public GetDepartmentsForm getGetDepartmentsForm() { 552 return PartyFormFactory.getGetDepartmentsForm(); 553 } 554 555 public GetDivisionChoicesForm getGetDivisionChoicesForm() { 556 return PartyFormFactory.getGetDivisionChoicesForm(); 557 } 558 559 public GetDivisionForm getGetDivisionForm() { 560 return PartyFormFactory.getGetDivisionForm(); 561 } 562 563 public GetDivisionsForm getGetDivisionsForm() { 564 return PartyFormFactory.getGetDivisionsForm(); 565 } 566 567 public GetEmployeeAvailabilityChoicesForm getGetEmployeeAvailabilityChoicesForm() { 568 return PartyFormFactory.getGetEmployeeAvailabilityChoicesForm(); 569 } 570 571 public GetEmployeeStatusChoicesForm getGetEmployeeStatusChoicesForm() { 572 return PartyFormFactory.getGetEmployeeStatusChoicesForm(); 573 } 574 575 public GetGenderChoicesForm getGetGenderChoicesForm() { 576 return PartyFormFactory.getGetGenderChoicesForm(); 577 } 578 579 public GetGenderDescriptionsForm getGetGenderDescriptionsForm() { 580 return PartyFormFactory.getGetGenderDescriptionsForm(); 581 } 582 583 public GetGenderForm getGetGenderForm() { 584 return PartyFormFactory.getGetGenderForm(); 585 } 586 587 public GetGendersForm getGetGendersForm() { 588 return PartyFormFactory.getGetGendersForm(); 589 } 590 591 public GetLanguageChoicesForm getGetLanguageChoicesForm() { 592 return PartyFormFactory.getGetLanguageChoicesForm(); 593 } 594 595 public GetLanguageForm getGetLanguageForm() { 596 return PartyFormFactory.getGetLanguageForm(); 597 } 598 599 public GetLanguagesForm getGetLanguagesForm() { 600 return PartyFormFactory.getGetLanguagesForm(); 601 } 602 603 public GetMoodChoicesForm getGetMoodChoicesForm() { 604 return PartyFormFactory.getGetMoodChoicesForm(); 605 } 606 607 public GetMoodDescriptionsForm getGetMoodDescriptionsForm() { 608 return PartyFormFactory.getGetMoodDescriptionsForm(); 609 } 610 611 public GetMoodForm getGetMoodForm() { 612 return PartyFormFactory.getGetMoodForm(); 613 } 614 615 public GetMoodsForm getGetMoodsForm() { 616 return PartyFormFactory.getGetMoodsForm(); 617 } 618 619 public GetNameSuffixChoicesForm getGetNameSuffixChoicesForm() { 620 return PartyFormFactory.getGetNameSuffixChoicesForm(); 621 } 622 623 public GetNameSuffixesForm getGetNameSuffixesForm() { 624 return PartyFormFactory.getGetNameSuffixesForm(); 625 } 626 627 public GetPartiesForm getGetPartiesForm() { 628 return PartyFormFactory.getGetPartiesForm(); 629 } 630 631 public GetPartyAliasForm getGetPartyAliasForm() { 632 return PartyFormFactory.getGetPartyAliasForm(); 633 } 634 635 public GetPartyAliasTypeChoicesForm getGetPartyAliasTypeChoicesForm() { 636 return PartyFormFactory.getGetPartyAliasTypeChoicesForm(); 637 } 638 639 public GetPartyAliasTypeDescriptionForm getGetPartyAliasTypeDescriptionForm() { 640 return PartyFormFactory.getGetPartyAliasTypeDescriptionForm(); 641 } 642 643 public GetPartyAliasTypeDescriptionsForm getGetPartyAliasTypeDescriptionsForm() { 644 return PartyFormFactory.getGetPartyAliasTypeDescriptionsForm(); 645 } 646 647 public GetPartyAliasTypeForm getGetPartyAliasTypeForm() { 648 return PartyFormFactory.getGetPartyAliasTypeForm(); 649 } 650 651 public GetPartyAliasTypesForm getGetPartyAliasTypesForm() { 652 return PartyFormFactory.getGetPartyAliasTypesForm(); 653 } 654 655 public GetPartyAliasesForm getGetPartyAliasesForm() { 656 return PartyFormFactory.getGetPartyAliasesForm(); 657 } 658 659 public GetPartyApplicationEditorUseForm getGetPartyApplicationEditorUseForm() { 660 return PartyFormFactory.getGetPartyApplicationEditorUseForm(); 661 } 662 663 public GetPartyApplicationEditorUsesForm getGetPartyApplicationEditorUsesForm() { 664 return PartyFormFactory.getGetPartyApplicationEditorUsesForm(); 665 } 666 667 public GetPartyEntityTypeForm getGetPartyEntityTypeForm() { 668 return PartyFormFactory.getGetPartyEntityTypeForm(); 669 } 670 671 public GetPartyEntityTypesForm getGetPartyEntityTypesForm() { 672 return PartyFormFactory.getGetPartyEntityTypesForm(); 673 } 674 675 public GetPartyForm getGetPartyForm() { 676 return PartyFormFactory.getGetPartyForm(); 677 } 678 679 public GetPartyRelationshipForm getGetPartyRelationshipForm() { 680 return PartyFormFactory.getGetPartyRelationshipForm(); 681 } 682 683 public GetPartyRelationshipsForm getGetPartyRelationshipsForm() { 684 return PartyFormFactory.getGetPartyRelationshipsForm(); 685 } 686 687 public GetPartyTypeChoicesForm getGetPartyTypeChoicesForm() { 688 return PartyFormFactory.getGetPartyTypeChoicesForm(); 689 } 690 691 public GetPartyTypeForm getGetPartyTypeForm() { 692 return PartyFormFactory.getGetPartyTypeForm(); 693 } 694 695 public GetPartyTypesForm getGetPartyTypesForm() { 696 return PartyFormFactory.getGetPartyTypesForm(); 697 } 698 699 public GetPersonalTitleChoicesForm getGetPersonalTitleChoicesForm() { 700 return PartyFormFactory.getGetPersonalTitleChoicesForm(); 701 } 702 703 public GetPersonalTitlesForm getGetPersonalTitlesForm() { 704 return PartyFormFactory.getGetPersonalTitlesForm(); 705 } 706 707 public GetPreferredDateTimeFormatForm getGetPreferredDateTimeFormatForm() { 708 return PartyFormFactory.getGetPreferredDateTimeFormatForm(); 709 } 710 711 public GetPreferredLanguageForm getGetPreferredLanguageForm() { 712 return PartyFormFactory.getGetPreferredLanguageForm(); 713 } 714 715 public GetPreferredTimeZoneForm getGetPreferredTimeZoneForm() { 716 return PartyFormFactory.getGetPreferredTimeZoneForm(); 717 } 718 719 public GetRoleTypeForm getGetRoleTypeForm() { 720 return PartyFormFactory.getGetRoleTypeForm(); 721 } 722 723 public GetRoleTypesForm getGetRoleTypesForm() { 724 return PartyFormFactory.getGetRoleTypesForm(); 725 } 726 727 public GetTimeZoneChoicesForm getGetTimeZoneChoicesForm() { 728 return PartyFormFactory.getGetTimeZoneChoicesForm(); 729 } 730 731 public GetTimeZoneDescriptionsForm getGetTimeZoneDescriptionsForm() { 732 return PartyFormFactory.getGetTimeZoneDescriptionsForm(); 733 } 734 735 public GetTimeZoneForm getGetTimeZoneForm() { 736 return PartyFormFactory.getGetTimeZoneForm(); 737 } 738 739 public GetTimeZonesForm getGetTimeZonesForm() { 740 return PartyFormFactory.getGetTimeZonesForm(); 741 } 742 743 public GetVendorStatusChoicesForm getGetVendorStatusChoicesForm() { 744 return PartyFormFactory.getGetVendorStatusChoicesForm(); 745 } 746 747 public RemoveEmployeeFromCompanyForm getRemoveEmployeeFromCompanyForm() { 748 return PartyFormFactory.getRemoveEmployeeFromCompanyForm(); 749 } 750 751 public RemoveEmployeeFromDepartmentForm getRemoveEmployeeFromDepartmentForm() { 752 return PartyFormFactory.getRemoveEmployeeFromDepartmentForm(); 753 } 754 755 public RemoveEmployeeFromDivisionForm getRemoveEmployeeFromDivisionForm() { 756 return PartyFormFactory.getRemoveEmployeeFromDivisionForm(); 757 } 758 759 public SetDefaultBirthdayFormatForm getSetDefaultBirthdayFormatForm() { 760 return PartyFormFactory.getSetDefaultBirthdayFormatForm(); 761 } 762 763 public SetDefaultCompanyForm getSetDefaultCompanyForm() { 764 return PartyFormFactory.getSetDefaultCompanyForm(); 765 } 766 767 public SetDefaultDepartmentForm getSetDefaultDepartmentForm() { 768 return PartyFormFactory.getSetDefaultDepartmentForm(); 769 } 770 771 public SetDefaultDivisionForm getSetDefaultDivisionForm() { 772 return PartyFormFactory.getSetDefaultDivisionForm(); 773 } 774 775 public SetDefaultGenderForm getSetDefaultGenderForm() { 776 return PartyFormFactory.getSetDefaultGenderForm(); 777 } 778 779 public SetDefaultMoodForm getSetDefaultMoodForm() { 780 return PartyFormFactory.getSetDefaultMoodForm(); 781 } 782 783 public SetDefaultNameSuffixForm getSetDefaultNameSuffixForm() { 784 return PartyFormFactory.getSetDefaultNameSuffixForm(); 785 } 786 787 public SetDefaultPartyAliasTypeForm getSetDefaultPartyAliasTypeForm() { 788 return PartyFormFactory.getSetDefaultPartyAliasTypeForm(); 789 } 790 791 public SetDefaultPersonalTitleForm getSetDefaultPersonalTitleForm() { 792 return PartyFormFactory.getSetDefaultPersonalTitleForm(); 793 } 794 795 public SetEmployeeAvailabilityForm getSetEmployeeAvailabilityForm() { 796 return PartyFormFactory.getSetEmployeeAvailabilityForm(); 797 } 798 799 public SetEmployeeStatusForm getSetEmployeeStatusForm() { 800 return PartyFormFactory.getSetEmployeeStatusForm(); 801 } 802 803 public SetVendorStatusForm getSetVendorStatusForm() { 804 return PartyFormFactory.getSetVendorStatusForm(); 805 } 806 807 public BirthdayFormatDescriptionSpec getBirthdayFormatDescriptionSpec() { 808 return PartySpecFactory.getBirthdayFormatDescriptionSpec(); 809 } 810 811 public BirthdayFormatSpec getBirthdayFormatSpec() { 812 return PartySpecFactory.getBirthdayFormatSpec(); 813 } 814 815 public CompanySpec getCompanySpec() { 816 return PartySpecFactory.getCompanySpec(); 817 } 818 819 public DateTimeFormatDescriptionSpec getDateTimeFormatDescriptionSpec() { 820 return PartySpecFactory.getDateTimeFormatDescriptionSpec(); 821 } 822 823 public DateTimeFormatSpec getDateTimeFormatSpec() { 824 return PartySpecFactory.getDateTimeFormatSpec(); 825 } 826 827 public DateTimeFormatUniversalSpec getDateTimeFormatUniversalSpec() { 828 return PartySpecFactory.getDateTimeFormatUniversalSpec(); 829 } 830 831 public DepartmentSpec getDepartmentSpec() { 832 return PartySpecFactory.getDepartmentSpec(); 833 } 834 835 public DivisionSpec getDivisionSpec() { 836 return PartySpecFactory.getDivisionSpec(); 837 } 838 839 public EmployeeSpec getEmployeeSpec() { 840 return PartySpecFactory.getEmployeeSpec(); 841 } 842 843 public GenderDescriptionSpec getGenderDescriptionSpec() { 844 return PartySpecFactory.getGenderDescriptionSpec(); 845 } 846 847 public GenderSpec getGenderSpec() { 848 return PartySpecFactory.getGenderSpec(); 849 } 850 851 public LanguageSpec getLanguageSpec() { 852 return PartySpecFactory.getLanguageSpec(); 853 } 854 855 public LanguageUniversalSpec getLanguageUniversalSpec() { 856 return PartySpecFactory.getLanguageUniversalSpec(); 857 } 858 859 public MoodDescriptionSpec getMoodDescriptionSpec() { 860 return PartySpecFactory.getMoodDescriptionSpec(); 861 } 862 863 public MoodSpec getMoodSpec() { 864 return PartySpecFactory.getMoodSpec(); 865 } 866 867 public NameSuffixSpec getNameSuffixSpec() { 868 return PartySpecFactory.getNameSuffixSpec(); 869 } 870 871 public PartyAliasSpec getPartyAliasSpec() { 872 return PartySpecFactory.getPartyAliasSpec(); 873 } 874 875 public PartyAliasTypeDescriptionSpec getPartyAliasTypeDescriptionSpec() { 876 return PartySpecFactory.getPartyAliasTypeDescriptionSpec(); 877 } 878 879 public PartyAliasTypeSpec getPartyAliasTypeSpec() { 880 return PartySpecFactory.getPartyAliasTypeSpec(); 881 } 882 883 public PartyAliasTypeUniversalSpec getPartyAliasTypeUniversalSpec() { 884 return PartySpecFactory.getPartyAliasTypeUniversalSpec(); 885 } 886 887 public PartyApplicationEditorUseSpec getPartyApplicationEditorUseSpec() { 888 return PartySpecFactory.getPartyApplicationEditorUseSpec(); 889 } 890 891 public PartyEntityTypeSpec getPartyEntityTypeSpec() { 892 return PartySpecFactory.getPartyEntityTypeSpec(); 893 } 894 895 public PartyRelationshipSpec getPartyRelationshipSpec() { 896 return PartySpecFactory.getPartyRelationshipSpec(); 897 } 898 899 public PartyRelationshipTypeSpec getPartyRelationshipTypeSpec() { 900 return PartySpecFactory.getPartyRelationshipTypeSpec(); 901 } 902 903 public PartySpec getPartySpec() { 904 return PartySpecFactory.getPartySpec(); 905 } 906 907 public PartyTypeDescriptionSpec getPartyTypeDescriptionSpec() { 908 return PartySpecFactory.getPartyTypeDescriptionSpec(); 909 } 910 911 public PartyTypeSpec getPartyTypeSpec() { 912 return PartySpecFactory.getPartyTypeSpec(); 913 } 914 915 public PartyTypeUniversalSpec getPartyTypeUniversalSpec() { 916 return PartySpecFactory.getPartyTypeUniversalSpec(); 917 } 918 919 public PartyTypeUseSpec getPartyTypeUseSpec() { 920 return PartySpecFactory.getPartyTypeUseSpec(); 921 } 922 923 public PartyTypeUseTypeDescriptionSpec getPartyTypeUseTypeDescriptionSpec() { 924 return PartySpecFactory.getPartyTypeUseTypeDescriptionSpec(); 925 } 926 927 public PartyTypeUseTypeSpec getPartyTypeUseTypeSpec() { 928 return PartySpecFactory.getPartyTypeUseTypeSpec(); 929 } 930 931 public PartyUniversalSpec getPartyUniversalSpec() { 932 return PartySpecFactory.getPartyUniversalSpec(); 933 } 934 935 public PersonalTitleSpec getPersonalTitleSpec() { 936 return PartySpecFactory.getPersonalTitleSpec(); 937 } 938 939 public RoleTypeSpec getRoleTypeSpec() { 940 return PartySpecFactory.getRoleTypeSpec(); 941 } 942 943 public RoleTypeUniversalSpec getRoleTypeUniversalSpec() { 944 return PartySpecFactory.getRoleTypeUniversalSpec(); 945 } 946 947 public TimeZoneDescriptionSpec getTimeZoneDescriptionSpec() { 948 return PartySpecFactory.getTimeZoneDescriptionSpec(); 949 } 950 951 public TimeZoneSpec getTimeZoneSpec() { 952 return PartySpecFactory.getTimeZoneSpec(); 953 } 954 955 public TimeZoneUniversalSpec getTimeZoneUniversalSpec() { 956 return PartySpecFactory.getTimeZoneUniversalSpec(); 957 } 958 959}