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 * TaxFormsImpl.java 021 */ 022 023package com.echothree.control.user.tax.server; 024 025import com.echothree.control.user.tax.common.edit.*; 026import com.echothree.control.user.tax.common.form.*; 027import com.echothree.control.user.tax.common.spec.*; 028 029public class TaxFormsImpl { 030 031 public ItemTaxClassificationEdit getItemTaxClassificationEdit() { 032 return TaxEditFactory.getItemTaxClassificationEdit(); 033 } 034 035 public TaxEdit getTaxEdit() { 036 return TaxEditFactory.getTaxEdit(); 037 } 038 039 public TaxClassificationTranslationEdit getTaxClassificationTranslationEdit() { 040 return TaxEditFactory.getTaxClassificationTranslationEdit(); 041 } 042 043 public TaxClassificationEdit getTaxClassificationEdit() { 044 return TaxEditFactory.getTaxClassificationEdit(); 045 } 046 047 public TaxDescriptionEdit getTaxDescriptionEdit() { 048 return TaxEditFactory.getTaxDescriptionEdit(); 049 } 050 051 public CreateTaxClassificationForm getCreateTaxClassificationForm() { 052 return TaxFormFactory.getCreateTaxClassificationForm(); 053 } 054 055 public SetDefaultTaxForm getSetDefaultTaxForm() { 056 return TaxFormFactory.getSetDefaultTaxForm(); 057 } 058 059 public SetDefaultTaxClassificationForm getSetDefaultTaxClassificationForm() { 060 return TaxFormFactory.getSetDefaultTaxClassificationForm(); 061 } 062 063 public GetTaxForm getGetTaxForm() { 064 return TaxFormFactory.getGetTaxForm(); 065 } 066 067 public GetTaxDescriptionsForm getGetTaxDescriptionsForm() { 068 return TaxFormFactory.getGetTaxDescriptionsForm(); 069 } 070 071 public GetTaxesForm getGetTaxesForm() { 072 return TaxFormFactory.getGetTaxesForm(); 073 } 074 075 public GetTaxClassificationChoicesForm getGetTaxClassificationChoicesForm() { 076 return TaxFormFactory.getGetTaxClassificationChoicesForm(); 077 } 078 079 public EditTaxClassificationTranslationForm getEditTaxClassificationTranslationForm() { 080 return TaxFormFactory.getEditTaxClassificationTranslationForm(); 081 } 082 083 public EditTaxForm getEditTaxForm() { 084 return TaxFormFactory.getEditTaxForm(); 085 } 086 087 public DeleteGeoCodeTaxForm getDeleteGeoCodeTaxForm() { 088 return TaxFormFactory.getDeleteGeoCodeTaxForm(); 089 } 090 091 public CreateItemTaxClassificationForm getCreateItemTaxClassificationForm() { 092 return TaxFormFactory.getCreateItemTaxClassificationForm(); 093 } 094 095 public CreateGeoCodeTaxForm getCreateGeoCodeTaxForm() { 096 return TaxFormFactory.getCreateGeoCodeTaxForm(); 097 } 098 099 public EditTaxDescriptionForm getEditTaxDescriptionForm() { 100 return TaxFormFactory.getEditTaxDescriptionForm(); 101 } 102 103 public DeleteTaxClassificationForm getDeleteTaxClassificationForm() { 104 return TaxFormFactory.getDeleteTaxClassificationForm(); 105 } 106 107 public GetGeoCodeTaxesForm getGetGeoCodeTaxesForm() { 108 return TaxFormFactory.getGetGeoCodeTaxesForm(); 109 } 110 111 public EditItemTaxClassificationForm getEditItemTaxClassificationForm() { 112 return TaxFormFactory.getEditItemTaxClassificationForm(); 113 } 114 115 public DeleteTaxDescriptionForm getDeleteTaxDescriptionForm() { 116 return TaxFormFactory.getDeleteTaxDescriptionForm(); 117 } 118 119 public GetTaxClassificationTranslationsForm getGetTaxClassificationTranslationsForm() { 120 return TaxFormFactory.getGetTaxClassificationTranslationsForm(); 121 } 122 123 public EditTaxClassificationForm getEditTaxClassificationForm() { 124 return TaxFormFactory.getEditTaxClassificationForm(); 125 } 126 127 public GetItemTaxClassificationsForm getGetItemTaxClassificationsForm() { 128 return TaxFormFactory.getGetItemTaxClassificationsForm(); 129 } 130 131 public CreateTaxDescriptionForm getCreateTaxDescriptionForm() { 132 return TaxFormFactory.getCreateTaxDescriptionForm(); 133 } 134 135 public DeleteItemTaxClassificationForm getDeleteItemTaxClassificationForm() { 136 return TaxFormFactory.getDeleteItemTaxClassificationForm(); 137 } 138 139 public GetTaxClassificationsForm getGetTaxClassificationsForm() { 140 return TaxFormFactory.getGetTaxClassificationsForm(); 141 } 142 143 public GetTaxClassificationTranslationForm getGetTaxClassificationTranslationForm() { 144 return TaxFormFactory.getGetTaxClassificationTranslationForm(); 145 } 146 147 public GetTaxClassificationForm getGetTaxClassificationForm() { 148 return TaxFormFactory.getGetTaxClassificationForm(); 149 } 150 151 public DeleteTaxClassificationTranslationForm getDeleteTaxClassificationTranslationForm() { 152 return TaxFormFactory.getDeleteTaxClassificationTranslationForm(); 153 } 154 155 public DeleteTaxForm getDeleteTaxForm() { 156 return TaxFormFactory.getDeleteTaxForm(); 157 } 158 159 public GetItemTaxClassificationForm getGetItemTaxClassificationForm() { 160 return TaxFormFactory.getGetItemTaxClassificationForm(); 161 } 162 163 public CreateTaxClassificationTranslationForm getCreateTaxClassificationTranslationForm() { 164 return TaxFormFactory.getCreateTaxClassificationTranslationForm(); 165 } 166 167 public CreateTaxForm getCreateTaxForm() { 168 return TaxFormFactory.getCreateTaxForm(); 169 } 170 171 public TaxClassificationTranslationSpec getTaxClassificationTranslationSpec() { 172 return TaxSpecFactory.getTaxClassificationTranslationSpec(); 173 } 174 175 public TaxSpec getTaxSpec() { 176 return TaxSpecFactory.getTaxSpec(); 177 } 178 179 public ItemTaxClassificationSpec getItemTaxClassificationSpec() { 180 return TaxSpecFactory.getItemTaxClassificationSpec(); 181 } 182 183 public TaxClassificationSpec getTaxClassificationSpec() { 184 return TaxSpecFactory.getTaxClassificationSpec(); 185 } 186 187 public TaxDescriptionSpec getTaxDescriptionSpec() { 188 return TaxSpecFactory.getTaxDescriptionSpec(); 189 } 190 191 public GeoCodeTaxSpec getGeoCodeTaxSpec() { 192 return TaxSpecFactory.getGeoCodeTaxSpec(); 193 } 194 195}