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