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