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