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 * TermFormsImpl.java
021 */
022
023package com.echothree.control.user.term.server;
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 class TermFormsImpl {
030    
031    public CustomerTypeCreditLimitEdit getCustomerTypeCreditLimitEdit() {
032        return TermEditFactory.getCustomerTypeCreditLimitEdit();
033    }
034    
035    public PartyCreditLimitEdit getPartyCreditLimitEdit() {
036        return TermEditFactory.getPartyCreditLimitEdit();
037    }
038    
039    public PartyTermEdit getPartyTermEdit() {
040        return TermEditFactory.getPartyTermEdit();
041    }
042    
043    public TermDescriptionEdit getTermDescriptionEdit() {
044        return TermEditFactory.getTermDescriptionEdit();
045    }
046    
047    public TermEdit getTermEdit() {
048        return TermEditFactory.getTermEdit();
049    }
050    
051    public CreateCustomerTypeCreditLimitForm getCreateCustomerTypeCreditLimitForm() {
052        return TermFormFactory.getCreateCustomerTypeCreditLimitForm();
053    }
054    
055    public CreatePartyCreditLimitForm getCreatePartyCreditLimitForm() {
056        return TermFormFactory.getCreatePartyCreditLimitForm();
057    }
058    
059    public CreateTermDescriptionForm getCreateTermDescriptionForm() {
060        return TermFormFactory.getCreateTermDescriptionForm();
061    }
062    
063    public CreateTermForm getCreateTermForm() {
064        return TermFormFactory.getCreateTermForm();
065    }
066    
067    public CreateTermTypeDescriptionForm getCreateTermTypeDescriptionForm() {
068        return TermFormFactory.getCreateTermTypeDescriptionForm();
069    }
070    
071    public CreateTermTypeForm getCreateTermTypeForm() {
072        return TermFormFactory.getCreateTermTypeForm();
073    }
074    
075    public DeleteCustomerTypeCreditLimitForm getDeleteCustomerTypeCreditLimitForm() {
076        return TermFormFactory.getDeleteCustomerTypeCreditLimitForm();
077    }
078    
079    public DeletePartyCreditLimitForm getDeletePartyCreditLimitForm() {
080        return TermFormFactory.getDeletePartyCreditLimitForm();
081    }
082    
083    public DeleteTermDescriptionForm getDeleteTermDescriptionForm() {
084        return TermFormFactory.getDeleteTermDescriptionForm();
085    }
086    
087    public DeleteTermForm getDeleteTermForm() {
088        return TermFormFactory.getDeleteTermForm();
089    }
090    
091    public EditCustomerTypeCreditLimitForm getEditCustomerTypeCreditLimitForm() {
092        return TermFormFactory.getEditCustomerTypeCreditLimitForm();
093    }
094    
095    public EditPartyCreditLimitForm getEditPartyCreditLimitForm() {
096        return TermFormFactory.getEditPartyCreditLimitForm();
097    }
098    
099    public EditPartyTermForm getEditPartyTermForm() {
100        return TermFormFactory.getEditPartyTermForm();
101    }
102    
103    public EditTermDescriptionForm getEditTermDescriptionForm() {
104        return TermFormFactory.getEditTermDescriptionForm();
105    }
106    
107    public GetCustomerTypeCreditLimitsForm getGetCustomerTypeCreditLimitsForm() {
108        return TermFormFactory.getGetCustomerTypeCreditLimitsForm();
109    }
110    
111    public GetPartyCreditLimitsForm getGetPartyCreditLimitsForm() {
112        return TermFormFactory.getGetPartyCreditLimitsForm();
113    }
114    
115    public GetTermChoicesForm getGetTermChoicesForm() {
116        return TermFormFactory.getGetTermChoicesForm();
117    }
118    
119    public GetTermDescriptionsForm getGetTermDescriptionsForm() {
120        return TermFormFactory.getGetTermDescriptionsForm();
121    }
122    
123    public GetTermForm getGetTermForm() {
124        return TermFormFactory.getGetTermForm();
125    }
126    
127    public GetTermTypeChoicesForm getGetTermTypeChoicesForm() {
128        return TermFormFactory.getGetTermTypeChoicesForm();
129    }
130    
131    public GetTermTypeForm getGetTermTypeForm() {
132        return TermFormFactory.getGetTermTypeForm();
133    }
134    
135    public GetTermTypesForm getGetTermTypesForm() {
136        return TermFormFactory.getGetTermTypesForm();
137    }
138    
139    public GetTermsForm getGetTermsForm() {
140        return TermFormFactory.getGetTermsForm();
141    }
142    
143    public SetDefaultTermForm getSetDefaultTermForm() {
144        return TermFormFactory.getSetDefaultTermForm();
145    }
146    
147    public CustomerTypeCreditLimitSpec getCustomerTypeCreditLimitSpec() {
148        return TermSpecFactory.getCustomerTypeCreditLimitSpec();
149    }
150    
151    public PartyCreditLimitSpec getPartyCreditLimitSpec() {
152        return TermSpecFactory.getPartyCreditLimitSpec();
153    }
154    
155    public PartyTermSpec getPartyTermSpec() {
156        return TermSpecFactory.getPartyTermSpec();
157    }
158    
159    public TermDescriptionSpec getTermDescriptionSpec() {
160        return TermSpecFactory.getTermDescriptionSpec();
161    }
162    
163    public TermSpec getTermSpec() {
164        return TermSpecFactory.getTermSpec();
165    }
166    
167    public TermTypeDescriptionSpec getTermTypeDescriptionSpec() {
168        return TermSpecFactory.getTermTypeDescriptionSpec();
169    }
170    
171    public TermTypeSpec getTermTypeSpec() {
172        return TermSpecFactory.getTermTypeSpec();
173    }
174    
175    public TermTypeUniversalSpec getTermTypeUniversalSpec() {
176        return TermSpecFactory.getTermTypeUniversalSpec();
177    }
178    
179    public TermUniversalSpec getTermUniversalSpec() {
180        return TermSpecFactory.getTermUniversalSpec();
181    }
182    
183}