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 * BatchFormsImpl.java 021 */ 022 023package com.echothree.control.user.batch.server; 024 025import com.echothree.control.user.batch.common.edit.*; 026import com.echothree.control.user.batch.common.form.*; 027import com.echothree.control.user.batch.common.spec.*; 028 029public class BatchFormsImpl { 030 031 public BatchAliasEdit getBatchAliasEdit() { 032 return BatchEditFactory.getBatchAliasEdit(); 033 } 034 035 public BatchAliasTypeDescriptionEdit getBatchAliasTypeDescriptionEdit() { 036 return BatchEditFactory.getBatchAliasTypeDescriptionEdit(); 037 } 038 039 public BatchAliasTypeEdit getBatchAliasTypeEdit() { 040 return BatchEditFactory.getBatchAliasTypeEdit(); 041 } 042 043 public BatchTypeDescriptionEdit getBatchTypeDescriptionEdit() { 044 return BatchEditFactory.getBatchTypeDescriptionEdit(); 045 } 046 047 public BatchTypeEdit getBatchTypeEdit() { 048 return BatchEditFactory.getBatchTypeEdit(); 049 } 050 051 public CreateBatchAliasForm getCreateBatchAliasForm() { 052 return BatchFormFactory.getCreateBatchAliasForm(); 053 } 054 055 public CreateBatchAliasTypeDescriptionForm getCreateBatchAliasTypeDescriptionForm() { 056 return BatchFormFactory.getCreateBatchAliasTypeDescriptionForm(); 057 } 058 059 public CreateBatchAliasTypeForm getCreateBatchAliasTypeForm() { 060 return BatchFormFactory.getCreateBatchAliasTypeForm(); 061 } 062 063 public CreateBatchTypeDescriptionForm getCreateBatchTypeDescriptionForm() { 064 return BatchFormFactory.getCreateBatchTypeDescriptionForm(); 065 } 066 067 public CreateBatchTypeEntityTypeForm getCreateBatchTypeEntityTypeForm() { 068 return BatchFormFactory.getCreateBatchTypeEntityTypeForm(); 069 } 070 071 public CreateBatchTypeForm getCreateBatchTypeForm() { 072 return BatchFormFactory.getCreateBatchTypeForm(); 073 } 074 075 public DeleteBatchAliasForm getDeleteBatchAliasForm() { 076 return BatchFormFactory.getDeleteBatchAliasForm(); 077 } 078 079 public DeleteBatchAliasTypeDescriptionForm getDeleteBatchAliasTypeDescriptionForm() { 080 return BatchFormFactory.getDeleteBatchAliasTypeDescriptionForm(); 081 } 082 083 public DeleteBatchAliasTypeForm getDeleteBatchAliasTypeForm() { 084 return BatchFormFactory.getDeleteBatchAliasTypeForm(); 085 } 086 087 public DeleteBatchTypeDescriptionForm getDeleteBatchTypeDescriptionForm() { 088 return BatchFormFactory.getDeleteBatchTypeDescriptionForm(); 089 } 090 091 public DeleteBatchTypeEntityTypeForm getDeleteBatchTypeEntityTypeForm() { 092 return BatchFormFactory.getDeleteBatchTypeEntityTypeForm(); 093 } 094 095 public DeleteBatchTypeForm getDeleteBatchTypeForm() { 096 return BatchFormFactory.getDeleteBatchTypeForm(); 097 } 098 099 public EditBatchAliasForm getEditBatchAliasForm() { 100 return BatchFormFactory.getEditBatchAliasForm(); 101 } 102 103 public EditBatchAliasTypeDescriptionForm getEditBatchAliasTypeDescriptionForm() { 104 return BatchFormFactory.getEditBatchAliasTypeDescriptionForm(); 105 } 106 107 public EditBatchAliasTypeForm getEditBatchAliasTypeForm() { 108 return BatchFormFactory.getEditBatchAliasTypeForm(); 109 } 110 111 public EditBatchTypeDescriptionForm getEditBatchTypeDescriptionForm() { 112 return BatchFormFactory.getEditBatchTypeDescriptionForm(); 113 } 114 115 public EditBatchTypeForm getEditBatchTypeForm() { 116 return BatchFormFactory.getEditBatchTypeForm(); 117 } 118 119 public GetBatchAliasForm getGetBatchAliasForm() { 120 return BatchFormFactory.getGetBatchAliasForm(); 121 } 122 123 public GetBatchAliasTypeChoicesForm getGetBatchAliasTypeChoicesForm() { 124 return BatchFormFactory.getGetBatchAliasTypeChoicesForm(); 125 } 126 127 public GetBatchAliasTypeDescriptionForm getGetBatchAliasTypeDescriptionForm() { 128 return BatchFormFactory.getGetBatchAliasTypeDescriptionForm(); 129 } 130 131 public GetBatchAliasTypeDescriptionsForm getGetBatchAliasTypeDescriptionsForm() { 132 return BatchFormFactory.getGetBatchAliasTypeDescriptionsForm(); 133 } 134 135 public GetBatchAliasTypeForm getGetBatchAliasTypeForm() { 136 return BatchFormFactory.getGetBatchAliasTypeForm(); 137 } 138 139 public GetBatchAliasTypesForm getGetBatchAliasTypesForm() { 140 return BatchFormFactory.getGetBatchAliasTypesForm(); 141 } 142 143 public GetBatchAliasesForm getGetBatchAliasesForm() { 144 return BatchFormFactory.getGetBatchAliasesForm(); 145 } 146 147 public GetBatchTypeChoicesForm getGetBatchTypeChoicesForm() { 148 return BatchFormFactory.getGetBatchTypeChoicesForm(); 149 } 150 151 public GetBatchTypeDescriptionForm getGetBatchTypeDescriptionForm() { 152 return BatchFormFactory.getGetBatchTypeDescriptionForm(); 153 } 154 155 public GetBatchTypeDescriptionsForm getGetBatchTypeDescriptionsForm() { 156 return BatchFormFactory.getGetBatchTypeDescriptionsForm(); 157 } 158 159 public GetBatchTypeEntityTypeForm getGetBatchTypeEntityTypeForm() { 160 return BatchFormFactory.getGetBatchTypeEntityTypeForm(); 161 } 162 163 public GetBatchTypeEntityTypesForm getGetBatchTypeEntityTypesForm() { 164 return BatchFormFactory.getGetBatchTypeEntityTypesForm(); 165 } 166 167 public GetBatchTypeForm getGetBatchTypeForm() { 168 return BatchFormFactory.getGetBatchTypeForm(); 169 } 170 171 public GetBatchTypesForm getGetBatchTypesForm() { 172 return BatchFormFactory.getGetBatchTypesForm(); 173 } 174 175 public SetDefaultBatchAliasTypeForm getSetDefaultBatchAliasTypeForm() { 176 return BatchFormFactory.getSetDefaultBatchAliasTypeForm(); 177 } 178 179 public SetDefaultBatchTypeForm getSetDefaultBatchTypeForm() { 180 return BatchFormFactory.getSetDefaultBatchTypeForm(); 181 } 182 183 public BatchAliasSpec getBatchAliasSpec() { 184 return BatchSpecFactory.getBatchAliasSpec(); 185 } 186 187 public BatchAliasTypeDescriptionSpec getBatchAliasTypeDescriptionSpec() { 188 return BatchSpecFactory.getBatchAliasTypeDescriptionSpec(); 189 } 190 191 public BatchAliasTypeSpec getBatchAliasTypeSpec() { 192 return BatchSpecFactory.getBatchAliasTypeSpec(); 193 } 194 195 public BatchSpec getBatchSpec() { 196 return BatchSpecFactory.getBatchSpec(); 197 } 198 199 public BatchTypeDescriptionSpec getBatchTypeDescriptionSpec() { 200 return BatchSpecFactory.getBatchTypeDescriptionSpec(); 201 } 202 203 public BatchTypeEntityTypeSpec getBatchTypeEntityTypeSpec() { 204 return BatchSpecFactory.getBatchTypeEntityTypeSpec(); 205 } 206 207 public BatchTypeSpec getBatchTypeSpec() { 208 return BatchSpecFactory.getBatchTypeSpec(); 209 } 210 211}