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 * QueueFormsImpl.java 021 */ 022 023package com.echothree.control.user.queue.server; 024 025import com.echothree.control.user.queue.common.edit.*; 026import com.echothree.control.user.queue.common.form.*; 027import com.echothree.control.user.queue.common.spec.*; 028 029public class QueueFormsImpl { 030 031 public QueueTypeDescriptionEdit getQueueTypeDescriptionEdit() { 032 return QueueEditFactory.getQueueTypeDescriptionEdit(); 033 } 034 035 public QueueTypeEdit getQueueTypeEdit() { 036 return QueueEditFactory.getQueueTypeEdit(); 037 } 038 039 public CreateQueueTypeDescriptionForm getCreateQueueTypeDescriptionForm() { 040 return QueueFormFactory.getCreateQueueTypeDescriptionForm(); 041 } 042 043 public CreateQueueTypeForm getCreateQueueTypeForm() { 044 return QueueFormFactory.getCreateQueueTypeForm(); 045 } 046 047 public DeleteQueueTypeDescriptionForm getDeleteQueueTypeDescriptionForm() { 048 return QueueFormFactory.getDeleteQueueTypeDescriptionForm(); 049 } 050 051 public DeleteQueueTypeForm getDeleteQueueTypeForm() { 052 return QueueFormFactory.getDeleteQueueTypeForm(); 053 } 054 055 public EditQueueTypeDescriptionForm getEditQueueTypeDescriptionForm() { 056 return QueueFormFactory.getEditQueueTypeDescriptionForm(); 057 } 058 059 public EditQueueTypeForm getEditQueueTypeForm() { 060 return QueueFormFactory.getEditQueueTypeForm(); 061 } 062 063 public GetQueueTypeChoicesForm getGetQueueTypeChoicesForm() { 064 return QueueFormFactory.getGetQueueTypeChoicesForm(); 065 } 066 067 public GetQueueTypeDescriptionForm getGetQueueTypeDescriptionForm() { 068 return QueueFormFactory.getGetQueueTypeDescriptionForm(); 069 } 070 071 public GetQueueTypeDescriptionsForm getGetQueueTypeDescriptionsForm() { 072 return QueueFormFactory.getGetQueueTypeDescriptionsForm(); 073 } 074 075 public GetQueueTypeForm getGetQueueTypeForm() { 076 return QueueFormFactory.getGetQueueTypeForm(); 077 } 078 079 public GetQueueTypesForm getGetQueueTypesForm() { 080 return QueueFormFactory.getGetQueueTypesForm(); 081 } 082 083 public SetDefaultQueueTypeForm getSetDefaultQueueTypeForm() { 084 return QueueFormFactory.getSetDefaultQueueTypeForm(); 085 } 086 087 public QueueTypeDescriptionSpec getQueueTypeDescriptionSpec() { 088 return QueueSpecFactory.getQueueTypeDescriptionSpec(); 089 } 090 091 public QueueTypeSpec getQueueTypeSpec() { 092 return QueueSpecFactory.getQueueTypeSpec(); 093 } 094 095}