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