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 * LetterForms.java
021 */
022
023package com.echothree.control.user.letter.common;
024
025import com.echothree.control.user.letter.common.edit.*;
026import com.echothree.control.user.letter.common.form.*;
027import com.echothree.control.user.letter.common.spec.*;
028
029public interface LetterForms {
030
031    LetterContactMechanismPurposeEdit getLetterContactMechanismPurposeEdit();
032    LetterDescriptionEdit getLetterDescriptionEdit();
033    LetterEdit getLetterEdit();
034    LetterSourceDescriptionEdit getLetterSourceDescriptionEdit();
035    LetterSourceEdit getLetterSourceEdit();
036    CreateLetterContactMechanismPurposeForm getCreateLetterContactMechanismPurposeForm();
037    CreateLetterDescriptionForm getCreateLetterDescriptionForm();
038    CreateLetterForm getCreateLetterForm();
039    CreateLetterSourceDescriptionForm getCreateLetterSourceDescriptionForm();
040    CreateLetterSourceForm getCreateLetterSourceForm();
041    DeleteLetterContactMechanismPurposeForm getDeleteLetterContactMechanismPurposeForm();
042    DeleteLetterDescriptionForm getDeleteLetterDescriptionForm();
043    DeleteLetterForm getDeleteLetterForm();
044    DeleteLetterSourceDescriptionForm getDeleteLetterSourceDescriptionForm();
045    DeleteLetterSourceForm getDeleteLetterSourceForm();
046    DeleteQueuedLetterForm getDeleteQueuedLetterForm();
047    EditLetterContactMechanismPurposeForm getEditLetterContactMechanismPurposeForm();
048    EditLetterDescriptionForm getEditLetterDescriptionForm();
049    EditLetterForm getEditLetterForm();
050    EditLetterSourceDescriptionForm getEditLetterSourceDescriptionForm();
051    EditLetterSourceForm getEditLetterSourceForm();
052    GetLetterChoicesForm getGetLetterChoicesForm();
053    GetLetterContactMechanismPurposesForm getGetLetterContactMechanismPurposesForm();
054    GetLetterDescriptionsForm getGetLetterDescriptionsForm();
055    GetLetterForm getGetLetterForm();
056    GetLetterSourceChoicesForm getGetLetterSourceChoicesForm();
057    GetLetterSourceDescriptionsForm getGetLetterSourceDescriptionsForm();
058    GetLetterSourceForm getGetLetterSourceForm();
059    GetLetterSourcesForm getGetLetterSourcesForm();
060    GetLettersForm getGetLettersForm();
061    GetQueuedLetterForm getGetQueuedLetterForm();
062    GetQueuedLettersForm getGetQueuedLettersForm();
063    SetDefaultLetterForm getSetDefaultLetterForm();
064    SetDefaultLetterSourceForm getSetDefaultLetterSourceForm();
065    LetterContactMechanismPurposeSpec getLetterContactMechanismPurposeSpec();
066    LetterDescriptionSpec getLetterDescriptionSpec();
067    LetterSourceDescriptionSpec getLetterSourceDescriptionSpec();
068    LetterSourceSpec getLetterSourceSpec();
069    LetterSpec getLetterSpec();
070    QueuedLetterSpec getQueuedLetterSpec();
071
072}