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