001// --------------------------------------------------------------------------------
002// Copyright 2002-2025 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 * WarehouseForms.java
021 */
022
023package com.echothree.control.user.warehouse.common;
024
025import com.echothree.control.user.warehouse.common.edit.*;
026import com.echothree.control.user.warehouse.common.form.*;
027import com.echothree.control.user.warehouse.common.spec.*;
028
029public interface WarehouseForms {
030
031    LocationNameElementDescriptionEdit getLocationNameElementDescriptionEdit();
032    WarehouseTypeDescriptionEdit getWarehouseTypeDescriptionEdit();
033    LocationEdit getLocationEdit();
034    LocationNameElementEdit getLocationNameElementEdit();
035    LocationTypeDescriptionEdit getLocationTypeDescriptionEdit();
036    WarehouseEdit getWarehouseEdit();
037    LocationVolumeEdit getLocationVolumeEdit();
038    LocationDescriptionEdit getLocationDescriptionEdit();
039    LocationTypeEdit getLocationTypeEdit();
040    LocationCapacityEdit getLocationCapacityEdit();
041    WarehouseTypeEdit getWarehouseTypeEdit();
042    GetLocationUseTypesForm getGetLocationUseTypesForm();
043    DeleteLocationTypeForm getDeleteLocationTypeForm();
044    GetLocationTypeForm getGetLocationTypeForm();
045    GetLocationCapacitiesForm getGetLocationCapacitiesForm();
046    EditLocationDescriptionForm getEditLocationDescriptionForm();
047    EditLocationNameElementDescriptionForm getEditLocationNameElementDescriptionForm();
048    GetLocationsForm getGetLocationsForm();
049    EditLocationTypeForm getEditLocationTypeForm();
050    DeleteLocationForm getDeleteLocationForm();
051    GetLocationStatusChoicesForm getGetLocationStatusChoicesForm();
052    EditWarehouseForm getEditWarehouseForm();
053    EditWarehouseTypeForm getEditWarehouseTypeForm();
054    GetLocationUseTypeForm getGetLocationUseTypeForm();
055    CreateWarehouseTypeDescriptionForm getCreateWarehouseTypeDescriptionForm();
056    GetLocationUseTypeChoicesForm getGetLocationUseTypeChoicesForm();
057    DeleteLocationDescriptionForm getDeleteLocationDescriptionForm();
058    SetDefaultWarehouseForm getSetDefaultWarehouseForm();
059    GetLocationNameElementsForm getGetLocationNameElementsForm();
060    DeleteLocationNameElementDescriptionForm getDeleteLocationNameElementDescriptionForm();
061    DeleteLocationCapacityForm getDeleteLocationCapacityForm();
062    GetLocationTypeDescriptionsForm getGetLocationTypeDescriptionsForm();
063    CreateWarehouseTypeForm getCreateWarehouseTypeForm();
064    EditLocationVolumeForm getEditLocationVolumeForm();
065    CreateWarehouseForm getCreateWarehouseForm();
066    GetWarehouseTypeDescriptionForm getGetWarehouseTypeDescriptionForm();
067    SetDefaultWarehouseTypeForm getSetDefaultWarehouseTypeForm();
068    GetLocationNameElementForm getGetLocationNameElementForm();
069    SetDefaultLocationTypeForm getSetDefaultLocationTypeForm();
070    CreateLocationTypeForm getCreateLocationTypeForm();
071    GetLocationChoicesForm getGetLocationChoicesForm();
072    CreateLocationNameElementForm getCreateLocationNameElementForm();
073    EditLocationCapacityForm getEditLocationCapacityForm();
074    GetLocationTypesForm getGetLocationTypesForm();
075    CreateLocationCapacityForm getCreateLocationCapacityForm();
076    SetLocationStatusForm getSetLocationStatusForm();
077    GetLocationNameElementDescriptionsForm getGetLocationNameElementDescriptionsForm();
078    CreateLocationUseTypeDescriptionForm getCreateLocationUseTypeDescriptionForm();
079    DeleteWarehouseTypeForm getDeleteWarehouseTypeForm();
080    CreateLocationDescriptionForm getCreateLocationDescriptionForm();
081    EditLocationTypeDescriptionForm getEditLocationTypeDescriptionForm();
082    DeleteLocationVolumeForm getDeleteLocationVolumeForm();
083    GetWarehouseTypeForm getGetWarehouseTypeForm();
084    GetWarehouseForm getGetWarehouseForm();
085    EditWarehouseTypeDescriptionForm getEditWarehouseTypeDescriptionForm();
086    GetLocationTypeChoicesForm getGetLocationTypeChoicesForm();
087    GetWarehouseChoicesForm getGetWarehouseChoicesForm();
088    DeleteLocationTypeDescriptionForm getDeleteLocationTypeDescriptionForm();
089    GetWarehouseTypeChoicesForm getGetWarehouseTypeChoicesForm();
090    EditLocationNameElementForm getEditLocationNameElementForm();
091    GetLocationForm getGetLocationForm();
092    GetWarehouseTypeDescriptionsForm getGetWarehouseTypeDescriptionsForm();
093    EditLocationForm getEditLocationForm();
094    DeleteWarehouseTypeDescriptionForm getDeleteWarehouseTypeDescriptionForm();
095    GetLocationDescriptionsForm getGetLocationDescriptionsForm();
096    CreateLocationForm getCreateLocationForm();
097    CreateLocationTypeDescriptionForm getCreateLocationTypeDescriptionForm();
098    CreateLocationNameElementDescriptionForm getCreateLocationNameElementDescriptionForm();
099    GetWarehouseTypesForm getGetWarehouseTypesForm();
100    DeleteWarehouseForm getDeleteWarehouseForm();
101    CreateLocationUseTypeForm getCreateLocationUseTypeForm();
102    GetWarehousesForm getGetWarehousesForm();
103    CreateLocationVolumeForm getCreateLocationVolumeForm();
104    DeleteLocationNameElementForm getDeleteLocationNameElementForm();
105    WarehouseSpec getWarehouseSpec();
106    LocationUseTypeUniversalSpec getLocationUseTypeUniversalSpec();
107    LocationSpec getLocationSpec();
108    LocationNameElementSpec getLocationNameElementSpec();
109    LocationTypeDescriptionSpec getLocationTypeDescriptionSpec();
110    LocationUseTypeDescriptionSpec getLocationUseTypeDescriptionSpec();
111    WarehouseTypeDescriptionSpec getWarehouseTypeDescriptionSpec();
112    LocationNameElementDescriptionSpec getLocationNameElementDescriptionSpec();
113    WarehouseTypeSpec getWarehouseTypeSpec();
114    LocationTypeSpec getLocationTypeSpec();
115    WarehouseUniversalSpec getWarehouseUniversalSpec();
116    LocationCapacitySpec getLocationCapacitySpec();
117    WarehouseTypeUniversalSpec getWarehouseTypeUniversalSpec();
118    LocationUseTypeSpec getLocationUseTypeSpec();
119    LocationDescriptionSpec getLocationDescriptionSpec();
120
121}