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