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 * InvoiceFormFactory.java
021 */
022
023package com.echothree.control.user.invoice.common.form;
024
025import com.echothree.util.common.form.BaseFormFactory;
026
027public class InvoiceFormFactory
028        extends BaseFormFactory {
029    
030    static public CreateInvoiceLineTypeDescriptionForm getCreateInvoiceLineTypeDescriptionForm() {
031        return createForm(CreateInvoiceLineTypeDescriptionForm.class);
032    }
033    
034    static public CreateInvoiceLineTypeForm getCreateInvoiceLineTypeForm() {
035        return createForm(CreateInvoiceLineTypeForm.class);
036    }
037    
038    static public CreateInvoiceLineUseTypeDescriptionForm getCreateInvoiceLineUseTypeDescriptionForm() {
039        return createForm(CreateInvoiceLineUseTypeDescriptionForm.class);
040    }
041    
042    static public CreateInvoiceLineUseTypeForm getCreateInvoiceLineUseTypeForm() {
043        return createForm(CreateInvoiceLineUseTypeForm.class);
044    }
045    
046    static public CreateInvoiceRoleTypeDescriptionForm getCreateInvoiceRoleTypeDescriptionForm() {
047        return createForm(CreateInvoiceRoleTypeDescriptionForm.class);
048    }
049    
050    static public CreateInvoiceRoleTypeForm getCreateInvoiceRoleTypeForm() {
051        return createForm(CreateInvoiceRoleTypeForm.class);
052    }
053    
054    static public CreateInvoiceTimeTypeDescriptionForm getCreateInvoiceTimeTypeDescriptionForm() {
055        return createForm(CreateInvoiceTimeTypeDescriptionForm.class);
056    }
057    
058    static public CreateInvoiceTimeTypeForm getCreateInvoiceTimeTypeForm() {
059        return createForm(CreateInvoiceTimeTypeForm.class);
060    }
061    
062    static public CreateInvoiceTypeDescriptionForm getCreateInvoiceTypeDescriptionForm() {
063        return createForm(CreateInvoiceTypeDescriptionForm.class);
064    }
065    
066    static public CreateInvoiceTypeForm getCreateInvoiceTypeForm() {
067        return createForm(CreateInvoiceTypeForm.class);
068    }
069    
070    static public DeleteInvoiceLineTypeDescriptionForm getDeleteInvoiceLineTypeDescriptionForm() {
071        return createForm(DeleteInvoiceLineTypeDescriptionForm.class);
072    }
073    
074    static public DeleteInvoiceLineTypeForm getDeleteInvoiceLineTypeForm() {
075        return createForm(DeleteInvoiceLineTypeForm.class);
076    }
077    
078    static public DeleteInvoiceTimeTypeDescriptionForm getDeleteInvoiceTimeTypeDescriptionForm() {
079        return createForm(DeleteInvoiceTimeTypeDescriptionForm.class);
080    }
081    
082    static public DeleteInvoiceTimeTypeForm getDeleteInvoiceTimeTypeForm() {
083        return createForm(DeleteInvoiceTimeTypeForm.class);
084    }
085    
086    static public DeleteInvoiceTypeDescriptionForm getDeleteInvoiceTypeDescriptionForm() {
087        return createForm(DeleteInvoiceTypeDescriptionForm.class);
088    }
089    
090    static public DeleteInvoiceTypeForm getDeleteInvoiceTypeForm() {
091        return createForm(DeleteInvoiceTypeForm.class);
092    }
093    
094    static public EditInvoiceLineTypeDescriptionForm getEditInvoiceLineTypeDescriptionForm() {
095        return createForm(EditInvoiceLineTypeDescriptionForm.class);
096    }
097    
098    static public EditInvoiceLineTypeForm getEditInvoiceLineTypeForm() {
099        return createForm(EditInvoiceLineTypeForm.class);
100    }
101    
102    static public EditInvoiceTimeTypeDescriptionForm getEditInvoiceTimeTypeDescriptionForm() {
103        return createForm(EditInvoiceTimeTypeDescriptionForm.class);
104    }
105    
106    static public EditInvoiceTimeTypeForm getEditInvoiceTimeTypeForm() {
107        return createForm(EditInvoiceTimeTypeForm.class);
108    }
109    
110    static public EditInvoiceTypeDescriptionForm getEditInvoiceTypeDescriptionForm() {
111        return createForm(EditInvoiceTypeDescriptionForm.class);
112    }
113    
114    static public EditInvoiceTypeForm getEditInvoiceTypeForm() {
115        return createForm(EditInvoiceTypeForm.class);
116    }
117    
118    static public GetInvoiceLineTypeChoicesForm getGetInvoiceLineTypeChoicesForm() {
119        return createForm(GetInvoiceLineTypeChoicesForm.class);
120    }
121    
122    static public GetInvoiceLineTypeDescriptionsForm getGetInvoiceLineTypeDescriptionsForm() {
123        return createForm(GetInvoiceLineTypeDescriptionsForm.class);
124    }
125    
126    static public GetInvoiceLineTypeForm getGetInvoiceLineTypeForm() {
127        return createForm(GetInvoiceLineTypeForm.class);
128    }
129    
130    static public GetInvoiceLineTypesForm getGetInvoiceLineTypesForm() {
131        return createForm(GetInvoiceLineTypesForm.class);
132    }
133    
134    static public GetInvoiceTimeTypeChoicesForm getGetInvoiceTimeTypeChoicesForm() {
135        return createForm(GetInvoiceTimeTypeChoicesForm.class);
136    }
137    
138    static public GetInvoiceTimeTypeDescriptionForm getGetInvoiceTimeTypeDescriptionForm() {
139        return createForm(GetInvoiceTimeTypeDescriptionForm.class);
140    }
141    
142    static public GetInvoiceTimeTypeDescriptionsForm getGetInvoiceTimeTypeDescriptionsForm() {
143        return createForm(GetInvoiceTimeTypeDescriptionsForm.class);
144    }
145    
146    static public GetInvoiceTimeTypeForm getGetInvoiceTimeTypeForm() {
147        return createForm(GetInvoiceTimeTypeForm.class);
148    }
149    
150    static public GetInvoiceTimeTypesForm getGetInvoiceTimeTypesForm() {
151        return createForm(GetInvoiceTimeTypesForm.class);
152    }
153    
154    static public GetInvoiceTypeChoicesForm getGetInvoiceTypeChoicesForm() {
155        return createForm(GetInvoiceTypeChoicesForm.class);
156    }
157    
158    static public GetInvoiceTypeDescriptionsForm getGetInvoiceTypeDescriptionsForm() {
159        return createForm(GetInvoiceTypeDescriptionsForm.class);
160    }
161    
162    static public GetInvoiceTypeForm getGetInvoiceTypeForm() {
163        return createForm(GetInvoiceTypeForm.class);
164    }
165    
166    static public GetInvoiceTypesForm getGetInvoiceTypesForm() {
167        return createForm(GetInvoiceTypesForm.class);
168    }
169    
170    static public SetDefaultInvoiceLineTypeForm getSetDefaultInvoiceLineTypeForm() {
171        return createForm(SetDefaultInvoiceLineTypeForm.class);
172    }
173    
174    static public SetDefaultInvoiceTimeTypeForm getSetDefaultInvoiceTimeTypeForm() {
175        return createForm(SetDefaultInvoiceTimeTypeForm.class);
176    }
177    
178    static public SetDefaultInvoiceTypeForm getSetDefaultInvoiceTypeForm() {
179        return createForm(SetDefaultInvoiceTypeForm.class);
180    }
181    
182}