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 * InventoryFormsImpl.java
021 */
022
023package com.echothree.control.user.inventory.server;
024
025import com.echothree.control.user.inventory.common.edit.*;
026import com.echothree.control.user.inventory.common.form.*;
027import com.echothree.control.user.inventory.common.spec.*;
028
029public class InventoryFormsImpl {
030    
031    public AllocationPriorityDescriptionEdit getAllocationPriorityDescriptionEdit() {
032        return InventoryEditFactory.getAllocationPriorityDescriptionEdit();
033    }
034    
035    public AllocationPriorityEdit getAllocationPriorityEdit() {
036        return InventoryEditFactory.getAllocationPriorityEdit();
037    }
038    
039    public InventoryConditionDescriptionEdit getInventoryConditionDescriptionEdit() {
040        return InventoryEditFactory.getInventoryConditionDescriptionEdit();
041    }
042    
043    public InventoryConditionEdit getInventoryConditionEdit() {
044        return InventoryEditFactory.getInventoryConditionEdit();
045    }
046    
047    public InventoryLocationGroupCapacityEdit getInventoryLocationGroupCapacityEdit() {
048        return InventoryEditFactory.getInventoryLocationGroupCapacityEdit();
049    }
050    
051    public InventoryLocationGroupDescriptionEdit getInventoryLocationGroupDescriptionEdit() {
052        return InventoryEditFactory.getInventoryLocationGroupDescriptionEdit();
053    }
054    
055    public InventoryLocationGroupEdit getInventoryLocationGroupEdit() {
056        return InventoryEditFactory.getInventoryLocationGroupEdit();
057    }
058    
059    public InventoryLocationGroupVolumeEdit getInventoryLocationGroupVolumeEdit() {
060        return InventoryEditFactory.getInventoryLocationGroupVolumeEdit();
061    }
062    
063    public LotAliasEdit getLotAliasEdit() {
064        return InventoryEditFactory.getLotAliasEdit();
065    }
066    
067    public LotAliasTypeDescriptionEdit getLotAliasTypeDescriptionEdit() {
068        return InventoryEditFactory.getLotAliasTypeDescriptionEdit();
069    }
070    
071    public LotAliasTypeEdit getLotAliasTypeEdit() {
072        return InventoryEditFactory.getLotAliasTypeEdit();
073    }
074    
075    public LotTimeTypeDescriptionEdit getLotTimeTypeDescriptionEdit() {
076        return InventoryEditFactory.getLotTimeTypeDescriptionEdit();
077    }
078    
079    public LotTimeTypeEdit getLotTimeTypeEdit() {
080        return InventoryEditFactory.getLotTimeTypeEdit();
081    }
082    
083    public PartyInventoryLevelEdit getPartyInventoryLevelEdit() {
084        return InventoryEditFactory.getPartyInventoryLevelEdit();
085    }
086    
087    public CreateAllocationPriorityDescriptionForm getCreateAllocationPriorityDescriptionForm() {
088        return InventoryFormFactory.getCreateAllocationPriorityDescriptionForm();
089    }
090    
091    public CreateAllocationPriorityForm getCreateAllocationPriorityForm() {
092        return InventoryFormFactory.getCreateAllocationPriorityForm();
093    }
094    
095    public CreateInventoryConditionDescriptionForm getCreateInventoryConditionDescriptionForm() {
096        return InventoryFormFactory.getCreateInventoryConditionDescriptionForm();
097    }
098    
099    public CreateInventoryConditionForm getCreateInventoryConditionForm() {
100        return InventoryFormFactory.getCreateInventoryConditionForm();
101    }
102    
103    public CreateInventoryConditionUseForm getCreateInventoryConditionUseForm() {
104        return InventoryFormFactory.getCreateInventoryConditionUseForm();
105    }
106    
107    public CreateInventoryConditionUseTypeDescriptionForm getCreateInventoryConditionUseTypeDescriptionForm() {
108        return InventoryFormFactory.getCreateInventoryConditionUseTypeDescriptionForm();
109    }
110    
111    public CreateInventoryConditionUseTypeForm getCreateInventoryConditionUseTypeForm() {
112        return InventoryFormFactory.getCreateInventoryConditionUseTypeForm();
113    }
114    
115    public CreateInventoryLocationGroupCapacityForm getCreateInventoryLocationGroupCapacityForm() {
116        return InventoryFormFactory.getCreateInventoryLocationGroupCapacityForm();
117    }
118    
119    public CreateInventoryLocationGroupDescriptionForm getCreateInventoryLocationGroupDescriptionForm() {
120        return InventoryFormFactory.getCreateInventoryLocationGroupDescriptionForm();
121    }
122    
123    public CreateInventoryLocationGroupForm getCreateInventoryLocationGroupForm() {
124        return InventoryFormFactory.getCreateInventoryLocationGroupForm();
125    }
126    
127    public CreateInventoryLocationGroupVolumeForm getCreateInventoryLocationGroupVolumeForm() {
128        return InventoryFormFactory.getCreateInventoryLocationGroupVolumeForm();
129    }
130    
131    public CreateLotAliasForm getCreateLotAliasForm() {
132        return InventoryFormFactory.getCreateLotAliasForm();
133    }
134    
135    public CreateLotAliasTypeDescriptionForm getCreateLotAliasTypeDescriptionForm() {
136        return InventoryFormFactory.getCreateLotAliasTypeDescriptionForm();
137    }
138    
139    public CreateLotAliasTypeForm getCreateLotAliasTypeForm() {
140        return InventoryFormFactory.getCreateLotAliasTypeForm();
141    }
142    
143    public CreateLotTimeTypeDescriptionForm getCreateLotTimeTypeDescriptionForm() {
144        return InventoryFormFactory.getCreateLotTimeTypeDescriptionForm();
145    }
146    
147    public CreateLotTimeTypeForm getCreateLotTimeTypeForm() {
148        return InventoryFormFactory.getCreateLotTimeTypeForm();
149    }
150    
151    public CreatePartyInventoryLevelForm getCreatePartyInventoryLevelForm() {
152        return InventoryFormFactory.getCreatePartyInventoryLevelForm();
153    }
154    
155    public DeleteAllocationPriorityDescriptionForm getDeleteAllocationPriorityDescriptionForm() {
156        return InventoryFormFactory.getDeleteAllocationPriorityDescriptionForm();
157    }
158    
159    public DeleteAllocationPriorityForm getDeleteAllocationPriorityForm() {
160        return InventoryFormFactory.getDeleteAllocationPriorityForm();
161    }
162    
163    public DeleteInventoryConditionDescriptionForm getDeleteInventoryConditionDescriptionForm() {
164        return InventoryFormFactory.getDeleteInventoryConditionDescriptionForm();
165    }
166    
167    public DeleteInventoryConditionForm getDeleteInventoryConditionForm() {
168        return InventoryFormFactory.getDeleteInventoryConditionForm();
169    }
170    
171    public DeleteInventoryConditionUseForm getDeleteInventoryConditionUseForm() {
172        return InventoryFormFactory.getDeleteInventoryConditionUseForm();
173    }
174    
175    public DeleteInventoryLocationGroupCapacityForm getDeleteInventoryLocationGroupCapacityForm() {
176        return InventoryFormFactory.getDeleteInventoryLocationGroupCapacityForm();
177    }
178    
179    public DeleteInventoryLocationGroupDescriptionForm getDeleteInventoryLocationGroupDescriptionForm() {
180        return InventoryFormFactory.getDeleteInventoryLocationGroupDescriptionForm();
181    }
182    
183    public DeleteInventoryLocationGroupForm getDeleteInventoryLocationGroupForm() {
184        return InventoryFormFactory.getDeleteInventoryLocationGroupForm();
185    }
186    
187    public DeleteInventoryLocationGroupVolumeForm getDeleteInventoryLocationGroupVolumeForm() {
188        return InventoryFormFactory.getDeleteInventoryLocationGroupVolumeForm();
189    }
190    
191    public DeleteLotAliasForm getDeleteLotAliasForm() {
192        return InventoryFormFactory.getDeleteLotAliasForm();
193    }
194    
195    public DeleteLotAliasTypeDescriptionForm getDeleteLotAliasTypeDescriptionForm() {
196        return InventoryFormFactory.getDeleteLotAliasTypeDescriptionForm();
197    }
198    
199    public DeleteLotAliasTypeForm getDeleteLotAliasTypeForm() {
200        return InventoryFormFactory.getDeleteLotAliasTypeForm();
201    }
202    
203    public DeleteLotTimeTypeDescriptionForm getDeleteLotTimeTypeDescriptionForm() {
204        return InventoryFormFactory.getDeleteLotTimeTypeDescriptionForm();
205    }
206    
207    public DeleteLotTimeTypeForm getDeleteLotTimeTypeForm() {
208        return InventoryFormFactory.getDeleteLotTimeTypeForm();
209    }
210    
211    public DeletePartyInventoryLevelForm getDeletePartyInventoryLevelForm() {
212        return InventoryFormFactory.getDeletePartyInventoryLevelForm();
213    }
214    
215    public EditAllocationPriorityDescriptionForm getEditAllocationPriorityDescriptionForm() {
216        return InventoryFormFactory.getEditAllocationPriorityDescriptionForm();
217    }
218    
219    public EditAllocationPriorityForm getEditAllocationPriorityForm() {
220        return InventoryFormFactory.getEditAllocationPriorityForm();
221    }
222    
223    public EditInventoryConditionDescriptionForm getEditInventoryConditionDescriptionForm() {
224        return InventoryFormFactory.getEditInventoryConditionDescriptionForm();
225    }
226    
227    public EditInventoryConditionForm getEditInventoryConditionForm() {
228        return InventoryFormFactory.getEditInventoryConditionForm();
229    }
230    
231    public EditInventoryLocationGroupCapacityForm getEditInventoryLocationGroupCapacityForm() {
232        return InventoryFormFactory.getEditInventoryLocationGroupCapacityForm();
233    }
234    
235    public EditInventoryLocationGroupDescriptionForm getEditInventoryLocationGroupDescriptionForm() {
236        return InventoryFormFactory.getEditInventoryLocationGroupDescriptionForm();
237    }
238    
239    public EditInventoryLocationGroupForm getEditInventoryLocationGroupForm() {
240        return InventoryFormFactory.getEditInventoryLocationGroupForm();
241    }
242    
243    public EditInventoryLocationGroupVolumeForm getEditInventoryLocationGroupVolumeForm() {
244        return InventoryFormFactory.getEditInventoryLocationGroupVolumeForm();
245    }
246    
247    public EditLotAliasForm getEditLotAliasForm() {
248        return InventoryFormFactory.getEditLotAliasForm();
249    }
250    
251    public EditLotAliasTypeDescriptionForm getEditLotAliasTypeDescriptionForm() {
252        return InventoryFormFactory.getEditLotAliasTypeDescriptionForm();
253    }
254    
255    public EditLotAliasTypeForm getEditLotAliasTypeForm() {
256        return InventoryFormFactory.getEditLotAliasTypeForm();
257    }
258    
259    public EditLotTimeTypeDescriptionForm getEditLotTimeTypeDescriptionForm() {
260        return InventoryFormFactory.getEditLotTimeTypeDescriptionForm();
261    }
262    
263    public EditLotTimeTypeForm getEditLotTimeTypeForm() {
264        return InventoryFormFactory.getEditLotTimeTypeForm();
265    }
266    
267    public EditPartyInventoryLevelForm getEditPartyInventoryLevelForm() {
268        return InventoryFormFactory.getEditPartyInventoryLevelForm();
269    }
270    
271    public GetAllocationPrioritiesForm getGetAllocationPrioritiesForm() {
272        return InventoryFormFactory.getGetAllocationPrioritiesForm();
273    }
274    
275    public GetAllocationPriorityChoicesForm getGetAllocationPriorityChoicesForm() {
276        return InventoryFormFactory.getGetAllocationPriorityChoicesForm();
277    }
278    
279    public GetAllocationPriorityDescriptionForm getGetAllocationPriorityDescriptionForm() {
280        return InventoryFormFactory.getGetAllocationPriorityDescriptionForm();
281    }
282    
283    public GetAllocationPriorityDescriptionsForm getGetAllocationPriorityDescriptionsForm() {
284        return InventoryFormFactory.getGetAllocationPriorityDescriptionsForm();
285    }
286    
287    public GetAllocationPriorityForm getGetAllocationPriorityForm() {
288        return InventoryFormFactory.getGetAllocationPriorityForm();
289    }
290    
291    public GetInventoryConditionChoicesForm getGetInventoryConditionChoicesForm() {
292        return InventoryFormFactory.getGetInventoryConditionChoicesForm();
293    }
294    
295    public GetInventoryConditionDescriptionForm getGetInventoryConditionDescriptionForm() {
296        return InventoryFormFactory.getGetInventoryConditionDescriptionForm();
297    }
298    
299    public GetInventoryConditionDescriptionsForm getGetInventoryConditionDescriptionsForm() {
300        return InventoryFormFactory.getGetInventoryConditionDescriptionsForm();
301    }
302    
303    public GetInventoryConditionForm getGetInventoryConditionForm() {
304        return InventoryFormFactory.getGetInventoryConditionForm();
305    }
306    
307    public GetInventoryConditionUseTypeChoicesForm getGetInventoryConditionUseTypeChoicesForm() {
308        return InventoryFormFactory.getGetInventoryConditionUseTypeChoicesForm();
309    }
310    
311    public GetInventoryConditionUseTypesForm getGetInventoryConditionUseTypesForm() {
312        return InventoryFormFactory.getGetInventoryConditionUseTypesForm();
313    }
314    
315    public GetInventoryConditionUsesForm getGetInventoryConditionUsesForm() {
316        return InventoryFormFactory.getGetInventoryConditionUsesForm();
317    }
318    
319    public GetInventoryConditionsForm getGetInventoryConditionsForm() {
320        return InventoryFormFactory.getGetInventoryConditionsForm();
321    }
322    
323    public GetInventoryLocationGroupCapacitiesForm getGetInventoryLocationGroupCapacitiesForm() {
324        return InventoryFormFactory.getGetInventoryLocationGroupCapacitiesForm();
325    }
326    
327    public GetInventoryLocationGroupChoicesForm getGetInventoryLocationGroupChoicesForm() {
328        return InventoryFormFactory.getGetInventoryLocationGroupChoicesForm();
329    }
330    
331    public GetInventoryLocationGroupDescriptionsForm getGetInventoryLocationGroupDescriptionsForm() {
332        return InventoryFormFactory.getGetInventoryLocationGroupDescriptionsForm();
333    }
334    
335    public GetInventoryLocationGroupForm getGetInventoryLocationGroupForm() {
336        return InventoryFormFactory.getGetInventoryLocationGroupForm();
337    }
338    
339    public GetInventoryLocationGroupStatusChoicesForm getGetInventoryLocationGroupStatusChoicesForm() {
340        return InventoryFormFactory.getGetInventoryLocationGroupStatusChoicesForm();
341    }
342    
343    public GetInventoryLocationGroupsForm getGetInventoryLocationGroupsForm() {
344        return InventoryFormFactory.getGetInventoryLocationGroupsForm();
345    }
346    
347    public GetLotAliasForm getGetLotAliasForm() {
348        return InventoryFormFactory.getGetLotAliasForm();
349    }
350    
351    public GetLotAliasTypeChoicesForm getGetLotAliasTypeChoicesForm() {
352        return InventoryFormFactory.getGetLotAliasTypeChoicesForm();
353    }
354    
355    public GetLotAliasTypeDescriptionForm getGetLotAliasTypeDescriptionForm() {
356        return InventoryFormFactory.getGetLotAliasTypeDescriptionForm();
357    }
358    
359    public GetLotAliasTypeDescriptionsForm getGetLotAliasTypeDescriptionsForm() {
360        return InventoryFormFactory.getGetLotAliasTypeDescriptionsForm();
361    }
362    
363    public GetLotAliasTypeForm getGetLotAliasTypeForm() {
364        return InventoryFormFactory.getGetLotAliasTypeForm();
365    }
366    
367    public GetLotAliasTypesForm getGetLotAliasTypesForm() {
368        return InventoryFormFactory.getGetLotAliasTypesForm();
369    }
370    
371    public GetLotAliasesForm getGetLotAliasesForm() {
372        return InventoryFormFactory.getGetLotAliasesForm();
373    }
374    
375    public GetLotForm getGetLotForm() {
376        return InventoryFormFactory.getGetLotForm();
377    }
378    
379    public GetLotTimeTypeChoicesForm getGetLotTimeTypeChoicesForm() {
380        return InventoryFormFactory.getGetLotTimeTypeChoicesForm();
381    }
382    
383    public GetLotTimeTypeDescriptionForm getGetLotTimeTypeDescriptionForm() {
384        return InventoryFormFactory.getGetLotTimeTypeDescriptionForm();
385    }
386    
387    public GetLotTimeTypeDescriptionsForm getGetLotTimeTypeDescriptionsForm() {
388        return InventoryFormFactory.getGetLotTimeTypeDescriptionsForm();
389    }
390    
391    public GetLotTimeTypeForm getGetLotTimeTypeForm() {
392        return InventoryFormFactory.getGetLotTimeTypeForm();
393    }
394    
395    public GetLotTimeTypesForm getGetLotTimeTypesForm() {
396        return InventoryFormFactory.getGetLotTimeTypesForm();
397    }
398    
399    public GetLotsForm getGetLotsForm() {
400        return InventoryFormFactory.getGetLotsForm();
401    }
402    
403    public GetPartyInventoryLevelForm getGetPartyInventoryLevelForm() {
404        return InventoryFormFactory.getGetPartyInventoryLevelForm();
405    }
406    
407    public GetPartyInventoryLevelsForm getGetPartyInventoryLevelsForm() {
408        return InventoryFormFactory.getGetPartyInventoryLevelsForm();
409    }
410    
411    public SetDefaultAllocationPriorityForm getSetDefaultAllocationPriorityForm() {
412        return InventoryFormFactory.getSetDefaultAllocationPriorityForm();
413    }
414    
415    public SetDefaultInventoryConditionForm getSetDefaultInventoryConditionForm() {
416        return InventoryFormFactory.getSetDefaultInventoryConditionForm();
417    }
418    
419    public SetDefaultInventoryConditionUseForm getSetDefaultInventoryConditionUseForm() {
420        return InventoryFormFactory.getSetDefaultInventoryConditionUseForm();
421    }
422    
423    public SetDefaultInventoryLocationGroupForm getSetDefaultInventoryLocationGroupForm() {
424        return InventoryFormFactory.getSetDefaultInventoryLocationGroupForm();
425    }
426    
427    public SetDefaultLotAliasTypeForm getSetDefaultLotAliasTypeForm() {
428        return InventoryFormFactory.getSetDefaultLotAliasTypeForm();
429    }
430    
431    public SetDefaultLotTimeTypeForm getSetDefaultLotTimeTypeForm() {
432        return InventoryFormFactory.getSetDefaultLotTimeTypeForm();
433    }
434    
435    public SetInventoryLocationGroupStatusForm getSetInventoryLocationGroupStatusForm() {
436        return InventoryFormFactory.getSetInventoryLocationGroupStatusForm();
437    }
438    
439    public AllocationPriorityDescriptionSpec getAllocationPriorityDescriptionSpec() {
440        return InventorySpecFactory.getAllocationPriorityDescriptionSpec();
441    }
442    
443    public AllocationPrioritySpec getAllocationPrioritySpec() {
444        return InventorySpecFactory.getAllocationPrioritySpec();
445    }
446    
447    public AllocationPriorityUniversalSpec getAllocationPriorityUniversalSpec() {
448        return InventorySpecFactory.getAllocationPriorityUniversalSpec();
449    }
450    
451    public InventoryConditionDescriptionSpec getInventoryConditionDescriptionSpec() {
452        return InventorySpecFactory.getInventoryConditionDescriptionSpec();
453    }
454    
455    public InventoryConditionSpec getInventoryConditionSpec() {
456        return InventorySpecFactory.getInventoryConditionSpec();
457    }
458    
459    public InventoryConditionUniversalSpec getInventoryConditionUniversalSpec() {
460        return InventorySpecFactory.getInventoryConditionUniversalSpec();
461    }
462    
463    public InventoryConditionUseSpec getInventoryConditionUseSpec() {
464        return InventorySpecFactory.getInventoryConditionUseSpec();
465    }
466    
467    public InventoryConditionUseTypeSpec getInventoryConditionUseTypeSpec() {
468        return InventorySpecFactory.getInventoryConditionUseTypeSpec();
469    }
470    
471    public InventoryLocationGroupCapacitySpec getInventoryLocationGroupCapacitySpec() {
472        return InventorySpecFactory.getInventoryLocationGroupCapacitySpec();
473    }
474    
475    public InventoryLocationGroupDescriptionSpec getInventoryLocationGroupDescriptionSpec() {
476        return InventorySpecFactory.getInventoryLocationGroupDescriptionSpec();
477    }
478    
479    public InventoryLocationGroupSpec getInventoryLocationGroupSpec() {
480        return InventorySpecFactory.getInventoryLocationGroupSpec();
481    }
482    
483    public LotAliasSpec getLotAliasSpec() {
484        return InventorySpecFactory.getLotAliasSpec();
485    }
486    
487    public LotAliasTypeDescriptionSpec getLotAliasTypeDescriptionSpec() {
488        return InventorySpecFactory.getLotAliasTypeDescriptionSpec();
489    }
490    
491    public LotAliasTypeSpec getLotAliasTypeSpec() {
492        return InventorySpecFactory.getLotAliasTypeSpec();
493    }
494    
495    public LotSpec getLotSpec() {
496        return InventorySpecFactory.getLotSpec();
497    }
498    
499    public LotTimeTypeDescriptionSpec getLotTimeTypeDescriptionSpec() {
500        return InventorySpecFactory.getLotTimeTypeDescriptionSpec();
501    }
502    
503    public LotTimeTypeSpec getLotTimeTypeSpec() {
504        return InventorySpecFactory.getLotTimeTypeSpec();
505    }
506    
507    public LotUniversalSpec getLotUniversalSpec() {
508        return InventorySpecFactory.getLotUniversalSpec();
509    }
510    
511    public PartyInventoryLevelSpec getPartyInventoryLevelSpec() {
512        return InventorySpecFactory.getPartyInventoryLevelSpec();
513    }
514    
515}