001// --------------------------------------------------------------------------------
002// Copyright 2002-2026 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 InventoryAdjustmentTypeDescriptionEdit getInventoryAdjustmentTypeDescriptionEdit() {
040        return InventoryEditFactory.getInventoryAdjustmentTypeDescriptionEdit();
041    }
042    
043    public InventoryAdjustmentTypeEdit getInventoryAdjustmentTypeEdit() {
044        return InventoryEditFactory.getInventoryAdjustmentTypeEdit();
045    }
046    
047    public InventoryConditionDescriptionEdit getInventoryConditionDescriptionEdit() {
048        return InventoryEditFactory.getInventoryConditionDescriptionEdit();
049    }
050    
051    public InventoryConditionEdit getInventoryConditionEdit() {
052        return InventoryEditFactory.getInventoryConditionEdit();
053    }
054    
055    public InventoryLocationGroupCapacityEdit getInventoryLocationGroupCapacityEdit() {
056        return InventoryEditFactory.getInventoryLocationGroupCapacityEdit();
057    }
058    
059    public InventoryLocationGroupDescriptionEdit getInventoryLocationGroupDescriptionEdit() {
060        return InventoryEditFactory.getInventoryLocationGroupDescriptionEdit();
061    }
062    
063    public InventoryLocationGroupEdit getInventoryLocationGroupEdit() {
064        return InventoryEditFactory.getInventoryLocationGroupEdit();
065    }
066    
067    public InventoryLocationGroupVolumeEdit getInventoryLocationGroupVolumeEdit() {
068        return InventoryEditFactory.getInventoryLocationGroupVolumeEdit();
069    }
070    
071    public InventoryTransactionTypeDescriptionEdit getInventoryTransactionTypeDescriptionEdit() {
072        return InventoryEditFactory.getInventoryTransactionTypeDescriptionEdit();
073    }
074    
075    public InventoryTransactionTypeEdit getInventoryTransactionTypeEdit() {
076        return InventoryEditFactory.getInventoryTransactionTypeEdit();
077    }
078    
079    public LotAliasEdit getLotAliasEdit() {
080        return InventoryEditFactory.getLotAliasEdit();
081    }
082    
083    public LotAliasTypeDescriptionEdit getLotAliasTypeDescriptionEdit() {
084        return InventoryEditFactory.getLotAliasTypeDescriptionEdit();
085    }
086    
087    public LotAliasTypeEdit getLotAliasTypeEdit() {
088        return InventoryEditFactory.getLotAliasTypeEdit();
089    }
090    
091    public LotTimeTypeDescriptionEdit getLotTimeTypeDescriptionEdit() {
092        return InventoryEditFactory.getLotTimeTypeDescriptionEdit();
093    }
094    
095    public LotTimeTypeEdit getLotTimeTypeEdit() {
096        return InventoryEditFactory.getLotTimeTypeEdit();
097    }
098    
099    public PartyInventoryLevelEdit getPartyInventoryLevelEdit() {
100        return InventoryEditFactory.getPartyInventoryLevelEdit();
101    }
102    
103    public CreateAllocationPriorityDescriptionForm getCreateAllocationPriorityDescriptionForm() {
104        return InventoryFormFactory.getCreateAllocationPriorityDescriptionForm();
105    }
106    
107    public CreateAllocationPriorityForm getCreateAllocationPriorityForm() {
108        return InventoryFormFactory.getCreateAllocationPriorityForm();
109    }
110    
111    public CreateInventoryAdjustmentTypeDescriptionForm getCreateInventoryAdjustmentTypeDescriptionForm() {
112        return InventoryFormFactory.getCreateInventoryAdjustmentTypeDescriptionForm();
113    }
114    
115    public CreateInventoryAdjustmentTypeForm getCreateInventoryAdjustmentTypeForm() {
116        return InventoryFormFactory.getCreateInventoryAdjustmentTypeForm();
117    }
118    
119    public CreateInventoryConditionDescriptionForm getCreateInventoryConditionDescriptionForm() {
120        return InventoryFormFactory.getCreateInventoryConditionDescriptionForm();
121    }
122    
123    public CreateInventoryConditionForm getCreateInventoryConditionForm() {
124        return InventoryFormFactory.getCreateInventoryConditionForm();
125    }
126    
127    public CreateInventoryConditionUseForm getCreateInventoryConditionUseForm() {
128        return InventoryFormFactory.getCreateInventoryConditionUseForm();
129    }
130    
131    public CreateInventoryConditionUseTypeDescriptionForm getCreateInventoryConditionUseTypeDescriptionForm() {
132        return InventoryFormFactory.getCreateInventoryConditionUseTypeDescriptionForm();
133    }
134    
135    public CreateInventoryConditionUseTypeForm getCreateInventoryConditionUseTypeForm() {
136        return InventoryFormFactory.getCreateInventoryConditionUseTypeForm();
137    }
138    
139    public CreateInventoryLocationGroupCapacityForm getCreateInventoryLocationGroupCapacityForm() {
140        return InventoryFormFactory.getCreateInventoryLocationGroupCapacityForm();
141    }
142    
143    public CreateInventoryLocationGroupDescriptionForm getCreateInventoryLocationGroupDescriptionForm() {
144        return InventoryFormFactory.getCreateInventoryLocationGroupDescriptionForm();
145    }
146    
147    public CreateInventoryLocationGroupForm getCreateInventoryLocationGroupForm() {
148        return InventoryFormFactory.getCreateInventoryLocationGroupForm();
149    }
150    
151    public CreateInventoryLocationGroupVolumeForm getCreateInventoryLocationGroupVolumeForm() {
152        return InventoryFormFactory.getCreateInventoryLocationGroupVolumeForm();
153    }
154    
155    public CreateInventoryTransactionTypeDescriptionForm getCreateInventoryTransactionTypeDescriptionForm() {
156        return InventoryFormFactory.getCreateInventoryTransactionTypeDescriptionForm();
157    }
158    
159    public CreateInventoryTransactionTypeForm getCreateInventoryTransactionTypeForm() {
160        return InventoryFormFactory.getCreateInventoryTransactionTypeForm();
161    }
162    
163    public CreateLotAliasForm getCreateLotAliasForm() {
164        return InventoryFormFactory.getCreateLotAliasForm();
165    }
166    
167    public CreateLotAliasTypeDescriptionForm getCreateLotAliasTypeDescriptionForm() {
168        return InventoryFormFactory.getCreateLotAliasTypeDescriptionForm();
169    }
170    
171    public CreateLotAliasTypeForm getCreateLotAliasTypeForm() {
172        return InventoryFormFactory.getCreateLotAliasTypeForm();
173    }
174    
175    public CreateLotTimeTypeDescriptionForm getCreateLotTimeTypeDescriptionForm() {
176        return InventoryFormFactory.getCreateLotTimeTypeDescriptionForm();
177    }
178    
179    public CreateLotTimeTypeForm getCreateLotTimeTypeForm() {
180        return InventoryFormFactory.getCreateLotTimeTypeForm();
181    }
182    
183    public CreatePartyInventoryLevelForm getCreatePartyInventoryLevelForm() {
184        return InventoryFormFactory.getCreatePartyInventoryLevelForm();
185    }
186    
187    public DeleteAllocationPriorityDescriptionForm getDeleteAllocationPriorityDescriptionForm() {
188        return InventoryFormFactory.getDeleteAllocationPriorityDescriptionForm();
189    }
190    
191    public DeleteAllocationPriorityForm getDeleteAllocationPriorityForm() {
192        return InventoryFormFactory.getDeleteAllocationPriorityForm();
193    }
194    
195    public DeleteInventoryAdjustmentTypeDescriptionForm getDeleteInventoryAdjustmentTypeDescriptionForm() {
196        return InventoryFormFactory.getDeleteInventoryAdjustmentTypeDescriptionForm();
197    }
198    
199    public DeleteInventoryAdjustmentTypeForm getDeleteInventoryAdjustmentTypeForm() {
200        return InventoryFormFactory.getDeleteInventoryAdjustmentTypeForm();
201    }
202    
203    public DeleteInventoryConditionDescriptionForm getDeleteInventoryConditionDescriptionForm() {
204        return InventoryFormFactory.getDeleteInventoryConditionDescriptionForm();
205    }
206    
207    public DeleteInventoryConditionForm getDeleteInventoryConditionForm() {
208        return InventoryFormFactory.getDeleteInventoryConditionForm();
209    }
210    
211    public DeleteInventoryConditionUseForm getDeleteInventoryConditionUseForm() {
212        return InventoryFormFactory.getDeleteInventoryConditionUseForm();
213    }
214    
215    public DeleteInventoryLocationGroupCapacityForm getDeleteInventoryLocationGroupCapacityForm() {
216        return InventoryFormFactory.getDeleteInventoryLocationGroupCapacityForm();
217    }
218    
219    public DeleteInventoryLocationGroupDescriptionForm getDeleteInventoryLocationGroupDescriptionForm() {
220        return InventoryFormFactory.getDeleteInventoryLocationGroupDescriptionForm();
221    }
222    
223    public DeleteInventoryLocationGroupForm getDeleteInventoryLocationGroupForm() {
224        return InventoryFormFactory.getDeleteInventoryLocationGroupForm();
225    }
226    
227    public DeleteInventoryLocationGroupVolumeForm getDeleteInventoryLocationGroupVolumeForm() {
228        return InventoryFormFactory.getDeleteInventoryLocationGroupVolumeForm();
229    }
230    
231    public DeleteInventoryTransactionTypeDescriptionForm getDeleteInventoryTransactionTypeDescriptionForm() {
232        return InventoryFormFactory.getDeleteInventoryTransactionTypeDescriptionForm();
233    }
234    
235    public DeleteInventoryTransactionTypeForm getDeleteInventoryTransactionTypeForm() {
236        return InventoryFormFactory.getDeleteInventoryTransactionTypeForm();
237    }
238    
239    public DeleteLotAliasForm getDeleteLotAliasForm() {
240        return InventoryFormFactory.getDeleteLotAliasForm();
241    }
242    
243    public DeleteLotAliasTypeDescriptionForm getDeleteLotAliasTypeDescriptionForm() {
244        return InventoryFormFactory.getDeleteLotAliasTypeDescriptionForm();
245    }
246    
247    public DeleteLotAliasTypeForm getDeleteLotAliasTypeForm() {
248        return InventoryFormFactory.getDeleteLotAliasTypeForm();
249    }
250    
251    public DeleteLotTimeTypeDescriptionForm getDeleteLotTimeTypeDescriptionForm() {
252        return InventoryFormFactory.getDeleteLotTimeTypeDescriptionForm();
253    }
254    
255    public DeleteLotTimeTypeForm getDeleteLotTimeTypeForm() {
256        return InventoryFormFactory.getDeleteLotTimeTypeForm();
257    }
258    
259    public DeletePartyInventoryLevelForm getDeletePartyInventoryLevelForm() {
260        return InventoryFormFactory.getDeletePartyInventoryLevelForm();
261    }
262    
263    public EditAllocationPriorityDescriptionForm getEditAllocationPriorityDescriptionForm() {
264        return InventoryFormFactory.getEditAllocationPriorityDescriptionForm();
265    }
266    
267    public EditAllocationPriorityForm getEditAllocationPriorityForm() {
268        return InventoryFormFactory.getEditAllocationPriorityForm();
269    }
270    
271    public EditInventoryAdjustmentTypeDescriptionForm getEditInventoryAdjustmentTypeDescriptionForm() {
272        return InventoryFormFactory.getEditInventoryAdjustmentTypeDescriptionForm();
273    }
274    
275    public EditInventoryAdjustmentTypeForm getEditInventoryAdjustmentTypeForm() {
276        return InventoryFormFactory.getEditInventoryAdjustmentTypeForm();
277    }
278    
279    public EditInventoryConditionDescriptionForm getEditInventoryConditionDescriptionForm() {
280        return InventoryFormFactory.getEditInventoryConditionDescriptionForm();
281    }
282    
283    public EditInventoryConditionForm getEditInventoryConditionForm() {
284        return InventoryFormFactory.getEditInventoryConditionForm();
285    }
286    
287    public EditInventoryLocationGroupCapacityForm getEditInventoryLocationGroupCapacityForm() {
288        return InventoryFormFactory.getEditInventoryLocationGroupCapacityForm();
289    }
290    
291    public EditInventoryLocationGroupDescriptionForm getEditInventoryLocationGroupDescriptionForm() {
292        return InventoryFormFactory.getEditInventoryLocationGroupDescriptionForm();
293    }
294    
295    public EditInventoryLocationGroupForm getEditInventoryLocationGroupForm() {
296        return InventoryFormFactory.getEditInventoryLocationGroupForm();
297    }
298    
299    public EditInventoryLocationGroupVolumeForm getEditInventoryLocationGroupVolumeForm() {
300        return InventoryFormFactory.getEditInventoryLocationGroupVolumeForm();
301    }
302    
303    public EditInventoryTransactionTypeDescriptionForm getEditInventoryTransactionTypeDescriptionForm() {
304        return InventoryFormFactory.getEditInventoryTransactionTypeDescriptionForm();
305    }
306    
307    public EditInventoryTransactionTypeForm getEditInventoryTransactionTypeForm() {
308        return InventoryFormFactory.getEditInventoryTransactionTypeForm();
309    }
310    
311    public EditLotAliasForm getEditLotAliasForm() {
312        return InventoryFormFactory.getEditLotAliasForm();
313    }
314    
315    public EditLotAliasTypeDescriptionForm getEditLotAliasTypeDescriptionForm() {
316        return InventoryFormFactory.getEditLotAliasTypeDescriptionForm();
317    }
318    
319    public EditLotAliasTypeForm getEditLotAliasTypeForm() {
320        return InventoryFormFactory.getEditLotAliasTypeForm();
321    }
322    
323    public EditLotTimeTypeDescriptionForm getEditLotTimeTypeDescriptionForm() {
324        return InventoryFormFactory.getEditLotTimeTypeDescriptionForm();
325    }
326    
327    public EditLotTimeTypeForm getEditLotTimeTypeForm() {
328        return InventoryFormFactory.getEditLotTimeTypeForm();
329    }
330    
331    public EditPartyInventoryLevelForm getEditPartyInventoryLevelForm() {
332        return InventoryFormFactory.getEditPartyInventoryLevelForm();
333    }
334    
335    public GetAllocationPrioritiesForm getGetAllocationPrioritiesForm() {
336        return InventoryFormFactory.getGetAllocationPrioritiesForm();
337    }
338    
339    public GetAllocationPriorityChoicesForm getGetAllocationPriorityChoicesForm() {
340        return InventoryFormFactory.getGetAllocationPriorityChoicesForm();
341    }
342    
343    public GetAllocationPriorityDescriptionForm getGetAllocationPriorityDescriptionForm() {
344        return InventoryFormFactory.getGetAllocationPriorityDescriptionForm();
345    }
346    
347    public GetAllocationPriorityDescriptionsForm getGetAllocationPriorityDescriptionsForm() {
348        return InventoryFormFactory.getGetAllocationPriorityDescriptionsForm();
349    }
350    
351    public GetAllocationPriorityForm getGetAllocationPriorityForm() {
352        return InventoryFormFactory.getGetAllocationPriorityForm();
353    }
354    
355    public GetInventoryAdjustmentTypeChoicesForm getGetInventoryAdjustmentTypeChoicesForm() {
356        return InventoryFormFactory.getGetInventoryAdjustmentTypeChoicesForm();
357    }
358    
359    public GetInventoryAdjustmentTypeDescriptionForm getGetInventoryAdjustmentTypeDescriptionForm() {
360        return InventoryFormFactory.getGetInventoryAdjustmentTypeDescriptionForm();
361    }
362    
363    public GetInventoryAdjustmentTypeDescriptionsForm getGetInventoryAdjustmentTypeDescriptionsForm() {
364        return InventoryFormFactory.getGetInventoryAdjustmentTypeDescriptionsForm();
365    }
366    
367    public GetInventoryAdjustmentTypeForm getGetInventoryAdjustmentTypeForm() {
368        return InventoryFormFactory.getGetInventoryAdjustmentTypeForm();
369    }
370    
371    public GetInventoryAdjustmentTypesForm getGetInventoryAdjustmentTypesForm() {
372        return InventoryFormFactory.getGetInventoryAdjustmentTypesForm();
373    }
374    
375    public GetInventoryConditionChoicesForm getGetInventoryConditionChoicesForm() {
376        return InventoryFormFactory.getGetInventoryConditionChoicesForm();
377    }
378    
379    public GetInventoryConditionDescriptionForm getGetInventoryConditionDescriptionForm() {
380        return InventoryFormFactory.getGetInventoryConditionDescriptionForm();
381    }
382    
383    public GetInventoryConditionDescriptionsForm getGetInventoryConditionDescriptionsForm() {
384        return InventoryFormFactory.getGetInventoryConditionDescriptionsForm();
385    }
386    
387    public GetInventoryConditionForm getGetInventoryConditionForm() {
388        return InventoryFormFactory.getGetInventoryConditionForm();
389    }
390    
391    public GetInventoryConditionUseTypeChoicesForm getGetInventoryConditionUseTypeChoicesForm() {
392        return InventoryFormFactory.getGetInventoryConditionUseTypeChoicesForm();
393    }
394    
395    public GetInventoryConditionUseTypesForm getGetInventoryConditionUseTypesForm() {
396        return InventoryFormFactory.getGetInventoryConditionUseTypesForm();
397    }
398    
399    public GetInventoryConditionUsesForm getGetInventoryConditionUsesForm() {
400        return InventoryFormFactory.getGetInventoryConditionUsesForm();
401    }
402    
403    public GetInventoryConditionsForm getGetInventoryConditionsForm() {
404        return InventoryFormFactory.getGetInventoryConditionsForm();
405    }
406    
407    public GetInventoryLocationGroupCapacitiesForm getGetInventoryLocationGroupCapacitiesForm() {
408        return InventoryFormFactory.getGetInventoryLocationGroupCapacitiesForm();
409    }
410    
411    public GetInventoryLocationGroupChoicesForm getGetInventoryLocationGroupChoicesForm() {
412        return InventoryFormFactory.getGetInventoryLocationGroupChoicesForm();
413    }
414    
415    public GetInventoryLocationGroupDescriptionsForm getGetInventoryLocationGroupDescriptionsForm() {
416        return InventoryFormFactory.getGetInventoryLocationGroupDescriptionsForm();
417    }
418    
419    public GetInventoryLocationGroupForm getGetInventoryLocationGroupForm() {
420        return InventoryFormFactory.getGetInventoryLocationGroupForm();
421    }
422    
423    public GetInventoryLocationGroupStatusChoicesForm getGetInventoryLocationGroupStatusChoicesForm() {
424        return InventoryFormFactory.getGetInventoryLocationGroupStatusChoicesForm();
425    }
426    
427    public GetInventoryLocationGroupsForm getGetInventoryLocationGroupsForm() {
428        return InventoryFormFactory.getGetInventoryLocationGroupsForm();
429    }
430    
431    public GetInventoryTransactionTypeChoicesForm getGetInventoryTransactionTypeChoicesForm() {
432        return InventoryFormFactory.getGetInventoryTransactionTypeChoicesForm();
433    }
434    
435    public GetInventoryTransactionTypeDescriptionForm getGetInventoryTransactionTypeDescriptionForm() {
436        return InventoryFormFactory.getGetInventoryTransactionTypeDescriptionForm();
437    }
438    
439    public GetInventoryTransactionTypeDescriptionsForm getGetInventoryTransactionTypeDescriptionsForm() {
440        return InventoryFormFactory.getGetInventoryTransactionTypeDescriptionsForm();
441    }
442    
443    public GetInventoryTransactionTypeForm getGetInventoryTransactionTypeForm() {
444        return InventoryFormFactory.getGetInventoryTransactionTypeForm();
445    }
446    
447    public GetInventoryTransactionTypesForm getGetInventoryTransactionTypesForm() {
448        return InventoryFormFactory.getGetInventoryTransactionTypesForm();
449    }
450    
451    public GetLotAliasForm getGetLotAliasForm() {
452        return InventoryFormFactory.getGetLotAliasForm();
453    }
454    
455    public GetLotAliasTypeChoicesForm getGetLotAliasTypeChoicesForm() {
456        return InventoryFormFactory.getGetLotAliasTypeChoicesForm();
457    }
458    
459    public GetLotAliasTypeDescriptionForm getGetLotAliasTypeDescriptionForm() {
460        return InventoryFormFactory.getGetLotAliasTypeDescriptionForm();
461    }
462    
463    public GetLotAliasTypeDescriptionsForm getGetLotAliasTypeDescriptionsForm() {
464        return InventoryFormFactory.getGetLotAliasTypeDescriptionsForm();
465    }
466    
467    public GetLotAliasTypeForm getGetLotAliasTypeForm() {
468        return InventoryFormFactory.getGetLotAliasTypeForm();
469    }
470    
471    public GetLotAliasTypesForm getGetLotAliasTypesForm() {
472        return InventoryFormFactory.getGetLotAliasTypesForm();
473    }
474    
475    public GetLotAliasesForm getGetLotAliasesForm() {
476        return InventoryFormFactory.getGetLotAliasesForm();
477    }
478    
479    public GetLotForm getGetLotForm() {
480        return InventoryFormFactory.getGetLotForm();
481    }
482    
483    public GetLotTimeTypeChoicesForm getGetLotTimeTypeChoicesForm() {
484        return InventoryFormFactory.getGetLotTimeTypeChoicesForm();
485    }
486    
487    public GetLotTimeTypeDescriptionForm getGetLotTimeTypeDescriptionForm() {
488        return InventoryFormFactory.getGetLotTimeTypeDescriptionForm();
489    }
490    
491    public GetLotTimeTypeDescriptionsForm getGetLotTimeTypeDescriptionsForm() {
492        return InventoryFormFactory.getGetLotTimeTypeDescriptionsForm();
493    }
494    
495    public GetLotTimeTypeForm getGetLotTimeTypeForm() {
496        return InventoryFormFactory.getGetLotTimeTypeForm();
497    }
498    
499    public GetLotTimeTypesForm getGetLotTimeTypesForm() {
500        return InventoryFormFactory.getGetLotTimeTypesForm();
501    }
502    
503    public GetLotsForm getGetLotsForm() {
504        return InventoryFormFactory.getGetLotsForm();
505    }
506    
507    public GetPartyInventoryLevelForm getGetPartyInventoryLevelForm() {
508        return InventoryFormFactory.getGetPartyInventoryLevelForm();
509    }
510    
511    public GetPartyInventoryLevelsForm getGetPartyInventoryLevelsForm() {
512        return InventoryFormFactory.getGetPartyInventoryLevelsForm();
513    }
514    
515    public SetDefaultAllocationPriorityForm getSetDefaultAllocationPriorityForm() {
516        return InventoryFormFactory.getSetDefaultAllocationPriorityForm();
517    }
518    
519    public SetDefaultInventoryAdjustmentTypeForm getSetDefaultInventoryAdjustmentTypeForm() {
520        return InventoryFormFactory.getSetDefaultInventoryAdjustmentTypeForm();
521    }
522    
523    public SetDefaultInventoryConditionForm getSetDefaultInventoryConditionForm() {
524        return InventoryFormFactory.getSetDefaultInventoryConditionForm();
525    }
526    
527    public SetDefaultInventoryConditionUseForm getSetDefaultInventoryConditionUseForm() {
528        return InventoryFormFactory.getSetDefaultInventoryConditionUseForm();
529    }
530    
531    public SetDefaultInventoryLocationGroupForm getSetDefaultInventoryLocationGroupForm() {
532        return InventoryFormFactory.getSetDefaultInventoryLocationGroupForm();
533    }
534    
535    public SetDefaultInventoryTransactionTypeForm getSetDefaultInventoryTransactionTypeForm() {
536        return InventoryFormFactory.getSetDefaultInventoryTransactionTypeForm();
537    }
538    
539    public SetDefaultLotAliasTypeForm getSetDefaultLotAliasTypeForm() {
540        return InventoryFormFactory.getSetDefaultLotAliasTypeForm();
541    }
542    
543    public SetDefaultLotTimeTypeForm getSetDefaultLotTimeTypeForm() {
544        return InventoryFormFactory.getSetDefaultLotTimeTypeForm();
545    }
546    
547    public SetInventoryLocationGroupStatusForm getSetInventoryLocationGroupStatusForm() {
548        return InventoryFormFactory.getSetInventoryLocationGroupStatusForm();
549    }
550    
551    public AllocationPriorityDescriptionSpec getAllocationPriorityDescriptionSpec() {
552        return InventorySpecFactory.getAllocationPriorityDescriptionSpec();
553    }
554    
555    public AllocationPrioritySpec getAllocationPrioritySpec() {
556        return InventorySpecFactory.getAllocationPrioritySpec();
557    }
558    
559    public AllocationPriorityUniversalSpec getAllocationPriorityUniversalSpec() {
560        return InventorySpecFactory.getAllocationPriorityUniversalSpec();
561    }
562    
563    public InventoryAdjustmentTypeDescriptionSpec getInventoryAdjustmentTypeDescriptionSpec() {
564        return InventorySpecFactory.getInventoryAdjustmentTypeDescriptionSpec();
565    }
566    
567    public InventoryAdjustmentTypeSpec getInventoryAdjustmentTypeSpec() {
568        return InventorySpecFactory.getInventoryAdjustmentTypeSpec();
569    }
570    
571    public InventoryAdjustmentTypeUniversalSpec getInventoryAdjustmentTypeUniversalSpec() {
572        return InventorySpecFactory.getInventoryAdjustmentTypeUniversalSpec();
573    }
574    
575    public InventoryConditionDescriptionSpec getInventoryConditionDescriptionSpec() {
576        return InventorySpecFactory.getInventoryConditionDescriptionSpec();
577    }
578    
579    public InventoryConditionSpec getInventoryConditionSpec() {
580        return InventorySpecFactory.getInventoryConditionSpec();
581    }
582    
583    public InventoryConditionUniversalSpec getInventoryConditionUniversalSpec() {
584        return InventorySpecFactory.getInventoryConditionUniversalSpec();
585    }
586    
587    public InventoryConditionUseSpec getInventoryConditionUseSpec() {
588        return InventorySpecFactory.getInventoryConditionUseSpec();
589    }
590    
591    public InventoryConditionUseTypeSpec getInventoryConditionUseTypeSpec() {
592        return InventorySpecFactory.getInventoryConditionUseTypeSpec();
593    }
594    
595    public InventoryLocationGroupCapacitySpec getInventoryLocationGroupCapacitySpec() {
596        return InventorySpecFactory.getInventoryLocationGroupCapacitySpec();
597    }
598    
599    public InventoryLocationGroupDescriptionSpec getInventoryLocationGroupDescriptionSpec() {
600        return InventorySpecFactory.getInventoryLocationGroupDescriptionSpec();
601    }
602    
603    public InventoryLocationGroupSpec getInventoryLocationGroupSpec() {
604        return InventorySpecFactory.getInventoryLocationGroupSpec();
605    }
606    
607    public InventoryTransactionTypeDescriptionSpec getInventoryTransactionTypeDescriptionSpec() {
608        return InventorySpecFactory.getInventoryTransactionTypeDescriptionSpec();
609    }
610    
611    public InventoryTransactionTypeSpec getInventoryTransactionTypeSpec() {
612        return InventorySpecFactory.getInventoryTransactionTypeSpec();
613    }
614    
615    public InventoryTransactionTypeUniversalSpec getInventoryTransactionTypeUniversalSpec() {
616        return InventorySpecFactory.getInventoryTransactionTypeUniversalSpec();
617    }
618    
619    public LotAliasSpec getLotAliasSpec() {
620        return InventorySpecFactory.getLotAliasSpec();
621    }
622    
623    public LotAliasTypeDescriptionSpec getLotAliasTypeDescriptionSpec() {
624        return InventorySpecFactory.getLotAliasTypeDescriptionSpec();
625    }
626    
627    public LotAliasTypeSpec getLotAliasTypeSpec() {
628        return InventorySpecFactory.getLotAliasTypeSpec();
629    }
630    
631    public LotSpec getLotSpec() {
632        return InventorySpecFactory.getLotSpec();
633    }
634    
635    public LotTimeTypeDescriptionSpec getLotTimeTypeDescriptionSpec() {
636        return InventorySpecFactory.getLotTimeTypeDescriptionSpec();
637    }
638    
639    public LotTimeTypeSpec getLotTimeTypeSpec() {
640        return InventorySpecFactory.getLotTimeTypeSpec();
641    }
642    
643    public LotUniversalSpec getLotUniversalSpec() {
644        return InventorySpecFactory.getLotUniversalSpec();
645    }
646    
647    public PartyInventoryLevelSpec getPartyInventoryLevelSpec() {
648        return InventorySpecFactory.getPartyInventoryLevelSpec();
649    }
650    
651}