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 * ChainFormsImpl.java 021 */ 022 023package com.echothree.control.user.chain.server; 024 025import com.echothree.control.user.chain.common.edit.*; 026import com.echothree.control.user.chain.common.form.*; 027import com.echothree.control.user.chain.common.spec.*; 028 029public class ChainFormsImpl { 030 031 public ChainActionDescriptionEdit getChainActionDescriptionEdit() { 032 return ChainEditFactory.getChainActionDescriptionEdit(); 033 } 034 035 public ChainActionEdit getChainActionEdit() { 036 return ChainEditFactory.getChainActionEdit(); 037 } 038 039 public ChainActionSetDescriptionEdit getChainActionSetDescriptionEdit() { 040 return ChainEditFactory.getChainActionSetDescriptionEdit(); 041 } 042 043 public ChainActionSetEdit getChainActionSetEdit() { 044 return ChainEditFactory.getChainActionSetEdit(); 045 } 046 047 public ChainActionTypeDescriptionEdit getChainActionTypeDescriptionEdit() { 048 return ChainEditFactory.getChainActionTypeDescriptionEdit(); 049 } 050 051 public ChainActionTypeEdit getChainActionTypeEdit() { 052 return ChainEditFactory.getChainActionTypeEdit(); 053 } 054 055 public ChainDescriptionEdit getChainDescriptionEdit() { 056 return ChainEditFactory.getChainDescriptionEdit(); 057 } 058 059 public ChainEdit getChainEdit() { 060 return ChainEditFactory.getChainEdit(); 061 } 062 063 public ChainEntityRoleTypeDescriptionEdit getChainEntityRoleTypeDescriptionEdit() { 064 return ChainEditFactory.getChainEntityRoleTypeDescriptionEdit(); 065 } 066 067 public ChainEntityRoleTypeEdit getChainEntityRoleTypeEdit() { 068 return ChainEditFactory.getChainEntityRoleTypeEdit(); 069 } 070 071 public ChainKindDescriptionEdit getChainKindDescriptionEdit() { 072 return ChainEditFactory.getChainKindDescriptionEdit(); 073 } 074 075 public ChainKindEdit getChainKindEdit() { 076 return ChainEditFactory.getChainKindEdit(); 077 } 078 079 public ChainTypeDescriptionEdit getChainTypeDescriptionEdit() { 080 return ChainEditFactory.getChainTypeDescriptionEdit(); 081 } 082 083 public ChainTypeEdit getChainTypeEdit() { 084 return ChainEditFactory.getChainTypeEdit(); 085 } 086 087 public CreateChainActionDescriptionForm getCreateChainActionDescriptionForm() { 088 return ChainFormFactory.getCreateChainActionDescriptionForm(); 089 } 090 091 public CreateChainActionForm getCreateChainActionForm() { 092 return ChainFormFactory.getCreateChainActionForm(); 093 } 094 095 public CreateChainActionSetDescriptionForm getCreateChainActionSetDescriptionForm() { 096 return ChainFormFactory.getCreateChainActionSetDescriptionForm(); 097 } 098 099 public CreateChainActionSetForm getCreateChainActionSetForm() { 100 return ChainFormFactory.getCreateChainActionSetForm(); 101 } 102 103 public CreateChainActionTypeDescriptionForm getCreateChainActionTypeDescriptionForm() { 104 return ChainFormFactory.getCreateChainActionTypeDescriptionForm(); 105 } 106 107 public CreateChainActionTypeForm getCreateChainActionTypeForm() { 108 return ChainFormFactory.getCreateChainActionTypeForm(); 109 } 110 111 public CreateChainActionTypeUseForm getCreateChainActionTypeUseForm() { 112 return ChainFormFactory.getCreateChainActionTypeUseForm(); 113 } 114 115 public CreateChainDescriptionForm getCreateChainDescriptionForm() { 116 return ChainFormFactory.getCreateChainDescriptionForm(); 117 } 118 119 public CreateChainEntityRoleTypeDescriptionForm getCreateChainEntityRoleTypeDescriptionForm() { 120 return ChainFormFactory.getCreateChainEntityRoleTypeDescriptionForm(); 121 } 122 123 public CreateChainEntityRoleTypeForm getCreateChainEntityRoleTypeForm() { 124 return ChainFormFactory.getCreateChainEntityRoleTypeForm(); 125 } 126 127 public CreateChainForm getCreateChainForm() { 128 return ChainFormFactory.getCreateChainForm(); 129 } 130 131 public CreateChainKindDescriptionForm getCreateChainKindDescriptionForm() { 132 return ChainFormFactory.getCreateChainKindDescriptionForm(); 133 } 134 135 public CreateChainKindForm getCreateChainKindForm() { 136 return ChainFormFactory.getCreateChainKindForm(); 137 } 138 139 public CreateChainTypeDescriptionForm getCreateChainTypeDescriptionForm() { 140 return ChainFormFactory.getCreateChainTypeDescriptionForm(); 141 } 142 143 public CreateChainTypeForm getCreateChainTypeForm() { 144 return ChainFormFactory.getCreateChainTypeForm(); 145 } 146 147 public DeleteChainActionDescriptionForm getDeleteChainActionDescriptionForm() { 148 return ChainFormFactory.getDeleteChainActionDescriptionForm(); 149 } 150 151 public DeleteChainActionForm getDeleteChainActionForm() { 152 return ChainFormFactory.getDeleteChainActionForm(); 153 } 154 155 public DeleteChainActionSetDescriptionForm getDeleteChainActionSetDescriptionForm() { 156 return ChainFormFactory.getDeleteChainActionSetDescriptionForm(); 157 } 158 159 public DeleteChainActionSetForm getDeleteChainActionSetForm() { 160 return ChainFormFactory.getDeleteChainActionSetForm(); 161 } 162 163 public DeleteChainActionTypeDescriptionForm getDeleteChainActionTypeDescriptionForm() { 164 return ChainFormFactory.getDeleteChainActionTypeDescriptionForm(); 165 } 166 167 public DeleteChainActionTypeForm getDeleteChainActionTypeForm() { 168 return ChainFormFactory.getDeleteChainActionTypeForm(); 169 } 170 171 public DeleteChainDescriptionForm getDeleteChainDescriptionForm() { 172 return ChainFormFactory.getDeleteChainDescriptionForm(); 173 } 174 175 public DeleteChainEntityRoleTypeDescriptionForm getDeleteChainEntityRoleTypeDescriptionForm() { 176 return ChainFormFactory.getDeleteChainEntityRoleTypeDescriptionForm(); 177 } 178 179 public DeleteChainEntityRoleTypeForm getDeleteChainEntityRoleTypeForm() { 180 return ChainFormFactory.getDeleteChainEntityRoleTypeForm(); 181 } 182 183 public DeleteChainForm getDeleteChainForm() { 184 return ChainFormFactory.getDeleteChainForm(); 185 } 186 187 public DeleteChainKindDescriptionForm getDeleteChainKindDescriptionForm() { 188 return ChainFormFactory.getDeleteChainKindDescriptionForm(); 189 } 190 191 public DeleteChainKindForm getDeleteChainKindForm() { 192 return ChainFormFactory.getDeleteChainKindForm(); 193 } 194 195 public DeleteChainTypeDescriptionForm getDeleteChainTypeDescriptionForm() { 196 return ChainFormFactory.getDeleteChainTypeDescriptionForm(); 197 } 198 199 public DeleteChainTypeForm getDeleteChainTypeForm() { 200 return ChainFormFactory.getDeleteChainTypeForm(); 201 } 202 203 public EditChainActionDescriptionForm getEditChainActionDescriptionForm() { 204 return ChainFormFactory.getEditChainActionDescriptionForm(); 205 } 206 207 public EditChainActionForm getEditChainActionForm() { 208 return ChainFormFactory.getEditChainActionForm(); 209 } 210 211 public EditChainActionSetDescriptionForm getEditChainActionSetDescriptionForm() { 212 return ChainFormFactory.getEditChainActionSetDescriptionForm(); 213 } 214 215 public EditChainActionSetForm getEditChainActionSetForm() { 216 return ChainFormFactory.getEditChainActionSetForm(); 217 } 218 219 public EditChainActionTypeDescriptionForm getEditChainActionTypeDescriptionForm() { 220 return ChainFormFactory.getEditChainActionTypeDescriptionForm(); 221 } 222 223 public EditChainActionTypeForm getEditChainActionTypeForm() { 224 return ChainFormFactory.getEditChainActionTypeForm(); 225 } 226 227 public EditChainDescriptionForm getEditChainDescriptionForm() { 228 return ChainFormFactory.getEditChainDescriptionForm(); 229 } 230 231 public EditChainEntityRoleTypeDescriptionForm getEditChainEntityRoleTypeDescriptionForm() { 232 return ChainFormFactory.getEditChainEntityRoleTypeDescriptionForm(); 233 } 234 235 public EditChainEntityRoleTypeForm getEditChainEntityRoleTypeForm() { 236 return ChainFormFactory.getEditChainEntityRoleTypeForm(); 237 } 238 239 public EditChainForm getEditChainForm() { 240 return ChainFormFactory.getEditChainForm(); 241 } 242 243 public EditChainKindDescriptionForm getEditChainKindDescriptionForm() { 244 return ChainFormFactory.getEditChainKindDescriptionForm(); 245 } 246 247 public EditChainKindForm getEditChainKindForm() { 248 return ChainFormFactory.getEditChainKindForm(); 249 } 250 251 public EditChainTypeDescriptionForm getEditChainTypeDescriptionForm() { 252 return ChainFormFactory.getEditChainTypeDescriptionForm(); 253 } 254 255 public EditChainTypeForm getEditChainTypeForm() { 256 return ChainFormFactory.getEditChainTypeForm(); 257 } 258 259 public GetChainActionDescriptionForm getGetChainActionDescriptionForm() { 260 return ChainFormFactory.getGetChainActionDescriptionForm(); 261 } 262 263 public GetChainActionDescriptionsForm getGetChainActionDescriptionsForm() { 264 return ChainFormFactory.getGetChainActionDescriptionsForm(); 265 } 266 267 public GetChainActionForm getGetChainActionForm() { 268 return ChainFormFactory.getGetChainActionForm(); 269 } 270 271 public GetChainActionSetChoicesForm getGetChainActionSetChoicesForm() { 272 return ChainFormFactory.getGetChainActionSetChoicesForm(); 273 } 274 275 public GetChainActionSetDescriptionForm getGetChainActionSetDescriptionForm() { 276 return ChainFormFactory.getGetChainActionSetDescriptionForm(); 277 } 278 279 public GetChainActionSetDescriptionsForm getGetChainActionSetDescriptionsForm() { 280 return ChainFormFactory.getGetChainActionSetDescriptionsForm(); 281 } 282 283 public GetChainActionSetForm getGetChainActionSetForm() { 284 return ChainFormFactory.getGetChainActionSetForm(); 285 } 286 287 public GetChainActionSetsForm getGetChainActionSetsForm() { 288 return ChainFormFactory.getGetChainActionSetsForm(); 289 } 290 291 public GetChainActionTypeChoicesForm getGetChainActionTypeChoicesForm() { 292 return ChainFormFactory.getGetChainActionTypeChoicesForm(); 293 } 294 295 public GetChainActionTypeDescriptionForm getGetChainActionTypeDescriptionForm() { 296 return ChainFormFactory.getGetChainActionTypeDescriptionForm(); 297 } 298 299 public GetChainActionTypeDescriptionsForm getGetChainActionTypeDescriptionsForm() { 300 return ChainFormFactory.getGetChainActionTypeDescriptionsForm(); 301 } 302 303 public GetChainActionTypeForm getGetChainActionTypeForm() { 304 return ChainFormFactory.getGetChainActionTypeForm(); 305 } 306 307 public GetChainActionTypesForm getGetChainActionTypesForm() { 308 return ChainFormFactory.getGetChainActionTypesForm(); 309 } 310 311 public GetChainActionsForm getGetChainActionsForm() { 312 return ChainFormFactory.getGetChainActionsForm(); 313 } 314 315 public GetChainChoicesForm getGetChainChoicesForm() { 316 return ChainFormFactory.getGetChainChoicesForm(); 317 } 318 319 public GetChainDescriptionForm getGetChainDescriptionForm() { 320 return ChainFormFactory.getGetChainDescriptionForm(); 321 } 322 323 public GetChainDescriptionsForm getGetChainDescriptionsForm() { 324 return ChainFormFactory.getGetChainDescriptionsForm(); 325 } 326 327 public GetChainEntityRoleTypeDescriptionForm getGetChainEntityRoleTypeDescriptionForm() { 328 return ChainFormFactory.getGetChainEntityRoleTypeDescriptionForm(); 329 } 330 331 public GetChainEntityRoleTypeDescriptionsForm getGetChainEntityRoleTypeDescriptionsForm() { 332 return ChainFormFactory.getGetChainEntityRoleTypeDescriptionsForm(); 333 } 334 335 public GetChainEntityRoleTypeForm getGetChainEntityRoleTypeForm() { 336 return ChainFormFactory.getGetChainEntityRoleTypeForm(); 337 } 338 339 public GetChainEntityRoleTypesForm getGetChainEntityRoleTypesForm() { 340 return ChainFormFactory.getGetChainEntityRoleTypesForm(); 341 } 342 343 public GetChainForm getGetChainForm() { 344 return ChainFormFactory.getGetChainForm(); 345 } 346 347 public GetChainInstanceForm getGetChainInstanceForm() { 348 return ChainFormFactory.getGetChainInstanceForm(); 349 } 350 351 public GetChainInstancesForm getGetChainInstancesForm() { 352 return ChainFormFactory.getGetChainInstancesForm(); 353 } 354 355 public GetChainKindChoicesForm getGetChainKindChoicesForm() { 356 return ChainFormFactory.getGetChainKindChoicesForm(); 357 } 358 359 public GetChainKindDescriptionForm getGetChainKindDescriptionForm() { 360 return ChainFormFactory.getGetChainKindDescriptionForm(); 361 } 362 363 public GetChainKindDescriptionsForm getGetChainKindDescriptionsForm() { 364 return ChainFormFactory.getGetChainKindDescriptionsForm(); 365 } 366 367 public GetChainKindForm getGetChainKindForm() { 368 return ChainFormFactory.getGetChainKindForm(); 369 } 370 371 public GetChainKindsForm getGetChainKindsForm() { 372 return ChainFormFactory.getGetChainKindsForm(); 373 } 374 375 public GetChainTypeChoicesForm getGetChainTypeChoicesForm() { 376 return ChainFormFactory.getGetChainTypeChoicesForm(); 377 } 378 379 public GetChainTypeDescriptionForm getGetChainTypeDescriptionForm() { 380 return ChainFormFactory.getGetChainTypeDescriptionForm(); 381 } 382 383 public GetChainTypeDescriptionsForm getGetChainTypeDescriptionsForm() { 384 return ChainFormFactory.getGetChainTypeDescriptionsForm(); 385 } 386 387 public GetChainTypeForm getGetChainTypeForm() { 388 return ChainFormFactory.getGetChainTypeForm(); 389 } 390 391 public GetChainTypesForm getGetChainTypesForm() { 392 return ChainFormFactory.getGetChainTypesForm(); 393 } 394 395 public GetChainsForm getGetChainsForm() { 396 return ChainFormFactory.getGetChainsForm(); 397 } 398 399 public SetDefaultChainActionForm getSetDefaultChainActionForm() { 400 return ChainFormFactory.getSetDefaultChainActionForm(); 401 } 402 403 public SetDefaultChainActionSetForm getSetDefaultChainActionSetForm() { 404 return ChainFormFactory.getSetDefaultChainActionSetForm(); 405 } 406 407 public SetDefaultChainActionTypeForm getSetDefaultChainActionTypeForm() { 408 return ChainFormFactory.getSetDefaultChainActionTypeForm(); 409 } 410 411 public SetDefaultChainForm getSetDefaultChainForm() { 412 return ChainFormFactory.getSetDefaultChainForm(); 413 } 414 415 public SetDefaultChainKindForm getSetDefaultChainKindForm() { 416 return ChainFormFactory.getSetDefaultChainKindForm(); 417 } 418 419 public SetDefaultChainTypeForm getSetDefaultChainTypeForm() { 420 return ChainFormFactory.getSetDefaultChainTypeForm(); 421 } 422 423 public ChainActionDescriptionSpec getChainActionDescriptionSpec() { 424 return ChainSpecFactory.getChainActionDescriptionSpec(); 425 } 426 427 public ChainActionSetDescriptionSpec getChainActionSetDescriptionSpec() { 428 return ChainSpecFactory.getChainActionSetDescriptionSpec(); 429 } 430 431 public ChainActionSetSpec getChainActionSetSpec() { 432 return ChainSpecFactory.getChainActionSetSpec(); 433 } 434 435 public ChainActionSpec getChainActionSpec() { 436 return ChainSpecFactory.getChainActionSpec(); 437 } 438 439 public ChainActionTypeDescriptionSpec getChainActionTypeDescriptionSpec() { 440 return ChainSpecFactory.getChainActionTypeDescriptionSpec(); 441 } 442 443 public ChainActionTypeSpec getChainActionTypeSpec() { 444 return ChainSpecFactory.getChainActionTypeSpec(); 445 } 446 447 public ChainActionTypeUseSpec getChainActionTypeUseSpec() { 448 return ChainSpecFactory.getChainActionTypeUseSpec(); 449 } 450 451 public ChainDescriptionSpec getChainDescriptionSpec() { 452 return ChainSpecFactory.getChainDescriptionSpec(); 453 } 454 455 public ChainEntityRoleTypeDescriptionSpec getChainEntityRoleTypeDescriptionSpec() { 456 return ChainSpecFactory.getChainEntityRoleTypeDescriptionSpec(); 457 } 458 459 public ChainEntityRoleTypeSpec getChainEntityRoleTypeSpec() { 460 return ChainSpecFactory.getChainEntityRoleTypeSpec(); 461 } 462 463 public ChainInstanceSpec getChainInstanceSpec() { 464 return ChainSpecFactory.getChainInstanceSpec(); 465 } 466 467 public ChainKindDescriptionSpec getChainKindDescriptionSpec() { 468 return ChainSpecFactory.getChainKindDescriptionSpec(); 469 } 470 471 public ChainKindSpec getChainKindSpec() { 472 return ChainSpecFactory.getChainKindSpec(); 473 } 474 475 public ChainSpec getChainSpec() { 476 return ChainSpecFactory.getChainSpec(); 477 } 478 479 public ChainTypeDescriptionSpec getChainTypeDescriptionSpec() { 480 return ChainSpecFactory.getChainTypeDescriptionSpec(); 481 } 482 483 public ChainTypeSpec getChainTypeSpec() { 484 return ChainSpecFactory.getChainTypeSpec(); 485 } 486 487}