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 * ContactFormFactory.java
021 */
022
023package com.echothree.control.user.contact.common.form;
024
025import com.echothree.util.common.form.BaseFormFactory;
026
027public class ContactFormFactory
028        extends BaseFormFactory {
029    
030    static public CreateContactEmailAddressForm getCreateContactEmailAddressForm() {
031        return createForm(CreateContactEmailAddressForm.class);
032    }
033    
034    static public CreateContactMechanismAliasForm getCreateContactMechanismAliasForm() {
035        return createForm(CreateContactMechanismAliasForm.class);
036    }
037    
038    static public CreateContactMechanismAliasTypeDescriptionForm getCreateContactMechanismAliasTypeDescriptionForm() {
039        return createForm(CreateContactMechanismAliasTypeDescriptionForm.class);
040    }
041    
042    static public CreateContactMechanismAliasTypeForm getCreateContactMechanismAliasTypeForm() {
043        return createForm(CreateContactMechanismAliasTypeForm.class);
044    }
045    
046    static public CreateContactMechanismPurposeDescriptionForm getCreateContactMechanismPurposeDescriptionForm() {
047        return createForm(CreateContactMechanismPurposeDescriptionForm.class);
048    }
049    
050    static public CreateContactMechanismPurposeForm getCreateContactMechanismPurposeForm() {
051        return createForm(CreateContactMechanismPurposeForm.class);
052    }
053    
054    static public CreateContactMechanismTypeDescriptionForm getCreateContactMechanismTypeDescriptionForm() {
055        return createForm(CreateContactMechanismTypeDescriptionForm.class);
056    }
057    
058    static public CreateContactMechanismTypeForm getCreateContactMechanismTypeForm() {
059        return createForm(CreateContactMechanismTypeForm.class);
060    }
061    
062    static public CreateContactPostalAddressForm getCreateContactPostalAddressForm() {
063        return createForm(CreateContactPostalAddressForm.class);
064    }
065    
066    static public CreateContactTelephoneForm getCreateContactTelephoneForm() {
067        return createForm(CreateContactTelephoneForm.class);
068    }
069    
070    static public CreateContactWebAddressForm getCreateContactWebAddressForm() {
071        return createForm(CreateContactWebAddressForm.class);
072    }
073    
074    static public CreatePartyContactMechanismAliasForm getCreatePartyContactMechanismAliasForm() {
075        return createForm(CreatePartyContactMechanismAliasForm.class);
076    }
077    
078    static public CreatePartyContactMechanismPurposeForm getCreatePartyContactMechanismPurposeForm() {
079        return createForm(CreatePartyContactMechanismPurposeForm.class);
080    }
081    
082    static public CreatePartyContactMechanismRelationshipForm getCreatePartyContactMechanismRelationshipForm() {
083        return createForm(CreatePartyContactMechanismRelationshipForm.class);
084    }
085    
086    static public CreatePostalAddressElementTypeDescriptionForm getCreatePostalAddressElementTypeDescriptionForm() {
087        return createForm(CreatePostalAddressElementTypeDescriptionForm.class);
088    }
089    
090    static public CreatePostalAddressElementTypeForm getCreatePostalAddressElementTypeForm() {
091        return createForm(CreatePostalAddressElementTypeForm.class);
092    }
093    
094    static public CreatePostalAddressFormatDescriptionForm getCreatePostalAddressFormatDescriptionForm() {
095        return createForm(CreatePostalAddressFormatDescriptionForm.class);
096    }
097    
098    static public CreatePostalAddressFormatForm getCreatePostalAddressFormatForm() {
099        return createForm(CreatePostalAddressFormatForm.class);
100    }
101    
102    static public CreatePostalAddressLineElementForm getCreatePostalAddressLineElementForm() {
103        return createForm(CreatePostalAddressLineElementForm.class);
104    }
105    
106    static public CreatePostalAddressLineForm getCreatePostalAddressLineForm() {
107        return createForm(CreatePostalAddressLineForm.class);
108    }
109    
110    static public DeleteContactMechanismAliasForm getDeleteContactMechanismAliasForm() {
111        return createForm(DeleteContactMechanismAliasForm.class);
112    }
113    
114    static public DeleteContactMechanismAliasTypeDescriptionForm getDeleteContactMechanismAliasTypeDescriptionForm() {
115        return createForm(DeleteContactMechanismAliasTypeDescriptionForm.class);
116    }
117    
118    static public DeleteContactMechanismAliasTypeForm getDeleteContactMechanismAliasTypeForm() {
119        return createForm(DeleteContactMechanismAliasTypeForm.class);
120    }
121    
122    static public DeleteContactMechanismForm getDeleteContactMechanismForm() {
123        return createForm(DeleteContactMechanismForm.class);
124    }
125    
126    static public DeletePartyContactMechanismAliasForm getDeletePartyContactMechanismAliasForm() {
127        return createForm(DeletePartyContactMechanismAliasForm.class);
128    }
129    
130    static public DeletePartyContactMechanismPurposeForm getDeletePartyContactMechanismPurposeForm() {
131        return createForm(DeletePartyContactMechanismPurposeForm.class);
132    }
133    
134    static public DeletePartyContactMechanismRelationshipForm getDeletePartyContactMechanismRelationshipForm() {
135        return createForm(DeletePartyContactMechanismRelationshipForm.class);
136    }
137    
138    static public DeletePostalAddressFormatDescriptionForm getDeletePostalAddressFormatDescriptionForm() {
139        return createForm(DeletePostalAddressFormatDescriptionForm.class);
140    }
141    
142    static public DeletePostalAddressFormatForm getDeletePostalAddressFormatForm() {
143        return createForm(DeletePostalAddressFormatForm.class);
144    }
145    
146    static public DeletePostalAddressLineElementForm getDeletePostalAddressLineElementForm() {
147        return createForm(DeletePostalAddressLineElementForm.class);
148    }
149    
150    static public DeletePostalAddressLineForm getDeletePostalAddressLineForm() {
151        return createForm(DeletePostalAddressLineForm.class);
152    }
153    
154    static public EditContactEmailAddressForm getEditContactEmailAddressForm() {
155        return createForm(EditContactEmailAddressForm.class);
156    }
157    
158    static public EditContactMechanismAliasTypeDescriptionForm getEditContactMechanismAliasTypeDescriptionForm() {
159        return createForm(EditContactMechanismAliasTypeDescriptionForm.class);
160    }
161    
162    static public EditContactMechanismAliasTypeForm getEditContactMechanismAliasTypeForm() {
163        return createForm(EditContactMechanismAliasTypeForm.class);
164    }
165    
166    static public EditContactPostalAddressForm getEditContactPostalAddressForm() {
167        return createForm(EditContactPostalAddressForm.class);
168    }
169    
170    static public EditContactTelephoneForm getEditContactTelephoneForm() {
171        return createForm(EditContactTelephoneForm.class);
172    }
173    
174    static public EditContactWebAddressForm getEditContactWebAddressForm() {
175        return createForm(EditContactWebAddressForm.class);
176    }
177    
178    static public EditPostalAddressFormatDescriptionForm getEditPostalAddressFormatDescriptionForm() {
179        return createForm(EditPostalAddressFormatDescriptionForm.class);
180    }
181    
182    static public EditPostalAddressFormatForm getEditPostalAddressFormatForm() {
183        return createForm(EditPostalAddressFormatForm.class);
184    }
185    
186    static public EditPostalAddressLineElementForm getEditPostalAddressLineElementForm() {
187        return createForm(EditPostalAddressLineElementForm.class);
188    }
189    
190    static public EditPostalAddressLineForm getEditPostalAddressLineForm() {
191        return createForm(EditPostalAddressLineForm.class);
192    }
193    
194    static public GetContactMechanismAliasTypeChoicesForm getGetContactMechanismAliasTypeChoicesForm() {
195        return createForm(GetContactMechanismAliasTypeChoicesForm.class);
196    }
197    
198    static public GetContactMechanismAliasTypeDescriptionForm getGetContactMechanismAliasTypeDescriptionForm() {
199        return createForm(GetContactMechanismAliasTypeDescriptionForm.class);
200    }
201    
202    static public GetContactMechanismAliasTypeDescriptionsForm getGetContactMechanismAliasTypeDescriptionsForm() {
203        return createForm(GetContactMechanismAliasTypeDescriptionsForm.class);
204    }
205    
206    static public GetContactMechanismAliasTypeForm getGetContactMechanismAliasTypeForm() {
207        return createForm(GetContactMechanismAliasTypeForm.class);
208    }
209    
210    static public GetContactMechanismAliasTypesForm getGetContactMechanismAliasTypesForm() {
211        return createForm(GetContactMechanismAliasTypesForm.class);
212    }
213    
214    static public GetContactMechanismChoicesForm getGetContactMechanismChoicesForm() {
215        return createForm(GetContactMechanismChoicesForm.class);
216    }
217    
218    static public GetContactMechanismForm getGetContactMechanismForm() {
219        return createForm(GetContactMechanismForm.class);
220    }
221    
222    static public GetContactMechanismPurposeChoicesForm getGetContactMechanismPurposeChoicesForm() {
223        return createForm(GetContactMechanismPurposeChoicesForm.class);
224    }
225    
226    static public GetContactMechanismPurposesForm getGetContactMechanismPurposesForm() {
227        return createForm(GetContactMechanismPurposesForm.class);
228    }
229    
230    static public GetContactMechanismTypeChoicesForm getGetContactMechanismTypeChoicesForm() {
231        return createForm(GetContactMechanismTypeChoicesForm.class);
232    }
233    
234    static public GetContactMechanismTypesForm getGetContactMechanismTypesForm() {
235        return createForm(GetContactMechanismTypesForm.class);
236    }
237    
238    static public GetEmailAddressStatusChoicesForm getGetEmailAddressStatusChoicesForm() {
239        return createForm(GetEmailAddressStatusChoicesForm.class);
240    }
241    
242    static public GetEmailAddressVerificationChoicesForm getGetEmailAddressVerificationChoicesForm() {
243        return createForm(GetEmailAddressVerificationChoicesForm.class);
244    }
245    
246    static public GetPostalAddressElementTypeChoicesForm getGetPostalAddressElementTypeChoicesForm() {
247        return createForm(GetPostalAddressElementTypeChoicesForm.class);
248    }
249    
250    static public GetPostalAddressFormatChoicesForm getGetPostalAddressFormatChoicesForm() {
251        return createForm(GetPostalAddressFormatChoicesForm.class);
252    }
253    
254    static public GetPostalAddressFormatDescriptionsForm getGetPostalAddressFormatDescriptionsForm() {
255        return createForm(GetPostalAddressFormatDescriptionsForm.class);
256    }
257    
258    static public GetPostalAddressFormatForm getGetPostalAddressFormatForm() {
259        return createForm(GetPostalAddressFormatForm.class);
260    }
261    
262    static public GetPostalAddressFormatsForm getGetPostalAddressFormatsForm() {
263        return createForm(GetPostalAddressFormatsForm.class);
264    }
265    
266    static public GetPostalAddressLineElementsForm getGetPostalAddressLineElementsForm() {
267        return createForm(GetPostalAddressLineElementsForm.class);
268    }
269    
270    static public GetPostalAddressLinesForm getGetPostalAddressLinesForm() {
271        return createForm(GetPostalAddressLinesForm.class);
272    }
273    
274    static public GetPostalAddressStatusChoicesForm getGetPostalAddressStatusChoicesForm() {
275        return createForm(GetPostalAddressStatusChoicesForm.class);
276    }
277    
278    static public GetTelephoneStatusChoicesForm getGetTelephoneStatusChoicesForm() {
279        return createForm(GetTelephoneStatusChoicesForm.class);
280    }
281    
282    static public GetWebAddressStatusChoicesForm getGetWebAddressStatusChoicesForm() {
283        return createForm(GetWebAddressStatusChoicesForm.class);
284    }
285    
286    static public SetDefaultContactMechanismAliasTypeForm getSetDefaultContactMechanismAliasTypeForm() {
287        return createForm(SetDefaultContactMechanismAliasTypeForm.class);
288    }
289    
290    static public SetDefaultPartyContactMechanismPurposeForm getSetDefaultPartyContactMechanismPurposeForm() {
291        return createForm(SetDefaultPartyContactMechanismPurposeForm.class);
292    }
293    
294    static public SetDefaultPostalAddressFormatForm getSetDefaultPostalAddressFormatForm() {
295        return createForm(SetDefaultPostalAddressFormatForm.class);
296    }
297    
298    static public SetEmailAddressStatusForm getSetEmailAddressStatusForm() {
299        return createForm(SetEmailAddressStatusForm.class);
300    }
301    
302    static public SetEmailAddressVerificationForm getSetEmailAddressVerificationForm() {
303        return createForm(SetEmailAddressVerificationForm.class);
304    }
305    
306    static public SetPostalAddressStatusForm getSetPostalAddressStatusForm() {
307        return createForm(SetPostalAddressStatusForm.class);
308    }
309    
310    static public SetTelephoneStatusForm getSetTelephoneStatusForm() {
311        return createForm(SetTelephoneStatusForm.class);
312    }
313    
314    static public SetWebAddressStatusForm getSetWebAddressStatusForm() {
315        return createForm(SetWebAddressStatusForm.class);
316    }
317    
318}