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 * CustomerFormsImpl.java
021 */
022
023package com.echothree.control.user.customer.server;
024
025import com.echothree.control.user.customer.common.edit.*;
026import com.echothree.control.user.customer.common.form.*;
027import com.echothree.control.user.customer.common.spec.*;
028
029public class CustomerFormsImpl {
030    
031    public CustomerEdit getCustomerEdit() {
032        return CustomerEditFactory.getCustomerEdit();
033    }
034    
035    public CustomerTypeDescriptionEdit getCustomerTypeDescriptionEdit() {
036        return CustomerEditFactory.getCustomerTypeDescriptionEdit();
037    }
038    
039    public CustomerTypeEdit getCustomerTypeEdit() {
040        return CustomerEditFactory.getCustomerTypeEdit();
041    }
042    
043    public CustomerTypePaymentMethodEdit getCustomerTypePaymentMethodEdit() {
044        return CustomerEditFactory.getCustomerTypePaymentMethodEdit();
045    }
046    
047    public CustomerTypeShippingMethodEdit getCustomerTypeShippingMethodEdit() {
048        return CustomerEditFactory.getCustomerTypeShippingMethodEdit();
049    }
050    
051    public CreateCustomerTypeDescriptionForm getCreateCustomerTypeDescriptionForm() {
052        return CustomerFormFactory.getCreateCustomerTypeDescriptionForm();
053    }
054    
055    public CreateCustomerTypeForm getCreateCustomerTypeForm() {
056        return CustomerFormFactory.getCreateCustomerTypeForm();
057    }
058    
059    public CreateCustomerTypePaymentMethodForm getCreateCustomerTypePaymentMethodForm() {
060        return CustomerFormFactory.getCreateCustomerTypePaymentMethodForm();
061    }
062    
063    public CreateCustomerTypeShippingMethodForm getCreateCustomerTypeShippingMethodForm() {
064        return CustomerFormFactory.getCreateCustomerTypeShippingMethodForm();
065    }
066    
067    public DeleteCustomerTypeDescriptionForm getDeleteCustomerTypeDescriptionForm() {
068        return CustomerFormFactory.getDeleteCustomerTypeDescriptionForm();
069    }
070    
071    public DeleteCustomerTypeForm getDeleteCustomerTypeForm() {
072        return CustomerFormFactory.getDeleteCustomerTypeForm();
073    }
074    
075    public DeleteCustomerTypePaymentMethodForm getDeleteCustomerTypePaymentMethodForm() {
076        return CustomerFormFactory.getDeleteCustomerTypePaymentMethodForm();
077    }
078    
079    public DeleteCustomerTypeShippingMethodForm getDeleteCustomerTypeShippingMethodForm() {
080        return CustomerFormFactory.getDeleteCustomerTypeShippingMethodForm();
081    }
082    
083    public EditCustomerForm getEditCustomerForm() {
084        return CustomerFormFactory.getEditCustomerForm();
085    }
086    
087    public EditCustomerTypeDescriptionForm getEditCustomerTypeDescriptionForm() {
088        return CustomerFormFactory.getEditCustomerTypeDescriptionForm();
089    }
090    
091    public EditCustomerTypeForm getEditCustomerTypeForm() {
092        return CustomerFormFactory.getEditCustomerTypeForm();
093    }
094    
095    public EditCustomerTypePaymentMethodForm getEditCustomerTypePaymentMethodForm() {
096        return CustomerFormFactory.getEditCustomerTypePaymentMethodForm();
097    }
098    
099    public EditCustomerTypeShippingMethodForm getEditCustomerTypeShippingMethodForm() {
100        return CustomerFormFactory.getEditCustomerTypeShippingMethodForm();
101    }
102    
103    public GetCustomerCreditStatusChoicesForm getGetCustomerCreditStatusChoicesForm() {
104        return CustomerFormFactory.getGetCustomerCreditStatusChoicesForm();
105    }
106    
107    public GetCustomerForm getGetCustomerForm() {
108        return CustomerFormFactory.getGetCustomerForm();
109    }
110    
111    public GetCustomerStatusChoicesForm getGetCustomerStatusChoicesForm() {
112        return CustomerFormFactory.getGetCustomerStatusChoicesForm();
113    }
114    
115    public GetCustomerTypeChoicesForm getGetCustomerTypeChoicesForm() {
116        return CustomerFormFactory.getGetCustomerTypeChoicesForm();
117    }
118    
119    public GetCustomerTypeDescriptionsForm getGetCustomerTypeDescriptionsForm() {
120        return CustomerFormFactory.getGetCustomerTypeDescriptionsForm();
121    }
122    
123    public GetCustomerTypeForm getGetCustomerTypeForm() {
124        return CustomerFormFactory.getGetCustomerTypeForm();
125    }
126    
127    public GetCustomerTypePaymentMethodForm getGetCustomerTypePaymentMethodForm() {
128        return CustomerFormFactory.getGetCustomerTypePaymentMethodForm();
129    }
130    
131    public GetCustomerTypePaymentMethodsForm getGetCustomerTypePaymentMethodsForm() {
132        return CustomerFormFactory.getGetCustomerTypePaymentMethodsForm();
133    }
134    
135    public GetCustomerTypeShippingMethodForm getGetCustomerTypeShippingMethodForm() {
136        return CustomerFormFactory.getGetCustomerTypeShippingMethodForm();
137    }
138    
139    public GetCustomerTypeShippingMethodsForm getGetCustomerTypeShippingMethodsForm() {
140        return CustomerFormFactory.getGetCustomerTypeShippingMethodsForm();
141    }
142    
143    public GetCustomerTypesForm getGetCustomerTypesForm() {
144        return CustomerFormFactory.getGetCustomerTypesForm();
145    }
146    
147    public GetCustomersForm getGetCustomersForm() {
148        return CustomerFormFactory.getGetCustomersForm();
149    }
150    
151    public SetCustomerCreditStatusForm getSetCustomerCreditStatusForm() {
152        return CustomerFormFactory.getSetCustomerCreditStatusForm();
153    }
154    
155    public SetCustomerStatusForm getSetCustomerStatusForm() {
156        return CustomerFormFactory.getSetCustomerStatusForm();
157    }
158    
159    public SetDefaultCustomerTypeForm getSetDefaultCustomerTypeForm() {
160        return CustomerFormFactory.getSetDefaultCustomerTypeForm();
161    }
162    
163    public SetDefaultCustomerTypePaymentMethodForm getSetDefaultCustomerTypePaymentMethodForm() {
164        return CustomerFormFactory.getSetDefaultCustomerTypePaymentMethodForm();
165    }
166    
167    public SetDefaultCustomerTypeShippingMethodForm getSetDefaultCustomerTypeShippingMethodForm() {
168        return CustomerFormFactory.getSetDefaultCustomerTypeShippingMethodForm();
169    }
170    
171    public CustomerSpec getCustomerSpec() {
172        return CustomerSpecFactory.getCustomerSpec();
173    }
174    
175    public CustomerTypeDescriptionSpec getCustomerTypeDescriptionSpec() {
176        return CustomerSpecFactory.getCustomerTypeDescriptionSpec();
177    }
178    
179    public CustomerTypePaymentMethodSpec getCustomerTypePaymentMethodSpec() {
180        return CustomerSpecFactory.getCustomerTypePaymentMethodSpec();
181    }
182    
183    public CustomerTypeShippingMethodSpec getCustomerTypeShippingMethodSpec() {
184        return CustomerSpecFactory.getCustomerTypeShippingMethodSpec();
185    }
186    
187    public CustomerTypeSpec getCustomerTypeSpec() {
188        return CustomerSpecFactory.getCustomerTypeSpec();
189    }
190    
191    public CustomerTypeUniversalSpec getCustomerTypeUniversalSpec() {
192        return CustomerSpecFactory.getCustomerTypeUniversalSpec();
193    }
194    
195}