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 * CommunicationForms.java
021 */
022
023package com.echothree.control.user.communication.common;
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 interface CommunicationForms {
030
031    CommunicationEventPurposeDescriptionEdit getCommunicationEventPurposeDescriptionEdit();
032    CommunicationSourceEdit getCommunicationSourceEdit();
033    CommunicationSourceDescriptionEdit getCommunicationSourceDescriptionEdit();
034    CommunicationEventEdit getCommunicationEventEdit();
035    CommunicationEventPurposeEdit getCommunicationEventPurposeEdit();
036    DeleteCommunicationSourceDescriptionForm getDeleteCommunicationSourceDescriptionForm();
037    CreateCommunicationEventRoleTypeDescriptionForm getCreateCommunicationEventRoleTypeDescriptionForm();
038    CreateCommunicationEventTypeDescriptionForm getCreateCommunicationEventTypeDescriptionForm();
039    GetCommunicationSourceForm getGetCommunicationSourceForm();
040    CreateCommunicationSourceForm getCreateCommunicationSourceForm();
041    CreateCommunicationEventPurposeForm getCreateCommunicationEventPurposeForm();
042    GetCommunicationSourcesForm getGetCommunicationSourcesForm();
043    SetDefaultCommunicationEventPurposeForm getSetDefaultCommunicationEventPurposeForm();
044    DeleteCommunicationEventPurposeForm getDeleteCommunicationEventPurposeForm();
045    CreateCommunicationSourceTypeDescriptionForm getCreateCommunicationSourceTypeDescriptionForm();
046    GetCommunicationEventPurposeForm getGetCommunicationEventPurposeForm();
047    EditCommunicationSourceDescriptionForm getEditCommunicationSourceDescriptionForm();
048    CreateCommunicationEventRoleTypeForm getCreateCommunicationEventRoleTypeForm();
049    GetCommunicationEventForm getGetCommunicationEventForm();
050    DeleteCommunicationEventPurposeDescriptionForm getDeleteCommunicationEventPurposeDescriptionForm();
051    EditCommunicationEventPurposeForm getEditCommunicationEventPurposeForm();
052    GetCommunicationSourceDescriptionsForm getGetCommunicationSourceDescriptionsForm();
053    DeleteCommunicationSourceForm getDeleteCommunicationSourceForm();
054    GetCommunicationEventPurposeDescriptionsForm getGetCommunicationEventPurposeDescriptionsForm();
055    CreateCommunicationSourceDescriptionForm getCreateCommunicationSourceDescriptionForm();
056    CreateCommunicationEventPurposeDescriptionForm getCreateCommunicationEventPurposeDescriptionForm();
057    EditCommunicationSourceForm getEditCommunicationSourceForm();
058    CreateCommunicationSourceTypeForm getCreateCommunicationSourceTypeForm();
059    EditCommunicationEventPurposeDescriptionForm getEditCommunicationEventPurposeDescriptionForm();
060    CreateCommunicationEventTypeForm getCreateCommunicationEventTypeForm();
061    CreateCommunicationEventForm getCreateCommunicationEventForm();
062    GetCommunicationEventPurposesForm getGetCommunicationEventPurposesForm();
063    GetCommunicationEventPurposeChoicesForm getGetCommunicationEventPurposeChoicesForm();
064    CommunicationEventSpec getCommunicationEventSpec();
065    CommunicationEventTypeDescriptionSpec getCommunicationEventTypeDescriptionSpec();
066    CommunicationSourceTypeSpec getCommunicationSourceTypeSpec();
067    CommunicationEventRoleTypeDescriptionSpec getCommunicationEventRoleTypeDescriptionSpec();
068    CommunicationSourceDescriptionSpec getCommunicationSourceDescriptionSpec();
069    CommunicationSourceTypeDescriptionSpec getCommunicationSourceTypeDescriptionSpec();
070    CommunicationSourceSpec getCommunicationSourceSpec();
071    CommunicationEventPurposeDescriptionSpec getCommunicationEventPurposeDescriptionSpec();
072    CommunicationEventRoleTypeSpec getCommunicationEventRoleTypeSpec();
073    CommunicationEventPurposeSpec getCommunicationEventPurposeSpec();
074    CommunicationEventTypeSpec getCommunicationEventTypeSpec();
075
076}