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 * DocumentFormsImpl.java 021 */ 022 023package com.echothree.control.user.document.server; 024 025import com.echothree.control.user.document.common.edit.*; 026import com.echothree.control.user.document.common.form.*; 027import com.echothree.control.user.document.common.spec.*; 028 029public class DocumentFormsImpl { 030 031 public DocumentTypeUsageTypeEdit getDocumentTypeUsageTypeEdit() { 032 return DocumentEditFactory.getDocumentTypeUsageTypeEdit(); 033 } 034 035 public DocumentTypeDescriptionEdit getDocumentTypeDescriptionEdit() { 036 return DocumentEditFactory.getDocumentTypeDescriptionEdit(); 037 } 038 039 public PartyDocumentEdit getPartyDocumentEdit() { 040 return DocumentEditFactory.getPartyDocumentEdit(); 041 } 042 043 public DocumentDescriptionEdit getDocumentDescriptionEdit() { 044 return DocumentEditFactory.getDocumentDescriptionEdit(); 045 } 046 047 public DocumentTypeEdit getDocumentTypeEdit() { 048 return DocumentEditFactory.getDocumentTypeEdit(); 049 } 050 051 public PartyTypeDocumentTypeUsageTypeEdit getPartyTypeDocumentTypeUsageTypeEdit() { 052 return DocumentEditFactory.getPartyTypeDocumentTypeUsageTypeEdit(); 053 } 054 055 public DocumentTypeUsageTypeDescriptionEdit getDocumentTypeUsageTypeDescriptionEdit() { 056 return DocumentEditFactory.getDocumentTypeUsageTypeDescriptionEdit(); 057 } 058 059 public DocumentTypeUsageEdit getDocumentTypeUsageEdit() { 060 return DocumentEditFactory.getDocumentTypeUsageEdit(); 061 } 062 063 public DeleteDocumentTypeUsageForm getDeleteDocumentTypeUsageForm() { 064 return DocumentFormFactory.getDeleteDocumentTypeUsageForm(); 065 } 066 067 public GetDocumentTypeUsageTypeChoicesForm getGetDocumentTypeUsageTypeChoicesForm() { 068 return DocumentFormFactory.getGetDocumentTypeUsageTypeChoicesForm(); 069 } 070 071 public GetPartyDocumentForm getGetPartyDocumentForm() { 072 return DocumentFormFactory.getGetPartyDocumentForm(); 073 } 074 075 public DeletePartyDocumentForm getDeletePartyDocumentForm() { 076 return DocumentFormFactory.getDeletePartyDocumentForm(); 077 } 078 079 public DeleteDocumentTypeUsageTypeDescriptionForm getDeleteDocumentTypeUsageTypeDescriptionForm() { 080 return DocumentFormFactory.getDeleteDocumentTypeUsageTypeDescriptionForm(); 081 } 082 083 public GetDocumentTypeChoicesForm getGetDocumentTypeChoicesForm() { 084 return DocumentFormFactory.getGetDocumentTypeChoicesForm(); 085 } 086 087 public GetDocumentTypeUsageTypesForm getGetDocumentTypeUsageTypesForm() { 088 return DocumentFormFactory.getGetDocumentTypeUsageTypesForm(); 089 } 090 091 public GetPartyDocumentChoicesForm getGetPartyDocumentChoicesForm() { 092 return DocumentFormFactory.getGetPartyDocumentChoicesForm(); 093 } 094 095 public CreateDocumentDescriptionForm getCreateDocumentDescriptionForm() { 096 return DocumentFormFactory.getCreateDocumentDescriptionForm(); 097 } 098 099 public SetDefaultDocumentTypeUsageForm getSetDefaultDocumentTypeUsageForm() { 100 return DocumentFormFactory.getSetDefaultDocumentTypeUsageForm(); 101 } 102 103 public GetDocumentDescriptionForm getGetDocumentDescriptionForm() { 104 return DocumentFormFactory.getGetDocumentDescriptionForm(); 105 } 106 107 public GetPartyDocumentsForm getGetPartyDocumentsForm() { 108 return DocumentFormFactory.getGetPartyDocumentsForm(); 109 } 110 111 public GetDocumentTypeUsagesForm getGetDocumentTypeUsagesForm() { 112 return DocumentFormFactory.getGetDocumentTypeUsagesForm(); 113 } 114 115 public CreateDocumentTypeUsageTypeDescriptionForm getCreateDocumentTypeUsageTypeDescriptionForm() { 116 return DocumentFormFactory.getCreateDocumentTypeUsageTypeDescriptionForm(); 117 } 118 119 public GetDocumentTypeDescriptionsForm getGetDocumentTypeDescriptionsForm() { 120 return DocumentFormFactory.getGetDocumentTypeDescriptionsForm(); 121 } 122 123 public CreateDocumentTypeUsageTypeForm getCreateDocumentTypeUsageTypeForm() { 124 return DocumentFormFactory.getCreateDocumentTypeUsageTypeForm(); 125 } 126 127 public CreateDocumentTypeUsageForm getCreateDocumentTypeUsageForm() { 128 return DocumentFormFactory.getCreateDocumentTypeUsageForm(); 129 } 130 131 public CreatePartyTypeDocumentTypeUsageTypeForm getCreatePartyTypeDocumentTypeUsageTypeForm() { 132 return DocumentFormFactory.getCreatePartyTypeDocumentTypeUsageTypeForm(); 133 } 134 135 public GetPartyTypeDocumentTypeUsageTypeForm getGetPartyTypeDocumentTypeUsageTypeForm() { 136 return DocumentFormFactory.getGetPartyTypeDocumentTypeUsageTypeForm(); 137 } 138 139 public EditPartyTypeDocumentTypeUsageTypeForm getEditPartyTypeDocumentTypeUsageTypeForm() { 140 return DocumentFormFactory.getEditPartyTypeDocumentTypeUsageTypeForm(); 141 } 142 143 public EditDocumentTypeForm getEditDocumentTypeForm() { 144 return DocumentFormFactory.getEditDocumentTypeForm(); 145 } 146 147 public EditPartyDocumentForm getEditPartyDocumentForm() { 148 return DocumentFormFactory.getEditPartyDocumentForm(); 149 } 150 151 public CreateDocumentTypeDescriptionForm getCreateDocumentTypeDescriptionForm() { 152 return DocumentFormFactory.getCreateDocumentTypeDescriptionForm(); 153 } 154 155 public EditDocumentTypeUsageTypeForm getEditDocumentTypeUsageTypeForm() { 156 return DocumentFormFactory.getEditDocumentTypeUsageTypeForm(); 157 } 158 159 public GetDocumentDescriptionsForm getGetDocumentDescriptionsForm() { 160 return DocumentFormFactory.getGetDocumentDescriptionsForm(); 161 } 162 163 public SetDefaultPartyTypeDocumentTypeUsageTypeForm getSetDefaultPartyTypeDocumentTypeUsageTypeForm() { 164 return DocumentFormFactory.getSetDefaultPartyTypeDocumentTypeUsageTypeForm(); 165 } 166 167 public GetDocumentTypeUsageTypeDescriptionsForm getGetDocumentTypeUsageTypeDescriptionsForm() { 168 return DocumentFormFactory.getGetDocumentTypeUsageTypeDescriptionsForm(); 169 } 170 171 public DeleteDocumentTypeForm getDeleteDocumentTypeForm() { 172 return DocumentFormFactory.getDeleteDocumentTypeForm(); 173 } 174 175 public SetDefaultDocumentTypeUsageTypeForm getSetDefaultDocumentTypeUsageTypeForm() { 176 return DocumentFormFactory.getSetDefaultDocumentTypeUsageTypeForm(); 177 } 178 179 public GetDocumentTypeUsageForm getGetDocumentTypeUsageForm() { 180 return DocumentFormFactory.getGetDocumentTypeUsageForm(); 181 } 182 183 public DeleteDocumentTypeDescriptionForm getDeleteDocumentTypeDescriptionForm() { 184 return DocumentFormFactory.getDeleteDocumentTypeDescriptionForm(); 185 } 186 187 public GetPartyTypeDocumentTypeUsageTypesForm getGetPartyTypeDocumentTypeUsageTypesForm() { 188 return DocumentFormFactory.getGetPartyTypeDocumentTypeUsageTypesForm(); 189 } 190 191 public GetDocumentTypeForm getGetDocumentTypeForm() { 192 return DocumentFormFactory.getGetDocumentTypeForm(); 193 } 194 195 public CreateDocumentTypeForm getCreateDocumentTypeForm() { 196 return DocumentFormFactory.getCreateDocumentTypeForm(); 197 } 198 199 public SetDefaultDocumentTypeForm getSetDefaultDocumentTypeForm() { 200 return DocumentFormFactory.getSetDefaultDocumentTypeForm(); 201 } 202 203 public DeleteDocumentTypeUsageTypeForm getDeleteDocumentTypeUsageTypeForm() { 204 return DocumentFormFactory.getDeleteDocumentTypeUsageTypeForm(); 205 } 206 207 public EditDocumentTypeUsageForm getEditDocumentTypeUsageForm() { 208 return DocumentFormFactory.getEditDocumentTypeUsageForm(); 209 } 210 211 public EditDocumentTypeDescriptionForm getEditDocumentTypeDescriptionForm() { 212 return DocumentFormFactory.getEditDocumentTypeDescriptionForm(); 213 } 214 215 public DeletePartyTypeDocumentTypeUsageTypeForm getDeletePartyTypeDocumentTypeUsageTypeForm() { 216 return DocumentFormFactory.getDeletePartyTypeDocumentTypeUsageTypeForm(); 217 } 218 219 public DeleteDocumentDescriptionForm getDeleteDocumentDescriptionForm() { 220 return DocumentFormFactory.getDeleteDocumentDescriptionForm(); 221 } 222 223 public SetDefaultPartyDocumentForm getSetDefaultPartyDocumentForm() { 224 return DocumentFormFactory.getSetDefaultPartyDocumentForm(); 225 } 226 227 public EditDocumentTypeUsageTypeDescriptionForm getEditDocumentTypeUsageTypeDescriptionForm() { 228 return DocumentFormFactory.getEditDocumentTypeUsageTypeDescriptionForm(); 229 } 230 231 public GetDocumentTypeUsageTypeDescriptionForm getGetDocumentTypeUsageTypeDescriptionForm() { 232 return DocumentFormFactory.getGetDocumentTypeUsageTypeDescriptionForm(); 233 } 234 235 public GetDocumentTypeDescriptionForm getGetDocumentTypeDescriptionForm() { 236 return DocumentFormFactory.getGetDocumentTypeDescriptionForm(); 237 } 238 239 public GetDocumentTypesForm getGetDocumentTypesForm() { 240 return DocumentFormFactory.getGetDocumentTypesForm(); 241 } 242 243 public GetDocumentTypeUsageTypeForm getGetDocumentTypeUsageTypeForm() { 244 return DocumentFormFactory.getGetDocumentTypeUsageTypeForm(); 245 } 246 247 public CreatePartyDocumentForm getCreatePartyDocumentForm() { 248 return DocumentFormFactory.getCreatePartyDocumentForm(); 249 } 250 251 public EditDocumentDescriptionForm getEditDocumentDescriptionForm() { 252 return DocumentFormFactory.getEditDocumentDescriptionForm(); 253 } 254 255 public DocumentTypeSpec getDocumentTypeSpec() { 256 return DocumentSpecFactory.getDocumentTypeSpec(); 257 } 258 259 public DocumentDescriptionSpec getDocumentDescriptionSpec() { 260 return DocumentSpecFactory.getDocumentDescriptionSpec(); 261 } 262 263 public DocumentSpec getDocumentSpec() { 264 return DocumentSpecFactory.getDocumentSpec(); 265 } 266 267 public DocumentTypeDescriptionSpec getDocumentTypeDescriptionSpec() { 268 return DocumentSpecFactory.getDocumentTypeDescriptionSpec(); 269 } 270 271 public DocumentTypeUsageTypeSpec getDocumentTypeUsageTypeSpec() { 272 return DocumentSpecFactory.getDocumentTypeUsageTypeSpec(); 273 } 274 275 public DocumentTypeUsageSpec getDocumentTypeUsageSpec() { 276 return DocumentSpecFactory.getDocumentTypeUsageSpec(); 277 } 278 279 public DocumentTypeUsageTypeDescriptionSpec getDocumentTypeUsageTypeDescriptionSpec() { 280 return DocumentSpecFactory.getDocumentTypeUsageTypeDescriptionSpec(); 281 } 282 283 public PartyTypeDocumentTypeUsageTypeSpec getPartyTypeDocumentTypeUsageTypeSpec() { 284 return DocumentSpecFactory.getPartyTypeDocumentTypeUsageTypeSpec(); 285 } 286 287}