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 * OfferFormsImpl.java
021 */
022
023package com.echothree.control.user.offer.server;
024
025import com.echothree.control.user.offer.common.edit.*;
026import com.echothree.control.user.offer.common.form.*;
027import com.echothree.control.user.offer.common.spec.*;
028
029public class OfferFormsImpl {
030    
031    public OfferChainTypeEdit getOfferChainTypeEdit() {
032        return OfferEditFactory.getOfferChainTypeEdit();
033    }
034    
035    public OfferCustomerTypeEdit getOfferCustomerTypeEdit() {
036        return OfferEditFactory.getOfferCustomerTypeEdit();
037    }
038    
039    public OfferDescriptionEdit getOfferDescriptionEdit() {
040        return OfferEditFactory.getOfferDescriptionEdit();
041    }
042    
043    public OfferEdit getOfferEdit() {
044        return OfferEditFactory.getOfferEdit();
045    }
046    
047    public OfferItemPriceEdit getOfferItemPriceEdit() {
048        return OfferEditFactory.getOfferItemPriceEdit();
049    }
050    
051    public OfferNameElementDescriptionEdit getOfferNameElementDescriptionEdit() {
052        return OfferEditFactory.getOfferNameElementDescriptionEdit();
053    }
054    
055    public OfferNameElementEdit getOfferNameElementEdit() {
056        return OfferEditFactory.getOfferNameElementEdit();
057    }
058    
059    public OfferUseEdit getOfferUseEdit() {
060        return OfferEditFactory.getOfferUseEdit();
061    }
062    
063    public SourceEdit getSourceEdit() {
064        return OfferEditFactory.getSourceEdit();
065    }
066    
067    public UseDescriptionEdit getUseDescriptionEdit() {
068        return OfferEditFactory.getUseDescriptionEdit();
069    }
070    
071    public UseEdit getUseEdit() {
072        return OfferEditFactory.getUseEdit();
073    }
074    
075    public UseNameElementDescriptionEdit getUseNameElementDescriptionEdit() {
076        return OfferEditFactory.getUseNameElementDescriptionEdit();
077    }
078    
079    public UseNameElementEdit getUseNameElementEdit() {
080        return OfferEditFactory.getUseNameElementEdit();
081    }
082    
083    public UseTypeDescriptionEdit getUseTypeDescriptionEdit() {
084        return OfferEditFactory.getUseTypeDescriptionEdit();
085    }
086    
087    public UseTypeEdit getUseTypeEdit() {
088        return OfferEditFactory.getUseTypeEdit();
089    }
090    
091    public CreateOfferChainTypeForm getCreateOfferChainTypeForm() {
092        return OfferFormFactory.getCreateOfferChainTypeForm();
093    }
094    
095    public CreateOfferCustomerTypeForm getCreateOfferCustomerTypeForm() {
096        return OfferFormFactory.getCreateOfferCustomerTypeForm();
097    }
098    
099    public CreateOfferDescriptionForm getCreateOfferDescriptionForm() {
100        return OfferFormFactory.getCreateOfferDescriptionForm();
101    }
102    
103    public CreateOfferForm getCreateOfferForm() {
104        return OfferFormFactory.getCreateOfferForm();
105    }
106    
107    public CreateOfferItemForm getCreateOfferItemForm() {
108        return OfferFormFactory.getCreateOfferItemForm();
109    }
110    
111    public CreateOfferItemPriceForm getCreateOfferItemPriceForm() {
112        return OfferFormFactory.getCreateOfferItemPriceForm();
113    }
114    
115    public CreateOfferNameElementDescriptionForm getCreateOfferNameElementDescriptionForm() {
116        return OfferFormFactory.getCreateOfferNameElementDescriptionForm();
117    }
118    
119    public CreateOfferNameElementForm getCreateOfferNameElementForm() {
120        return OfferFormFactory.getCreateOfferNameElementForm();
121    }
122    
123    public CreateOfferUseForm getCreateOfferUseForm() {
124        return OfferFormFactory.getCreateOfferUseForm();
125    }
126    
127    public CreateSourceForm getCreateSourceForm() {
128        return OfferFormFactory.getCreateSourceForm();
129    }
130    
131    public CreateUseDescriptionForm getCreateUseDescriptionForm() {
132        return OfferFormFactory.getCreateUseDescriptionForm();
133    }
134    
135    public CreateUseForm getCreateUseForm() {
136        return OfferFormFactory.getCreateUseForm();
137    }
138    
139    public CreateUseNameElementDescriptionForm getCreateUseNameElementDescriptionForm() {
140        return OfferFormFactory.getCreateUseNameElementDescriptionForm();
141    }
142    
143    public CreateUseNameElementForm getCreateUseNameElementForm() {
144        return OfferFormFactory.getCreateUseNameElementForm();
145    }
146    
147    public CreateUseTypeDescriptionForm getCreateUseTypeDescriptionForm() {
148        return OfferFormFactory.getCreateUseTypeDescriptionForm();
149    }
150    
151    public CreateUseTypeForm getCreateUseTypeForm() {
152        return OfferFormFactory.getCreateUseTypeForm();
153    }
154    
155    public DeleteOfferChainTypeForm getDeleteOfferChainTypeForm() {
156        return OfferFormFactory.getDeleteOfferChainTypeForm();
157    }
158    
159    public DeleteOfferCustomerTypeForm getDeleteOfferCustomerTypeForm() {
160        return OfferFormFactory.getDeleteOfferCustomerTypeForm();
161    }
162    
163    public DeleteOfferDescriptionForm getDeleteOfferDescriptionForm() {
164        return OfferFormFactory.getDeleteOfferDescriptionForm();
165    }
166    
167    public DeleteOfferForm getDeleteOfferForm() {
168        return OfferFormFactory.getDeleteOfferForm();
169    }
170    
171    public DeleteOfferItemForm getDeleteOfferItemForm() {
172        return OfferFormFactory.getDeleteOfferItemForm();
173    }
174    
175    public DeleteOfferItemPriceForm getDeleteOfferItemPriceForm() {
176        return OfferFormFactory.getDeleteOfferItemPriceForm();
177    }
178    
179    public DeleteOfferNameElementDescriptionForm getDeleteOfferNameElementDescriptionForm() {
180        return OfferFormFactory.getDeleteOfferNameElementDescriptionForm();
181    }
182    
183    public DeleteOfferNameElementForm getDeleteOfferNameElementForm() {
184        return OfferFormFactory.getDeleteOfferNameElementForm();
185    }
186    
187    public DeleteOfferUseForm getDeleteOfferUseForm() {
188        return OfferFormFactory.getDeleteOfferUseForm();
189    }
190    
191    public DeleteSourceForm getDeleteSourceForm() {
192        return OfferFormFactory.getDeleteSourceForm();
193    }
194    
195    public DeleteUseDescriptionForm getDeleteUseDescriptionForm() {
196        return OfferFormFactory.getDeleteUseDescriptionForm();
197    }
198    
199    public DeleteUseForm getDeleteUseForm() {
200        return OfferFormFactory.getDeleteUseForm();
201    }
202    
203    public DeleteUseNameElementDescriptionForm getDeleteUseNameElementDescriptionForm() {
204        return OfferFormFactory.getDeleteUseNameElementDescriptionForm();
205    }
206    
207    public DeleteUseNameElementForm getDeleteUseNameElementForm() {
208        return OfferFormFactory.getDeleteUseNameElementForm();
209    }
210    
211    public DeleteUseTypeDescriptionForm getDeleteUseTypeDescriptionForm() {
212        return OfferFormFactory.getDeleteUseTypeDescriptionForm();
213    }
214    
215    public DeleteUseTypeForm getDeleteUseTypeForm() {
216        return OfferFormFactory.getDeleteUseTypeForm();
217    }
218    
219    public EditOfferChainTypeForm getEditOfferChainTypeForm() {
220        return OfferFormFactory.getEditOfferChainTypeForm();
221    }
222    
223    public EditOfferCustomerTypeForm getEditOfferCustomerTypeForm() {
224        return OfferFormFactory.getEditOfferCustomerTypeForm();
225    }
226    
227    public EditOfferDescriptionForm getEditOfferDescriptionForm() {
228        return OfferFormFactory.getEditOfferDescriptionForm();
229    }
230    
231    public EditOfferForm getEditOfferForm() {
232        return OfferFormFactory.getEditOfferForm();
233    }
234    
235    public EditOfferItemPriceForm getEditOfferItemPriceForm() {
236        return OfferFormFactory.getEditOfferItemPriceForm();
237    }
238    
239    public EditOfferNameElementDescriptionForm getEditOfferNameElementDescriptionForm() {
240        return OfferFormFactory.getEditOfferNameElementDescriptionForm();
241    }
242    
243    public EditOfferNameElementForm getEditOfferNameElementForm() {
244        return OfferFormFactory.getEditOfferNameElementForm();
245    }
246    
247    public EditOfferUseForm getEditOfferUseForm() {
248        return OfferFormFactory.getEditOfferUseForm();
249    }
250    
251    public EditSourceForm getEditSourceForm() {
252        return OfferFormFactory.getEditSourceForm();
253    }
254    
255    public EditUseDescriptionForm getEditUseDescriptionForm() {
256        return OfferFormFactory.getEditUseDescriptionForm();
257    }
258    
259    public EditUseForm getEditUseForm() {
260        return OfferFormFactory.getEditUseForm();
261    }
262    
263    public EditUseNameElementDescriptionForm getEditUseNameElementDescriptionForm() {
264        return OfferFormFactory.getEditUseNameElementDescriptionForm();
265    }
266    
267    public EditUseNameElementForm getEditUseNameElementForm() {
268        return OfferFormFactory.getEditUseNameElementForm();
269    }
270    
271    public EditUseTypeDescriptionForm getEditUseTypeDescriptionForm() {
272        return OfferFormFactory.getEditUseTypeDescriptionForm();
273    }
274    
275    public EditUseTypeForm getEditUseTypeForm() {
276        return OfferFormFactory.getEditUseTypeForm();
277    }
278    
279    public GetOfferChainTypeForm getGetOfferChainTypeForm() {
280        return OfferFormFactory.getGetOfferChainTypeForm();
281    }
282    
283    public GetOfferChainTypesForm getGetOfferChainTypesForm() {
284        return OfferFormFactory.getGetOfferChainTypesForm();
285    }
286    
287    public GetOfferChoicesForm getGetOfferChoicesForm() {
288        return OfferFormFactory.getGetOfferChoicesForm();
289    }
290    
291    public GetOfferCustomerTypeForm getGetOfferCustomerTypeForm() {
292        return OfferFormFactory.getGetOfferCustomerTypeForm();
293    }
294    
295    public GetOfferCustomerTypesForm getGetOfferCustomerTypesForm() {
296        return OfferFormFactory.getGetOfferCustomerTypesForm();
297    }
298    
299    public GetOfferDescriptionsForm getGetOfferDescriptionsForm() {
300        return OfferFormFactory.getGetOfferDescriptionsForm();
301    }
302    
303    public GetOfferForm getGetOfferForm() {
304        return OfferFormFactory.getGetOfferForm();
305    }
306    
307    public GetOfferItemForm getGetOfferItemForm() {
308        return OfferFormFactory.getGetOfferItemForm();
309    }
310    
311    public GetOfferItemPriceForm getGetOfferItemPriceForm() {
312        return OfferFormFactory.getGetOfferItemPriceForm();
313    }
314    
315    public GetOfferItemPricesForm getGetOfferItemPricesForm() {
316        return OfferFormFactory.getGetOfferItemPricesForm();
317    }
318    
319    public GetOfferItemsForm getGetOfferItemsForm() {
320        return OfferFormFactory.getGetOfferItemsForm();
321    }
322    
323    public GetOfferNameElementDescriptionForm getGetOfferNameElementDescriptionForm() {
324        return OfferFormFactory.getGetOfferNameElementDescriptionForm();
325    }
326    
327    public GetOfferNameElementDescriptionsForm getGetOfferNameElementDescriptionsForm() {
328        return OfferFormFactory.getGetOfferNameElementDescriptionsForm();
329    }
330    
331    public GetOfferNameElementForm getGetOfferNameElementForm() {
332        return OfferFormFactory.getGetOfferNameElementForm();
333    }
334    
335    public GetOfferNameElementsForm getGetOfferNameElementsForm() {
336        return OfferFormFactory.getGetOfferNameElementsForm();
337    }
338    
339    public GetOfferUseForm getGetOfferUseForm() {
340        return OfferFormFactory.getGetOfferUseForm();
341    }
342    
343    public GetOfferUsesForm getGetOfferUsesForm() {
344        return OfferFormFactory.getGetOfferUsesForm();
345    }
346    
347    public GetOffersForm getGetOffersForm() {
348        return OfferFormFactory.getGetOffersForm();
349    }
350    
351    public GetSourceChoicesForm getGetSourceChoicesForm() {
352        return OfferFormFactory.getGetSourceChoicesForm();
353    }
354    
355    public GetSourceForm getGetSourceForm() {
356        return OfferFormFactory.getGetSourceForm();
357    }
358    
359    public GetSourcesForm getGetSourcesForm() {
360        return OfferFormFactory.getGetSourcesForm();
361    }
362    
363    public GetUseChoicesForm getGetUseChoicesForm() {
364        return OfferFormFactory.getGetUseChoicesForm();
365    }
366    
367    public GetUseDescriptionsForm getGetUseDescriptionsForm() {
368        return OfferFormFactory.getGetUseDescriptionsForm();
369    }
370    
371    public GetUseForm getGetUseForm() {
372        return OfferFormFactory.getGetUseForm();
373    }
374    
375    public GetUseNameElementDescriptionForm getGetUseNameElementDescriptionForm() {
376        return OfferFormFactory.getGetUseNameElementDescriptionForm();
377    }
378    
379    public GetUseNameElementDescriptionsForm getGetUseNameElementDescriptionsForm() {
380        return OfferFormFactory.getGetUseNameElementDescriptionsForm();
381    }
382    
383    public GetUseNameElementForm getGetUseNameElementForm() {
384        return OfferFormFactory.getGetUseNameElementForm();
385    }
386    
387    public GetUseNameElementsForm getGetUseNameElementsForm() {
388        return OfferFormFactory.getGetUseNameElementsForm();
389    }
390    
391    public GetUseTypeChoicesForm getGetUseTypeChoicesForm() {
392        return OfferFormFactory.getGetUseTypeChoicesForm();
393    }
394    
395    public GetUseTypeDescriptionForm getGetUseTypeDescriptionForm() {
396        return OfferFormFactory.getGetUseTypeDescriptionForm();
397    }
398    
399    public GetUseTypeDescriptionsForm getGetUseTypeDescriptionsForm() {
400        return OfferFormFactory.getGetUseTypeDescriptionsForm();
401    }
402    
403    public GetUseTypeForm getGetUseTypeForm() {
404        return OfferFormFactory.getGetUseTypeForm();
405    }
406    
407    public GetUseTypesForm getGetUseTypesForm() {
408        return OfferFormFactory.getGetUseTypesForm();
409    }
410    
411    public GetUsesForm getGetUsesForm() {
412        return OfferFormFactory.getGetUsesForm();
413    }
414    
415    public SetDefaultOfferCustomerTypeForm getSetDefaultOfferCustomerTypeForm() {
416        return OfferFormFactory.getSetDefaultOfferCustomerTypeForm();
417    }
418    
419    public SetDefaultOfferForm getSetDefaultOfferForm() {
420        return OfferFormFactory.getSetDefaultOfferForm();
421    }
422    
423    public SetDefaultSourceForm getSetDefaultSourceForm() {
424        return OfferFormFactory.getSetDefaultSourceForm();
425    }
426    
427    public SetDefaultUseForm getSetDefaultUseForm() {
428        return OfferFormFactory.getSetDefaultUseForm();
429    }
430    
431    public SetDefaultUseTypeForm getSetDefaultUseTypeForm() {
432        return OfferFormFactory.getSetDefaultUseTypeForm();
433    }
434    
435    public OfferChainTypeSpec getOfferChainTypeSpec() {
436        return OfferSpecFactory.getOfferChainTypeSpec();
437    }
438    
439    public OfferCustomerTypeSpec getOfferCustomerTypeSpec() {
440        return OfferSpecFactory.getOfferCustomerTypeSpec();
441    }
442    
443    public OfferDescriptionSpec getOfferDescriptionSpec() {
444        return OfferSpecFactory.getOfferDescriptionSpec();
445    }
446    
447    public OfferItemPriceSpec getOfferItemPriceSpec() {
448        return OfferSpecFactory.getOfferItemPriceSpec();
449    }
450    
451    public OfferItemSpec getOfferItemSpec() {
452        return OfferSpecFactory.getOfferItemSpec();
453    }
454    
455    public OfferItemUniversalSpec getOfferItemUniversalSpec() {
456        return OfferSpecFactory.getOfferItemUniversalSpec();
457    }
458    
459    public OfferNameElementDescriptionSpec getOfferNameElementDescriptionSpec() {
460        return OfferSpecFactory.getOfferNameElementDescriptionSpec();
461    }
462    
463    public OfferNameElementSpec getOfferNameElementSpec() {
464        return OfferSpecFactory.getOfferNameElementSpec();
465    }
466    
467    public OfferNameElementUniversalSpec getOfferNameElementUniversalSpec() {
468        return OfferSpecFactory.getOfferNameElementUniversalSpec();
469    }
470    
471    public OfferSpec getOfferSpec() {
472        return OfferSpecFactory.getOfferSpec();
473    }
474    
475    public OfferUniversalSpec getOfferUniversalSpec() {
476        return OfferSpecFactory.getOfferUniversalSpec();
477    }
478    
479    public OfferUseSpec getOfferUseSpec() {
480        return OfferSpecFactory.getOfferUseSpec();
481    }
482    
483    public SourceSpec getSourceSpec() {
484        return OfferSpecFactory.getSourceSpec();
485    }
486    
487    public UseDescriptionSpec getUseDescriptionSpec() {
488        return OfferSpecFactory.getUseDescriptionSpec();
489    }
490    
491    public UseNameElementDescriptionSpec getUseNameElementDescriptionSpec() {
492        return OfferSpecFactory.getUseNameElementDescriptionSpec();
493    }
494    
495    public UseNameElementSpec getUseNameElementSpec() {
496        return OfferSpecFactory.getUseNameElementSpec();
497    }
498    
499    public UseNameElementUniversalSpec getUseNameElementUniversalSpec() {
500        return OfferSpecFactory.getUseNameElementUniversalSpec();
501    }
502    
503    public UseSpec getUseSpec() {
504        return OfferSpecFactory.getUseSpec();
505    }
506    
507    public UseTypeDescriptionSpec getUseTypeDescriptionSpec() {
508        return OfferSpecFactory.getUseTypeDescriptionSpec();
509    }
510    
511    public UseTypeSpec getUseTypeSpec() {
512        return OfferSpecFactory.getUseTypeSpec();
513    }
514    
515    public UseTypeUniversalSpec getUseTypeUniversalSpec() {
516        return OfferSpecFactory.getUseTypeUniversalSpec();
517    }
518    
519    public UseUniversalSpec getUseUniversalSpec() {
520        return OfferSpecFactory.getUseUniversalSpec();
521    }
522    
523}