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 * IndexForms.java
021 */
022
023package com.echothree.control.user.index.common;
024
025import com.echothree.control.user.index.common.edit.*;
026import com.echothree.control.user.index.common.form.*;
027import com.echothree.control.user.index.common.spec.*;
028
029public interface IndexForms {
030
031    IndexEdit getIndexEdit();
032    IndexFieldEdit getIndexFieldEdit();
033    IndexFieldDescriptionEdit getIndexFieldDescriptionEdit();
034    IndexTypeDescriptionEdit getIndexTypeDescriptionEdit();
035    IndexTypeEdit getIndexTypeEdit();
036    IndexDescriptionEdit getIndexDescriptionEdit();
037    CreateIndexFieldDescriptionForm getCreateIndexFieldDescriptionForm();
038    GetIndexTypeForm getGetIndexTypeForm();
039    DeleteIndexForm getDeleteIndexForm();
040    GetIndexTypeDescriptionsForm getGetIndexTypeDescriptionsForm();
041    DeleteIndexTypeDescriptionForm getDeleteIndexTypeDescriptionForm();
042    DeleteIndexTypeForm getDeleteIndexTypeForm();
043    ForceReindexForm getForceReindexForm();
044    EditIndexDescriptionForm getEditIndexDescriptionForm();
045    GetIndexFieldForm getGetIndexFieldForm();
046    SetDefaultIndexForm getSetDefaultIndexForm();
047    CreateIndexDescriptionForm getCreateIndexDescriptionForm();
048    GetIndexTypeDescriptionForm getGetIndexTypeDescriptionForm();
049    SetDefaultIndexFieldForm getSetDefaultIndexFieldForm();
050    EditIndexFieldForm getEditIndexFieldForm();
051    DeleteIndexDescriptionForm getDeleteIndexDescriptionForm();
052    GetIndexsForm getGetIndexsForm();
053    CreateIndexForm getCreateIndexForm();
054    GetIndexFieldChoicesForm getGetIndexFieldChoicesForm();
055    EditIndexTypeDescriptionForm getEditIndexTypeDescriptionForm();
056    GetIndexFieldDescriptionForm getGetIndexFieldDescriptionForm();
057    SetDefaultIndexTypeForm getSetDefaultIndexTypeForm();
058    UpdateIndexesForm getUpdateIndexesForm();
059    EditIndexTypeForm getEditIndexTypeForm();
060    GetIndexTypesForm getGetIndexTypesForm();
061    GetIndexDescriptionsForm getGetIndexDescriptionsForm();
062    DeleteIndexFieldDescriptionForm getDeleteIndexFieldDescriptionForm();
063    GetIndexFieldDescriptionsForm getGetIndexFieldDescriptionsForm();
064    GetIndexChoicesForm getGetIndexChoicesForm();
065    GetIndexForm getGetIndexForm();
066    CreateIndexFieldForm getCreateIndexFieldForm();
067    GetIndexFieldsForm getGetIndexFieldsForm();
068    DeleteIndexFieldForm getDeleteIndexFieldForm();
069    GetIndexTypeChoicesForm getGetIndexTypeChoicesForm();
070    EditIndexForm getEditIndexForm();
071    GetIndexesForm getGetIndexesForm();
072    GetIndexDescriptionForm getGetIndexDescriptionForm();
073    EditIndexFieldDescriptionForm getEditIndexFieldDescriptionForm();
074    CreateIndexTypeForm getCreateIndexTypeForm();
075    CreateIndexTypeDescriptionForm getCreateIndexTypeDescriptionForm();
076    IndexFieldSpec getIndexFieldSpec();
077    IndexFieldDescriptionSpec getIndexFieldDescriptionSpec();
078    IndexSpec getIndexSpec();
079    IndexDescriptionSpec getIndexDescriptionSpec();
080    IndexTypeSpec getIndexTypeSpec();
081    IndexTypeDescriptionSpec getIndexTypeDescriptionSpec();
082
083}