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 * ShipmentForms.java 021 */ 022 023package com.echothree.control.user.shipment.common; 024 025import com.echothree.control.user.shipment.common.edit.*; 026import com.echothree.control.user.shipment.common.form.*; 027import com.echothree.control.user.shipment.common.spec.*; 028 029public interface ShipmentForms { 030 031 FreeOnBoardDescriptionEdit getFreeOnBoardDescriptionEdit(); 032 FreeOnBoardEdit getFreeOnBoardEdit(); 033 ShipmentAliasEdit getShipmentAliasEdit(); 034 ShipmentAliasTypeDescriptionEdit getShipmentAliasTypeDescriptionEdit(); 035 ShipmentAliasTypeEdit getShipmentAliasTypeEdit(); 036 ShipmentTimeTypeDescriptionEdit getShipmentTimeTypeDescriptionEdit(); 037 ShipmentTimeTypeEdit getShipmentTimeTypeEdit(); 038 ShipmentTypeDescriptionEdit getShipmentTypeDescriptionEdit(); 039 ShipmentTypeEdit getShipmentTypeEdit(); 040 ShipmentTypeShippingMethodEdit getShipmentTypeShippingMethodEdit(); 041 CreateFreeOnBoardDescriptionForm getCreateFreeOnBoardDescriptionForm(); 042 CreateFreeOnBoardForm getCreateFreeOnBoardForm(); 043 CreateShipmentAliasForm getCreateShipmentAliasForm(); 044 CreateShipmentAliasTypeDescriptionForm getCreateShipmentAliasTypeDescriptionForm(); 045 CreateShipmentAliasTypeForm getCreateShipmentAliasTypeForm(); 046 CreateShipmentTimeTypeDescriptionForm getCreateShipmentTimeTypeDescriptionForm(); 047 CreateShipmentTimeTypeForm getCreateShipmentTimeTypeForm(); 048 CreateShipmentTypeDescriptionForm getCreateShipmentTypeDescriptionForm(); 049 CreateShipmentTypeForm getCreateShipmentTypeForm(); 050 CreateShipmentTypeShippingMethodForm getCreateShipmentTypeShippingMethodForm(); 051 DeleteFreeOnBoardDescriptionForm getDeleteFreeOnBoardDescriptionForm(); 052 DeleteFreeOnBoardForm getDeleteFreeOnBoardForm(); 053 DeleteShipmentAliasForm getDeleteShipmentAliasForm(); 054 DeleteShipmentAliasTypeDescriptionForm getDeleteShipmentAliasTypeDescriptionForm(); 055 DeleteShipmentAliasTypeForm getDeleteShipmentAliasTypeForm(); 056 DeleteShipmentTimeTypeDescriptionForm getDeleteShipmentTimeTypeDescriptionForm(); 057 DeleteShipmentTimeTypeForm getDeleteShipmentTimeTypeForm(); 058 DeleteShipmentTypeDescriptionForm getDeleteShipmentTypeDescriptionForm(); 059 DeleteShipmentTypeForm getDeleteShipmentTypeForm(); 060 DeleteShipmentTypeShippingMethodForm getDeleteShipmentTypeShippingMethodForm(); 061 EditFreeOnBoardDescriptionForm getEditFreeOnBoardDescriptionForm(); 062 EditFreeOnBoardForm getEditFreeOnBoardForm(); 063 EditShipmentAliasForm getEditShipmentAliasForm(); 064 EditShipmentAliasTypeDescriptionForm getEditShipmentAliasTypeDescriptionForm(); 065 EditShipmentAliasTypeForm getEditShipmentAliasTypeForm(); 066 EditShipmentTimeTypeDescriptionForm getEditShipmentTimeTypeDescriptionForm(); 067 EditShipmentTimeTypeForm getEditShipmentTimeTypeForm(); 068 EditShipmentTypeDescriptionForm getEditShipmentTypeDescriptionForm(); 069 EditShipmentTypeForm getEditShipmentTypeForm(); 070 EditShipmentTypeShippingMethodForm getEditShipmentTypeShippingMethodForm(); 071 GetFreeOnBoardChoicesForm getGetFreeOnBoardChoicesForm(); 072 GetFreeOnBoardDescriptionForm getGetFreeOnBoardDescriptionForm(); 073 GetFreeOnBoardDescriptionsForm getGetFreeOnBoardDescriptionsForm(); 074 GetFreeOnBoardForm getGetFreeOnBoardForm(); 075 GetFreeOnBoardsForm getGetFreeOnBoardsForm(); 076 GetShipmentAliasForm getGetShipmentAliasForm(); 077 GetShipmentAliasTypeChoicesForm getGetShipmentAliasTypeChoicesForm(); 078 GetShipmentAliasTypeDescriptionForm getGetShipmentAliasTypeDescriptionForm(); 079 GetShipmentAliasTypeDescriptionsForm getGetShipmentAliasTypeDescriptionsForm(); 080 GetShipmentAliasTypeForm getGetShipmentAliasTypeForm(); 081 GetShipmentAliasTypesForm getGetShipmentAliasTypesForm(); 082 GetShipmentAliasesForm getGetShipmentAliasesForm(); 083 GetShipmentTimeTypeChoicesForm getGetShipmentTimeTypeChoicesForm(); 084 GetShipmentTimeTypeDescriptionForm getGetShipmentTimeTypeDescriptionForm(); 085 GetShipmentTimeTypeDescriptionsForm getGetShipmentTimeTypeDescriptionsForm(); 086 GetShipmentTimeTypeForm getGetShipmentTimeTypeForm(); 087 GetShipmentTimeTypesForm getGetShipmentTimeTypesForm(); 088 GetShipmentTypeChoicesForm getGetShipmentTypeChoicesForm(); 089 GetShipmentTypeDescriptionForm getGetShipmentTypeDescriptionForm(); 090 GetShipmentTypeDescriptionsForm getGetShipmentTypeDescriptionsForm(); 091 GetShipmentTypeForm getGetShipmentTypeForm(); 092 GetShipmentTypeShippingMethodsForm getGetShipmentTypeShippingMethodsForm(); 093 GetShipmentTypesForm getGetShipmentTypesForm(); 094 SetDefaultFreeOnBoardForm getSetDefaultFreeOnBoardForm(); 095 SetDefaultShipmentAliasTypeForm getSetDefaultShipmentAliasTypeForm(); 096 SetDefaultShipmentTimeTypeForm getSetDefaultShipmentTimeTypeForm(); 097 SetDefaultShipmentTypeForm getSetDefaultShipmentTypeForm(); 098 SetDefaultShipmentTypeShippingMethodForm getSetDefaultShipmentTypeShippingMethodForm(); 099 FreeOnBoardDescriptionSpec getFreeOnBoardDescriptionSpec(); 100 FreeOnBoardSpec getFreeOnBoardSpec(); 101 FreeOnBoardUniversalSpec getFreeOnBoardUniversalSpec(); 102 ShipmentAliasSpec getShipmentAliasSpec(); 103 ShipmentAliasTypeDescriptionSpec getShipmentAliasTypeDescriptionSpec(); 104 ShipmentAliasTypeSpec getShipmentAliasTypeSpec(); 105 ShipmentSpec getShipmentSpec(); 106 ShipmentTimeTypeDescriptionSpec getShipmentTimeTypeDescriptionSpec(); 107 ShipmentTimeTypeSpec getShipmentTimeTypeSpec(); 108 ShipmentTypeDescriptionSpec getShipmentTypeDescriptionSpec(); 109 ShipmentTypeShippingMethodSpec getShipmentTypeShippingMethodSpec(); 110 ShipmentTypeSpec getShipmentTypeSpec(); 111 112}