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