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 * 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 TransactionTypeDescriptionEdit getTransactionTypeDescriptionEdit() { 096 return AccountingEditFactory.getTransactionTypeDescriptionEdit(); 097 } 098 099 public TransactionTypeEdit getTransactionTypeEdit() { 100 return AccountingEditFactory.getTransactionTypeEdit(); 101 } 102 103 public CreateCurrencyDescriptionForm getCreateCurrencyDescriptionForm() { 104 return AccountingFormFactory.getCreateCurrencyDescriptionForm(); 105 } 106 107 public CreateCurrencyForm getCreateCurrencyForm() { 108 return AccountingFormFactory.getCreateCurrencyForm(); 109 } 110 111 public CreateGlAccountCategoryDescriptionForm getCreateGlAccountCategoryDescriptionForm() { 112 return AccountingFormFactory.getCreateGlAccountCategoryDescriptionForm(); 113 } 114 115 public CreateGlAccountCategoryForm getCreateGlAccountCategoryForm() { 116 return AccountingFormFactory.getCreateGlAccountCategoryForm(); 117 } 118 119 public CreateGlAccountClassDescriptionForm getCreateGlAccountClassDescriptionForm() { 120 return AccountingFormFactory.getCreateGlAccountClassDescriptionForm(); 121 } 122 123 public CreateGlAccountClassForm getCreateGlAccountClassForm() { 124 return AccountingFormFactory.getCreateGlAccountClassForm(); 125 } 126 127 public CreateGlAccountDescriptionForm getCreateGlAccountDescriptionForm() { 128 return AccountingFormFactory.getCreateGlAccountDescriptionForm(); 129 } 130 131 public CreateGlAccountForm getCreateGlAccountForm() { 132 return AccountingFormFactory.getCreateGlAccountForm(); 133 } 134 135 public CreateGlAccountTypeDescriptionForm getCreateGlAccountTypeDescriptionForm() { 136 return AccountingFormFactory.getCreateGlAccountTypeDescriptionForm(); 137 } 138 139 public CreateGlAccountTypeForm getCreateGlAccountTypeForm() { 140 return AccountingFormFactory.getCreateGlAccountTypeForm(); 141 } 142 143 public CreateGlResourceTypeDescriptionForm getCreateGlResourceTypeDescriptionForm() { 144 return AccountingFormFactory.getCreateGlResourceTypeDescriptionForm(); 145 } 146 147 public CreateGlResourceTypeForm getCreateGlResourceTypeForm() { 148 return AccountingFormFactory.getCreateGlResourceTypeForm(); 149 } 150 151 public CreateItemAccountingCategoryDescriptionForm getCreateItemAccountingCategoryDescriptionForm() { 152 return AccountingFormFactory.getCreateItemAccountingCategoryDescriptionForm(); 153 } 154 155 public CreateItemAccountingCategoryForm getCreateItemAccountingCategoryForm() { 156 return AccountingFormFactory.getCreateItemAccountingCategoryForm(); 157 } 158 159 public CreateSymbolPositionDescriptionForm getCreateSymbolPositionDescriptionForm() { 160 return AccountingFormFactory.getCreateSymbolPositionDescriptionForm(); 161 } 162 163 public CreateSymbolPositionForm getCreateSymbolPositionForm() { 164 return AccountingFormFactory.getCreateSymbolPositionForm(); 165 } 166 167 public CreateTransactionEntityRoleTypeDescriptionForm getCreateTransactionEntityRoleTypeDescriptionForm() { 168 return AccountingFormFactory.getCreateTransactionEntityRoleTypeDescriptionForm(); 169 } 170 171 public CreateTransactionEntityRoleTypeForm getCreateTransactionEntityRoleTypeForm() { 172 return AccountingFormFactory.getCreateTransactionEntityRoleTypeForm(); 173 } 174 175 public CreateTransactionGlAccountCategoryDescriptionForm getCreateTransactionGlAccountCategoryDescriptionForm() { 176 return AccountingFormFactory.getCreateTransactionGlAccountCategoryDescriptionForm(); 177 } 178 179 public CreateTransactionGlAccountCategoryForm getCreateTransactionGlAccountCategoryForm() { 180 return AccountingFormFactory.getCreateTransactionGlAccountCategoryForm(); 181 } 182 183 public CreateTransactionTypeDescriptionForm getCreateTransactionTypeDescriptionForm() { 184 return AccountingFormFactory.getCreateTransactionTypeDescriptionForm(); 185 } 186 187 public CreateTransactionTypeForm getCreateTransactionTypeForm() { 188 return AccountingFormFactory.getCreateTransactionTypeForm(); 189 } 190 191 public DeleteGlAccountCategoryDescriptionForm getDeleteGlAccountCategoryDescriptionForm() { 192 return AccountingFormFactory.getDeleteGlAccountCategoryDescriptionForm(); 193 } 194 195 public DeleteGlAccountCategoryForm getDeleteGlAccountCategoryForm() { 196 return AccountingFormFactory.getDeleteGlAccountCategoryForm(); 197 } 198 199 public DeleteGlAccountClassDescriptionForm getDeleteGlAccountClassDescriptionForm() { 200 return AccountingFormFactory.getDeleteGlAccountClassDescriptionForm(); 201 } 202 203 public DeleteGlAccountClassForm getDeleteGlAccountClassForm() { 204 return AccountingFormFactory.getDeleteGlAccountClassForm(); 205 } 206 207 public DeleteGlAccountDescriptionForm getDeleteGlAccountDescriptionForm() { 208 return AccountingFormFactory.getDeleteGlAccountDescriptionForm(); 209 } 210 211 public DeleteGlAccountForm getDeleteGlAccountForm() { 212 return AccountingFormFactory.getDeleteGlAccountForm(); 213 } 214 215 public DeleteGlResourceTypeDescriptionForm getDeleteGlResourceTypeDescriptionForm() { 216 return AccountingFormFactory.getDeleteGlResourceTypeDescriptionForm(); 217 } 218 219 public DeleteGlResourceTypeForm getDeleteGlResourceTypeForm() { 220 return AccountingFormFactory.getDeleteGlResourceTypeForm(); 221 } 222 223 public DeleteItemAccountingCategoryDescriptionForm getDeleteItemAccountingCategoryDescriptionForm() { 224 return AccountingFormFactory.getDeleteItemAccountingCategoryDescriptionForm(); 225 } 226 227 public DeleteItemAccountingCategoryForm getDeleteItemAccountingCategoryForm() { 228 return AccountingFormFactory.getDeleteItemAccountingCategoryForm(); 229 } 230 231 public DeleteSymbolPositionDescriptionForm getDeleteSymbolPositionDescriptionForm() { 232 return AccountingFormFactory.getDeleteSymbolPositionDescriptionForm(); 233 } 234 235 public DeleteSymbolPositionForm getDeleteSymbolPositionForm() { 236 return AccountingFormFactory.getDeleteSymbolPositionForm(); 237 } 238 239 public DeleteTransactionEntityRoleTypeDescriptionForm getDeleteTransactionEntityRoleTypeDescriptionForm() { 240 return AccountingFormFactory.getDeleteTransactionEntityRoleTypeDescriptionForm(); 241 } 242 243 public DeleteTransactionEntityRoleTypeForm getDeleteTransactionEntityRoleTypeForm() { 244 return AccountingFormFactory.getDeleteTransactionEntityRoleTypeForm(); 245 } 246 247 public DeleteTransactionGlAccountCategoryDescriptionForm getDeleteTransactionGlAccountCategoryDescriptionForm() { 248 return AccountingFormFactory.getDeleteTransactionGlAccountCategoryDescriptionForm(); 249 } 250 251 public DeleteTransactionGlAccountCategoryForm getDeleteTransactionGlAccountCategoryForm() { 252 return AccountingFormFactory.getDeleteTransactionGlAccountCategoryForm(); 253 } 254 255 public DeleteTransactionTypeDescriptionForm getDeleteTransactionTypeDescriptionForm() { 256 return AccountingFormFactory.getDeleteTransactionTypeDescriptionForm(); 257 } 258 259 public DeleteTransactionTypeForm getDeleteTransactionTypeForm() { 260 return AccountingFormFactory.getDeleteTransactionTypeForm(); 261 } 262 263 public EditGlAccountCategoryDescriptionForm getEditGlAccountCategoryDescriptionForm() { 264 return AccountingFormFactory.getEditGlAccountCategoryDescriptionForm(); 265 } 266 267 public EditGlAccountCategoryForm getEditGlAccountCategoryForm() { 268 return AccountingFormFactory.getEditGlAccountCategoryForm(); 269 } 270 271 public EditGlAccountClassDescriptionForm getEditGlAccountClassDescriptionForm() { 272 return AccountingFormFactory.getEditGlAccountClassDescriptionForm(); 273 } 274 275 public EditGlAccountClassForm getEditGlAccountClassForm() { 276 return AccountingFormFactory.getEditGlAccountClassForm(); 277 } 278 279 public EditGlAccountDescriptionForm getEditGlAccountDescriptionForm() { 280 return AccountingFormFactory.getEditGlAccountDescriptionForm(); 281 } 282 283 public EditGlAccountForm getEditGlAccountForm() { 284 return AccountingFormFactory.getEditGlAccountForm(); 285 } 286 287 public EditGlResourceTypeDescriptionForm getEditGlResourceTypeDescriptionForm() { 288 return AccountingFormFactory.getEditGlResourceTypeDescriptionForm(); 289 } 290 291 public EditGlResourceTypeForm getEditGlResourceTypeForm() { 292 return AccountingFormFactory.getEditGlResourceTypeForm(); 293 } 294 295 public EditItemAccountingCategoryDescriptionForm getEditItemAccountingCategoryDescriptionForm() { 296 return AccountingFormFactory.getEditItemAccountingCategoryDescriptionForm(); 297 } 298 299 public EditItemAccountingCategoryForm getEditItemAccountingCategoryForm() { 300 return AccountingFormFactory.getEditItemAccountingCategoryForm(); 301 } 302 303 public EditSymbolPositionDescriptionForm getEditSymbolPositionDescriptionForm() { 304 return AccountingFormFactory.getEditSymbolPositionDescriptionForm(); 305 } 306 307 public EditSymbolPositionForm getEditSymbolPositionForm() { 308 return AccountingFormFactory.getEditSymbolPositionForm(); 309 } 310 311 public EditTransactionEntityRoleTypeDescriptionForm getEditTransactionEntityRoleTypeDescriptionForm() { 312 return AccountingFormFactory.getEditTransactionEntityRoleTypeDescriptionForm(); 313 } 314 315 public EditTransactionEntityRoleTypeForm getEditTransactionEntityRoleTypeForm() { 316 return AccountingFormFactory.getEditTransactionEntityRoleTypeForm(); 317 } 318 319 public EditTransactionGlAccountCategoryDescriptionForm getEditTransactionGlAccountCategoryDescriptionForm() { 320 return AccountingFormFactory.getEditTransactionGlAccountCategoryDescriptionForm(); 321 } 322 323 public EditTransactionGlAccountCategoryForm getEditTransactionGlAccountCategoryForm() { 324 return AccountingFormFactory.getEditTransactionGlAccountCategoryForm(); 325 } 326 327 public EditTransactionTypeDescriptionForm getEditTransactionTypeDescriptionForm() { 328 return AccountingFormFactory.getEditTransactionTypeDescriptionForm(); 329 } 330 331 public EditTransactionTypeForm getEditTransactionTypeForm() { 332 return AccountingFormFactory.getEditTransactionTypeForm(); 333 } 334 335 public GetCurrenciesForm getGetCurrenciesForm() { 336 return AccountingFormFactory.getGetCurrenciesForm(); 337 } 338 339 public GetCurrencyChoicesForm getGetCurrencyChoicesForm() { 340 return AccountingFormFactory.getGetCurrencyChoicesForm(); 341 } 342 343 public GetCurrencyDescriptionsForm getGetCurrencyDescriptionsForm() { 344 return AccountingFormFactory.getGetCurrencyDescriptionsForm(); 345 } 346 347 public GetCurrencyForm getGetCurrencyForm() { 348 return AccountingFormFactory.getGetCurrencyForm(); 349 } 350 351 public GetGlAccountCategoriesForm getGetGlAccountCategoriesForm() { 352 return AccountingFormFactory.getGetGlAccountCategoriesForm(); 353 } 354 355 public GetGlAccountCategoryChoicesForm getGetGlAccountCategoryChoicesForm() { 356 return AccountingFormFactory.getGetGlAccountCategoryChoicesForm(); 357 } 358 359 public GetGlAccountCategoryDescriptionForm getGetGlAccountCategoryDescriptionForm() { 360 return AccountingFormFactory.getGetGlAccountCategoryDescriptionForm(); 361 } 362 363 public GetGlAccountCategoryDescriptionsForm getGetGlAccountCategoryDescriptionsForm() { 364 return AccountingFormFactory.getGetGlAccountCategoryDescriptionsForm(); 365 } 366 367 public GetGlAccountCategoryForm getGetGlAccountCategoryForm() { 368 return AccountingFormFactory.getGetGlAccountCategoryForm(); 369 } 370 371 public GetGlAccountChoicesForm getGetGlAccountChoicesForm() { 372 return AccountingFormFactory.getGetGlAccountChoicesForm(); 373 } 374 375 public GetGlAccountClassChoicesForm getGetGlAccountClassChoicesForm() { 376 return AccountingFormFactory.getGetGlAccountClassChoicesForm(); 377 } 378 379 public GetGlAccountClassDescriptionForm getGetGlAccountClassDescriptionForm() { 380 return AccountingFormFactory.getGetGlAccountClassDescriptionForm(); 381 } 382 383 public GetGlAccountClassDescriptionsForm getGetGlAccountClassDescriptionsForm() { 384 return AccountingFormFactory.getGetGlAccountClassDescriptionsForm(); 385 } 386 387 public GetGlAccountClassForm getGetGlAccountClassForm() { 388 return AccountingFormFactory.getGetGlAccountClassForm(); 389 } 390 391 public GetGlAccountClassesForm getGetGlAccountClassesForm() { 392 return AccountingFormFactory.getGetGlAccountClassesForm(); 393 } 394 395 public GetGlAccountDescriptionForm getGetGlAccountDescriptionForm() { 396 return AccountingFormFactory.getGetGlAccountDescriptionForm(); 397 } 398 399 public GetGlAccountDescriptionsForm getGetGlAccountDescriptionsForm() { 400 return AccountingFormFactory.getGetGlAccountDescriptionsForm(); 401 } 402 403 public GetGlAccountForm getGetGlAccountForm() { 404 return AccountingFormFactory.getGetGlAccountForm(); 405 } 406 407 public GetGlAccountTypeChoicesForm getGetGlAccountTypeChoicesForm() { 408 return AccountingFormFactory.getGetGlAccountTypeChoicesForm(); 409 } 410 411 public GetGlAccountTypeForm getGetGlAccountTypeForm() { 412 return AccountingFormFactory.getGetGlAccountTypeForm(); 413 } 414 415 public GetGlAccountTypesForm getGetGlAccountTypesForm() { 416 return AccountingFormFactory.getGetGlAccountTypesForm(); 417 } 418 419 public GetGlAccountsForm getGetGlAccountsForm() { 420 return AccountingFormFactory.getGetGlAccountsForm(); 421 } 422 423 public GetGlResourceTypeChoicesForm getGetGlResourceTypeChoicesForm() { 424 return AccountingFormFactory.getGetGlResourceTypeChoicesForm(); 425 } 426 427 public GetGlResourceTypeDescriptionForm getGetGlResourceTypeDescriptionForm() { 428 return AccountingFormFactory.getGetGlResourceTypeDescriptionForm(); 429 } 430 431 public GetGlResourceTypeDescriptionsForm getGetGlResourceTypeDescriptionsForm() { 432 return AccountingFormFactory.getGetGlResourceTypeDescriptionsForm(); 433 } 434 435 public GetGlResourceTypeForm getGetGlResourceTypeForm() { 436 return AccountingFormFactory.getGetGlResourceTypeForm(); 437 } 438 439 public GetGlResourceTypesForm getGetGlResourceTypesForm() { 440 return AccountingFormFactory.getGetGlResourceTypesForm(); 441 } 442 443 public GetItemAccountingCategoriesForm getGetItemAccountingCategoriesForm() { 444 return AccountingFormFactory.getGetItemAccountingCategoriesForm(); 445 } 446 447 public GetItemAccountingCategoryChoicesForm getGetItemAccountingCategoryChoicesForm() { 448 return AccountingFormFactory.getGetItemAccountingCategoryChoicesForm(); 449 } 450 451 public GetItemAccountingCategoryDescriptionForm getGetItemAccountingCategoryDescriptionForm() { 452 return AccountingFormFactory.getGetItemAccountingCategoryDescriptionForm(); 453 } 454 455 public GetItemAccountingCategoryDescriptionsForm getGetItemAccountingCategoryDescriptionsForm() { 456 return AccountingFormFactory.getGetItemAccountingCategoryDescriptionsForm(); 457 } 458 459 public GetItemAccountingCategoryForm getGetItemAccountingCategoryForm() { 460 return AccountingFormFactory.getGetItemAccountingCategoryForm(); 461 } 462 463 public GetPreferredCurrencyForm getGetPreferredCurrencyForm() { 464 return AccountingFormFactory.getGetPreferredCurrencyForm(); 465 } 466 467 public GetSymbolPositionChoicesForm getGetSymbolPositionChoicesForm() { 468 return AccountingFormFactory.getGetSymbolPositionChoicesForm(); 469 } 470 471 public GetSymbolPositionDescriptionForm getGetSymbolPositionDescriptionForm() { 472 return AccountingFormFactory.getGetSymbolPositionDescriptionForm(); 473 } 474 475 public GetSymbolPositionDescriptionsForm getGetSymbolPositionDescriptionsForm() { 476 return AccountingFormFactory.getGetSymbolPositionDescriptionsForm(); 477 } 478 479 public GetSymbolPositionForm getGetSymbolPositionForm() { 480 return AccountingFormFactory.getGetSymbolPositionForm(); 481 } 482 483 public GetSymbolPositionsForm getGetSymbolPositionsForm() { 484 return AccountingFormFactory.getGetSymbolPositionsForm(); 485 } 486 487 public GetTransactionEntityRoleTypeDescriptionForm getGetTransactionEntityRoleTypeDescriptionForm() { 488 return AccountingFormFactory.getGetTransactionEntityRoleTypeDescriptionForm(); 489 } 490 491 public GetTransactionEntityRoleTypeDescriptionsForm getGetTransactionEntityRoleTypeDescriptionsForm() { 492 return AccountingFormFactory.getGetTransactionEntityRoleTypeDescriptionsForm(); 493 } 494 495 public GetTransactionEntityRoleTypeForm getGetTransactionEntityRoleTypeForm() { 496 return AccountingFormFactory.getGetTransactionEntityRoleTypeForm(); 497 } 498 499 public GetTransactionEntityRoleTypesForm getGetTransactionEntityRoleTypesForm() { 500 return AccountingFormFactory.getGetTransactionEntityRoleTypesForm(); 501 } 502 503 public GetTransactionForm getGetTransactionForm() { 504 return AccountingFormFactory.getGetTransactionForm(); 505 } 506 507 public GetTransactionGlAccountCategoriesForm getGetTransactionGlAccountCategoriesForm() { 508 return AccountingFormFactory.getGetTransactionGlAccountCategoriesForm(); 509 } 510 511 public GetTransactionGlAccountCategoryDescriptionForm getGetTransactionGlAccountCategoryDescriptionForm() { 512 return AccountingFormFactory.getGetTransactionGlAccountCategoryDescriptionForm(); 513 } 514 515 public GetTransactionGlAccountCategoryDescriptionsForm getGetTransactionGlAccountCategoryDescriptionsForm() { 516 return AccountingFormFactory.getGetTransactionGlAccountCategoryDescriptionsForm(); 517 } 518 519 public GetTransactionGlAccountCategoryForm getGetTransactionGlAccountCategoryForm() { 520 return AccountingFormFactory.getGetTransactionGlAccountCategoryForm(); 521 } 522 523 public GetTransactionGroupForm getGetTransactionGroupForm() { 524 return AccountingFormFactory.getGetTransactionGroupForm(); 525 } 526 527 public GetTransactionGroupStatusChoicesForm getGetTransactionGroupStatusChoicesForm() { 528 return AccountingFormFactory.getGetTransactionGroupStatusChoicesForm(); 529 } 530 531 public GetTransactionGroupsForm getGetTransactionGroupsForm() { 532 return AccountingFormFactory.getGetTransactionGroupsForm(); 533 } 534 535 public GetTransactionTypeDescriptionForm getGetTransactionTypeDescriptionForm() { 536 return AccountingFormFactory.getGetTransactionTypeDescriptionForm(); 537 } 538 539 public GetTransactionTypeDescriptionsForm getGetTransactionTypeDescriptionsForm() { 540 return AccountingFormFactory.getGetTransactionTypeDescriptionsForm(); 541 } 542 543 public GetTransactionTypeForm getGetTransactionTypeForm() { 544 return AccountingFormFactory.getGetTransactionTypeForm(); 545 } 546 547 public GetTransactionTypesForm getGetTransactionTypesForm() { 548 return AccountingFormFactory.getGetTransactionTypesForm(); 549 } 550 551 public GetTransactionsForm getGetTransactionsForm() { 552 return AccountingFormFactory.getGetTransactionsForm(); 553 } 554 555 public SetDefaultCurrencyForm getSetDefaultCurrencyForm() { 556 return AccountingFormFactory.getSetDefaultCurrencyForm(); 557 } 558 559 public SetDefaultGlAccountCategoryForm getSetDefaultGlAccountCategoryForm() { 560 return AccountingFormFactory.getSetDefaultGlAccountCategoryForm(); 561 } 562 563 public SetDefaultGlAccountClassForm getSetDefaultGlAccountClassForm() { 564 return AccountingFormFactory.getSetDefaultGlAccountClassForm(); 565 } 566 567 public SetDefaultGlResourceTypeForm getSetDefaultGlResourceTypeForm() { 568 return AccountingFormFactory.getSetDefaultGlResourceTypeForm(); 569 } 570 571 public SetDefaultItemAccountingCategoryForm getSetDefaultItemAccountingCategoryForm() { 572 return AccountingFormFactory.getSetDefaultItemAccountingCategoryForm(); 573 } 574 575 public SetDefaultSymbolPositionForm getSetDefaultSymbolPositionForm() { 576 return AccountingFormFactory.getSetDefaultSymbolPositionForm(); 577 } 578 579 public SetTransactionGroupStatusForm getSetTransactionGroupStatusForm() { 580 return AccountingFormFactory.getSetTransactionGroupStatusForm(); 581 } 582 583 public CurrencyDescriptionSpec getCurrencyDescriptionSpec() { 584 return AccountingSpecFactory.getCurrencyDescriptionSpec(); 585 } 586 587 public CurrencySpec getCurrencySpec() { 588 return AccountingSpecFactory.getCurrencySpec(); 589 } 590 591 public CurrencyUniversalSpec getCurrencyUniversalSpec() { 592 return AccountingSpecFactory.getCurrencyUniversalSpec(); 593 } 594 595 public GlAccountCategoryDescriptionSpec getGlAccountCategoryDescriptionSpec() { 596 return AccountingSpecFactory.getGlAccountCategoryDescriptionSpec(); 597 } 598 599 public GlAccountCategorySpec getGlAccountCategorySpec() { 600 return AccountingSpecFactory.getGlAccountCategorySpec(); 601 } 602 603 public GlAccountCategoryUniversalSpec getGlAccountCategoryUniversalSpec() { 604 return AccountingSpecFactory.getGlAccountCategoryUniversalSpec(); 605 } 606 607 public GlAccountClassDescriptionSpec getGlAccountClassDescriptionSpec() { 608 return AccountingSpecFactory.getGlAccountClassDescriptionSpec(); 609 } 610 611 public GlAccountClassSpec getGlAccountClassSpec() { 612 return AccountingSpecFactory.getGlAccountClassSpec(); 613 } 614 615 public GlAccountClassUniversalSpec getGlAccountClassUniversalSpec() { 616 return AccountingSpecFactory.getGlAccountClassUniversalSpec(); 617 } 618 619 public GlAccountDescriptionSpec getGlAccountDescriptionSpec() { 620 return AccountingSpecFactory.getGlAccountDescriptionSpec(); 621 } 622 623 public GlAccountSpec getGlAccountSpec() { 624 return AccountingSpecFactory.getGlAccountSpec(); 625 } 626 627 public GlAccountTypeDescriptionSpec getGlAccountTypeDescriptionSpec() { 628 return AccountingSpecFactory.getGlAccountTypeDescriptionSpec(); 629 } 630 631 public GlAccountTypeSpec getGlAccountTypeSpec() { 632 return AccountingSpecFactory.getGlAccountTypeSpec(); 633 } 634 635 public GlAccountTypeUniversalSpec getGlAccountTypeUniversalSpec() { 636 return AccountingSpecFactory.getGlAccountTypeUniversalSpec(); 637 } 638 639 public GlAccountUniversalSpec getGlAccountUniversalSpec() { 640 return AccountingSpecFactory.getGlAccountUniversalSpec(); 641 } 642 643 public GlResourceTypeDescriptionSpec getGlResourceTypeDescriptionSpec() { 644 return AccountingSpecFactory.getGlResourceTypeDescriptionSpec(); 645 } 646 647 public GlResourceTypeSpec getGlResourceTypeSpec() { 648 return AccountingSpecFactory.getGlResourceTypeSpec(); 649 } 650 651 public GlResourceTypeUniversalSpec getGlResourceTypeUniversalSpec() { 652 return AccountingSpecFactory.getGlResourceTypeUniversalSpec(); 653 } 654 655 public ItemAccountingCategoryDescriptionSpec getItemAccountingCategoryDescriptionSpec() { 656 return AccountingSpecFactory.getItemAccountingCategoryDescriptionSpec(); 657 } 658 659 public ItemAccountingCategorySpec getItemAccountingCategorySpec() { 660 return AccountingSpecFactory.getItemAccountingCategorySpec(); 661 } 662 663 public ItemAccountingCategoryUniversalSpec getItemAccountingCategoryUniversalSpec() { 664 return AccountingSpecFactory.getItemAccountingCategoryUniversalSpec(); 665 } 666 667 public SymbolPositionDescriptionSpec getSymbolPositionDescriptionSpec() { 668 return AccountingSpecFactory.getSymbolPositionDescriptionSpec(); 669 } 670 671 public SymbolPositionSpec getSymbolPositionSpec() { 672 return AccountingSpecFactory.getSymbolPositionSpec(); 673 } 674 675 public SymbolPositionUniversalSpec getSymbolPositionUniversalSpec() { 676 return AccountingSpecFactory.getSymbolPositionUniversalSpec(); 677 } 678 679 public TransactionEntityRoleTypeDescriptionSpec getTransactionEntityRoleTypeDescriptionSpec() { 680 return AccountingSpecFactory.getTransactionEntityRoleTypeDescriptionSpec(); 681 } 682 683 public TransactionEntityRoleTypeSpec getTransactionEntityRoleTypeSpec() { 684 return AccountingSpecFactory.getTransactionEntityRoleTypeSpec(); 685 } 686 687 public TransactionGlAccountCategoryDescriptionSpec getTransactionGlAccountCategoryDescriptionSpec() { 688 return AccountingSpecFactory.getTransactionGlAccountCategoryDescriptionSpec(); 689 } 690 691 public TransactionGlAccountCategorySpec getTransactionGlAccountCategorySpec() { 692 return AccountingSpecFactory.getTransactionGlAccountCategorySpec(); 693 } 694 695 public TransactionGroupSpec getTransactionGroupSpec() { 696 return AccountingSpecFactory.getTransactionGroupSpec(); 697 } 698 699 public TransactionSpec getTransactionSpec() { 700 return AccountingSpecFactory.getTransactionSpec(); 701 } 702 703 public TransactionTypeDescriptionSpec getTransactionTypeDescriptionSpec() { 704 return AccountingSpecFactory.getTransactionTypeDescriptionSpec(); 705 } 706 707 public TransactionTypeSpec getTransactionTypeSpec() { 708 return AccountingSpecFactory.getTransactionTypeSpec(); 709 } 710 711}