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 * ChainFormFactory.java
021 */
022
023package com.echothree.control.user.chain.common.form;
024
025import com.echothree.util.common.form.BaseFormFactory;
026
027public class ChainFormFactory
028        extends BaseFormFactory {
029    
030    static public CreateChainActionDescriptionForm getCreateChainActionDescriptionForm() {
031        return createForm(CreateChainActionDescriptionForm.class);
032    }
033    
034    static public CreateChainActionForm getCreateChainActionForm() {
035        return createForm(CreateChainActionForm.class);
036    }
037    
038    static public CreateChainActionSetDescriptionForm getCreateChainActionSetDescriptionForm() {
039        return createForm(CreateChainActionSetDescriptionForm.class);
040    }
041    
042    static public CreateChainActionSetForm getCreateChainActionSetForm() {
043        return createForm(CreateChainActionSetForm.class);
044    }
045    
046    static public CreateChainActionTypeDescriptionForm getCreateChainActionTypeDescriptionForm() {
047        return createForm(CreateChainActionTypeDescriptionForm.class);
048    }
049    
050    static public CreateChainActionTypeForm getCreateChainActionTypeForm() {
051        return createForm(CreateChainActionTypeForm.class);
052    }
053    
054    static public CreateChainActionTypeUseForm getCreateChainActionTypeUseForm() {
055        return createForm(CreateChainActionTypeUseForm.class);
056    }
057    
058    static public CreateChainDescriptionForm getCreateChainDescriptionForm() {
059        return createForm(CreateChainDescriptionForm.class);
060    }
061    
062    static public CreateChainEntityRoleTypeDescriptionForm getCreateChainEntityRoleTypeDescriptionForm() {
063        return createForm(CreateChainEntityRoleTypeDescriptionForm.class);
064    }
065    
066    static public CreateChainEntityRoleTypeForm getCreateChainEntityRoleTypeForm() {
067        return createForm(CreateChainEntityRoleTypeForm.class);
068    }
069    
070    static public CreateChainForm getCreateChainForm() {
071        return createForm(CreateChainForm.class);
072    }
073    
074    static public CreateChainKindDescriptionForm getCreateChainKindDescriptionForm() {
075        return createForm(CreateChainKindDescriptionForm.class);
076    }
077    
078    static public CreateChainKindForm getCreateChainKindForm() {
079        return createForm(CreateChainKindForm.class);
080    }
081    
082    static public CreateChainTypeDescriptionForm getCreateChainTypeDescriptionForm() {
083        return createForm(CreateChainTypeDescriptionForm.class);
084    }
085    
086    static public CreateChainTypeForm getCreateChainTypeForm() {
087        return createForm(CreateChainTypeForm.class);
088    }
089    
090    static public DeleteChainActionDescriptionForm getDeleteChainActionDescriptionForm() {
091        return createForm(DeleteChainActionDescriptionForm.class);
092    }
093    
094    static public DeleteChainActionForm getDeleteChainActionForm() {
095        return createForm(DeleteChainActionForm.class);
096    }
097    
098    static public DeleteChainActionSetDescriptionForm getDeleteChainActionSetDescriptionForm() {
099        return createForm(DeleteChainActionSetDescriptionForm.class);
100    }
101    
102    static public DeleteChainActionSetForm getDeleteChainActionSetForm() {
103        return createForm(DeleteChainActionSetForm.class);
104    }
105    
106    static public DeleteChainActionTypeDescriptionForm getDeleteChainActionTypeDescriptionForm() {
107        return createForm(DeleteChainActionTypeDescriptionForm.class);
108    }
109    
110    static public DeleteChainActionTypeForm getDeleteChainActionTypeForm() {
111        return createForm(DeleteChainActionTypeForm.class);
112    }
113    
114    static public DeleteChainDescriptionForm getDeleteChainDescriptionForm() {
115        return createForm(DeleteChainDescriptionForm.class);
116    }
117    
118    static public DeleteChainEntityRoleTypeDescriptionForm getDeleteChainEntityRoleTypeDescriptionForm() {
119        return createForm(DeleteChainEntityRoleTypeDescriptionForm.class);
120    }
121    
122    static public DeleteChainEntityRoleTypeForm getDeleteChainEntityRoleTypeForm() {
123        return createForm(DeleteChainEntityRoleTypeForm.class);
124    }
125    
126    static public DeleteChainForm getDeleteChainForm() {
127        return createForm(DeleteChainForm.class);
128    }
129    
130    static public DeleteChainKindDescriptionForm getDeleteChainKindDescriptionForm() {
131        return createForm(DeleteChainKindDescriptionForm.class);
132    }
133    
134    static public DeleteChainKindForm getDeleteChainKindForm() {
135        return createForm(DeleteChainKindForm.class);
136    }
137    
138    static public DeleteChainTypeDescriptionForm getDeleteChainTypeDescriptionForm() {
139        return createForm(DeleteChainTypeDescriptionForm.class);
140    }
141    
142    static public DeleteChainTypeForm getDeleteChainTypeForm() {
143        return createForm(DeleteChainTypeForm.class);
144    }
145    
146    static public EditChainActionDescriptionForm getEditChainActionDescriptionForm() {
147        return createForm(EditChainActionDescriptionForm.class);
148    }
149    
150    static public EditChainActionForm getEditChainActionForm() {
151        return createForm(EditChainActionForm.class);
152    }
153    
154    static public EditChainActionSetDescriptionForm getEditChainActionSetDescriptionForm() {
155        return createForm(EditChainActionSetDescriptionForm.class);
156    }
157    
158    static public EditChainActionSetForm getEditChainActionSetForm() {
159        return createForm(EditChainActionSetForm.class);
160    }
161    
162    static public EditChainActionTypeDescriptionForm getEditChainActionTypeDescriptionForm() {
163        return createForm(EditChainActionTypeDescriptionForm.class);
164    }
165    
166    static public EditChainActionTypeForm getEditChainActionTypeForm() {
167        return createForm(EditChainActionTypeForm.class);
168    }
169    
170    static public EditChainDescriptionForm getEditChainDescriptionForm() {
171        return createForm(EditChainDescriptionForm.class);
172    }
173    
174    static public EditChainEntityRoleTypeDescriptionForm getEditChainEntityRoleTypeDescriptionForm() {
175        return createForm(EditChainEntityRoleTypeDescriptionForm.class);
176    }
177    
178    static public EditChainEntityRoleTypeForm getEditChainEntityRoleTypeForm() {
179        return createForm(EditChainEntityRoleTypeForm.class);
180    }
181    
182    static public EditChainForm getEditChainForm() {
183        return createForm(EditChainForm.class);
184    }
185    
186    static public EditChainKindDescriptionForm getEditChainKindDescriptionForm() {
187        return createForm(EditChainKindDescriptionForm.class);
188    }
189    
190    static public EditChainKindForm getEditChainKindForm() {
191        return createForm(EditChainKindForm.class);
192    }
193    
194    static public EditChainTypeDescriptionForm getEditChainTypeDescriptionForm() {
195        return createForm(EditChainTypeDescriptionForm.class);
196    }
197    
198    static public EditChainTypeForm getEditChainTypeForm() {
199        return createForm(EditChainTypeForm.class);
200    }
201    
202    static public GetChainActionDescriptionForm getGetChainActionDescriptionForm() {
203        return createForm(GetChainActionDescriptionForm.class);
204    }
205    
206    static public GetChainActionDescriptionsForm getGetChainActionDescriptionsForm() {
207        return createForm(GetChainActionDescriptionsForm.class);
208    }
209    
210    static public GetChainActionForm getGetChainActionForm() {
211        return createForm(GetChainActionForm.class);
212    }
213    
214    static public GetChainActionSetChoicesForm getGetChainActionSetChoicesForm() {
215        return createForm(GetChainActionSetChoicesForm.class);
216    }
217    
218    static public GetChainActionSetDescriptionForm getGetChainActionSetDescriptionForm() {
219        return createForm(GetChainActionSetDescriptionForm.class);
220    }
221    
222    static public GetChainActionSetDescriptionsForm getGetChainActionSetDescriptionsForm() {
223        return createForm(GetChainActionSetDescriptionsForm.class);
224    }
225    
226    static public GetChainActionSetForm getGetChainActionSetForm() {
227        return createForm(GetChainActionSetForm.class);
228    }
229    
230    static public GetChainActionSetsForm getGetChainActionSetsForm() {
231        return createForm(GetChainActionSetsForm.class);
232    }
233    
234    static public GetChainActionTypeChoicesForm getGetChainActionTypeChoicesForm() {
235        return createForm(GetChainActionTypeChoicesForm.class);
236    }
237    
238    static public GetChainActionTypeDescriptionForm getGetChainActionTypeDescriptionForm() {
239        return createForm(GetChainActionTypeDescriptionForm.class);
240    }
241    
242    static public GetChainActionTypeDescriptionsForm getGetChainActionTypeDescriptionsForm() {
243        return createForm(GetChainActionTypeDescriptionsForm.class);
244    }
245    
246    static public GetChainActionTypeForm getGetChainActionTypeForm() {
247        return createForm(GetChainActionTypeForm.class);
248    }
249    
250    static public GetChainActionTypesForm getGetChainActionTypesForm() {
251        return createForm(GetChainActionTypesForm.class);
252    }
253    
254    static public GetChainActionsForm getGetChainActionsForm() {
255        return createForm(GetChainActionsForm.class);
256    }
257    
258    static public GetChainChoicesForm getGetChainChoicesForm() {
259        return createForm(GetChainChoicesForm.class);
260    }
261    
262    static public GetChainDescriptionForm getGetChainDescriptionForm() {
263        return createForm(GetChainDescriptionForm.class);
264    }
265    
266    static public GetChainDescriptionsForm getGetChainDescriptionsForm() {
267        return createForm(GetChainDescriptionsForm.class);
268    }
269    
270    static public GetChainEntityRoleTypeDescriptionForm getGetChainEntityRoleTypeDescriptionForm() {
271        return createForm(GetChainEntityRoleTypeDescriptionForm.class);
272    }
273    
274    static public GetChainEntityRoleTypeDescriptionsForm getGetChainEntityRoleTypeDescriptionsForm() {
275        return createForm(GetChainEntityRoleTypeDescriptionsForm.class);
276    }
277    
278    static public GetChainEntityRoleTypeForm getGetChainEntityRoleTypeForm() {
279        return createForm(GetChainEntityRoleTypeForm.class);
280    }
281    
282    static public GetChainEntityRoleTypesForm getGetChainEntityRoleTypesForm() {
283        return createForm(GetChainEntityRoleTypesForm.class);
284    }
285    
286    static public GetChainForm getGetChainForm() {
287        return createForm(GetChainForm.class);
288    }
289    
290    static public GetChainInstanceForm getGetChainInstanceForm() {
291        return createForm(GetChainInstanceForm.class);
292    }
293    
294    static public GetChainInstancesForm getGetChainInstancesForm() {
295        return createForm(GetChainInstancesForm.class);
296    }
297    
298    static public GetChainKindChoicesForm getGetChainKindChoicesForm() {
299        return createForm(GetChainKindChoicesForm.class);
300    }
301    
302    static public GetChainKindDescriptionForm getGetChainKindDescriptionForm() {
303        return createForm(GetChainKindDescriptionForm.class);
304    }
305    
306    static public GetChainKindDescriptionsForm getGetChainKindDescriptionsForm() {
307        return createForm(GetChainKindDescriptionsForm.class);
308    }
309    
310    static public GetChainKindForm getGetChainKindForm() {
311        return createForm(GetChainKindForm.class);
312    }
313    
314    static public GetChainKindsForm getGetChainKindsForm() {
315        return createForm(GetChainKindsForm.class);
316    }
317    
318    static public GetChainTypeChoicesForm getGetChainTypeChoicesForm() {
319        return createForm(GetChainTypeChoicesForm.class);
320    }
321    
322    static public GetChainTypeDescriptionForm getGetChainTypeDescriptionForm() {
323        return createForm(GetChainTypeDescriptionForm.class);
324    }
325    
326    static public GetChainTypeDescriptionsForm getGetChainTypeDescriptionsForm() {
327        return createForm(GetChainTypeDescriptionsForm.class);
328    }
329    
330    static public GetChainTypeForm getGetChainTypeForm() {
331        return createForm(GetChainTypeForm.class);
332    }
333    
334    static public GetChainTypesForm getGetChainTypesForm() {
335        return createForm(GetChainTypesForm.class);
336    }
337    
338    static public GetChainsForm getGetChainsForm() {
339        return createForm(GetChainsForm.class);
340    }
341    
342    static public SetDefaultChainActionForm getSetDefaultChainActionForm() {
343        return createForm(SetDefaultChainActionForm.class);
344    }
345    
346    static public SetDefaultChainActionSetForm getSetDefaultChainActionSetForm() {
347        return createForm(SetDefaultChainActionSetForm.class);
348    }
349    
350    static public SetDefaultChainActionTypeForm getSetDefaultChainActionTypeForm() {
351        return createForm(SetDefaultChainActionTypeForm.class);
352    }
353    
354    static public SetDefaultChainForm getSetDefaultChainForm() {
355        return createForm(SetDefaultChainForm.class);
356    }
357    
358    static public SetDefaultChainKindForm getSetDefaultChainKindForm() {
359        return createForm(SetDefaultChainKindForm.class);
360    }
361    
362    static public SetDefaultChainTypeForm getSetDefaultChainTypeForm() {
363        return createForm(SetDefaultChainTypeForm.class);
364    }
365    
366}