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 * ShippingFormsImpl.java 021 */ 022 023package com.echothree.control.user.shipping.server; 024 025import com.echothree.control.user.shipping.common.edit.*; 026import com.echothree.control.user.shipping.common.form.*; 027import com.echothree.control.user.shipping.common.spec.*; 028 029public class ShippingFormsImpl { 030 031 public ShippingMethodDescriptionEdit getShippingMethodDescriptionEdit() { 032 return ShippingEditFactory.getShippingMethodDescriptionEdit(); 033 } 034 035 public ShippingMethodEdit getShippingMethodEdit() { 036 return ShippingEditFactory.getShippingMethodEdit(); 037 } 038 039 public CreateShippingMethodCarrierServiceForm getCreateShippingMethodCarrierServiceForm() { 040 return ShippingFormFactory.getCreateShippingMethodCarrierServiceForm(); 041 } 042 043 public CreateShippingMethodDescriptionForm getCreateShippingMethodDescriptionForm() { 044 return ShippingFormFactory.getCreateShippingMethodDescriptionForm(); 045 } 046 047 public CreateShippingMethodForm getCreateShippingMethodForm() { 048 return ShippingFormFactory.getCreateShippingMethodForm(); 049 } 050 051 public DeleteShippingMethodCarrierServiceForm getDeleteShippingMethodCarrierServiceForm() { 052 return ShippingFormFactory.getDeleteShippingMethodCarrierServiceForm(); 053 } 054 055 public DeleteShippingMethodDescriptionForm getDeleteShippingMethodDescriptionForm() { 056 return ShippingFormFactory.getDeleteShippingMethodDescriptionForm(); 057 } 058 059 public DeleteShippingMethodForm getDeleteShippingMethodForm() { 060 return ShippingFormFactory.getDeleteShippingMethodForm(); 061 } 062 063 public EditShippingMethodDescriptionForm getEditShippingMethodDescriptionForm() { 064 return ShippingFormFactory.getEditShippingMethodDescriptionForm(); 065 } 066 067 public EditShippingMethodForm getEditShippingMethodForm() { 068 return ShippingFormFactory.getEditShippingMethodForm(); 069 } 070 071 public GetShippingMethodCarrierServiceForm getGetShippingMethodCarrierServiceForm() { 072 return ShippingFormFactory.getGetShippingMethodCarrierServiceForm(); 073 } 074 075 public GetShippingMethodCarrierServicesForm getGetShippingMethodCarrierServicesForm() { 076 return ShippingFormFactory.getGetShippingMethodCarrierServicesForm(); 077 } 078 079 public GetShippingMethodChoicesForm getGetShippingMethodChoicesForm() { 080 return ShippingFormFactory.getGetShippingMethodChoicesForm(); 081 } 082 083 public GetShippingMethodDescriptionForm getGetShippingMethodDescriptionForm() { 084 return ShippingFormFactory.getGetShippingMethodDescriptionForm(); 085 } 086 087 public GetShippingMethodDescriptionsForm getGetShippingMethodDescriptionsForm() { 088 return ShippingFormFactory.getGetShippingMethodDescriptionsForm(); 089 } 090 091 public GetShippingMethodForm getGetShippingMethodForm() { 092 return ShippingFormFactory.getGetShippingMethodForm(); 093 } 094 095 public GetShippingMethodsForm getGetShippingMethodsForm() { 096 return ShippingFormFactory.getGetShippingMethodsForm(); 097 } 098 099 public ShippingMethodCarrierServiceSpec getShippingMethodCarrierServiceSpec() { 100 return ShippingSpecFactory.getShippingMethodCarrierServiceSpec(); 101 } 102 103 public ShippingMethodDescriptionSpec getShippingMethodDescriptionSpec() { 104 return ShippingSpecFactory.getShippingMethodDescriptionSpec(); 105 } 106 107 public ShippingMethodSpec getShippingMethodSpec() { 108 return ShippingSpecFactory.getShippingMethodSpec(); 109 } 110 111 public ShippingRestrictionSpec getShippingRestrictionSpec() { 112 return ShippingSpecFactory.getShippingRestrictionSpec(); 113 } 114 115}