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 * IndexFormsImpl.java
021 */
022
023package com.echothree.control.user.index.server;
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 class IndexFormsImpl {
030    
031    public IndexEdit getIndexEdit() {
032        return IndexEditFactory.getIndexEdit();
033    }
034    
035    public IndexFieldEdit getIndexFieldEdit() {
036        return IndexEditFactory.getIndexFieldEdit();
037    }
038    
039    public IndexFieldDescriptionEdit getIndexFieldDescriptionEdit() {
040        return IndexEditFactory.getIndexFieldDescriptionEdit();
041    }
042    
043    public IndexTypeDescriptionEdit getIndexTypeDescriptionEdit() {
044        return IndexEditFactory.getIndexTypeDescriptionEdit();
045    }
046    
047    public IndexTypeEdit getIndexTypeEdit() {
048        return IndexEditFactory.getIndexTypeEdit();
049    }
050    
051    public IndexDescriptionEdit getIndexDescriptionEdit() {
052        return IndexEditFactory.getIndexDescriptionEdit();
053    }
054    
055    public CreateIndexFieldDescriptionForm getCreateIndexFieldDescriptionForm() {
056        return IndexFormFactory.getCreateIndexFieldDescriptionForm();
057    }
058    
059    public GetIndexTypeForm getGetIndexTypeForm() {
060        return IndexFormFactory.getGetIndexTypeForm();
061    }
062    
063    public DeleteIndexForm getDeleteIndexForm() {
064        return IndexFormFactory.getDeleteIndexForm();
065    }
066    
067    public GetIndexTypeDescriptionsForm getGetIndexTypeDescriptionsForm() {
068        return IndexFormFactory.getGetIndexTypeDescriptionsForm();
069    }
070    
071    public DeleteIndexTypeDescriptionForm getDeleteIndexTypeDescriptionForm() {
072        return IndexFormFactory.getDeleteIndexTypeDescriptionForm();
073    }
074    
075    public DeleteIndexTypeForm getDeleteIndexTypeForm() {
076        return IndexFormFactory.getDeleteIndexTypeForm();
077    }
078    
079    public ForceReindexForm getForceReindexForm() {
080        return IndexFormFactory.getForceReindexForm();
081    }
082    
083    public EditIndexDescriptionForm getEditIndexDescriptionForm() {
084        return IndexFormFactory.getEditIndexDescriptionForm();
085    }
086    
087    public GetIndexFieldForm getGetIndexFieldForm() {
088        return IndexFormFactory.getGetIndexFieldForm();
089    }
090    
091    public SetDefaultIndexForm getSetDefaultIndexForm() {
092        return IndexFormFactory.getSetDefaultIndexForm();
093    }
094    
095    public CreateIndexDescriptionForm getCreateIndexDescriptionForm() {
096        return IndexFormFactory.getCreateIndexDescriptionForm();
097    }
098    
099    public GetIndexTypeDescriptionForm getGetIndexTypeDescriptionForm() {
100        return IndexFormFactory.getGetIndexTypeDescriptionForm();
101    }
102    
103    public SetDefaultIndexFieldForm getSetDefaultIndexFieldForm() {
104        return IndexFormFactory.getSetDefaultIndexFieldForm();
105    }
106    
107    public EditIndexFieldForm getEditIndexFieldForm() {
108        return IndexFormFactory.getEditIndexFieldForm();
109    }
110    
111    public DeleteIndexDescriptionForm getDeleteIndexDescriptionForm() {
112        return IndexFormFactory.getDeleteIndexDescriptionForm();
113    }
114    
115    public GetIndexsForm getGetIndexsForm() {
116        return IndexFormFactory.getGetIndexsForm();
117    }
118    
119    public CreateIndexForm getCreateIndexForm() {
120        return IndexFormFactory.getCreateIndexForm();
121    }
122    
123    public GetIndexFieldChoicesForm getGetIndexFieldChoicesForm() {
124        return IndexFormFactory.getGetIndexFieldChoicesForm();
125    }
126    
127    public EditIndexTypeDescriptionForm getEditIndexTypeDescriptionForm() {
128        return IndexFormFactory.getEditIndexTypeDescriptionForm();
129    }
130    
131    public GetIndexFieldDescriptionForm getGetIndexFieldDescriptionForm() {
132        return IndexFormFactory.getGetIndexFieldDescriptionForm();
133    }
134    
135    public SetDefaultIndexTypeForm getSetDefaultIndexTypeForm() {
136        return IndexFormFactory.getSetDefaultIndexTypeForm();
137    }
138    
139    public UpdateIndexesForm getUpdateIndexesForm() {
140        return IndexFormFactory.getUpdateIndexesForm();
141    }
142    
143    public EditIndexTypeForm getEditIndexTypeForm() {
144        return IndexFormFactory.getEditIndexTypeForm();
145    }
146    
147    public GetIndexTypesForm getGetIndexTypesForm() {
148        return IndexFormFactory.getGetIndexTypesForm();
149    }
150    
151    public GetIndexDescriptionsForm getGetIndexDescriptionsForm() {
152        return IndexFormFactory.getGetIndexDescriptionsForm();
153    }
154    
155    public DeleteIndexFieldDescriptionForm getDeleteIndexFieldDescriptionForm() {
156        return IndexFormFactory.getDeleteIndexFieldDescriptionForm();
157    }
158    
159    public GetIndexFieldDescriptionsForm getGetIndexFieldDescriptionsForm() {
160        return IndexFormFactory.getGetIndexFieldDescriptionsForm();
161    }
162    
163    public GetIndexChoicesForm getGetIndexChoicesForm() {
164        return IndexFormFactory.getGetIndexChoicesForm();
165    }
166    
167    public GetIndexForm getGetIndexForm() {
168        return IndexFormFactory.getGetIndexForm();
169    }
170    
171    public CreateIndexFieldForm getCreateIndexFieldForm() {
172        return IndexFormFactory.getCreateIndexFieldForm();
173    }
174    
175    public GetIndexFieldsForm getGetIndexFieldsForm() {
176        return IndexFormFactory.getGetIndexFieldsForm();
177    }
178    
179    public DeleteIndexFieldForm getDeleteIndexFieldForm() {
180        return IndexFormFactory.getDeleteIndexFieldForm();
181    }
182    
183    public GetIndexTypeChoicesForm getGetIndexTypeChoicesForm() {
184        return IndexFormFactory.getGetIndexTypeChoicesForm();
185    }
186    
187    public EditIndexForm getEditIndexForm() {
188        return IndexFormFactory.getEditIndexForm();
189    }
190    
191    public GetIndexesForm getGetIndexesForm() {
192        return IndexFormFactory.getGetIndexesForm();
193    }
194    
195    public GetIndexDescriptionForm getGetIndexDescriptionForm() {
196        return IndexFormFactory.getGetIndexDescriptionForm();
197    }
198    
199    public EditIndexFieldDescriptionForm getEditIndexFieldDescriptionForm() {
200        return IndexFormFactory.getEditIndexFieldDescriptionForm();
201    }
202    
203    public CreateIndexTypeForm getCreateIndexTypeForm() {
204        return IndexFormFactory.getCreateIndexTypeForm();
205    }
206    
207    public CreateIndexTypeDescriptionForm getCreateIndexTypeDescriptionForm() {
208        return IndexFormFactory.getCreateIndexTypeDescriptionForm();
209    }
210    
211    public IndexFieldSpec getIndexFieldSpec() {
212        return IndexSpecFactory.getIndexFieldSpec();
213    }
214    
215    public IndexFieldDescriptionSpec getIndexFieldDescriptionSpec() {
216        return IndexSpecFactory.getIndexFieldDescriptionSpec();
217    }
218    
219    public IndexSpec getIndexSpec() {
220        return IndexSpecFactory.getIndexSpec();
221    }
222    
223    public IndexDescriptionSpec getIndexDescriptionSpec() {
224        return IndexSpecFactory.getIndexDescriptionSpec();
225    }
226    
227    public IndexTypeSpec getIndexTypeSpec() {
228        return IndexSpecFactory.getIndexTypeSpec();
229    }
230    
231    public IndexTypeDescriptionSpec getIndexTypeDescriptionSpec() {
232        return IndexSpecFactory.getIndexTypeDescriptionSpec();
233    }
234    
235}