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 * CommunicationFormsImpl.java
021 */
022
023package com.echothree.control.user.communication.server;
024
025import com.echothree.control.user.communication.common.edit.*;
026import com.echothree.control.user.communication.common.form.*;
027import com.echothree.control.user.communication.common.spec.*;
028
029public class CommunicationFormsImpl {
030    
031    public CommunicationEventEdit getCommunicationEventEdit() {
032        return CommunicationEditFactory.getCommunicationEventEdit();
033    }
034    
035    public CommunicationEventPurposeDescriptionEdit getCommunicationEventPurposeDescriptionEdit() {
036        return CommunicationEditFactory.getCommunicationEventPurposeDescriptionEdit();
037    }
038    
039    public CommunicationEventPurposeEdit getCommunicationEventPurposeEdit() {
040        return CommunicationEditFactory.getCommunicationEventPurposeEdit();
041    }
042    
043    public CommunicationSourceDescriptionEdit getCommunicationSourceDescriptionEdit() {
044        return CommunicationEditFactory.getCommunicationSourceDescriptionEdit();
045    }
046    
047    public CommunicationSourceEdit getCommunicationSourceEdit() {
048        return CommunicationEditFactory.getCommunicationSourceEdit();
049    }
050    
051    public CreateCommunicationEventForm getCreateCommunicationEventForm() {
052        return CommunicationFormFactory.getCreateCommunicationEventForm();
053    }
054    
055    public CreateCommunicationEventPurposeDescriptionForm getCreateCommunicationEventPurposeDescriptionForm() {
056        return CommunicationFormFactory.getCreateCommunicationEventPurposeDescriptionForm();
057    }
058    
059    public CreateCommunicationEventPurposeForm getCreateCommunicationEventPurposeForm() {
060        return CommunicationFormFactory.getCreateCommunicationEventPurposeForm();
061    }
062    
063    public CreateCommunicationEventRoleTypeDescriptionForm getCreateCommunicationEventRoleTypeDescriptionForm() {
064        return CommunicationFormFactory.getCreateCommunicationEventRoleTypeDescriptionForm();
065    }
066    
067    public CreateCommunicationEventRoleTypeForm getCreateCommunicationEventRoleTypeForm() {
068        return CommunicationFormFactory.getCreateCommunicationEventRoleTypeForm();
069    }
070    
071    public CreateCommunicationEventTypeDescriptionForm getCreateCommunicationEventTypeDescriptionForm() {
072        return CommunicationFormFactory.getCreateCommunicationEventTypeDescriptionForm();
073    }
074    
075    public CreateCommunicationEventTypeForm getCreateCommunicationEventTypeForm() {
076        return CommunicationFormFactory.getCreateCommunicationEventTypeForm();
077    }
078    
079    public CreateCommunicationSourceDescriptionForm getCreateCommunicationSourceDescriptionForm() {
080        return CommunicationFormFactory.getCreateCommunicationSourceDescriptionForm();
081    }
082    
083    public CreateCommunicationSourceForm getCreateCommunicationSourceForm() {
084        return CommunicationFormFactory.getCreateCommunicationSourceForm();
085    }
086    
087    public CreateCommunicationSourceTypeDescriptionForm getCreateCommunicationSourceTypeDescriptionForm() {
088        return CommunicationFormFactory.getCreateCommunicationSourceTypeDescriptionForm();
089    }
090    
091    public CreateCommunicationSourceTypeForm getCreateCommunicationSourceTypeForm() {
092        return CommunicationFormFactory.getCreateCommunicationSourceTypeForm();
093    }
094    
095    public DeleteCommunicationEventPurposeDescriptionForm getDeleteCommunicationEventPurposeDescriptionForm() {
096        return CommunicationFormFactory.getDeleteCommunicationEventPurposeDescriptionForm();
097    }
098    
099    public DeleteCommunicationEventPurposeForm getDeleteCommunicationEventPurposeForm() {
100        return CommunicationFormFactory.getDeleteCommunicationEventPurposeForm();
101    }
102    
103    public DeleteCommunicationSourceDescriptionForm getDeleteCommunicationSourceDescriptionForm() {
104        return CommunicationFormFactory.getDeleteCommunicationSourceDescriptionForm();
105    }
106    
107    public DeleteCommunicationSourceForm getDeleteCommunicationSourceForm() {
108        return CommunicationFormFactory.getDeleteCommunicationSourceForm();
109    }
110    
111    public EditCommunicationEventPurposeDescriptionForm getEditCommunicationEventPurposeDescriptionForm() {
112        return CommunicationFormFactory.getEditCommunicationEventPurposeDescriptionForm();
113    }
114    
115    public EditCommunicationEventPurposeForm getEditCommunicationEventPurposeForm() {
116        return CommunicationFormFactory.getEditCommunicationEventPurposeForm();
117    }
118    
119    public EditCommunicationSourceDescriptionForm getEditCommunicationSourceDescriptionForm() {
120        return CommunicationFormFactory.getEditCommunicationSourceDescriptionForm();
121    }
122    
123    public EditCommunicationSourceForm getEditCommunicationSourceForm() {
124        return CommunicationFormFactory.getEditCommunicationSourceForm();
125    }
126    
127    public GetCommunicationEventForm getGetCommunicationEventForm() {
128        return CommunicationFormFactory.getGetCommunicationEventForm();
129    }
130    
131    public GetCommunicationEventPurposeChoicesForm getGetCommunicationEventPurposeChoicesForm() {
132        return CommunicationFormFactory.getGetCommunicationEventPurposeChoicesForm();
133    }
134    
135    public GetCommunicationEventPurposeDescriptionsForm getGetCommunicationEventPurposeDescriptionsForm() {
136        return CommunicationFormFactory.getGetCommunicationEventPurposeDescriptionsForm();
137    }
138    
139    public GetCommunicationEventPurposeForm getGetCommunicationEventPurposeForm() {
140        return CommunicationFormFactory.getGetCommunicationEventPurposeForm();
141    }
142    
143    public GetCommunicationEventPurposesForm getGetCommunicationEventPurposesForm() {
144        return CommunicationFormFactory.getGetCommunicationEventPurposesForm();
145    }
146    
147    public GetCommunicationSourceDescriptionsForm getGetCommunicationSourceDescriptionsForm() {
148        return CommunicationFormFactory.getGetCommunicationSourceDescriptionsForm();
149    }
150    
151    public GetCommunicationSourceForm getGetCommunicationSourceForm() {
152        return CommunicationFormFactory.getGetCommunicationSourceForm();
153    }
154    
155    public GetCommunicationSourcesForm getGetCommunicationSourcesForm() {
156        return CommunicationFormFactory.getGetCommunicationSourcesForm();
157    }
158    
159    public SetDefaultCommunicationEventPurposeForm getSetDefaultCommunicationEventPurposeForm() {
160        return CommunicationFormFactory.getSetDefaultCommunicationEventPurposeForm();
161    }
162    
163    public CommunicationEventPurposeDescriptionSpec getCommunicationEventPurposeDescriptionSpec() {
164        return CommunicationSpecFactory.getCommunicationEventPurposeDescriptionSpec();
165    }
166    
167    public CommunicationEventPurposeSpec getCommunicationEventPurposeSpec() {
168        return CommunicationSpecFactory.getCommunicationEventPurposeSpec();
169    }
170    
171    public CommunicationEventRoleTypeDescriptionSpec getCommunicationEventRoleTypeDescriptionSpec() {
172        return CommunicationSpecFactory.getCommunicationEventRoleTypeDescriptionSpec();
173    }
174    
175    public CommunicationEventRoleTypeSpec getCommunicationEventRoleTypeSpec() {
176        return CommunicationSpecFactory.getCommunicationEventRoleTypeSpec();
177    }
178    
179    public CommunicationEventSpec getCommunicationEventSpec() {
180        return CommunicationSpecFactory.getCommunicationEventSpec();
181    }
182    
183    public CommunicationEventTypeDescriptionSpec getCommunicationEventTypeDescriptionSpec() {
184        return CommunicationSpecFactory.getCommunicationEventTypeDescriptionSpec();
185    }
186    
187    public CommunicationEventTypeSpec getCommunicationEventTypeSpec() {
188        return CommunicationSpecFactory.getCommunicationEventTypeSpec();
189    }
190    
191    public CommunicationSourceDescriptionSpec getCommunicationSourceDescriptionSpec() {
192        return CommunicationSpecFactory.getCommunicationSourceDescriptionSpec();
193    }
194    
195    public CommunicationSourceSpec getCommunicationSourceSpec() {
196        return CommunicationSpecFactory.getCommunicationSourceSpec();
197    }
198    
199    public CommunicationSourceTypeDescriptionSpec getCommunicationSourceTypeDescriptionSpec() {
200        return CommunicationSpecFactory.getCommunicationSourceTypeDescriptionSpec();
201    }
202    
203    public CommunicationSourceTypeSpec getCommunicationSourceTypeSpec() {
204        return CommunicationSpecFactory.getCommunicationSourceTypeSpec();
205    }
206    
207}