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 * ShipmentFormFactory.java 021 */ 022 023package com.echothree.control.user.shipment.common.form; 024 025import com.echothree.util.common.form.BaseFormFactory; 026 027public class ShipmentFormFactory 028 extends BaseFormFactory { 029 030 static public CreateFreeOnBoardDescriptionForm getCreateFreeOnBoardDescriptionForm() { 031 return createForm(CreateFreeOnBoardDescriptionForm.class); 032 } 033 034 static public CreateFreeOnBoardForm getCreateFreeOnBoardForm() { 035 return createForm(CreateFreeOnBoardForm.class); 036 } 037 038 static public CreateShipmentAliasForm getCreateShipmentAliasForm() { 039 return createForm(CreateShipmentAliasForm.class); 040 } 041 042 static public CreateShipmentAliasTypeDescriptionForm getCreateShipmentAliasTypeDescriptionForm() { 043 return createForm(CreateShipmentAliasTypeDescriptionForm.class); 044 } 045 046 static public CreateShipmentAliasTypeForm getCreateShipmentAliasTypeForm() { 047 return createForm(CreateShipmentAliasTypeForm.class); 048 } 049 050 static public CreateShipmentTimeTypeDescriptionForm getCreateShipmentTimeTypeDescriptionForm() { 051 return createForm(CreateShipmentTimeTypeDescriptionForm.class); 052 } 053 054 static public CreateShipmentTimeTypeForm getCreateShipmentTimeTypeForm() { 055 return createForm(CreateShipmentTimeTypeForm.class); 056 } 057 058 static public CreateShipmentTypeDescriptionForm getCreateShipmentTypeDescriptionForm() { 059 return createForm(CreateShipmentTypeDescriptionForm.class); 060 } 061 062 static public CreateShipmentTypeForm getCreateShipmentTypeForm() { 063 return createForm(CreateShipmentTypeForm.class); 064 } 065 066 static public CreateShipmentTypeShippingMethodForm getCreateShipmentTypeShippingMethodForm() { 067 return createForm(CreateShipmentTypeShippingMethodForm.class); 068 } 069 070 static public DeleteFreeOnBoardDescriptionForm getDeleteFreeOnBoardDescriptionForm() { 071 return createForm(DeleteFreeOnBoardDescriptionForm.class); 072 } 073 074 static public DeleteFreeOnBoardForm getDeleteFreeOnBoardForm() { 075 return createForm(DeleteFreeOnBoardForm.class); 076 } 077 078 static public DeleteShipmentAliasForm getDeleteShipmentAliasForm() { 079 return createForm(DeleteShipmentAliasForm.class); 080 } 081 082 static public DeleteShipmentAliasTypeDescriptionForm getDeleteShipmentAliasTypeDescriptionForm() { 083 return createForm(DeleteShipmentAliasTypeDescriptionForm.class); 084 } 085 086 static public DeleteShipmentAliasTypeForm getDeleteShipmentAliasTypeForm() { 087 return createForm(DeleteShipmentAliasTypeForm.class); 088 } 089 090 static public DeleteShipmentTimeTypeDescriptionForm getDeleteShipmentTimeTypeDescriptionForm() { 091 return createForm(DeleteShipmentTimeTypeDescriptionForm.class); 092 } 093 094 static public DeleteShipmentTimeTypeForm getDeleteShipmentTimeTypeForm() { 095 return createForm(DeleteShipmentTimeTypeForm.class); 096 } 097 098 static public DeleteShipmentTypeDescriptionForm getDeleteShipmentTypeDescriptionForm() { 099 return createForm(DeleteShipmentTypeDescriptionForm.class); 100 } 101 102 static public DeleteShipmentTypeForm getDeleteShipmentTypeForm() { 103 return createForm(DeleteShipmentTypeForm.class); 104 } 105 106 static public DeleteShipmentTypeShippingMethodForm getDeleteShipmentTypeShippingMethodForm() { 107 return createForm(DeleteShipmentTypeShippingMethodForm.class); 108 } 109 110 static public EditFreeOnBoardDescriptionForm getEditFreeOnBoardDescriptionForm() { 111 return createForm(EditFreeOnBoardDescriptionForm.class); 112 } 113 114 static public EditFreeOnBoardForm getEditFreeOnBoardForm() { 115 return createForm(EditFreeOnBoardForm.class); 116 } 117 118 static public EditShipmentAliasForm getEditShipmentAliasForm() { 119 return createForm(EditShipmentAliasForm.class); 120 } 121 122 static public EditShipmentAliasTypeDescriptionForm getEditShipmentAliasTypeDescriptionForm() { 123 return createForm(EditShipmentAliasTypeDescriptionForm.class); 124 } 125 126 static public EditShipmentAliasTypeForm getEditShipmentAliasTypeForm() { 127 return createForm(EditShipmentAliasTypeForm.class); 128 } 129 130 static public EditShipmentTimeTypeDescriptionForm getEditShipmentTimeTypeDescriptionForm() { 131 return createForm(EditShipmentTimeTypeDescriptionForm.class); 132 } 133 134 static public EditShipmentTimeTypeForm getEditShipmentTimeTypeForm() { 135 return createForm(EditShipmentTimeTypeForm.class); 136 } 137 138 static public EditShipmentTypeDescriptionForm getEditShipmentTypeDescriptionForm() { 139 return createForm(EditShipmentTypeDescriptionForm.class); 140 } 141 142 static public EditShipmentTypeForm getEditShipmentTypeForm() { 143 return createForm(EditShipmentTypeForm.class); 144 } 145 146 static public EditShipmentTypeShippingMethodForm getEditShipmentTypeShippingMethodForm() { 147 return createForm(EditShipmentTypeShippingMethodForm.class); 148 } 149 150 static public GetFreeOnBoardChoicesForm getGetFreeOnBoardChoicesForm() { 151 return createForm(GetFreeOnBoardChoicesForm.class); 152 } 153 154 static public GetFreeOnBoardDescriptionForm getGetFreeOnBoardDescriptionForm() { 155 return createForm(GetFreeOnBoardDescriptionForm.class); 156 } 157 158 static public GetFreeOnBoardDescriptionsForm getGetFreeOnBoardDescriptionsForm() { 159 return createForm(GetFreeOnBoardDescriptionsForm.class); 160 } 161 162 static public GetFreeOnBoardForm getGetFreeOnBoardForm() { 163 return createForm(GetFreeOnBoardForm.class); 164 } 165 166 static public GetFreeOnBoardsForm getGetFreeOnBoardsForm() { 167 return createForm(GetFreeOnBoardsForm.class); 168 } 169 170 static public GetShipmentAliasForm getGetShipmentAliasForm() { 171 return createForm(GetShipmentAliasForm.class); 172 } 173 174 static public GetShipmentAliasTypeChoicesForm getGetShipmentAliasTypeChoicesForm() { 175 return createForm(GetShipmentAliasTypeChoicesForm.class); 176 } 177 178 static public GetShipmentAliasTypeDescriptionForm getGetShipmentAliasTypeDescriptionForm() { 179 return createForm(GetShipmentAliasTypeDescriptionForm.class); 180 } 181 182 static public GetShipmentAliasTypeDescriptionsForm getGetShipmentAliasTypeDescriptionsForm() { 183 return createForm(GetShipmentAliasTypeDescriptionsForm.class); 184 } 185 186 static public GetShipmentAliasTypeForm getGetShipmentAliasTypeForm() { 187 return createForm(GetShipmentAliasTypeForm.class); 188 } 189 190 static public GetShipmentAliasTypesForm getGetShipmentAliasTypesForm() { 191 return createForm(GetShipmentAliasTypesForm.class); 192 } 193 194 static public GetShipmentAliasesForm getGetShipmentAliasesForm() { 195 return createForm(GetShipmentAliasesForm.class); 196 } 197 198 static public GetShipmentTimeTypeChoicesForm getGetShipmentTimeTypeChoicesForm() { 199 return createForm(GetShipmentTimeTypeChoicesForm.class); 200 } 201 202 static public GetShipmentTimeTypeDescriptionForm getGetShipmentTimeTypeDescriptionForm() { 203 return createForm(GetShipmentTimeTypeDescriptionForm.class); 204 } 205 206 static public GetShipmentTimeTypeDescriptionsForm getGetShipmentTimeTypeDescriptionsForm() { 207 return createForm(GetShipmentTimeTypeDescriptionsForm.class); 208 } 209 210 static public GetShipmentTimeTypeForm getGetShipmentTimeTypeForm() { 211 return createForm(GetShipmentTimeTypeForm.class); 212 } 213 214 static public GetShipmentTimeTypesForm getGetShipmentTimeTypesForm() { 215 return createForm(GetShipmentTimeTypesForm.class); 216 } 217 218 static public GetShipmentTypeChoicesForm getGetShipmentTypeChoicesForm() { 219 return createForm(GetShipmentTypeChoicesForm.class); 220 } 221 222 static public GetShipmentTypeDescriptionForm getGetShipmentTypeDescriptionForm() { 223 return createForm(GetShipmentTypeDescriptionForm.class); 224 } 225 226 static public GetShipmentTypeDescriptionsForm getGetShipmentTypeDescriptionsForm() { 227 return createForm(GetShipmentTypeDescriptionsForm.class); 228 } 229 230 static public GetShipmentTypeForm getGetShipmentTypeForm() { 231 return createForm(GetShipmentTypeForm.class); 232 } 233 234 static public GetShipmentTypeShippingMethodsForm getGetShipmentTypeShippingMethodsForm() { 235 return createForm(GetShipmentTypeShippingMethodsForm.class); 236 } 237 238 static public GetShipmentTypesForm getGetShipmentTypesForm() { 239 return createForm(GetShipmentTypesForm.class); 240 } 241 242 static public SetDefaultFreeOnBoardForm getSetDefaultFreeOnBoardForm() { 243 return createForm(SetDefaultFreeOnBoardForm.class); 244 } 245 246 static public SetDefaultShipmentAliasTypeForm getSetDefaultShipmentAliasTypeForm() { 247 return createForm(SetDefaultShipmentAliasTypeForm.class); 248 } 249 250 static public SetDefaultShipmentTimeTypeForm getSetDefaultShipmentTimeTypeForm() { 251 return createForm(SetDefaultShipmentTimeTypeForm.class); 252 } 253 254 static public SetDefaultShipmentTypeForm getSetDefaultShipmentTypeForm() { 255 return createForm(SetDefaultShipmentTypeForm.class); 256 } 257 258 static public SetDefaultShipmentTypeShippingMethodForm getSetDefaultShipmentTypeShippingMethodForm() { 259 return createForm(SetDefaultShipmentTypeShippingMethodForm.class); 260 } 261 262}