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 * CommentForms.java 021 */ 022 023package com.echothree.control.user.comment.common; 024 025import com.echothree.control.user.comment.common.edit.*; 026import com.echothree.control.user.comment.common.form.*; 027import com.echothree.control.user.comment.common.spec.*; 028 029public interface CommentForms { 030 031 CommentTypeEdit getCommentTypeEdit(); 032 CommentEdit getCommentEdit(); 033 CommentUsageTypeDescriptionEdit getCommentUsageTypeDescriptionEdit(); 034 CommentUsageTypeEdit getCommentUsageTypeEdit(); 035 CommentTypeDescriptionEdit getCommentTypeDescriptionEdit(); 036 CreateCommentUsageTypeDescriptionForm getCreateCommentUsageTypeDescriptionForm(); 037 EditCommentTypeDescriptionForm getEditCommentTypeDescriptionForm(); 038 GetCommentUsageTypeDescriptionsForm getGetCommentUsageTypeDescriptionsForm(); 039 DeleteCommentUsageTypeDescriptionForm getDeleteCommentUsageTypeDescriptionForm(); 040 EditCommentTypeForm getEditCommentTypeForm(); 041 GetCommentUsageTypeForm getGetCommentUsageTypeForm(); 042 GetCommentTypeDescriptionsForm getGetCommentTypeDescriptionsForm(); 043 EditCommentUsageTypeDescriptionForm getEditCommentUsageTypeDescriptionForm(); 044 CreateCommentTypeDescriptionForm getCreateCommentTypeDescriptionForm(); 045 DeleteCommentTypeForm getDeleteCommentTypeForm(); 046 GetCommentStatusChoicesForm getGetCommentStatusChoicesForm(); 047 SetCommentStatusForm getSetCommentStatusForm(); 048 DeleteCommentUsageForm getDeleteCommentUsageForm(); 049 CreateCommentTypeForm getCreateCommentTypeForm(); 050 EditCommentForm getEditCommentForm(); 051 GetCommentTypesForm getGetCommentTypesForm(); 052 EditCommentUsageTypeForm getEditCommentUsageTypeForm(); 053 CreateCommentForm getCreateCommentForm(); 054 DeleteCommentTypeDescriptionForm getDeleteCommentTypeDescriptionForm(); 055 DeleteCommentForm getDeleteCommentForm(); 056 CreateCommentUsageForm getCreateCommentUsageForm(); 057 GetCommentTypeForm getGetCommentTypeForm(); 058 CreateCommentUsageTypeForm getCreateCommentUsageTypeForm(); 059 GetCommentForm getGetCommentForm(); 060 DeleteCommentUsageTypeForm getDeleteCommentUsageTypeForm(); 061 GetCommentUsageTypesForm getGetCommentUsageTypesForm(); 062 CommentSpec getCommentSpec(); 063 CommentUsageTypeDescriptionSpec getCommentUsageTypeDescriptionSpec(); 064 CommentUsageTypeSpec getCommentUsageTypeSpec(); 065 CommentTypeSpec getCommentTypeSpec(); 066 CommentTypeDescriptionSpec getCommentTypeDescriptionSpec(); 067 068}