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