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