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 * CustomerForms.java 021 */ 022 023package com.echothree.control.user.customer.common; 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 interface CustomerForms { 030 031 CustomerTypePaymentMethodEdit getCustomerTypePaymentMethodEdit(); 032 CustomerTypeDescriptionEdit getCustomerTypeDescriptionEdit(); 033 CustomerTypeEdit getCustomerTypeEdit(); 034 CustomerTypeShippingMethodEdit getCustomerTypeShippingMethodEdit(); 035 CustomerEdit getCustomerEdit(); 036 SetCustomerCreditStatusForm getSetCustomerCreditStatusForm(); 037 DeleteCustomerTypeForm getDeleteCustomerTypeForm(); 038 GetCustomerTypeForm getGetCustomerTypeForm(); 039 GetCustomersForm getGetCustomersForm(); 040 GetCustomerTypePaymentMethodsForm getGetCustomerTypePaymentMethodsForm(); 041 EditCustomerTypeForm getEditCustomerTypeForm(); 042 SetDefaultCustomerTypeShippingMethodForm getSetDefaultCustomerTypeShippingMethodForm(); 043 CreateCustomerTypeShippingMethodForm getCreateCustomerTypeShippingMethodForm(); 044 GetCustomerTypeChoicesForm getGetCustomerTypeChoicesForm(); 045 EditCustomerForm getEditCustomerForm(); 046 DeleteCustomerTypeShippingMethodForm getDeleteCustomerTypeShippingMethodForm(); 047 GetCustomerForm getGetCustomerForm(); 048 CreateCustomerTypeForm getCreateCustomerTypeForm(); 049 SetDefaultCustomerTypeForm getSetDefaultCustomerTypeForm(); 050 GetCustomerTypeShippingMethodsForm getGetCustomerTypeShippingMethodsForm(); 051 GetCustomerTypeShippingMethodForm getGetCustomerTypeShippingMethodForm(); 052 EditCustomerTypePaymentMethodForm getEditCustomerTypePaymentMethodForm(); 053 GetCustomerCreditStatusChoicesForm getGetCustomerCreditStatusChoicesForm(); 054 CreateCustomerTypeDescriptionForm getCreateCustomerTypeDescriptionForm(); 055 GetCustomerTypesForm getGetCustomerTypesForm(); 056 GetCustomerTypePaymentMethodForm getGetCustomerTypePaymentMethodForm(); 057 GetCustomerTypeDescriptionsForm getGetCustomerTypeDescriptionsForm(); 058 EditCustomerTypeShippingMethodForm getEditCustomerTypeShippingMethodForm(); 059 DeleteCustomerTypeDescriptionForm getDeleteCustomerTypeDescriptionForm(); 060 GetCustomerStatusChoicesForm getGetCustomerStatusChoicesForm(); 061 CreateCustomerTypePaymentMethodForm getCreateCustomerTypePaymentMethodForm(); 062 SetDefaultCustomerTypePaymentMethodForm getSetDefaultCustomerTypePaymentMethodForm(); 063 DeleteCustomerTypePaymentMethodForm getDeleteCustomerTypePaymentMethodForm(); 064 EditCustomerTypeDescriptionForm getEditCustomerTypeDescriptionForm(); 065 SetCustomerStatusForm getSetCustomerStatusForm(); 066 CustomerTypeUniversalSpec getCustomerTypeUniversalSpec(); 067 CustomerTypeDescriptionSpec getCustomerTypeDescriptionSpec(); 068 CustomerTypePaymentMethodSpec getCustomerTypePaymentMethodSpec(); 069 CustomerTypeShippingMethodSpec getCustomerTypeShippingMethodSpec(); 070 CustomerSpec getCustomerSpec(); 071 CustomerTypeSpec getCustomerTypeSpec(); 072 073}