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 * EmployeeFormsImpl.java 021 */ 022 023package com.echothree.control.user.employee.server; 024 025import com.echothree.control.user.employee.common.edit.*; 026import com.echothree.control.user.employee.common.form.*; 027import com.echothree.control.user.employee.common.spec.*; 028 029public class EmployeeFormsImpl { 030 031 public ResponsibilityTypeDescriptionEdit getResponsibilityTypeDescriptionEdit() { 032 return EmployeeEditFactory.getResponsibilityTypeDescriptionEdit(); 033 } 034 035 public EmployeeTypeDescriptionEdit getEmployeeTypeDescriptionEdit() { 036 return EmployeeEditFactory.getEmployeeTypeDescriptionEdit(); 037 } 038 039 public LeaveTypeDescriptionEdit getLeaveTypeDescriptionEdit() { 040 return EmployeeEditFactory.getLeaveTypeDescriptionEdit(); 041 } 042 043 public LeaveReasonEdit getLeaveReasonEdit() { 044 return EmployeeEditFactory.getLeaveReasonEdit(); 045 } 046 047 public SkillTypeEdit getSkillTypeEdit() { 048 return EmployeeEditFactory.getSkillTypeEdit(); 049 } 050 051 public EmploymentEdit getEmploymentEdit() { 052 return EmployeeEditFactory.getEmploymentEdit(); 053 } 054 055 public TerminationTypeDescriptionEdit getTerminationTypeDescriptionEdit() { 056 return EmployeeEditFactory.getTerminationTypeDescriptionEdit(); 057 } 058 059 public ResponsibilityTypeEdit getResponsibilityTypeEdit() { 060 return EmployeeEditFactory.getResponsibilityTypeEdit(); 061 } 062 063 public TerminationReasonDescriptionEdit getTerminationReasonDescriptionEdit() { 064 return EmployeeEditFactory.getTerminationReasonDescriptionEdit(); 065 } 066 067 public SkillTypeDescriptionEdit getSkillTypeDescriptionEdit() { 068 return EmployeeEditFactory.getSkillTypeDescriptionEdit(); 069 } 070 071 public LeaveTypeEdit getLeaveTypeEdit() { 072 return EmployeeEditFactory.getLeaveTypeEdit(); 073 } 074 075 public LeaveReasonDescriptionEdit getLeaveReasonDescriptionEdit() { 076 return EmployeeEditFactory.getLeaveReasonDescriptionEdit(); 077 } 078 079 public TerminationTypeEdit getTerminationTypeEdit() { 080 return EmployeeEditFactory.getTerminationTypeEdit(); 081 } 082 083 public LeaveEdit getLeaveEdit() { 084 return EmployeeEditFactory.getLeaveEdit(); 085 } 086 087 public EmployeeTypeEdit getEmployeeTypeEdit() { 088 return EmployeeEditFactory.getEmployeeTypeEdit(); 089 } 090 091 public TerminationReasonEdit getTerminationReasonEdit() { 092 return EmployeeEditFactory.getTerminationReasonEdit(); 093 } 094 095 public DeleteEmployeeTypeForm getDeleteEmployeeTypeForm() { 096 return EmployeeFormFactory.getDeleteEmployeeTypeForm(); 097 } 098 099 public GetLeaveForm getGetLeaveForm() { 100 return EmployeeFormFactory.getGetLeaveForm(); 101 } 102 103 public CreateLeaveReasonDescriptionForm getCreateLeaveReasonDescriptionForm() { 104 return EmployeeFormFactory.getCreateLeaveReasonDescriptionForm(); 105 } 106 107 public EditLeaveReasonForm getEditLeaveReasonForm() { 108 return EmployeeFormFactory.getEditLeaveReasonForm(); 109 } 110 111 public GetEmploymentForm getGetEmploymentForm() { 112 return EmployeeFormFactory.getGetEmploymentForm(); 113 } 114 115 public GetResponsibilityTypeForm getGetResponsibilityTypeForm() { 116 return EmployeeFormFactory.getGetResponsibilityTypeForm(); 117 } 118 119 public GetLeavesForm getGetLeavesForm() { 120 return EmployeeFormFactory.getGetLeavesForm(); 121 } 122 123 public GetResponsibilityTypeChoicesForm getGetResponsibilityTypeChoicesForm() { 124 return EmployeeFormFactory.getGetResponsibilityTypeChoicesForm(); 125 } 126 127 public GetEmployeeTypeChoicesForm getGetEmployeeTypeChoicesForm() { 128 return EmployeeFormFactory.getGetEmployeeTypeChoicesForm(); 129 } 130 131 public CreateTerminationTypeForm getCreateTerminationTypeForm() { 132 return EmployeeFormFactory.getCreateTerminationTypeForm(); 133 } 134 135 public CreateSkillTypeForm getCreateSkillTypeForm() { 136 return EmployeeFormFactory.getCreateSkillTypeForm(); 137 } 138 139 public SetDefaultLeaveReasonForm getSetDefaultLeaveReasonForm() { 140 return EmployeeFormFactory.getSetDefaultLeaveReasonForm(); 141 } 142 143 public EditEmploymentForm getEditEmploymentForm() { 144 return EmployeeFormFactory.getEditEmploymentForm(); 145 } 146 147 public GetPartySkillsForm getGetPartySkillsForm() { 148 return EmployeeFormFactory.getGetPartySkillsForm(); 149 } 150 151 public GetLeaveReasonChoicesForm getGetLeaveReasonChoicesForm() { 152 return EmployeeFormFactory.getGetLeaveReasonChoicesForm(); 153 } 154 155 public GetTerminationTypesForm getGetTerminationTypesForm() { 156 return EmployeeFormFactory.getGetTerminationTypesForm(); 157 } 158 159 public CreateSkillTypeDescriptionForm getCreateSkillTypeDescriptionForm() { 160 return EmployeeFormFactory.getCreateSkillTypeDescriptionForm(); 161 } 162 163 public GetEmployeeTypeForm getGetEmployeeTypeForm() { 164 return EmployeeFormFactory.getGetEmployeeTypeForm(); 165 } 166 167 public GetEmployeesForm getGetEmployeesForm() { 168 return EmployeeFormFactory.getGetEmployeesForm(); 169 } 170 171 public EditTerminationReasonDescriptionForm getEditTerminationReasonDescriptionForm() { 172 return EmployeeFormFactory.getEditTerminationReasonDescriptionForm(); 173 } 174 175 public SetDefaultLeaveTypeForm getSetDefaultLeaveTypeForm() { 176 return EmployeeFormFactory.getSetDefaultLeaveTypeForm(); 177 } 178 179 public EditEmployeeTypeForm getEditEmployeeTypeForm() { 180 return EmployeeFormFactory.getEditEmployeeTypeForm(); 181 } 182 183 public EditLeaveTypeForm getEditLeaveTypeForm() { 184 return EmployeeFormFactory.getEditLeaveTypeForm(); 185 } 186 187 public GetLeaveTypesForm getGetLeaveTypesForm() { 188 return EmployeeFormFactory.getGetLeaveTypesForm(); 189 } 190 191 public DeleteTerminationReasonForm getDeleteTerminationReasonForm() { 192 return EmployeeFormFactory.getDeleteTerminationReasonForm(); 193 } 194 195 public GetEmployeeTypeDescriptionsForm getGetEmployeeTypeDescriptionsForm() { 196 return EmployeeFormFactory.getGetEmployeeTypeDescriptionsForm(); 197 } 198 199 public EditResponsibilityTypeForm getEditResponsibilityTypeForm() { 200 return EmployeeFormFactory.getEditResponsibilityTypeForm(); 201 } 202 203 public SetDefaultResponsibilityTypeForm getSetDefaultResponsibilityTypeForm() { 204 return EmployeeFormFactory.getSetDefaultResponsibilityTypeForm(); 205 } 206 207 public CreateLeaveTypeForm getCreateLeaveTypeForm() { 208 return EmployeeFormFactory.getCreateLeaveTypeForm(); 209 } 210 211 public GetLeaveReasonDescriptionsForm getGetLeaveReasonDescriptionsForm() { 212 return EmployeeFormFactory.getGetLeaveReasonDescriptionsForm(); 213 } 214 215 public CreateResponsibilityTypeDescriptionForm getCreateResponsibilityTypeDescriptionForm() { 216 return EmployeeFormFactory.getCreateResponsibilityTypeDescriptionForm(); 217 } 218 219 public CreateLeaveTypeDescriptionForm getCreateLeaveTypeDescriptionForm() { 220 return EmployeeFormFactory.getCreateLeaveTypeDescriptionForm(); 221 } 222 223 public CreateTerminationReasonForm getCreateTerminationReasonForm() { 224 return EmployeeFormFactory.getCreateTerminationReasonForm(); 225 } 226 227 public GetTerminationReasonsForm getGetTerminationReasonsForm() { 228 return EmployeeFormFactory.getGetTerminationReasonsForm(); 229 } 230 231 public DeleteLeaveReasonDescriptionForm getDeleteLeaveReasonDescriptionForm() { 232 return EmployeeFormFactory.getDeleteLeaveReasonDescriptionForm(); 233 } 234 235 public CreatePartyResponsibilityForm getCreatePartyResponsibilityForm() { 236 return EmployeeFormFactory.getCreatePartyResponsibilityForm(); 237 } 238 239 public GetLeaveStatusChoicesForm getGetLeaveStatusChoicesForm() { 240 return EmployeeFormFactory.getGetLeaveStatusChoicesForm(); 241 } 242 243 public EditSkillTypeForm getEditSkillTypeForm() { 244 return EmployeeFormFactory.getEditSkillTypeForm(); 245 } 246 247 public EditLeaveForm getEditLeaveForm() { 248 return EmployeeFormFactory.getEditLeaveForm(); 249 } 250 251 public GetLeaveTypeChoicesForm getGetLeaveTypeChoicesForm() { 252 return EmployeeFormFactory.getGetLeaveTypeChoicesForm(); 253 } 254 255 public EditTerminationTypeForm getEditTerminationTypeForm() { 256 return EmployeeFormFactory.getEditTerminationTypeForm(); 257 } 258 259 public SetDefaultEmployeeTypeForm getSetDefaultEmployeeTypeForm() { 260 return EmployeeFormFactory.getSetDefaultEmployeeTypeForm(); 261 } 262 263 public CreateEmployeeTypeForm getCreateEmployeeTypeForm() { 264 return EmployeeFormFactory.getCreateEmployeeTypeForm(); 265 } 266 267 public EditTerminationTypeDescriptionForm getEditTerminationTypeDescriptionForm() { 268 return EmployeeFormFactory.getEditTerminationTypeDescriptionForm(); 269 } 270 271 public SetDefaultTerminationReasonForm getSetDefaultTerminationReasonForm() { 272 return EmployeeFormFactory.getSetDefaultTerminationReasonForm(); 273 } 274 275 public GetEmployeeForm getGetEmployeeForm() { 276 return EmployeeFormFactory.getGetEmployeeForm(); 277 } 278 279 public SetDefaultSkillTypeForm getSetDefaultSkillTypeForm() { 280 return EmployeeFormFactory.getSetDefaultSkillTypeForm(); 281 } 282 283 public SetLeaveStatusForm getSetLeaveStatusForm() { 284 return EmployeeFormFactory.getSetLeaveStatusForm(); 285 } 286 287 public CreateTerminationReasonDescriptionForm getCreateTerminationReasonDescriptionForm() { 288 return EmployeeFormFactory.getCreateTerminationReasonDescriptionForm(); 289 } 290 291 public CreateTerminationTypeDescriptionForm getCreateTerminationTypeDescriptionForm() { 292 return EmployeeFormFactory.getCreateTerminationTypeDescriptionForm(); 293 } 294 295 public GetTerminationReasonDescriptionsForm getGetTerminationReasonDescriptionsForm() { 296 return EmployeeFormFactory.getGetTerminationReasonDescriptionsForm(); 297 } 298 299 public GetLeaveTypeDescriptionsForm getGetLeaveTypeDescriptionsForm() { 300 return EmployeeFormFactory.getGetLeaveTypeDescriptionsForm(); 301 } 302 303 public EditLeaveReasonDescriptionForm getEditLeaveReasonDescriptionForm() { 304 return EmployeeFormFactory.getEditLeaveReasonDescriptionForm(); 305 } 306 307 public EditSkillTypeDescriptionForm getEditSkillTypeDescriptionForm() { 308 return EmployeeFormFactory.getEditSkillTypeDescriptionForm(); 309 } 310 311 public GetTerminationReasonForm getGetTerminationReasonForm() { 312 return EmployeeFormFactory.getGetTerminationReasonForm(); 313 } 314 315 public DeleteLeaveTypeDescriptionForm getDeleteLeaveTypeDescriptionForm() { 316 return EmployeeFormFactory.getDeleteLeaveTypeDescriptionForm(); 317 } 318 319 public DeleteTerminationReasonDescriptionForm getDeleteTerminationReasonDescriptionForm() { 320 return EmployeeFormFactory.getDeleteTerminationReasonDescriptionForm(); 321 } 322 323 public DeleteEmployeeTypeDescriptionForm getDeleteEmployeeTypeDescriptionForm() { 324 return EmployeeFormFactory.getDeleteEmployeeTypeDescriptionForm(); 325 } 326 327 public DeleteResponsibilityTypeForm getDeleteResponsibilityTypeForm() { 328 return EmployeeFormFactory.getDeleteResponsibilityTypeForm(); 329 } 330 331 public GetTerminationReasonChoicesForm getGetTerminationReasonChoicesForm() { 332 return EmployeeFormFactory.getGetTerminationReasonChoicesForm(); 333 } 334 335 public DeleteTerminationTypeDescriptionForm getDeleteTerminationTypeDescriptionForm() { 336 return EmployeeFormFactory.getDeleteTerminationTypeDescriptionForm(); 337 } 338 339 public GetLeaveReasonForm getGetLeaveReasonForm() { 340 return EmployeeFormFactory.getGetLeaveReasonForm(); 341 } 342 343 public DeleteLeaveForm getDeleteLeaveForm() { 344 return EmployeeFormFactory.getDeleteLeaveForm(); 345 } 346 347 public CreatePartySkillForm getCreatePartySkillForm() { 348 return EmployeeFormFactory.getCreatePartySkillForm(); 349 } 350 351 public GetLeaveTypeForm getGetLeaveTypeForm() { 352 return EmployeeFormFactory.getGetLeaveTypeForm(); 353 } 354 355 public GetResponsibilityTypeDescriptionsForm getGetResponsibilityTypeDescriptionsForm() { 356 return EmployeeFormFactory.getGetResponsibilityTypeDescriptionsForm(); 357 } 358 359 public DeletePartySkillForm getDeletePartySkillForm() { 360 return EmployeeFormFactory.getDeletePartySkillForm(); 361 } 362 363 public CreateResponsibilityTypeForm getCreateResponsibilityTypeForm() { 364 return EmployeeFormFactory.getCreateResponsibilityTypeForm(); 365 } 366 367 public CreateEmployeeTypeDescriptionForm getCreateEmployeeTypeDescriptionForm() { 368 return EmployeeFormFactory.getCreateEmployeeTypeDescriptionForm(); 369 } 370 371 public DeleteSkillTypeForm getDeleteSkillTypeForm() { 372 return EmployeeFormFactory.getDeleteSkillTypeForm(); 373 } 374 375 public GetSkillTypesForm getGetSkillTypesForm() { 376 return EmployeeFormFactory.getGetSkillTypesForm(); 377 } 378 379 public GetSkillTypeChoicesForm getGetSkillTypeChoicesForm() { 380 return EmployeeFormFactory.getGetSkillTypeChoicesForm(); 381 } 382 383 public EditResponsibilityTypeDescriptionForm getEditResponsibilityTypeDescriptionForm() { 384 return EmployeeFormFactory.getEditResponsibilityTypeDescriptionForm(); 385 } 386 387 public DeletePartyResponsibilityForm getDeletePartyResponsibilityForm() { 388 return EmployeeFormFactory.getDeletePartyResponsibilityForm(); 389 } 390 391 public DeleteSkillTypeDescriptionForm getDeleteSkillTypeDescriptionForm() { 392 return EmployeeFormFactory.getDeleteSkillTypeDescriptionForm(); 393 } 394 395 public GetEmploymentsForm getGetEmploymentsForm() { 396 return EmployeeFormFactory.getGetEmploymentsForm(); 397 } 398 399 public GetTerminationTypeForm getGetTerminationTypeForm() { 400 return EmployeeFormFactory.getGetTerminationTypeForm(); 401 } 402 403 public EditLeaveTypeDescriptionForm getEditLeaveTypeDescriptionForm() { 404 return EmployeeFormFactory.getEditLeaveTypeDescriptionForm(); 405 } 406 407 public GetTerminationTypeChoicesForm getGetTerminationTypeChoicesForm() { 408 return EmployeeFormFactory.getGetTerminationTypeChoicesForm(); 409 } 410 411 public GetEmployeeTypesForm getGetEmployeeTypesForm() { 412 return EmployeeFormFactory.getGetEmployeeTypesForm(); 413 } 414 415 public GetSkillTypeDescriptionsForm getGetSkillTypeDescriptionsForm() { 416 return EmployeeFormFactory.getGetSkillTypeDescriptionsForm(); 417 } 418 419 public DeleteLeaveReasonForm getDeleteLeaveReasonForm() { 420 return EmployeeFormFactory.getDeleteLeaveReasonForm(); 421 } 422 423 public CreateLeaveForm getCreateLeaveForm() { 424 return EmployeeFormFactory.getCreateLeaveForm(); 425 } 426 427 public DeleteTerminationTypeForm getDeleteTerminationTypeForm() { 428 return EmployeeFormFactory.getDeleteTerminationTypeForm(); 429 } 430 431 public DeleteLeaveTypeForm getDeleteLeaveTypeForm() { 432 return EmployeeFormFactory.getDeleteLeaveTypeForm(); 433 } 434 435 public GetTerminationTypeDescriptionsForm getGetTerminationTypeDescriptionsForm() { 436 return EmployeeFormFactory.getGetTerminationTypeDescriptionsForm(); 437 } 438 439 public GetLeaveReasonDescriptionForm getGetLeaveReasonDescriptionForm() { 440 return EmployeeFormFactory.getGetLeaveReasonDescriptionForm(); 441 } 442 443 public EditTerminationReasonForm getEditTerminationReasonForm() { 444 return EmployeeFormFactory.getEditTerminationReasonForm(); 445 } 446 447 public EditEmployeeTypeDescriptionForm getEditEmployeeTypeDescriptionForm() { 448 return EmployeeFormFactory.getEditEmployeeTypeDescriptionForm(); 449 } 450 451 public CreateLeaveReasonForm getCreateLeaveReasonForm() { 452 return EmployeeFormFactory.getCreateLeaveReasonForm(); 453 } 454 455 public CreateEmploymentForm getCreateEmploymentForm() { 456 return EmployeeFormFactory.getCreateEmploymentForm(); 457 } 458 459 public SetDefaultTerminationTypeForm getSetDefaultTerminationTypeForm() { 460 return EmployeeFormFactory.getSetDefaultTerminationTypeForm(); 461 } 462 463 public GetResponsibilityTypesForm getGetResponsibilityTypesForm() { 464 return EmployeeFormFactory.getGetResponsibilityTypesForm(); 465 } 466 467 public DeleteEmploymentForm getDeleteEmploymentForm() { 468 return EmployeeFormFactory.getDeleteEmploymentForm(); 469 } 470 471 public GetLeaveTypeDescriptionForm getGetLeaveTypeDescriptionForm() { 472 return EmployeeFormFactory.getGetLeaveTypeDescriptionForm(); 473 } 474 475 public GetPartyResponsibilitiesForm getGetPartyResponsibilitiesForm() { 476 return EmployeeFormFactory.getGetPartyResponsibilitiesForm(); 477 } 478 479 public GetLeaveReasonsForm getGetLeaveReasonsForm() { 480 return EmployeeFormFactory.getGetLeaveReasonsForm(); 481 } 482 483 public GetSkillTypeForm getGetSkillTypeForm() { 484 return EmployeeFormFactory.getGetSkillTypeForm(); 485 } 486 487 public DeleteResponsibilityTypeDescriptionForm getDeleteResponsibilityTypeDescriptionForm() { 488 return EmployeeFormFactory.getDeleteResponsibilityTypeDescriptionForm(); 489 } 490 491 public LeaveReasonDescriptionSpec getLeaveReasonDescriptionSpec() { 492 return EmployeeSpecFactory.getLeaveReasonDescriptionSpec(); 493 } 494 495 public PartyResponsibilitySpec getPartyResponsibilitySpec() { 496 return EmployeeSpecFactory.getPartyResponsibilitySpec(); 497 } 498 499 public PartySkillSpec getPartySkillSpec() { 500 return EmployeeSpecFactory.getPartySkillSpec(); 501 } 502 503 public LeaveTypeSpec getLeaveTypeSpec() { 504 return EmployeeSpecFactory.getLeaveTypeSpec(); 505 } 506 507 public TerminationTypeSpec getTerminationTypeSpec() { 508 return EmployeeSpecFactory.getTerminationTypeSpec(); 509 } 510 511 public TerminationReasonDescriptionSpec getTerminationReasonDescriptionSpec() { 512 return EmployeeSpecFactory.getTerminationReasonDescriptionSpec(); 513 } 514 515 public SkillTypeDescriptionSpec getSkillTypeDescriptionSpec() { 516 return EmployeeSpecFactory.getSkillTypeDescriptionSpec(); 517 } 518 519 public EmploymentSpec getEmploymentSpec() { 520 return EmployeeSpecFactory.getEmploymentSpec(); 521 } 522 523 public SkillTypeSpec getSkillTypeSpec() { 524 return EmployeeSpecFactory.getSkillTypeSpec(); 525 } 526 527 public TerminationTypeDescriptionSpec getTerminationTypeDescriptionSpec() { 528 return EmployeeSpecFactory.getTerminationTypeDescriptionSpec(); 529 } 530 531 public ResponsibilityTypeSpec getResponsibilityTypeSpec() { 532 return EmployeeSpecFactory.getResponsibilityTypeSpec(); 533 } 534 535 public EmployeeTypeDescriptionSpec getEmployeeTypeDescriptionSpec() { 536 return EmployeeSpecFactory.getEmployeeTypeDescriptionSpec(); 537 } 538 539 public ResponsibilityTypeDescriptionSpec getResponsibilityTypeDescriptionSpec() { 540 return EmployeeSpecFactory.getResponsibilityTypeDescriptionSpec(); 541 } 542 543 public LeaveTypeDescriptionSpec getLeaveTypeDescriptionSpec() { 544 return EmployeeSpecFactory.getLeaveTypeDescriptionSpec(); 545 } 546 547 public LeaveReasonSpec getLeaveReasonSpec() { 548 return EmployeeSpecFactory.getLeaveReasonSpec(); 549 } 550 551 public TerminationReasonSpec getTerminationReasonSpec() { 552 return EmployeeSpecFactory.getTerminationReasonSpec(); 553 } 554 555 public EmployeeTypeSpec getEmployeeTypeSpec() { 556 return EmployeeSpecFactory.getEmployeeTypeSpec(); 557 } 558 559 public LeaveSpec getLeaveSpec() { 560 return EmployeeSpecFactory.getLeaveSpec(); 561 } 562 563}