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 * ClubFormsImpl.java
021 */
022
023package com.echothree.control.user.club.server;
024
025import com.echothree.control.user.club.common.edit.*;
026import com.echothree.control.user.club.common.form.*;
027import com.echothree.control.user.club.common.spec.*;
028
029public class ClubFormsImpl {
030    
031    public ClubDescriptionEdit getClubDescriptionEdit() {
032        return ClubEditFactory.getClubDescriptionEdit();
033    }
034    
035    public ClubEdit getClubEdit() {
036        return ClubEditFactory.getClubEdit();
037    }
038    
039    public ClubItemEdit getClubItemEdit() {
040        return ClubEditFactory.getClubItemEdit();
041    }
042    
043    public CreateClubDescriptionForm getCreateClubDescriptionForm() {
044        return ClubFormFactory.getCreateClubDescriptionForm();
045    }
046    
047    public CreateClubForm getCreateClubForm() {
048        return ClubFormFactory.getCreateClubForm();
049    }
050    
051    public CreateClubItemForm getCreateClubItemForm() {
052        return ClubFormFactory.getCreateClubItemForm();
053    }
054    
055    public CreateClubItemTypeDescriptionForm getCreateClubItemTypeDescriptionForm() {
056        return ClubFormFactory.getCreateClubItemTypeDescriptionForm();
057    }
058    
059    public CreateClubItemTypeForm getCreateClubItemTypeForm() {
060        return ClubFormFactory.getCreateClubItemTypeForm();
061    }
062    
063    public DeleteClubDescriptionForm getDeleteClubDescriptionForm() {
064        return ClubFormFactory.getDeleteClubDescriptionForm();
065    }
066    
067    public DeleteClubForm getDeleteClubForm() {
068        return ClubFormFactory.getDeleteClubForm();
069    }
070    
071    public DeleteClubItemForm getDeleteClubItemForm() {
072        return ClubFormFactory.getDeleteClubItemForm();
073    }
074    
075    public EditClubDescriptionForm getEditClubDescriptionForm() {
076        return ClubFormFactory.getEditClubDescriptionForm();
077    }
078    
079    public EditClubForm getEditClubForm() {
080        return ClubFormFactory.getEditClubForm();
081    }
082    
083    public GetClubDescriptionsForm getGetClubDescriptionsForm() {
084        return ClubFormFactory.getGetClubDescriptionsForm();
085    }
086    
087    public GetClubForm getGetClubForm() {
088        return ClubFormFactory.getGetClubForm();
089    }
090    
091    public GetClubItemTypeChoicesForm getGetClubItemTypeChoicesForm() {
092        return ClubFormFactory.getGetClubItemTypeChoicesForm();
093    }
094    
095    public GetClubItemsForm getGetClubItemsForm() {
096        return ClubFormFactory.getGetClubItemsForm();
097    }
098    
099    public GetClubsForm getGetClubsForm() {
100        return ClubFormFactory.getGetClubsForm();
101    }
102    
103    public SetDefaultClubForm getSetDefaultClubForm() {
104        return ClubFormFactory.getSetDefaultClubForm();
105    }
106    
107    public ClubDescriptionSpec getClubDescriptionSpec() {
108        return ClubSpecFactory.getClubDescriptionSpec();
109    }
110    
111    public ClubItemSpec getClubItemSpec() {
112        return ClubSpecFactory.getClubItemSpec();
113    }
114    
115    public ClubItemTypeDescriptionSpec getClubItemTypeDescriptionSpec() {
116        return ClubSpecFactory.getClubItemTypeDescriptionSpec();
117    }
118    
119    public ClubItemTypeSpec getClubItemTypeSpec() {
120        return ClubSpecFactory.getClubItemTypeSpec();
121    }
122    
123    public ClubSpec getClubSpec() {
124        return ClubSpecFactory.getClubSpec();
125    }
126    
127}