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