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 * BatchForms.java
021 */
022
023package com.echothree.control.user.batch.common;
024
025import com.echothree.control.user.batch.common.edit.*;
026import com.echothree.control.user.batch.common.form.*;
027import com.echothree.control.user.batch.common.spec.*;
028
029public interface BatchForms {
030
031    BatchTypeEdit getBatchTypeEdit();
032    BatchTypeDescriptionEdit getBatchTypeDescriptionEdit();
033    BatchAliasEdit getBatchAliasEdit();
034    BatchAliasTypeDescriptionEdit getBatchAliasTypeDescriptionEdit();
035    BatchAliasTypeEdit getBatchAliasTypeEdit();
036    GetBatchTypeEntityTypesForm getGetBatchTypeEntityTypesForm();
037    DeleteBatchAliasForm getDeleteBatchAliasForm();
038    CreateBatchAliasForm getCreateBatchAliasForm();
039    DeleteBatchAliasTypeDescriptionForm getDeleteBatchAliasTypeDescriptionForm();
040    EditBatchAliasTypeForm getEditBatchAliasTypeForm();
041    CreateBatchAliasTypeDescriptionForm getCreateBatchAliasTypeDescriptionForm();
042    CreateBatchTypeForm getCreateBatchTypeForm();
043    GetBatchTypesForm getGetBatchTypesForm();
044    GetBatchAliasTypesForm getGetBatchAliasTypesForm();
045    DeleteBatchTypeDescriptionForm getDeleteBatchTypeDescriptionForm();
046    GetBatchTypeDescriptionForm getGetBatchTypeDescriptionForm();
047    EditBatchTypeForm getEditBatchTypeForm();
048    GetBatchAliasTypeForm getGetBatchAliasTypeForm();
049    EditBatchTypeDescriptionForm getEditBatchTypeDescriptionForm();
050    SetDefaultBatchTypeForm getSetDefaultBatchTypeForm();
051    GetBatchAliasTypeDescriptionForm getGetBatchAliasTypeDescriptionForm();
052    CreateBatchTypeEntityTypeForm getCreateBatchTypeEntityTypeForm();
053    GetBatchTypeEntityTypeForm getGetBatchTypeEntityTypeForm();
054    GetBatchAliasTypeChoicesForm getGetBatchAliasTypeChoicesForm();
055    EditBatchAliasTypeDescriptionForm getEditBatchAliasTypeDescriptionForm();
056    CreateBatchAliasTypeForm getCreateBatchAliasTypeForm();
057    GetBatchTypeChoicesForm getGetBatchTypeChoicesForm();
058    GetBatchTypeDescriptionsForm getGetBatchTypeDescriptionsForm();
059    DeleteBatchTypeForm getDeleteBatchTypeForm();
060    GetBatchAliasesForm getGetBatchAliasesForm();
061    SetDefaultBatchAliasTypeForm getSetDefaultBatchAliasTypeForm();
062    GetBatchAliasTypeDescriptionsForm getGetBatchAliasTypeDescriptionsForm();
063    DeleteBatchTypeEntityTypeForm getDeleteBatchTypeEntityTypeForm();
064    EditBatchAliasForm getEditBatchAliasForm();
065    CreateBatchTypeDescriptionForm getCreateBatchTypeDescriptionForm();
066    DeleteBatchAliasTypeForm getDeleteBatchAliasTypeForm();
067    GetBatchAliasForm getGetBatchAliasForm();
068    GetBatchTypeForm getGetBatchTypeForm();
069    BatchTypeEntityTypeSpec getBatchTypeEntityTypeSpec();
070    BatchTypeSpec getBatchTypeSpec();
071    BatchSpec getBatchSpec();
072    BatchAliasTypeDescriptionSpec getBatchAliasTypeDescriptionSpec();
073    BatchAliasTypeSpec getBatchAliasTypeSpec();
074    BatchAliasSpec getBatchAliasSpec();
075    BatchTypeDescriptionSpec getBatchTypeDescriptionSpec();
076
077}