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