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 * ForumForms.java 021 */ 022 023package com.echothree.control.user.forum.common; 024 025import com.echothree.control.user.forum.common.edit.*; 026import com.echothree.control.user.forum.common.form.*; 027import com.echothree.control.user.forum.common.spec.*; 028 029public interface ForumForms { 030 031 ForumGroupEdit getForumGroupEdit(); 032 ForumGroupForumEdit getForumGroupForumEdit(); 033 ForumThreadEdit getForumThreadEdit(); 034 ForumDescriptionEdit getForumDescriptionEdit(); 035 BlogEntryEdit getBlogEntryEdit(); 036 BlogCommentEdit getBlogCommentEdit(); 037 ForumGroupDescriptionEdit getForumGroupDescriptionEdit(); 038 ForumForumThreadEdit getForumForumThreadEdit(); 039 ForumMimeTypeEdit getForumMimeTypeEdit(); 040 ForumMessageEdit getForumMessageEdit(); 041 ForumMessageAttachmentEdit getForumMessageAttachmentEdit(); 042 ForumEdit getForumEdit(); 043 ForumMessageAttachmentDescriptionEdit getForumMessageAttachmentDescriptionEdit(); 044 EditForumForumThreadForm getEditForumForumThreadForm(); 045 EditForumForm getEditForumForm(); 046 DeleteForumMessageForm getDeleteForumMessageForm(); 047 GetForumRoleTypeChoicesForm getGetForumRoleTypeChoicesForm(); 048 EditBlogEntryForm getEditBlogEntryForm(); 049 EditForumGroupDescriptionForm getEditForumGroupDescriptionForm(); 050 EditForumMimeTypeForm getEditForumMimeTypeForm(); 051 CreateForumMessageTypeDescriptionForm getCreateForumMessageTypeDescriptionForm(); 052 GetForumMessagesForm getGetForumMessagesForm(); 053 CreateForumForumThreadForm getCreateForumForumThreadForm(); 054 GetForumMessageForm getGetForumMessageForm(); 055 EditForumGroupForumForm getEditForumGroupForumForm(); 056 EditForumMessageAttachmentForm getEditForumMessageAttachmentForm(); 057 GetForumGroupForm getGetForumGroupForm(); 058 DeleteForumForumThreadForm getDeleteForumForumThreadForm(); 059 CreateForumMessagePartTypeDescriptionForm getCreateForumMessagePartTypeDescriptionForm(); 060 EditForumGroupForm getEditForumGroupForm(); 061 GetForumGroupDescriptionsForm getGetForumGroupDescriptionsForm(); 062 GetForumsForm getGetForumsForm(); 063 SetDefaultForumMimeTypeForm getSetDefaultForumMimeTypeForm(); 064 GetForumMessageAttachmentForm getGetForumMessageAttachmentForm(); 065 GetForumGroupForumsForm getGetForumGroupForumsForm(); 066 CreateForumRoleTypeForm getCreateForumRoleTypeForm(); 067 DeleteForumGroupDescriptionForm getDeleteForumGroupDescriptionForm(); 068 GetForumMessageAttachmentsForm getGetForumMessageAttachmentsForm(); 069 CreateForumMessagePartTypeForm getCreateForumMessagePartTypeForm(); 070 GetForumForumThreadsForm getGetForumForumThreadsForm(); 071 GetForumForm getGetForumForm(); 072 EditForumMessageAttachmentDescriptionForm getEditForumMessageAttachmentDescriptionForm(); 073 GetForumPartyRolesForm getGetForumPartyRolesForm(); 074 CreateBlogCommentForm getCreateBlogCommentForm(); 075 SetDefaultForumForumThreadForm getSetDefaultForumForumThreadForm(); 076 CreateForumMimeTypeForm getCreateForumMimeTypeForm(); 077 CreateForumGroupForumForm getCreateForumGroupForumForm(); 078 CreateBlogEntryForm getCreateBlogEntryForm(); 079 CreateForumTypeMessageTypeDescriptionForm getCreateForumTypeMessageTypeDescriptionForm(); 080 GetForumMimeTypesForm getGetForumMimeTypesForm(); 081 GetForumTypeChoicesForm getGetForumTypeChoicesForm(); 082 SetDefaultForumGroupForumForm getSetDefaultForumGroupForumForm(); 083 DeleteForumMimeTypeForm getDeleteForumMimeTypeForm(); 084 EditForumDescriptionForm getEditForumDescriptionForm(); 085 CreateForumPartyRoleForm getCreateForumPartyRoleForm(); 086 GetForumGroupsForm getGetForumGroupsForm(); 087 CreateForumMessageAttachmentDescriptionForm getCreateForumMessageAttachmentDescriptionForm(); 088 DeleteForumGroupForumForm getDeleteForumGroupForumForm(); 089 CreateForumDescriptionForm getCreateForumDescriptionForm(); 090 GetForumMessageTypeChoicesForm getGetForumMessageTypeChoicesForm(); 091 EditBlogCommentForm getEditBlogCommentForm(); 092 CreateForumMessageTypeForm getCreateForumMessageTypeForm(); 093 GetForumDescriptionsForm getGetForumDescriptionsForm(); 094 GetForumThreadsForm getGetForumThreadsForm(); 095 DeleteForumDescriptionForm getDeleteForumDescriptionForm(); 096 CreateForumMessageAttachmentForm getCreateForumMessageAttachmentForm(); 097 GetForumMessageAttachmentDescriptionsForm getGetForumMessageAttachmentDescriptionsForm(); 098 CreateForumMessageTypePartTypeForm getCreateForumMessageTypePartTypeForm(); 099 GetForumThreadForm getGetForumThreadForm(); 100 CreateForumForm getCreateForumForm(); 101 CreateForumTypeForm getCreateForumTypeForm(); 102 DeleteForumMessageAttachmentDescriptionForm getDeleteForumMessageAttachmentDescriptionForm(); 103 DeleteForumForm getDeleteForumForm(); 104 CreateForumTypeDescriptionForm getCreateForumTypeDescriptionForm(); 105 GetForumMessageAttachmentDescriptionForm getGetForumMessageAttachmentDescriptionForm(); 106 GetForumChoicesForm getGetForumChoicesForm(); 107 CreateForumPartyTypeRoleForm getCreateForumPartyTypeRoleForm(); 108 CreateForumRoleTypeDescriptionForm getCreateForumRoleTypeDescriptionForm(); 109 DeleteForumGroupForm getDeleteForumGroupForm(); 110 GetForumGroupChoicesForm getGetForumGroupChoicesForm(); 111 CreateForumGroupForm getCreateForumGroupForm(); 112 DeleteForumPartyRoleForm getDeleteForumPartyRoleForm(); 113 GetForumPartyTypeRolesForm getGetForumPartyTypeRolesForm(); 114 DeleteForumPartyTypeRoleForm getDeleteForumPartyTypeRoleForm(); 115 DeleteForumMessageAttachmentForm getDeleteForumMessageAttachmentForm(); 116 CreateForumTypeMessageTypeForm getCreateForumTypeMessageTypeForm(); 117 CreateForumGroupDescriptionForm getCreateForumGroupDescriptionForm(); 118 DeleteForumThreadForm getDeleteForumThreadForm(); 119 ForumMessageTypeDescriptionSpec getForumMessageTypeDescriptionSpec(); 120 ForumPartyTypeRoleSpec getForumPartyTypeRoleSpec(); 121 ForumMessagePartSpec getForumMessagePartSpec(); 122 ForumMessagePartTypeSpec getForumMessagePartTypeSpec(); 123 ForumDescriptionSpec getForumDescriptionSpec(); 124 ForumThreadSpec getForumThreadSpec(); 125 ForumGroupSpec getForumGroupSpec(); 126 ForumGroupForumSpec getForumGroupForumSpec(); 127 ForumMessageTypeSpec getForumMessageTypeSpec(); 128 ForumRoleTypeSpec getForumRoleTypeSpec(); 129 ForumRoleTypeDescriptionSpec getForumRoleTypeDescriptionSpec(); 130 ForumPartyRoleSpec getForumPartyRoleSpec(); 131 ForumSpec getForumSpec(); 132 ForumMessageAttachmentDescriptionSpec getForumMessageAttachmentDescriptionSpec(); 133 ForumMimeTypeSpec getForumMimeTypeSpec(); 134 ForumMessageSpec getForumMessageSpec(); 135 ForumMessageRoleSpec getForumMessageRoleSpec(); 136 ForumMessageAttachmentSpec getForumMessageAttachmentSpec(); 137 ForumMessagePartTypeDescriptionSpec getForumMessagePartTypeDescriptionSpec(); 138 ForumTypeMessageTypeSpec getForumTypeMessageTypeSpec(); 139 ForumForumThreadSpec getForumForumThreadSpec(); 140 ForumTypeDescriptionSpec getForumTypeDescriptionSpec(); 141 ForumGroupDescriptionSpec getForumGroupDescriptionSpec(); 142 ForumTypeSpec getForumTypeSpec(); 143 ForumMessageTypePartTypeSpec getForumMessageTypePartTypeSpec(); 144 145}