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 * CommentFormsImpl.java
021 */
022
023package com.echothree.control.user.comment.server;
024
025import com.echothree.control.user.comment.common.edit.*;
026import com.echothree.control.user.comment.common.form.*;
027import com.echothree.control.user.comment.common.spec.*;
028
029public class CommentFormsImpl {
030    
031    public CommentEdit getCommentEdit() {
032        return CommentEditFactory.getCommentEdit();
033    }
034    
035    public CommentTypeDescriptionEdit getCommentTypeDescriptionEdit() {
036        return CommentEditFactory.getCommentTypeDescriptionEdit();
037    }
038    
039    public CommentTypeEdit getCommentTypeEdit() {
040        return CommentEditFactory.getCommentTypeEdit();
041    }
042    
043    public CommentUsageTypeDescriptionEdit getCommentUsageTypeDescriptionEdit() {
044        return CommentEditFactory.getCommentUsageTypeDescriptionEdit();
045    }
046    
047    public CommentUsageTypeEdit getCommentUsageTypeEdit() {
048        return CommentEditFactory.getCommentUsageTypeEdit();
049    }
050    
051    public CreateCommentForm getCreateCommentForm() {
052        return CommentFormFactory.getCreateCommentForm();
053    }
054    
055    public CreateCommentTypeDescriptionForm getCreateCommentTypeDescriptionForm() {
056        return CommentFormFactory.getCreateCommentTypeDescriptionForm();
057    }
058    
059    public CreateCommentTypeForm getCreateCommentTypeForm() {
060        return CommentFormFactory.getCreateCommentTypeForm();
061    }
062    
063    public CreateCommentUsageForm getCreateCommentUsageForm() {
064        return CommentFormFactory.getCreateCommentUsageForm();
065    }
066    
067    public CreateCommentUsageTypeDescriptionForm getCreateCommentUsageTypeDescriptionForm() {
068        return CommentFormFactory.getCreateCommentUsageTypeDescriptionForm();
069    }
070    
071    public CreateCommentUsageTypeForm getCreateCommentUsageTypeForm() {
072        return CommentFormFactory.getCreateCommentUsageTypeForm();
073    }
074    
075    public DeleteCommentForm getDeleteCommentForm() {
076        return CommentFormFactory.getDeleteCommentForm();
077    }
078    
079    public DeleteCommentTypeDescriptionForm getDeleteCommentTypeDescriptionForm() {
080        return CommentFormFactory.getDeleteCommentTypeDescriptionForm();
081    }
082    
083    public DeleteCommentTypeForm getDeleteCommentTypeForm() {
084        return CommentFormFactory.getDeleteCommentTypeForm();
085    }
086    
087    public DeleteCommentUsageForm getDeleteCommentUsageForm() {
088        return CommentFormFactory.getDeleteCommentUsageForm();
089    }
090    
091    public DeleteCommentUsageTypeDescriptionForm getDeleteCommentUsageTypeDescriptionForm() {
092        return CommentFormFactory.getDeleteCommentUsageTypeDescriptionForm();
093    }
094    
095    public DeleteCommentUsageTypeForm getDeleteCommentUsageTypeForm() {
096        return CommentFormFactory.getDeleteCommentUsageTypeForm();
097    }
098    
099    public EditCommentForm getEditCommentForm() {
100        return CommentFormFactory.getEditCommentForm();
101    }
102    
103    public EditCommentTypeDescriptionForm getEditCommentTypeDescriptionForm() {
104        return CommentFormFactory.getEditCommentTypeDescriptionForm();
105    }
106    
107    public EditCommentTypeForm getEditCommentTypeForm() {
108        return CommentFormFactory.getEditCommentTypeForm();
109    }
110    
111    public EditCommentUsageTypeDescriptionForm getEditCommentUsageTypeDescriptionForm() {
112        return CommentFormFactory.getEditCommentUsageTypeDescriptionForm();
113    }
114    
115    public EditCommentUsageTypeForm getEditCommentUsageTypeForm() {
116        return CommentFormFactory.getEditCommentUsageTypeForm();
117    }
118    
119    public GetCommentForm getGetCommentForm() {
120        return CommentFormFactory.getGetCommentForm();
121    }
122    
123    public GetCommentStatusChoicesForm getGetCommentStatusChoicesForm() {
124        return CommentFormFactory.getGetCommentStatusChoicesForm();
125    }
126    
127    public GetCommentTypeDescriptionsForm getGetCommentTypeDescriptionsForm() {
128        return CommentFormFactory.getGetCommentTypeDescriptionsForm();
129    }
130    
131    public GetCommentTypeForm getGetCommentTypeForm() {
132        return CommentFormFactory.getGetCommentTypeForm();
133    }
134    
135    public GetCommentTypesForm getGetCommentTypesForm() {
136        return CommentFormFactory.getGetCommentTypesForm();
137    }
138    
139    public GetCommentUsageTypeDescriptionsForm getGetCommentUsageTypeDescriptionsForm() {
140        return CommentFormFactory.getGetCommentUsageTypeDescriptionsForm();
141    }
142    
143    public GetCommentUsageTypeForm getGetCommentUsageTypeForm() {
144        return CommentFormFactory.getGetCommentUsageTypeForm();
145    }
146    
147    public GetCommentUsageTypesForm getGetCommentUsageTypesForm() {
148        return CommentFormFactory.getGetCommentUsageTypesForm();
149    }
150    
151    public SetCommentStatusForm getSetCommentStatusForm() {
152        return CommentFormFactory.getSetCommentStatusForm();
153    }
154    
155    public CommentSpec getCommentSpec() {
156        return CommentSpecFactory.getCommentSpec();
157    }
158    
159    public CommentTypeDescriptionSpec getCommentTypeDescriptionSpec() {
160        return CommentSpecFactory.getCommentTypeDescriptionSpec();
161    }
162    
163    public CommentTypeSpec getCommentTypeSpec() {
164        return CommentSpecFactory.getCommentTypeSpec();
165    }
166    
167    public CommentUsageTypeDescriptionSpec getCommentUsageTypeDescriptionSpec() {
168        return CommentSpecFactory.getCommentUsageTypeDescriptionSpec();
169    }
170    
171    public CommentUsageTypeSpec getCommentUsageTypeSpec() {
172        return CommentSpecFactory.getCommentUsageTypeSpec();
173    }
174    
175}