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 * AccountingForms.java 021 */ 022 023package com.echothree.control.user.accounting.common; 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 interface AccountingForms { 030 031 GlAccountCategoryDescriptionEdit getGlAccountCategoryDescriptionEdit(); 032 GlAccountCategoryEdit getGlAccountCategoryEdit(); 033 GlAccountClassDescriptionEdit getGlAccountClassDescriptionEdit(); 034 GlAccountClassEdit getGlAccountClassEdit(); 035 GlAccountDescriptionEdit getGlAccountDescriptionEdit(); 036 GlAccountEdit getGlAccountEdit(); 037 GlResourceTypeDescriptionEdit getGlResourceTypeDescriptionEdit(); 038 GlResourceTypeEdit getGlResourceTypeEdit(); 039 ItemAccountingCategoryDescriptionEdit getItemAccountingCategoryDescriptionEdit(); 040 ItemAccountingCategoryEdit getItemAccountingCategoryEdit(); 041 SymbolPositionDescriptionEdit getSymbolPositionDescriptionEdit(); 042 SymbolPositionEdit getSymbolPositionEdit(); 043 TransactionEntityRoleTypeDescriptionEdit getTransactionEntityRoleTypeDescriptionEdit(); 044 TransactionEntityRoleTypeEdit getTransactionEntityRoleTypeEdit(); 045 TransactionGlAccountCategoryDescriptionEdit getTransactionGlAccountCategoryDescriptionEdit(); 046 TransactionGlAccountCategoryEdit getTransactionGlAccountCategoryEdit(); 047 TransactionTimeTypeDescriptionEdit getTransactionTimeTypeDescriptionEdit(); 048 TransactionTimeTypeEdit getTransactionTimeTypeEdit(); 049 TransactionTypeDescriptionEdit getTransactionTypeDescriptionEdit(); 050 TransactionTypeEdit getTransactionTypeEdit(); 051 CreateCurrencyDescriptionForm getCreateCurrencyDescriptionForm(); 052 CreateCurrencyForm getCreateCurrencyForm(); 053 CreateGlAccountCategoryDescriptionForm getCreateGlAccountCategoryDescriptionForm(); 054 CreateGlAccountCategoryForm getCreateGlAccountCategoryForm(); 055 CreateGlAccountClassDescriptionForm getCreateGlAccountClassDescriptionForm(); 056 CreateGlAccountClassForm getCreateGlAccountClassForm(); 057 CreateGlAccountDescriptionForm getCreateGlAccountDescriptionForm(); 058 CreateGlAccountForm getCreateGlAccountForm(); 059 CreateGlAccountTypeDescriptionForm getCreateGlAccountTypeDescriptionForm(); 060 CreateGlAccountTypeForm getCreateGlAccountTypeForm(); 061 CreateGlResourceTypeDescriptionForm getCreateGlResourceTypeDescriptionForm(); 062 CreateGlResourceTypeForm getCreateGlResourceTypeForm(); 063 CreateItemAccountingCategoryDescriptionForm getCreateItemAccountingCategoryDescriptionForm(); 064 CreateItemAccountingCategoryForm getCreateItemAccountingCategoryForm(); 065 CreateSymbolPositionDescriptionForm getCreateSymbolPositionDescriptionForm(); 066 CreateSymbolPositionForm getCreateSymbolPositionForm(); 067 CreateTransactionEntityRoleTypeDescriptionForm getCreateTransactionEntityRoleTypeDescriptionForm(); 068 CreateTransactionEntityRoleTypeForm getCreateTransactionEntityRoleTypeForm(); 069 CreateTransactionGlAccountCategoryDescriptionForm getCreateTransactionGlAccountCategoryDescriptionForm(); 070 CreateTransactionGlAccountCategoryForm getCreateTransactionGlAccountCategoryForm(); 071 CreateTransactionTimeTypeDescriptionForm getCreateTransactionTimeTypeDescriptionForm(); 072 CreateTransactionTimeTypeForm getCreateTransactionTimeTypeForm(); 073 CreateTransactionTypeDescriptionForm getCreateTransactionTypeDescriptionForm(); 074 CreateTransactionTypeForm getCreateTransactionTypeForm(); 075 DeleteGlAccountCategoryDescriptionForm getDeleteGlAccountCategoryDescriptionForm(); 076 DeleteGlAccountCategoryForm getDeleteGlAccountCategoryForm(); 077 DeleteGlAccountClassDescriptionForm getDeleteGlAccountClassDescriptionForm(); 078 DeleteGlAccountClassForm getDeleteGlAccountClassForm(); 079 DeleteGlAccountDescriptionForm getDeleteGlAccountDescriptionForm(); 080 DeleteGlAccountForm getDeleteGlAccountForm(); 081 DeleteGlResourceTypeDescriptionForm getDeleteGlResourceTypeDescriptionForm(); 082 DeleteGlResourceTypeForm getDeleteGlResourceTypeForm(); 083 DeleteItemAccountingCategoryDescriptionForm getDeleteItemAccountingCategoryDescriptionForm(); 084 DeleteItemAccountingCategoryForm getDeleteItemAccountingCategoryForm(); 085 DeleteSymbolPositionDescriptionForm getDeleteSymbolPositionDescriptionForm(); 086 DeleteSymbolPositionForm getDeleteSymbolPositionForm(); 087 DeleteTransactionEntityRoleTypeDescriptionForm getDeleteTransactionEntityRoleTypeDescriptionForm(); 088 DeleteTransactionEntityRoleTypeForm getDeleteTransactionEntityRoleTypeForm(); 089 DeleteTransactionGlAccountCategoryDescriptionForm getDeleteTransactionGlAccountCategoryDescriptionForm(); 090 DeleteTransactionGlAccountCategoryForm getDeleteTransactionGlAccountCategoryForm(); 091 DeleteTransactionTimeTypeDescriptionForm getDeleteTransactionTimeTypeDescriptionForm(); 092 DeleteTransactionTimeTypeForm getDeleteTransactionTimeTypeForm(); 093 DeleteTransactionTypeDescriptionForm getDeleteTransactionTypeDescriptionForm(); 094 DeleteTransactionTypeForm getDeleteTransactionTypeForm(); 095 EditGlAccountCategoryDescriptionForm getEditGlAccountCategoryDescriptionForm(); 096 EditGlAccountCategoryForm getEditGlAccountCategoryForm(); 097 EditGlAccountClassDescriptionForm getEditGlAccountClassDescriptionForm(); 098 EditGlAccountClassForm getEditGlAccountClassForm(); 099 EditGlAccountDescriptionForm getEditGlAccountDescriptionForm(); 100 EditGlAccountForm getEditGlAccountForm(); 101 EditGlResourceTypeDescriptionForm getEditGlResourceTypeDescriptionForm(); 102 EditGlResourceTypeForm getEditGlResourceTypeForm(); 103 EditItemAccountingCategoryDescriptionForm getEditItemAccountingCategoryDescriptionForm(); 104 EditItemAccountingCategoryForm getEditItemAccountingCategoryForm(); 105 EditSymbolPositionDescriptionForm getEditSymbolPositionDescriptionForm(); 106 EditSymbolPositionForm getEditSymbolPositionForm(); 107 EditTransactionEntityRoleTypeDescriptionForm getEditTransactionEntityRoleTypeDescriptionForm(); 108 EditTransactionEntityRoleTypeForm getEditTransactionEntityRoleTypeForm(); 109 EditTransactionGlAccountCategoryDescriptionForm getEditTransactionGlAccountCategoryDescriptionForm(); 110 EditTransactionGlAccountCategoryForm getEditTransactionGlAccountCategoryForm(); 111 EditTransactionTimeTypeDescriptionForm getEditTransactionTimeTypeDescriptionForm(); 112 EditTransactionTimeTypeForm getEditTransactionTimeTypeForm(); 113 EditTransactionTypeDescriptionForm getEditTransactionTypeDescriptionForm(); 114 EditTransactionTypeForm getEditTransactionTypeForm(); 115 GetCurrenciesForm getGetCurrenciesForm(); 116 GetCurrencyChoicesForm getGetCurrencyChoicesForm(); 117 GetCurrencyDescriptionsForm getGetCurrencyDescriptionsForm(); 118 GetCurrencyForm getGetCurrencyForm(); 119 GetGlAccountCategoriesForm getGetGlAccountCategoriesForm(); 120 GetGlAccountCategoryChoicesForm getGetGlAccountCategoryChoicesForm(); 121 GetGlAccountCategoryDescriptionForm getGetGlAccountCategoryDescriptionForm(); 122 GetGlAccountCategoryDescriptionsForm getGetGlAccountCategoryDescriptionsForm(); 123 GetGlAccountCategoryForm getGetGlAccountCategoryForm(); 124 GetGlAccountChoicesForm getGetGlAccountChoicesForm(); 125 GetGlAccountClassChoicesForm getGetGlAccountClassChoicesForm(); 126 GetGlAccountClassDescriptionForm getGetGlAccountClassDescriptionForm(); 127 GetGlAccountClassForm getGetGlAccountClassForm(); 128 GetGlAccountClassDescriptionsForm getGetGlAccountClassDescriptionsForm(); 129 GetGlAccountClassesForm getGetGlAccountClassesForm(); 130 GetGlAccountDescriptionForm getGetGlAccountDescriptionForm(); 131 GetGlAccountDescriptionsForm getGetGlAccountDescriptionsForm(); 132 GetGlAccountForm getGetGlAccountForm(); 133 GetGlAccountTypeChoicesForm getGetGlAccountTypeChoicesForm(); 134 GetGlAccountTypeForm getGetGlAccountTypeForm(); 135 GetGlAccountTypesForm getGetGlAccountTypesForm(); 136 GetGlAccountsForm getGetGlAccountsForm(); 137 GetGlResourceTypeChoicesForm getGetGlResourceTypeChoicesForm(); 138 GetGlResourceTypeDescriptionForm getGetGlResourceTypeDescriptionForm(); 139 GetGlResourceTypeDescriptionsForm getGetGlResourceTypeDescriptionsForm(); 140 GetGlResourceTypeForm getGetGlResourceTypeForm(); 141 GetGlResourceTypesForm getGetGlResourceTypesForm(); 142 GetItemAccountingCategoriesForm getGetItemAccountingCategoriesForm(); 143 GetItemAccountingCategoryChoicesForm getGetItemAccountingCategoryChoicesForm(); 144 GetItemAccountingCategoryDescriptionForm getGetItemAccountingCategoryDescriptionForm(); 145 GetItemAccountingCategoryDescriptionsForm getGetItemAccountingCategoryDescriptionsForm(); 146 GetItemAccountingCategoryForm getGetItemAccountingCategoryForm(); 147 GetPreferredCurrencyForm getGetPreferredCurrencyForm(); 148 GetSymbolPositionChoicesForm getGetSymbolPositionChoicesForm(); 149 GetSymbolPositionDescriptionForm getGetSymbolPositionDescriptionForm(); 150 GetSymbolPositionDescriptionsForm getGetSymbolPositionDescriptionsForm(); 151 GetSymbolPositionForm getGetSymbolPositionForm(); 152 GetSymbolPositionsForm getGetSymbolPositionsForm(); 153 GetTransactionEntityRoleTypeDescriptionForm getGetTransactionEntityRoleTypeDescriptionForm(); 154 GetTransactionEntityRoleTypeDescriptionsForm getGetTransactionEntityRoleTypeDescriptionsForm(); 155 GetTransactionEntityRoleTypeForm getGetTransactionEntityRoleTypeForm(); 156 GetTransactionEntityRoleTypesForm getGetTransactionEntityRoleTypesForm(); 157 GetTransactionForm getGetTransactionForm(); 158 GetTransactionGlAccountCategoriesForm getGetTransactionGlAccountCategoriesForm(); 159 GetTransactionGlAccountCategoryDescriptionForm getGetTransactionGlAccountCategoryDescriptionForm(); 160 GetTransactionGlAccountCategoryDescriptionsForm getGetTransactionGlAccountCategoryDescriptionsForm(); 161 GetTransactionGlAccountCategoryForm getGetTransactionGlAccountCategoryForm(); 162 GetTransactionGroupForm getGetTransactionGroupForm(); 163 GetTransactionGroupStatusChoicesForm getGetTransactionGroupStatusChoicesForm(); 164 GetTransactionGroupsForm getGetTransactionGroupsForm(); 165 GetTransactionTimeTypeChoicesForm getGetTransactionTimeTypeChoicesForm(); 166 GetTransactionTimeTypeDescriptionForm getGetTransactionTimeTypeDescriptionForm(); 167 GetTransactionTimeTypeDescriptionsForm getGetTransactionTimeTypeDescriptionsForm(); 168 GetTransactionTimeTypeForm getGetTransactionTimeTypeForm(); 169 GetTransactionTimeTypesForm getGetTransactionTimeTypesForm(); 170 GetTransactionTypeDescriptionForm getGetTransactionTypeDescriptionForm(); 171 GetTransactionTypeDescriptionsForm getGetTransactionTypeDescriptionsForm(); 172 GetTransactionTypeForm getGetTransactionTypeForm(); 173 GetTransactionTypesForm getGetTransactionTypesForm(); 174 GetTransactionsForm getGetTransactionsForm(); 175 SetDefaultCurrencyForm getSetDefaultCurrencyForm(); 176 SetDefaultGlAccountCategoryForm getSetDefaultGlAccountCategoryForm(); 177 SetDefaultGlAccountClassForm getSetDefaultGlAccountClassForm(); 178 SetDefaultGlResourceTypeForm getSetDefaultGlResourceTypeForm(); 179 SetDefaultItemAccountingCategoryForm getSetDefaultItemAccountingCategoryForm(); 180 SetDefaultSymbolPositionForm getSetDefaultSymbolPositionForm(); 181 SetDefaultTransactionTimeTypeForm getSetDefaultTransactionTimeTypeForm(); 182 SetTransactionGroupStatusForm getSetTransactionGroupStatusForm(); 183 CurrencyDescriptionSpec getCurrencyDescriptionSpec(); 184 CurrencySpec getCurrencySpec(); 185 CurrencyUniversalSpec getCurrencyUniversalSpec(); 186 GlAccountCategoryDescriptionSpec getGlAccountCategoryDescriptionSpec(); 187 GlAccountCategorySpec getGlAccountCategorySpec(); 188 GlAccountCategoryUniversalSpec getGlAccountCategoryUniversalSpec(); 189 GlAccountClassDescriptionSpec getGlAccountClassDescriptionSpec(); 190 GlAccountClassSpec getGlAccountClassSpec(); 191 GlAccountClassUniversalSpec getGlAccountClassUniversalSpec(); 192 GlAccountDescriptionSpec getGlAccountDescriptionSpec(); 193 GlAccountSpec getGlAccountSpec(); 194 GlAccountTypeDescriptionSpec getGlAccountTypeDescriptionSpec(); 195 GlAccountTypeSpec getGlAccountTypeSpec(); 196 GlAccountTypeUniversalSpec getGlAccountTypeUniversalSpec(); 197 GlAccountUniversalSpec getGlAccountUniversalSpec(); 198 GlResourceTypeDescriptionSpec getGlResourceTypeDescriptionSpec(); 199 GlResourceTypeSpec getGlResourceTypeSpec(); 200 GlResourceTypeUniversalSpec getGlResourceTypeUniversalSpec(); 201 ItemAccountingCategoryDescriptionSpec getItemAccountingCategoryDescriptionSpec(); 202 ItemAccountingCategorySpec getItemAccountingCategorySpec(); 203 ItemAccountingCategoryUniversalSpec getItemAccountingCategoryUniversalSpec(); 204 SymbolPositionDescriptionSpec getSymbolPositionDescriptionSpec(); 205 SymbolPositionSpec getSymbolPositionSpec(); 206 SymbolPositionUniversalSpec getSymbolPositionUniversalSpec(); 207 TransactionEntityRoleTypeDescriptionSpec getTransactionEntityRoleTypeDescriptionSpec(); 208 TransactionEntityRoleTypeSpec getTransactionEntityRoleTypeSpec(); 209 TransactionEntityRoleTypeUniversalSpec getTransactionEntityRoleTypeUniversalSpec(); 210 TransactionGlAccountCategoryDescriptionSpec getTransactionGlAccountCategoryDescriptionSpec(); 211 TransactionGlAccountCategorySpec getTransactionGlAccountCategorySpec(); 212 TransactionGlAccountCategoryUniversalSpec getTransactionGlAccountCategoryUniversalSpec(); 213 TransactionGroupSpec getTransactionGroupSpec(); 214 TransactionGroupUniversalSpec getTransactionGroupUniversalSpec(); 215 TransactionSpec getTransactionSpec(); 216 TransactionTimeTypeDescriptionSpec getTransactionTimeTypeDescriptionSpec(); 217 TransactionTimeTypeSpec getTransactionTimeTypeSpec(); 218 TransactionTimeTypeUniversalSpec getTransactionTimeTypeUniversalSpec(); 219 TransactionTypeDescriptionSpec getTransactionTypeDescriptionSpec(); 220 TransactionTypeSpec getTransactionTypeSpec(); 221 TransactionTypeUniversalSpec getTransactionTypeUniversalSpec(); 222 TransactionUniversalSpec getTransactionUniversalSpec(); 223 224}