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