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 * OfferFormsImpl.java 021 */ 022 023package com.echothree.control.user.offer.server; 024 025import com.echothree.control.user.offer.common.edit.*; 026import com.echothree.control.user.offer.common.form.*; 027import com.echothree.control.user.offer.common.spec.*; 028 029public class OfferFormsImpl { 030 031 public UseTypeDescriptionEdit getUseTypeDescriptionEdit() { 032 return OfferEditFactory.getUseTypeDescriptionEdit(); 033 } 034 035 public OfferDescriptionEdit getOfferDescriptionEdit() { 036 return OfferEditFactory.getOfferDescriptionEdit(); 037 } 038 039 public OfferItemPriceEdit getOfferItemPriceEdit() { 040 return OfferEditFactory.getOfferItemPriceEdit(); 041 } 042 043 public OfferNameElementDescriptionEdit getOfferNameElementDescriptionEdit() { 044 return OfferEditFactory.getOfferNameElementDescriptionEdit(); 045 } 046 047 public UseNameElementEdit getUseNameElementEdit() { 048 return OfferEditFactory.getUseNameElementEdit(); 049 } 050 051 public OfferUseEdit getOfferUseEdit() { 052 return OfferEditFactory.getOfferUseEdit(); 053 } 054 055 public UseEdit getUseEdit() { 056 return OfferEditFactory.getUseEdit(); 057 } 058 059 public SourceEdit getSourceEdit() { 060 return OfferEditFactory.getSourceEdit(); 061 } 062 063 public OfferCustomerTypeEdit getOfferCustomerTypeEdit() { 064 return OfferEditFactory.getOfferCustomerTypeEdit(); 065 } 066 067 public UseDescriptionEdit getUseDescriptionEdit() { 068 return OfferEditFactory.getUseDescriptionEdit(); 069 } 070 071 public UseNameElementDescriptionEdit getUseNameElementDescriptionEdit() { 072 return OfferEditFactory.getUseNameElementDescriptionEdit(); 073 } 074 075 public OfferChainTypeEdit getOfferChainTypeEdit() { 076 return OfferEditFactory.getOfferChainTypeEdit(); 077 } 078 079 public UseTypeEdit getUseTypeEdit() { 080 return OfferEditFactory.getUseTypeEdit(); 081 } 082 083 public OfferEdit getOfferEdit() { 084 return OfferEditFactory.getOfferEdit(); 085 } 086 087 public OfferNameElementEdit getOfferNameElementEdit() { 088 return OfferEditFactory.getOfferNameElementEdit(); 089 } 090 091 public GetUseTypesForm getGetUseTypesForm() { 092 return OfferFormFactory.getGetUseTypesForm(); 093 } 094 095 public GetOfferChainTypeForm getGetOfferChainTypeForm() { 096 return OfferFormFactory.getGetOfferChainTypeForm(); 097 } 098 099 public GetOfferCustomerTypeForm getGetOfferCustomerTypeForm() { 100 return OfferFormFactory.getGetOfferCustomerTypeForm(); 101 } 102 103 public EditOfferForm getEditOfferForm() { 104 return OfferFormFactory.getEditOfferForm(); 105 } 106 107 public GetUseTypeDescriptionForm getGetUseTypeDescriptionForm() { 108 return OfferFormFactory.getGetUseTypeDescriptionForm(); 109 } 110 111 public CreateOfferItemForm getCreateOfferItemForm() { 112 return OfferFormFactory.getCreateOfferItemForm(); 113 } 114 115 public EditUseTypeDescriptionForm getEditUseTypeDescriptionForm() { 116 return OfferFormFactory.getEditUseTypeDescriptionForm(); 117 } 118 119 public GetOfferNameElementDescriptionForm getGetOfferNameElementDescriptionForm() { 120 return OfferFormFactory.getGetOfferNameElementDescriptionForm(); 121 } 122 123 public EditUseForm getEditUseForm() { 124 return OfferFormFactory.getEditUseForm(); 125 } 126 127 public CreateOfferNameElementDescriptionForm getCreateOfferNameElementDescriptionForm() { 128 return OfferFormFactory.getCreateOfferNameElementDescriptionForm(); 129 } 130 131 public EditUseTypeForm getEditUseTypeForm() { 132 return OfferFormFactory.getEditUseTypeForm(); 133 } 134 135 public GetUseNameElementDescriptionForm getGetUseNameElementDescriptionForm() { 136 return OfferFormFactory.getGetUseNameElementDescriptionForm(); 137 } 138 139 public CreateUseNameElementForm getCreateUseNameElementForm() { 140 return OfferFormFactory.getCreateUseNameElementForm(); 141 } 142 143 public DeleteOfferUseForm getDeleteOfferUseForm() { 144 return OfferFormFactory.getDeleteOfferUseForm(); 145 } 146 147 public GetOfferCustomerTypesForm getGetOfferCustomerTypesForm() { 148 return OfferFormFactory.getGetOfferCustomerTypesForm(); 149 } 150 151 public GetUseTypeDescriptionsForm getGetUseTypeDescriptionsForm() { 152 return OfferFormFactory.getGetUseTypeDescriptionsForm(); 153 } 154 155 public CreateOfferItemPriceForm getCreateOfferItemPriceForm() { 156 return OfferFormFactory.getCreateOfferItemPriceForm(); 157 } 158 159 public GetUseTypeChoicesForm getGetUseTypeChoicesForm() { 160 return OfferFormFactory.getGetUseTypeChoicesForm(); 161 } 162 163 public CreateUseTypeForm getCreateUseTypeForm() { 164 return OfferFormFactory.getCreateUseTypeForm(); 165 } 166 167 public DeleteUseTypeForm getDeleteUseTypeForm() { 168 return OfferFormFactory.getDeleteUseTypeForm(); 169 } 170 171 public GetSourceChoicesForm getGetSourceChoicesForm() { 172 return OfferFormFactory.getGetSourceChoicesForm(); 173 } 174 175 public EditOfferNameElementDescriptionForm getEditOfferNameElementDescriptionForm() { 176 return OfferFormFactory.getEditOfferNameElementDescriptionForm(); 177 } 178 179 public DeleteUseNameElementDescriptionForm getDeleteUseNameElementDescriptionForm() { 180 return OfferFormFactory.getDeleteUseNameElementDescriptionForm(); 181 } 182 183 public EditOfferNameElementForm getEditOfferNameElementForm() { 184 return OfferFormFactory.getEditOfferNameElementForm(); 185 } 186 187 public CreateUseNameElementDescriptionForm getCreateUseNameElementDescriptionForm() { 188 return OfferFormFactory.getCreateUseNameElementDescriptionForm(); 189 } 190 191 public GetUseDescriptionsForm getGetUseDescriptionsForm() { 192 return OfferFormFactory.getGetUseDescriptionsForm(); 193 } 194 195 public DeleteSourceForm getDeleteSourceForm() { 196 return OfferFormFactory.getDeleteSourceForm(); 197 } 198 199 public SetDefaultUseForm getSetDefaultUseForm() { 200 return OfferFormFactory.getSetDefaultUseForm(); 201 } 202 203 public EditSourceForm getEditSourceForm() { 204 return OfferFormFactory.getEditSourceForm(); 205 } 206 207 public EditUseDescriptionForm getEditUseDescriptionForm() { 208 return OfferFormFactory.getEditUseDescriptionForm(); 209 } 210 211 public CreateOfferNameElementForm getCreateOfferNameElementForm() { 212 return OfferFormFactory.getCreateOfferNameElementForm(); 213 } 214 215 public DeleteUseNameElementForm getDeleteUseNameElementForm() { 216 return OfferFormFactory.getDeleteUseNameElementForm(); 217 } 218 219 public GetOfferNameElementDescriptionsForm getGetOfferNameElementDescriptionsForm() { 220 return OfferFormFactory.getGetOfferNameElementDescriptionsForm(); 221 } 222 223 public GetUseTypeForm getGetUseTypeForm() { 224 return OfferFormFactory.getGetUseTypeForm(); 225 } 226 227 public DeleteOfferItemPriceForm getDeleteOfferItemPriceForm() { 228 return OfferFormFactory.getDeleteOfferItemPriceForm(); 229 } 230 231 public DeleteOfferNameElementForm getDeleteOfferNameElementForm() { 232 return OfferFormFactory.getDeleteOfferNameElementForm(); 233 } 234 235 public EditOfferCustomerTypeForm getEditOfferCustomerTypeForm() { 236 return OfferFormFactory.getEditOfferCustomerTypeForm(); 237 } 238 239 public GetOfferForm getGetOfferForm() { 240 return OfferFormFactory.getGetOfferForm(); 241 } 242 243 public EditOfferChainTypeForm getEditOfferChainTypeForm() { 244 return OfferFormFactory.getEditOfferChainTypeForm(); 245 } 246 247 public GetUseForm getGetUseForm() { 248 return OfferFormFactory.getGetUseForm(); 249 } 250 251 public GetOfferChoicesForm getGetOfferChoicesForm() { 252 return OfferFormFactory.getGetOfferChoicesForm(); 253 } 254 255 public GetOfferDescriptionsForm getGetOfferDescriptionsForm() { 256 return OfferFormFactory.getGetOfferDescriptionsForm(); 257 } 258 259 public GetUseChoicesForm getGetUseChoicesForm() { 260 return OfferFormFactory.getGetUseChoicesForm(); 261 } 262 263 public GetUsesForm getGetUsesForm() { 264 return OfferFormFactory.getGetUsesForm(); 265 } 266 267 public DeleteOfferNameElementDescriptionForm getDeleteOfferNameElementDescriptionForm() { 268 return OfferFormFactory.getDeleteOfferNameElementDescriptionForm(); 269 } 270 271 public DeleteOfferChainTypeForm getDeleteOfferChainTypeForm() { 272 return OfferFormFactory.getDeleteOfferChainTypeForm(); 273 } 274 275 public EditOfferDescriptionForm getEditOfferDescriptionForm() { 276 return OfferFormFactory.getEditOfferDescriptionForm(); 277 } 278 279 public DeleteUseTypeDescriptionForm getDeleteUseTypeDescriptionForm() { 280 return OfferFormFactory.getDeleteUseTypeDescriptionForm(); 281 } 282 283 public SetDefaultOfferForm getSetDefaultOfferForm() { 284 return OfferFormFactory.getSetDefaultOfferForm(); 285 } 286 287 public EditOfferItemPriceForm getEditOfferItemPriceForm() { 288 return OfferFormFactory.getEditOfferItemPriceForm(); 289 } 290 291 public GetUseNameElementsForm getGetUseNameElementsForm() { 292 return OfferFormFactory.getGetUseNameElementsForm(); 293 } 294 295 public GetOffersForm getGetOffersForm() { 296 return OfferFormFactory.getGetOffersForm(); 297 } 298 299 public CreateOfferDescriptionForm getCreateOfferDescriptionForm() { 300 return OfferFormFactory.getCreateOfferDescriptionForm(); 301 } 302 303 public EditUseNameElementForm getEditUseNameElementForm() { 304 return OfferFormFactory.getEditUseNameElementForm(); 305 } 306 307 public DeleteUseDescriptionForm getDeleteUseDescriptionForm() { 308 return OfferFormFactory.getDeleteUseDescriptionForm(); 309 } 310 311 public DeleteOfferCustomerTypeForm getDeleteOfferCustomerTypeForm() { 312 return OfferFormFactory.getDeleteOfferCustomerTypeForm(); 313 } 314 315 public GetUseNameElementDescriptionsForm getGetUseNameElementDescriptionsForm() { 316 return OfferFormFactory.getGetUseNameElementDescriptionsForm(); 317 } 318 319 public DeleteUseForm getDeleteUseForm() { 320 return OfferFormFactory.getDeleteUseForm(); 321 } 322 323 public SetDefaultSourceForm getSetDefaultSourceForm() { 324 return OfferFormFactory.getSetDefaultSourceForm(); 325 } 326 327 public CreateOfferForm getCreateOfferForm() { 328 return OfferFormFactory.getCreateOfferForm(); 329 } 330 331 public GetOfferNameElementsForm getGetOfferNameElementsForm() { 332 return OfferFormFactory.getGetOfferNameElementsForm(); 333 } 334 335 public GetOfferItemPricesForm getGetOfferItemPricesForm() { 336 return OfferFormFactory.getGetOfferItemPricesForm(); 337 } 338 339 public CreateUseTypeDescriptionForm getCreateUseTypeDescriptionForm() { 340 return OfferFormFactory.getCreateUseTypeDescriptionForm(); 341 } 342 343 public DeleteOfferDescriptionForm getDeleteOfferDescriptionForm() { 344 return OfferFormFactory.getDeleteOfferDescriptionForm(); 345 } 346 347 public CreateSourceForm getCreateSourceForm() { 348 return OfferFormFactory.getCreateSourceForm(); 349 } 350 351 public CreateUseForm getCreateUseForm() { 352 return OfferFormFactory.getCreateUseForm(); 353 } 354 355 public DeleteOfferItemForm getDeleteOfferItemForm() { 356 return OfferFormFactory.getDeleteOfferItemForm(); 357 } 358 359 public GetOfferUsesForm getGetOfferUsesForm() { 360 return OfferFormFactory.getGetOfferUsesForm(); 361 } 362 363 public GetOfferItemsForm getGetOfferItemsForm() { 364 return OfferFormFactory.getGetOfferItemsForm(); 365 } 366 367 public SetDefaultUseTypeForm getSetDefaultUseTypeForm() { 368 return OfferFormFactory.getSetDefaultUseTypeForm(); 369 } 370 371 public DeleteOfferForm getDeleteOfferForm() { 372 return OfferFormFactory.getDeleteOfferForm(); 373 } 374 375 public GetSourcesForm getGetSourcesForm() { 376 return OfferFormFactory.getGetSourcesForm(); 377 } 378 379 public GetOfferNameElementForm getGetOfferNameElementForm() { 380 return OfferFormFactory.getGetOfferNameElementForm(); 381 } 382 383 public CreateOfferCustomerTypeForm getCreateOfferCustomerTypeForm() { 384 return OfferFormFactory.getCreateOfferCustomerTypeForm(); 385 } 386 387 public GetOfferChainTypesForm getGetOfferChainTypesForm() { 388 return OfferFormFactory.getGetOfferChainTypesForm(); 389 } 390 391 public CreateOfferChainTypeForm getCreateOfferChainTypeForm() { 392 return OfferFormFactory.getCreateOfferChainTypeForm(); 393 } 394 395 public GetUseNameElementForm getGetUseNameElementForm() { 396 return OfferFormFactory.getGetUseNameElementForm(); 397 } 398 399 public SetDefaultOfferCustomerTypeForm getSetDefaultOfferCustomerTypeForm() { 400 return OfferFormFactory.getSetDefaultOfferCustomerTypeForm(); 401 } 402 403 public EditUseNameElementDescriptionForm getEditUseNameElementDescriptionForm() { 404 return OfferFormFactory.getEditUseNameElementDescriptionForm(); 405 } 406 407 public GetOfferItemPriceForm getGetOfferItemPriceForm() { 408 return OfferFormFactory.getGetOfferItemPriceForm(); 409 } 410 411 public GetSourceForm getGetSourceForm() { 412 return OfferFormFactory.getGetSourceForm(); 413 } 414 415 public GetOfferItemForm getGetOfferItemForm() { 416 return OfferFormFactory.getGetOfferItemForm(); 417 } 418 419 public EditOfferUseForm getEditOfferUseForm() { 420 return OfferFormFactory.getEditOfferUseForm(); 421 } 422 423 public GetOfferUseForm getGetOfferUseForm() { 424 return OfferFormFactory.getGetOfferUseForm(); 425 } 426 427 public CreateUseDescriptionForm getCreateUseDescriptionForm() { 428 return OfferFormFactory.getCreateUseDescriptionForm(); 429 } 430 431 public CreateOfferUseForm getCreateOfferUseForm() { 432 return OfferFormFactory.getCreateOfferUseForm(); 433 } 434 435 public OfferUniversalSpec getOfferUniversalSpec() { 436 return OfferSpecFactory.getOfferUniversalSpec(); 437 } 438 439 public OfferCustomerTypeSpec getOfferCustomerTypeSpec() { 440 return OfferSpecFactory.getOfferCustomerTypeSpec(); 441 } 442 443 public OfferItemPriceSpec getOfferItemPriceSpec() { 444 return OfferSpecFactory.getOfferItemPriceSpec(); 445 } 446 447 public UseNameElementSpec getUseNameElementSpec() { 448 return OfferSpecFactory.getUseNameElementSpec(); 449 } 450 451 public OfferNameElementDescriptionSpec getOfferNameElementDescriptionSpec() { 452 return OfferSpecFactory.getOfferNameElementDescriptionSpec(); 453 } 454 455 public UseUniversalSpec getUseUniversalSpec() { 456 return OfferSpecFactory.getUseUniversalSpec(); 457 } 458 459 public OfferUseSpec getOfferUseSpec() { 460 return OfferSpecFactory.getOfferUseSpec(); 461 } 462 463 public UseSpec getUseSpec() { 464 return OfferSpecFactory.getUseSpec(); 465 } 466 467 public SourceSpec getSourceSpec() { 468 return OfferSpecFactory.getSourceSpec(); 469 } 470 471 public OfferItemSpec getOfferItemSpec() { 472 return OfferSpecFactory.getOfferItemSpec(); 473 } 474 475 public UseTypeDescriptionSpec getUseTypeDescriptionSpec() { 476 return OfferSpecFactory.getUseTypeDescriptionSpec(); 477 } 478 479 public OfferDescriptionSpec getOfferDescriptionSpec() { 480 return OfferSpecFactory.getOfferDescriptionSpec(); 481 } 482 483 public OfferItemUniversalSpec getOfferItemUniversalSpec() { 484 return OfferSpecFactory.getOfferItemUniversalSpec(); 485 } 486 487 public UseTypeUniversalSpec getUseTypeUniversalSpec() { 488 return OfferSpecFactory.getUseTypeUniversalSpec(); 489 } 490 491 public OfferNameElementUniversalSpec getOfferNameElementUniversalSpec() { 492 return OfferSpecFactory.getOfferNameElementUniversalSpec(); 493 } 494 495 public OfferSpec getOfferSpec() { 496 return OfferSpecFactory.getOfferSpec(); 497 } 498 499 public UseTypeSpec getUseTypeSpec() { 500 return OfferSpecFactory.getUseTypeSpec(); 501 } 502 503 public OfferNameElementSpec getOfferNameElementSpec() { 504 return OfferSpecFactory.getOfferNameElementSpec(); 505 } 506 507 public OfferChainTypeSpec getOfferChainTypeSpec() { 508 return OfferSpecFactory.getOfferChainTypeSpec(); 509 } 510 511 public UseNameElementUniversalSpec getUseNameElementUniversalSpec() { 512 return OfferSpecFactory.getUseNameElementUniversalSpec(); 513 } 514 515 public UseDescriptionSpec getUseDescriptionSpec() { 516 return OfferSpecFactory.getUseDescriptionSpec(); 517 } 518 519 public UseNameElementDescriptionSpec getUseNameElementDescriptionSpec() { 520 return OfferSpecFactory.getUseNameElementDescriptionSpec(); 521 } 522 523}