001// -------------------------------------------------------------------------------- 002// Copyright 2002-2026 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 * AccountingFormsImpl.java 021 */ 022 023package com.echothree.control.user.accounting.server; 024 025import com.echothree.control.user.accounting.common.edit.*; 026import com.echothree.control.user.accounting.common.form.*; 027import com.echothree.control.user.accounting.common.spec.*; 028 029public class AccountingFormsImpl { 030 031 public GlAccountCategoryDescriptionEdit getGlAccountCategoryDescriptionEdit() { 032 return AccountingEditFactory.getGlAccountCategoryDescriptionEdit(); 033 } 034 035 public GlAccountCategoryEdit getGlAccountCategoryEdit() { 036 return AccountingEditFactory.getGlAccountCategoryEdit(); 037 } 038 039 public GlAccountClassDescriptionEdit getGlAccountClassDescriptionEdit() { 040 return AccountingEditFactory.getGlAccountClassDescriptionEdit(); 041 } 042 043 public GlAccountClassEdit getGlAccountClassEdit() { 044 return AccountingEditFactory.getGlAccountClassEdit(); 045 } 046 047 public GlAccountDescriptionEdit getGlAccountDescriptionEdit() { 048 return AccountingEditFactory.getGlAccountDescriptionEdit(); 049 } 050 051 public GlAccountEdit getGlAccountEdit() { 052 return AccountingEditFactory.getGlAccountEdit(); 053 } 054 055 public GlResourceTypeDescriptionEdit getGlResourceTypeDescriptionEdit() { 056 return AccountingEditFactory.getGlResourceTypeDescriptionEdit(); 057 } 058 059 public GlResourceTypeEdit getGlResourceTypeEdit() { 060 return AccountingEditFactory.getGlResourceTypeEdit(); 061 } 062 063 public ItemAccountingCategoryDescriptionEdit getItemAccountingCategoryDescriptionEdit() { 064 return AccountingEditFactory.getItemAccountingCategoryDescriptionEdit(); 065 } 066 067 public ItemAccountingCategoryEdit getItemAccountingCategoryEdit() { 068 return AccountingEditFactory.getItemAccountingCategoryEdit(); 069 } 070 071 public SymbolPositionDescriptionEdit getSymbolPositionDescriptionEdit() { 072 return AccountingEditFactory.getSymbolPositionDescriptionEdit(); 073 } 074 075 public SymbolPositionEdit getSymbolPositionEdit() { 076 return AccountingEditFactory.getSymbolPositionEdit(); 077 } 078 079 public TransactionEntityRoleTypeDescriptionEdit getTransactionEntityRoleTypeDescriptionEdit() { 080 return AccountingEditFactory.getTransactionEntityRoleTypeDescriptionEdit(); 081 } 082 083 public TransactionEntityRoleTypeEdit getTransactionEntityRoleTypeEdit() { 084 return AccountingEditFactory.getTransactionEntityRoleTypeEdit(); 085 } 086 087 public TransactionGlAccountCategoryDescriptionEdit getTransactionGlAccountCategoryDescriptionEdit() { 088 return AccountingEditFactory.getTransactionGlAccountCategoryDescriptionEdit(); 089 } 090 091 public TransactionGlAccountCategoryEdit getTransactionGlAccountCategoryEdit() { 092 return AccountingEditFactory.getTransactionGlAccountCategoryEdit(); 093 } 094 095 public TransactionTimeTypeDescriptionEdit getTransactionTimeTypeDescriptionEdit() { 096 return AccountingEditFactory.getTransactionTimeTypeDescriptionEdit(); 097 } 098 099 public TransactionTimeTypeEdit getTransactionTimeTypeEdit() { 100 return AccountingEditFactory.getTransactionTimeTypeEdit(); 101 } 102 103 public TransactionTypeDescriptionEdit getTransactionTypeDescriptionEdit() { 104 return AccountingEditFactory.getTransactionTypeDescriptionEdit(); 105 } 106 107 public TransactionTypeEdit getTransactionTypeEdit() { 108 return AccountingEditFactory.getTransactionTypeEdit(); 109 } 110 111 public CreateCurrencyDescriptionForm getCreateCurrencyDescriptionForm() { 112 return AccountingFormFactory.getCreateCurrencyDescriptionForm(); 113 } 114 115 public CreateCurrencyForm getCreateCurrencyForm() { 116 return AccountingFormFactory.getCreateCurrencyForm(); 117 } 118 119 public CreateGlAccountCategoryDescriptionForm getCreateGlAccountCategoryDescriptionForm() { 120 return AccountingFormFactory.getCreateGlAccountCategoryDescriptionForm(); 121 } 122 123 public CreateGlAccountCategoryForm getCreateGlAccountCategoryForm() { 124 return AccountingFormFactory.getCreateGlAccountCategoryForm(); 125 } 126 127 public CreateGlAccountClassDescriptionForm getCreateGlAccountClassDescriptionForm() { 128 return AccountingFormFactory.getCreateGlAccountClassDescriptionForm(); 129 } 130 131 public CreateGlAccountClassForm getCreateGlAccountClassForm() { 132 return AccountingFormFactory.getCreateGlAccountClassForm(); 133 } 134 135 public CreateGlAccountDescriptionForm getCreateGlAccountDescriptionForm() { 136 return AccountingFormFactory.getCreateGlAccountDescriptionForm(); 137 } 138 139 public CreateGlAccountForm getCreateGlAccountForm() { 140 return AccountingFormFactory.getCreateGlAccountForm(); 141 } 142 143 public CreateGlAccountTypeDescriptionForm getCreateGlAccountTypeDescriptionForm() { 144 return AccountingFormFactory.getCreateGlAccountTypeDescriptionForm(); 145 } 146 147 public CreateGlAccountTypeForm getCreateGlAccountTypeForm() { 148 return AccountingFormFactory.getCreateGlAccountTypeForm(); 149 } 150 151 public CreateGlResourceTypeDescriptionForm getCreateGlResourceTypeDescriptionForm() { 152 return AccountingFormFactory.getCreateGlResourceTypeDescriptionForm(); 153 } 154 155 public CreateGlResourceTypeForm getCreateGlResourceTypeForm() { 156 return AccountingFormFactory.getCreateGlResourceTypeForm(); 157 } 158 159 public CreateItemAccountingCategoryDescriptionForm getCreateItemAccountingCategoryDescriptionForm() { 160 return AccountingFormFactory.getCreateItemAccountingCategoryDescriptionForm(); 161 } 162 163 public CreateItemAccountingCategoryForm getCreateItemAccountingCategoryForm() { 164 return AccountingFormFactory.getCreateItemAccountingCategoryForm(); 165 } 166 167 public CreateSymbolPositionDescriptionForm getCreateSymbolPositionDescriptionForm() { 168 return AccountingFormFactory.getCreateSymbolPositionDescriptionForm(); 169 } 170 171 public CreateSymbolPositionForm getCreateSymbolPositionForm() { 172 return AccountingFormFactory.getCreateSymbolPositionForm(); 173 } 174 175 public CreateTransactionEntityRoleTypeDescriptionForm getCreateTransactionEntityRoleTypeDescriptionForm() { 176 return AccountingFormFactory.getCreateTransactionEntityRoleTypeDescriptionForm(); 177 } 178 179 public CreateTransactionEntityRoleTypeForm getCreateTransactionEntityRoleTypeForm() { 180 return AccountingFormFactory.getCreateTransactionEntityRoleTypeForm(); 181 } 182 183 public CreateTransactionGlAccountCategoryDescriptionForm getCreateTransactionGlAccountCategoryDescriptionForm() { 184 return AccountingFormFactory.getCreateTransactionGlAccountCategoryDescriptionForm(); 185 } 186 187 public CreateTransactionGlAccountCategoryForm getCreateTransactionGlAccountCategoryForm() { 188 return AccountingFormFactory.getCreateTransactionGlAccountCategoryForm(); 189 } 190 191 public CreateTransactionTimeTypeDescriptionForm getCreateTransactionTimeTypeDescriptionForm() { 192 return AccountingFormFactory.getCreateTransactionTimeTypeDescriptionForm(); 193 } 194 195 public CreateTransactionTimeTypeForm getCreateTransactionTimeTypeForm() { 196 return AccountingFormFactory.getCreateTransactionTimeTypeForm(); 197 } 198 199 public CreateTransactionTypeDescriptionForm getCreateTransactionTypeDescriptionForm() { 200 return AccountingFormFactory.getCreateTransactionTypeDescriptionForm(); 201 } 202 203 public CreateTransactionTypeForm getCreateTransactionTypeForm() { 204 return AccountingFormFactory.getCreateTransactionTypeForm(); 205 } 206 207 public DeleteGlAccountCategoryDescriptionForm getDeleteGlAccountCategoryDescriptionForm() { 208 return AccountingFormFactory.getDeleteGlAccountCategoryDescriptionForm(); 209 } 210 211 public DeleteGlAccountCategoryForm getDeleteGlAccountCategoryForm() { 212 return AccountingFormFactory.getDeleteGlAccountCategoryForm(); 213 } 214 215 public DeleteGlAccountClassDescriptionForm getDeleteGlAccountClassDescriptionForm() { 216 return AccountingFormFactory.getDeleteGlAccountClassDescriptionForm(); 217 } 218 219 public DeleteGlAccountClassForm getDeleteGlAccountClassForm() { 220 return AccountingFormFactory.getDeleteGlAccountClassForm(); 221 } 222 223 public DeleteGlAccountDescriptionForm getDeleteGlAccountDescriptionForm() { 224 return AccountingFormFactory.getDeleteGlAccountDescriptionForm(); 225 } 226 227 public DeleteGlAccountForm getDeleteGlAccountForm() { 228 return AccountingFormFactory.getDeleteGlAccountForm(); 229 } 230 231 public DeleteGlResourceTypeDescriptionForm getDeleteGlResourceTypeDescriptionForm() { 232 return AccountingFormFactory.getDeleteGlResourceTypeDescriptionForm(); 233 } 234 235 public DeleteGlResourceTypeForm getDeleteGlResourceTypeForm() { 236 return AccountingFormFactory.getDeleteGlResourceTypeForm(); 237 } 238 239 public DeleteItemAccountingCategoryDescriptionForm getDeleteItemAccountingCategoryDescriptionForm() { 240 return AccountingFormFactory.getDeleteItemAccountingCategoryDescriptionForm(); 241 } 242 243 public DeleteItemAccountingCategoryForm getDeleteItemAccountingCategoryForm() { 244 return AccountingFormFactory.getDeleteItemAccountingCategoryForm(); 245 } 246 247 public DeleteSymbolPositionDescriptionForm getDeleteSymbolPositionDescriptionForm() { 248 return AccountingFormFactory.getDeleteSymbolPositionDescriptionForm(); 249 } 250 251 public DeleteSymbolPositionForm getDeleteSymbolPositionForm() { 252 return AccountingFormFactory.getDeleteSymbolPositionForm(); 253 } 254 255 public DeleteTransactionEntityRoleTypeDescriptionForm getDeleteTransactionEntityRoleTypeDescriptionForm() { 256 return AccountingFormFactory.getDeleteTransactionEntityRoleTypeDescriptionForm(); 257 } 258 259 public DeleteTransactionEntityRoleTypeForm getDeleteTransactionEntityRoleTypeForm() { 260 return AccountingFormFactory.getDeleteTransactionEntityRoleTypeForm(); 261 } 262 263 public DeleteTransactionGlAccountCategoryDescriptionForm getDeleteTransactionGlAccountCategoryDescriptionForm() { 264 return AccountingFormFactory.getDeleteTransactionGlAccountCategoryDescriptionForm(); 265 } 266 267 public DeleteTransactionGlAccountCategoryForm getDeleteTransactionGlAccountCategoryForm() { 268 return AccountingFormFactory.getDeleteTransactionGlAccountCategoryForm(); 269 } 270 271 public DeleteTransactionTimeTypeDescriptionForm getDeleteTransactionTimeTypeDescriptionForm() { 272 return AccountingFormFactory.getDeleteTransactionTimeTypeDescriptionForm(); 273 } 274 275 public DeleteTransactionTimeTypeForm getDeleteTransactionTimeTypeForm() { 276 return AccountingFormFactory.getDeleteTransactionTimeTypeForm(); 277 } 278 279 public DeleteTransactionTypeDescriptionForm getDeleteTransactionTypeDescriptionForm() { 280 return AccountingFormFactory.getDeleteTransactionTypeDescriptionForm(); 281 } 282 283 public DeleteTransactionTypeForm getDeleteTransactionTypeForm() { 284 return AccountingFormFactory.getDeleteTransactionTypeForm(); 285 } 286 287 public EditGlAccountCategoryDescriptionForm getEditGlAccountCategoryDescriptionForm() { 288 return AccountingFormFactory.getEditGlAccountCategoryDescriptionForm(); 289 } 290 291 public EditGlAccountCategoryForm getEditGlAccountCategoryForm() { 292 return AccountingFormFactory.getEditGlAccountCategoryForm(); 293 } 294 295 public EditGlAccountClassDescriptionForm getEditGlAccountClassDescriptionForm() { 296 return AccountingFormFactory.getEditGlAccountClassDescriptionForm(); 297 } 298 299 public EditGlAccountClassForm getEditGlAccountClassForm() { 300 return AccountingFormFactory.getEditGlAccountClassForm(); 301 } 302 303 public EditGlAccountDescriptionForm getEditGlAccountDescriptionForm() { 304 return AccountingFormFactory.getEditGlAccountDescriptionForm(); 305 } 306 307 public EditGlAccountForm getEditGlAccountForm() { 308 return AccountingFormFactory.getEditGlAccountForm(); 309 } 310 311 public EditGlResourceTypeDescriptionForm getEditGlResourceTypeDescriptionForm() { 312 return AccountingFormFactory.getEditGlResourceTypeDescriptionForm(); 313 } 314 315 public EditGlResourceTypeForm getEditGlResourceTypeForm() { 316 return AccountingFormFactory.getEditGlResourceTypeForm(); 317 } 318 319 public EditItemAccountingCategoryDescriptionForm getEditItemAccountingCategoryDescriptionForm() { 320 return AccountingFormFactory.getEditItemAccountingCategoryDescriptionForm(); 321 } 322 323 public EditItemAccountingCategoryForm getEditItemAccountingCategoryForm() { 324 return AccountingFormFactory.getEditItemAccountingCategoryForm(); 325 } 326 327 public EditSymbolPositionDescriptionForm getEditSymbolPositionDescriptionForm() { 328 return AccountingFormFactory.getEditSymbolPositionDescriptionForm(); 329 } 330 331 public EditSymbolPositionForm getEditSymbolPositionForm() { 332 return AccountingFormFactory.getEditSymbolPositionForm(); 333 } 334 335 public EditTransactionEntityRoleTypeDescriptionForm getEditTransactionEntityRoleTypeDescriptionForm() { 336 return AccountingFormFactory.getEditTransactionEntityRoleTypeDescriptionForm(); 337 } 338 339 public EditTransactionEntityRoleTypeForm getEditTransactionEntityRoleTypeForm() { 340 return AccountingFormFactory.getEditTransactionEntityRoleTypeForm(); 341 } 342 343 public EditTransactionGlAccountCategoryDescriptionForm getEditTransactionGlAccountCategoryDescriptionForm() { 344 return AccountingFormFactory.getEditTransactionGlAccountCategoryDescriptionForm(); 345 } 346 347 public EditTransactionGlAccountCategoryForm getEditTransactionGlAccountCategoryForm() { 348 return AccountingFormFactory.getEditTransactionGlAccountCategoryForm(); 349 } 350 351 public EditTransactionTimeTypeDescriptionForm getEditTransactionTimeTypeDescriptionForm() { 352 return AccountingFormFactory.getEditTransactionTimeTypeDescriptionForm(); 353 } 354 355 public EditTransactionTimeTypeForm getEditTransactionTimeTypeForm() { 356 return AccountingFormFactory.getEditTransactionTimeTypeForm(); 357 } 358 359 public EditTransactionTypeDescriptionForm getEditTransactionTypeDescriptionForm() { 360 return AccountingFormFactory.getEditTransactionTypeDescriptionForm(); 361 } 362 363 public EditTransactionTypeForm getEditTransactionTypeForm() { 364 return AccountingFormFactory.getEditTransactionTypeForm(); 365 } 366 367 public GetCurrenciesForm getGetCurrenciesForm() { 368 return AccountingFormFactory.getGetCurrenciesForm(); 369 } 370 371 public GetCurrencyChoicesForm getGetCurrencyChoicesForm() { 372 return AccountingFormFactory.getGetCurrencyChoicesForm(); 373 } 374 375 public GetCurrencyDescriptionsForm getGetCurrencyDescriptionsForm() { 376 return AccountingFormFactory.getGetCurrencyDescriptionsForm(); 377 } 378 379 public GetCurrencyForm getGetCurrencyForm() { 380 return AccountingFormFactory.getGetCurrencyForm(); 381 } 382 383 public GetGlAccountCategoriesForm getGetGlAccountCategoriesForm() { 384 return AccountingFormFactory.getGetGlAccountCategoriesForm(); 385 } 386 387 public GetGlAccountCategoryChoicesForm getGetGlAccountCategoryChoicesForm() { 388 return AccountingFormFactory.getGetGlAccountCategoryChoicesForm(); 389 } 390 391 public GetGlAccountCategoryDescriptionForm getGetGlAccountCategoryDescriptionForm() { 392 return AccountingFormFactory.getGetGlAccountCategoryDescriptionForm(); 393 } 394 395 public GetGlAccountCategoryDescriptionsForm getGetGlAccountCategoryDescriptionsForm() { 396 return AccountingFormFactory.getGetGlAccountCategoryDescriptionsForm(); 397 } 398 399 public GetGlAccountCategoryForm getGetGlAccountCategoryForm() { 400 return AccountingFormFactory.getGetGlAccountCategoryForm(); 401 } 402 403 public GetGlAccountChoicesForm getGetGlAccountChoicesForm() { 404 return AccountingFormFactory.getGetGlAccountChoicesForm(); 405 } 406 407 public GetGlAccountClassChoicesForm getGetGlAccountClassChoicesForm() { 408 return AccountingFormFactory.getGetGlAccountClassChoicesForm(); 409 } 410 411 public GetGlAccountClassDescriptionForm getGetGlAccountClassDescriptionForm() { 412 return AccountingFormFactory.getGetGlAccountClassDescriptionForm(); 413 } 414 415 public GetGlAccountClassForm getGetGlAccountClassForm() { 416 return AccountingFormFactory.getGetGlAccountClassForm(); 417 } 418 419 public GetGlAccountClassDescriptionsForm getGetGlAccountClassDescriptionsForm() { 420 return AccountingFormFactory.getGetGlAccountClassDescriptionsForm(); 421 } 422 423 public GetGlAccountClassesForm getGetGlAccountClassesForm() { 424 return AccountingFormFactory.getGetGlAccountClassesForm(); 425 } 426 427 public GetGlAccountDescriptionForm getGetGlAccountDescriptionForm() { 428 return AccountingFormFactory.getGetGlAccountDescriptionForm(); 429 } 430 431 public GetGlAccountDescriptionsForm getGetGlAccountDescriptionsForm() { 432 return AccountingFormFactory.getGetGlAccountDescriptionsForm(); 433 } 434 435 public GetGlAccountForm getGetGlAccountForm() { 436 return AccountingFormFactory.getGetGlAccountForm(); 437 } 438 439 public GetGlAccountTypeChoicesForm getGetGlAccountTypeChoicesForm() { 440 return AccountingFormFactory.getGetGlAccountTypeChoicesForm(); 441 } 442 443 public GetGlAccountTypeForm getGetGlAccountTypeForm() { 444 return AccountingFormFactory.getGetGlAccountTypeForm(); 445 } 446 447 public GetGlAccountTypesForm getGetGlAccountTypesForm() { 448 return AccountingFormFactory.getGetGlAccountTypesForm(); 449 } 450 451 public GetGlAccountsForm getGetGlAccountsForm() { 452 return AccountingFormFactory.getGetGlAccountsForm(); 453 } 454 455 public GetGlResourceTypeChoicesForm getGetGlResourceTypeChoicesForm() { 456 return AccountingFormFactory.getGetGlResourceTypeChoicesForm(); 457 } 458 459 public GetGlResourceTypeDescriptionForm getGetGlResourceTypeDescriptionForm() { 460 return AccountingFormFactory.getGetGlResourceTypeDescriptionForm(); 461 } 462 463 public GetGlResourceTypeDescriptionsForm getGetGlResourceTypeDescriptionsForm() { 464 return AccountingFormFactory.getGetGlResourceTypeDescriptionsForm(); 465 } 466 467 public GetGlResourceTypeForm getGetGlResourceTypeForm() { 468 return AccountingFormFactory.getGetGlResourceTypeForm(); 469 } 470 471 public GetGlResourceTypesForm getGetGlResourceTypesForm() { 472 return AccountingFormFactory.getGetGlResourceTypesForm(); 473 } 474 475 public GetItemAccountingCategoriesForm getGetItemAccountingCategoriesForm() { 476 return AccountingFormFactory.getGetItemAccountingCategoriesForm(); 477 } 478 479 public GetItemAccountingCategoryChoicesForm getGetItemAccountingCategoryChoicesForm() { 480 return AccountingFormFactory.getGetItemAccountingCategoryChoicesForm(); 481 } 482 483 public GetItemAccountingCategoryDescriptionForm getGetItemAccountingCategoryDescriptionForm() { 484 return AccountingFormFactory.getGetItemAccountingCategoryDescriptionForm(); 485 } 486 487 public GetItemAccountingCategoryDescriptionsForm getGetItemAccountingCategoryDescriptionsForm() { 488 return AccountingFormFactory.getGetItemAccountingCategoryDescriptionsForm(); 489 } 490 491 public GetItemAccountingCategoryForm getGetItemAccountingCategoryForm() { 492 return AccountingFormFactory.getGetItemAccountingCategoryForm(); 493 } 494 495 public GetPreferredCurrencyForm getGetPreferredCurrencyForm() { 496 return AccountingFormFactory.getGetPreferredCurrencyForm(); 497 } 498 499 public GetSymbolPositionChoicesForm getGetSymbolPositionChoicesForm() { 500 return AccountingFormFactory.getGetSymbolPositionChoicesForm(); 501 } 502 503 public GetSymbolPositionDescriptionForm getGetSymbolPositionDescriptionForm() { 504 return AccountingFormFactory.getGetSymbolPositionDescriptionForm(); 505 } 506 507 public GetSymbolPositionDescriptionsForm getGetSymbolPositionDescriptionsForm() { 508 return AccountingFormFactory.getGetSymbolPositionDescriptionsForm(); 509 } 510 511 public GetSymbolPositionForm getGetSymbolPositionForm() { 512 return AccountingFormFactory.getGetSymbolPositionForm(); 513 } 514 515 public GetSymbolPositionsForm getGetSymbolPositionsForm() { 516 return AccountingFormFactory.getGetSymbolPositionsForm(); 517 } 518 519 public GetTransactionEntityRoleTypeDescriptionForm getGetTransactionEntityRoleTypeDescriptionForm() { 520 return AccountingFormFactory.getGetTransactionEntityRoleTypeDescriptionForm(); 521 } 522 523 public GetTransactionEntityRoleTypeDescriptionsForm getGetTransactionEntityRoleTypeDescriptionsForm() { 524 return AccountingFormFactory.getGetTransactionEntityRoleTypeDescriptionsForm(); 525 } 526 527 public GetTransactionEntityRoleTypeForm getGetTransactionEntityRoleTypeForm() { 528 return AccountingFormFactory.getGetTransactionEntityRoleTypeForm(); 529 } 530 531 public GetTransactionEntityRoleTypesForm getGetTransactionEntityRoleTypesForm() { 532 return AccountingFormFactory.getGetTransactionEntityRoleTypesForm(); 533 } 534 535 public GetTransactionForm getGetTransactionForm() { 536 return AccountingFormFactory.getGetTransactionForm(); 537 } 538 539 public GetTransactionGlAccountCategoriesForm getGetTransactionGlAccountCategoriesForm() { 540 return AccountingFormFactory.getGetTransactionGlAccountCategoriesForm(); 541 } 542 543 public GetTransactionGlAccountCategoryDescriptionForm getGetTransactionGlAccountCategoryDescriptionForm() { 544 return AccountingFormFactory.getGetTransactionGlAccountCategoryDescriptionForm(); 545 } 546 547 public GetTransactionGlAccountCategoryDescriptionsForm getGetTransactionGlAccountCategoryDescriptionsForm() { 548 return AccountingFormFactory.getGetTransactionGlAccountCategoryDescriptionsForm(); 549 } 550 551 public GetTransactionGlAccountCategoryForm getGetTransactionGlAccountCategoryForm() { 552 return AccountingFormFactory.getGetTransactionGlAccountCategoryForm(); 553 } 554 555 public GetTransactionGroupForm getGetTransactionGroupForm() { 556 return AccountingFormFactory.getGetTransactionGroupForm(); 557 } 558 559 public GetTransactionGroupStatusChoicesForm getGetTransactionGroupStatusChoicesForm() { 560 return AccountingFormFactory.getGetTransactionGroupStatusChoicesForm(); 561 } 562 563 public GetTransactionGroupsForm getGetTransactionGroupsForm() { 564 return AccountingFormFactory.getGetTransactionGroupsForm(); 565 } 566 567 public GetTransactionTimeTypeChoicesForm getGetTransactionTimeTypeChoicesForm() { 568 return AccountingFormFactory.getGetTransactionTimeTypeChoicesForm(); 569 } 570 571 public GetTransactionTimeTypeDescriptionForm getGetTransactionTimeTypeDescriptionForm() { 572 return AccountingFormFactory.getGetTransactionTimeTypeDescriptionForm(); 573 } 574 575 public GetTransactionTimeTypeDescriptionsForm getGetTransactionTimeTypeDescriptionsForm() { 576 return AccountingFormFactory.getGetTransactionTimeTypeDescriptionsForm(); 577 } 578 579 public GetTransactionTimeTypeForm getGetTransactionTimeTypeForm() { 580 return AccountingFormFactory.getGetTransactionTimeTypeForm(); 581 } 582 583 public GetTransactionTimeTypesForm getGetTransactionTimeTypesForm() { 584 return AccountingFormFactory.getGetTransactionTimeTypesForm(); 585 } 586 587 public GetTransactionTypeDescriptionForm getGetTransactionTypeDescriptionForm() { 588 return AccountingFormFactory.getGetTransactionTypeDescriptionForm(); 589 } 590 591 public GetTransactionTypeDescriptionsForm getGetTransactionTypeDescriptionsForm() { 592 return AccountingFormFactory.getGetTransactionTypeDescriptionsForm(); 593 } 594 595 public GetTransactionTypeForm getGetTransactionTypeForm() { 596 return AccountingFormFactory.getGetTransactionTypeForm(); 597 } 598 599 public GetTransactionTypesForm getGetTransactionTypesForm() { 600 return AccountingFormFactory.getGetTransactionTypesForm(); 601 } 602 603 public GetTransactionsForm getGetTransactionsForm() { 604 return AccountingFormFactory.getGetTransactionsForm(); 605 } 606 607 public SetDefaultCurrencyForm getSetDefaultCurrencyForm() { 608 return AccountingFormFactory.getSetDefaultCurrencyForm(); 609 } 610 611 public SetDefaultGlAccountCategoryForm getSetDefaultGlAccountCategoryForm() { 612 return AccountingFormFactory.getSetDefaultGlAccountCategoryForm(); 613 } 614 615 public SetDefaultGlAccountClassForm getSetDefaultGlAccountClassForm() { 616 return AccountingFormFactory.getSetDefaultGlAccountClassForm(); 617 } 618 619 public SetDefaultGlResourceTypeForm getSetDefaultGlResourceTypeForm() { 620 return AccountingFormFactory.getSetDefaultGlResourceTypeForm(); 621 } 622 623 public SetDefaultItemAccountingCategoryForm getSetDefaultItemAccountingCategoryForm() { 624 return AccountingFormFactory.getSetDefaultItemAccountingCategoryForm(); 625 } 626 627 public SetDefaultSymbolPositionForm getSetDefaultSymbolPositionForm() { 628 return AccountingFormFactory.getSetDefaultSymbolPositionForm(); 629 } 630 631 public SetDefaultTransactionTimeTypeForm getSetDefaultTransactionTimeTypeForm() { 632 return AccountingFormFactory.getSetDefaultTransactionTimeTypeForm(); 633 } 634 635 public SetTransactionGroupStatusForm getSetTransactionGroupStatusForm() { 636 return AccountingFormFactory.getSetTransactionGroupStatusForm(); 637 } 638 639 public CurrencyDescriptionSpec getCurrencyDescriptionSpec() { 640 return AccountingSpecFactory.getCurrencyDescriptionSpec(); 641 } 642 643 public CurrencySpec getCurrencySpec() { 644 return AccountingSpecFactory.getCurrencySpec(); 645 } 646 647 public CurrencyUniversalSpec getCurrencyUniversalSpec() { 648 return AccountingSpecFactory.getCurrencyUniversalSpec(); 649 } 650 651 public GlAccountCategoryDescriptionSpec getGlAccountCategoryDescriptionSpec() { 652 return AccountingSpecFactory.getGlAccountCategoryDescriptionSpec(); 653 } 654 655 public GlAccountCategorySpec getGlAccountCategorySpec() { 656 return AccountingSpecFactory.getGlAccountCategorySpec(); 657 } 658 659 public GlAccountCategoryUniversalSpec getGlAccountCategoryUniversalSpec() { 660 return AccountingSpecFactory.getGlAccountCategoryUniversalSpec(); 661 } 662 663 public GlAccountClassDescriptionSpec getGlAccountClassDescriptionSpec() { 664 return AccountingSpecFactory.getGlAccountClassDescriptionSpec(); 665 } 666 667 public GlAccountClassSpec getGlAccountClassSpec() { 668 return AccountingSpecFactory.getGlAccountClassSpec(); 669 } 670 671 public GlAccountClassUniversalSpec getGlAccountClassUniversalSpec() { 672 return AccountingSpecFactory.getGlAccountClassUniversalSpec(); 673 } 674 675 public GlAccountDescriptionSpec getGlAccountDescriptionSpec() { 676 return AccountingSpecFactory.getGlAccountDescriptionSpec(); 677 } 678 679 public GlAccountSpec getGlAccountSpec() { 680 return AccountingSpecFactory.getGlAccountSpec(); 681 } 682 683 public GlAccountTypeDescriptionSpec getGlAccountTypeDescriptionSpec() { 684 return AccountingSpecFactory.getGlAccountTypeDescriptionSpec(); 685 } 686 687 public GlAccountTypeSpec getGlAccountTypeSpec() { 688 return AccountingSpecFactory.getGlAccountTypeSpec(); 689 } 690 691 public GlAccountTypeUniversalSpec getGlAccountTypeUniversalSpec() { 692 return AccountingSpecFactory.getGlAccountTypeUniversalSpec(); 693 } 694 695 public GlAccountUniversalSpec getGlAccountUniversalSpec() { 696 return AccountingSpecFactory.getGlAccountUniversalSpec(); 697 } 698 699 public GlResourceTypeDescriptionSpec getGlResourceTypeDescriptionSpec() { 700 return AccountingSpecFactory.getGlResourceTypeDescriptionSpec(); 701 } 702 703 public GlResourceTypeSpec getGlResourceTypeSpec() { 704 return AccountingSpecFactory.getGlResourceTypeSpec(); 705 } 706 707 public GlResourceTypeUniversalSpec getGlResourceTypeUniversalSpec() { 708 return AccountingSpecFactory.getGlResourceTypeUniversalSpec(); 709 } 710 711 public ItemAccountingCategoryDescriptionSpec getItemAccountingCategoryDescriptionSpec() { 712 return AccountingSpecFactory.getItemAccountingCategoryDescriptionSpec(); 713 } 714 715 public ItemAccountingCategorySpec getItemAccountingCategorySpec() { 716 return AccountingSpecFactory.getItemAccountingCategorySpec(); 717 } 718 719 public ItemAccountingCategoryUniversalSpec getItemAccountingCategoryUniversalSpec() { 720 return AccountingSpecFactory.getItemAccountingCategoryUniversalSpec(); 721 } 722 723 public SymbolPositionDescriptionSpec getSymbolPositionDescriptionSpec() { 724 return AccountingSpecFactory.getSymbolPositionDescriptionSpec(); 725 } 726 727 public SymbolPositionSpec getSymbolPositionSpec() { 728 return AccountingSpecFactory.getSymbolPositionSpec(); 729 } 730 731 public SymbolPositionUniversalSpec getSymbolPositionUniversalSpec() { 732 return AccountingSpecFactory.getSymbolPositionUniversalSpec(); 733 } 734 735 public TransactionEntityRoleTypeDescriptionSpec getTransactionEntityRoleTypeDescriptionSpec() { 736 return AccountingSpecFactory.getTransactionEntityRoleTypeDescriptionSpec(); 737 } 738 739 public TransactionEntityRoleTypeSpec getTransactionEntityRoleTypeSpec() { 740 return AccountingSpecFactory.getTransactionEntityRoleTypeSpec(); 741 } 742 743 public TransactionEntityRoleTypeUniversalSpec getTransactionEntityRoleTypeUniversalSpec() { 744 return AccountingSpecFactory.getTransactionEntityRoleTypeUniversalSpec(); 745 } 746 747 public TransactionGlAccountCategoryDescriptionSpec getTransactionGlAccountCategoryDescriptionSpec() { 748 return AccountingSpecFactory.getTransactionGlAccountCategoryDescriptionSpec(); 749 } 750 751 public TransactionGlAccountCategorySpec getTransactionGlAccountCategorySpec() { 752 return AccountingSpecFactory.getTransactionGlAccountCategorySpec(); 753 } 754 755 public TransactionGlAccountCategoryUniversalSpec getTransactionGlAccountCategoryUniversalSpec() { 756 return AccountingSpecFactory.getTransactionGlAccountCategoryUniversalSpec(); 757 } 758 759 public TransactionGroupSpec getTransactionGroupSpec() { 760 return AccountingSpecFactory.getTransactionGroupSpec(); 761 } 762 763 public TransactionGroupUniversalSpec getTransactionGroupUniversalSpec() { 764 return AccountingSpecFactory.getTransactionGroupUniversalSpec(); 765 } 766 767 public TransactionSpec getTransactionSpec() { 768 return AccountingSpecFactory.getTransactionSpec(); 769 } 770 771 public TransactionTimeTypeDescriptionSpec getTransactionTimeTypeDescriptionSpec() { 772 return AccountingSpecFactory.getTransactionTimeTypeDescriptionSpec(); 773 } 774 775 public TransactionTimeTypeSpec getTransactionTimeTypeSpec() { 776 return AccountingSpecFactory.getTransactionTimeTypeSpec(); 777 } 778 779 public TransactionTimeTypeUniversalSpec getTransactionTimeTypeUniversalSpec() { 780 return AccountingSpecFactory.getTransactionTimeTypeUniversalSpec(); 781 } 782 783 public TransactionTypeDescriptionSpec getTransactionTypeDescriptionSpec() { 784 return AccountingSpecFactory.getTransactionTypeDescriptionSpec(); 785 } 786 787 public TransactionTypeSpec getTransactionTypeSpec() { 788 return AccountingSpecFactory.getTransactionTypeSpec(); 789 } 790 791 public TransactionTypeUniversalSpec getTransactionTypeUniversalSpec() { 792 return AccountingSpecFactory.getTransactionTypeUniversalSpec(); 793 } 794 795 public TransactionUniversalSpec getTransactionUniversalSpec() { 796 return AccountingSpecFactory.getTransactionUniversalSpec(); 797 } 798 799}