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 * TermForms.java 021 */ 022 023package com.echothree.control.user.term.common; 024 025import com.echothree.control.user.term.common.edit.*; 026import com.echothree.control.user.term.common.form.*; 027import com.echothree.control.user.term.common.spec.*; 028 029public interface TermForms { 030 031 CustomerTypeCreditLimitEdit getCustomerTypeCreditLimitEdit(); 032 PartyCreditLimitEdit getPartyCreditLimitEdit(); 033 PartyTermEdit getPartyTermEdit(); 034 TermDescriptionEdit getTermDescriptionEdit(); 035 TermEdit getTermEdit(); 036 CreateCustomerTypeCreditLimitForm getCreateCustomerTypeCreditLimitForm(); 037 CreatePartyCreditLimitForm getCreatePartyCreditLimitForm(); 038 CreateTermDescriptionForm getCreateTermDescriptionForm(); 039 CreateTermForm getCreateTermForm(); 040 CreateTermTypeDescriptionForm getCreateTermTypeDescriptionForm(); 041 CreateTermTypeForm getCreateTermTypeForm(); 042 DeleteCustomerTypeCreditLimitForm getDeleteCustomerTypeCreditLimitForm(); 043 DeletePartyCreditLimitForm getDeletePartyCreditLimitForm(); 044 DeleteTermDescriptionForm getDeleteTermDescriptionForm(); 045 DeleteTermForm getDeleteTermForm(); 046 EditCustomerTypeCreditLimitForm getEditCustomerTypeCreditLimitForm(); 047 EditPartyCreditLimitForm getEditPartyCreditLimitForm(); 048 EditPartyTermForm getEditPartyTermForm(); 049 EditTermDescriptionForm getEditTermDescriptionForm(); 050 GetCustomerTypeCreditLimitsForm getGetCustomerTypeCreditLimitsForm(); 051 GetPartyCreditLimitsForm getGetPartyCreditLimitsForm(); 052 GetTermChoicesForm getGetTermChoicesForm(); 053 GetTermDescriptionsForm getGetTermDescriptionsForm(); 054 GetTermForm getGetTermForm(); 055 GetTermTypeChoicesForm getGetTermTypeChoicesForm(); 056 GetTermTypeForm getGetTermTypeForm(); 057 GetTermTypesForm getGetTermTypesForm(); 058 GetTermsForm getGetTermsForm(); 059 SetDefaultTermForm getSetDefaultTermForm(); 060 CustomerTypeCreditLimitSpec getCustomerTypeCreditLimitSpec(); 061 PartyCreditLimitSpec getPartyCreditLimitSpec(); 062 PartyTermSpec getPartyTermSpec(); 063 TermDescriptionSpec getTermDescriptionSpec(); 064 TermSpec getTermSpec(); 065 TermTypeDescriptionSpec getTermTypeDescriptionSpec(); 066 TermTypeSpec getTermTypeSpec(); 067 TermTypeUniversalSpec getTermTypeUniversalSpec(); 068 TermUniversalSpec getTermUniversalSpec(); 069 070}