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 * PrinterFormsImpl.java 021 */ 022 023package com.echothree.control.user.printer.server; 024 025import com.echothree.control.user.printer.common.edit.*; 026import com.echothree.control.user.printer.common.form.*; 027import com.echothree.control.user.printer.common.spec.*; 028 029public class PrinterFormsImpl { 030 031 public PartyPrinterGroupUseEdit getPartyPrinterGroupUseEdit() { 032 return PrinterEditFactory.getPartyPrinterGroupUseEdit(); 033 } 034 035 public PrinterDescriptionEdit getPrinterDescriptionEdit() { 036 return PrinterEditFactory.getPrinterDescriptionEdit(); 037 } 038 039 public PrinterEdit getPrinterEdit() { 040 return PrinterEditFactory.getPrinterEdit(); 041 } 042 043 public PrinterGroupDescriptionEdit getPrinterGroupDescriptionEdit() { 044 return PrinterEditFactory.getPrinterGroupDescriptionEdit(); 045 } 046 047 public PrinterGroupEdit getPrinterGroupEdit() { 048 return PrinterEditFactory.getPrinterGroupEdit(); 049 } 050 051 public PrinterGroupJobEdit getPrinterGroupJobEdit() { 052 return PrinterEditFactory.getPrinterGroupJobEdit(); 053 } 054 055 public PrinterGroupUseTypeDescriptionEdit getPrinterGroupUseTypeDescriptionEdit() { 056 return PrinterEditFactory.getPrinterGroupUseTypeDescriptionEdit(); 057 } 058 059 public PrinterGroupUseTypeEdit getPrinterGroupUseTypeEdit() { 060 return PrinterEditFactory.getPrinterGroupUseTypeEdit(); 061 } 062 063 public CreatePartyPrinterGroupUseForm getCreatePartyPrinterGroupUseForm() { 064 return PrinterFormFactory.getCreatePartyPrinterGroupUseForm(); 065 } 066 067 public CreatePrinterDescriptionForm getCreatePrinterDescriptionForm() { 068 return PrinterFormFactory.getCreatePrinterDescriptionForm(); 069 } 070 071 public CreatePrinterForm getCreatePrinterForm() { 072 return PrinterFormFactory.getCreatePrinterForm(); 073 } 074 075 public CreatePrinterGroupDescriptionForm getCreatePrinterGroupDescriptionForm() { 076 return PrinterFormFactory.getCreatePrinterGroupDescriptionForm(); 077 } 078 079 public CreatePrinterGroupForm getCreatePrinterGroupForm() { 080 return PrinterFormFactory.getCreatePrinterGroupForm(); 081 } 082 083 public CreatePrinterGroupJobForm getCreatePrinterGroupJobForm() { 084 return PrinterFormFactory.getCreatePrinterGroupJobForm(); 085 } 086 087 public CreatePrinterGroupUseTypeDescriptionForm getCreatePrinterGroupUseTypeDescriptionForm() { 088 return PrinterFormFactory.getCreatePrinterGroupUseTypeDescriptionForm(); 089 } 090 091 public CreatePrinterGroupUseTypeForm getCreatePrinterGroupUseTypeForm() { 092 return PrinterFormFactory.getCreatePrinterGroupUseTypeForm(); 093 } 094 095 public DeletePartyPrinterGroupUseForm getDeletePartyPrinterGroupUseForm() { 096 return PrinterFormFactory.getDeletePartyPrinterGroupUseForm(); 097 } 098 099 public DeletePrinterDescriptionForm getDeletePrinterDescriptionForm() { 100 return PrinterFormFactory.getDeletePrinterDescriptionForm(); 101 } 102 103 public DeletePrinterForm getDeletePrinterForm() { 104 return PrinterFormFactory.getDeletePrinterForm(); 105 } 106 107 public DeletePrinterGroupDescriptionForm getDeletePrinterGroupDescriptionForm() { 108 return PrinterFormFactory.getDeletePrinterGroupDescriptionForm(); 109 } 110 111 public DeletePrinterGroupForm getDeletePrinterGroupForm() { 112 return PrinterFormFactory.getDeletePrinterGroupForm(); 113 } 114 115 public DeletePrinterGroupJobForm getDeletePrinterGroupJobForm() { 116 return PrinterFormFactory.getDeletePrinterGroupJobForm(); 117 } 118 119 public DeletePrinterGroupUseTypeDescriptionForm getDeletePrinterGroupUseTypeDescriptionForm() { 120 return PrinterFormFactory.getDeletePrinterGroupUseTypeDescriptionForm(); 121 } 122 123 public DeletePrinterGroupUseTypeForm getDeletePrinterGroupUseTypeForm() { 124 return PrinterFormFactory.getDeletePrinterGroupUseTypeForm(); 125 } 126 127 public EditPartyPrinterGroupUseForm getEditPartyPrinterGroupUseForm() { 128 return PrinterFormFactory.getEditPartyPrinterGroupUseForm(); 129 } 130 131 public EditPrinterDescriptionForm getEditPrinterDescriptionForm() { 132 return PrinterFormFactory.getEditPrinterDescriptionForm(); 133 } 134 135 public EditPrinterForm getEditPrinterForm() { 136 return PrinterFormFactory.getEditPrinterForm(); 137 } 138 139 public EditPrinterGroupDescriptionForm getEditPrinterGroupDescriptionForm() { 140 return PrinterFormFactory.getEditPrinterGroupDescriptionForm(); 141 } 142 143 public EditPrinterGroupForm getEditPrinterGroupForm() { 144 return PrinterFormFactory.getEditPrinterGroupForm(); 145 } 146 147 public EditPrinterGroupUseTypeDescriptionForm getEditPrinterGroupUseTypeDescriptionForm() { 148 return PrinterFormFactory.getEditPrinterGroupUseTypeDescriptionForm(); 149 } 150 151 public EditPrinterGroupUseTypeForm getEditPrinterGroupUseTypeForm() { 152 return PrinterFormFactory.getEditPrinterGroupUseTypeForm(); 153 } 154 155 public GetPartyPrinterGroupUseForm getGetPartyPrinterGroupUseForm() { 156 return PrinterFormFactory.getGetPartyPrinterGroupUseForm(); 157 } 158 159 public GetPartyPrinterGroupUsesForm getGetPartyPrinterGroupUsesForm() { 160 return PrinterFormFactory.getGetPartyPrinterGroupUsesForm(); 161 } 162 163 public GetPrinterDescriptionForm getGetPrinterDescriptionForm() { 164 return PrinterFormFactory.getGetPrinterDescriptionForm(); 165 } 166 167 public GetPrinterDescriptionsForm getGetPrinterDescriptionsForm() { 168 return PrinterFormFactory.getGetPrinterDescriptionsForm(); 169 } 170 171 public GetPrinterForm getGetPrinterForm() { 172 return PrinterFormFactory.getGetPrinterForm(); 173 } 174 175 public GetPrinterGroupChoicesForm getGetPrinterGroupChoicesForm() { 176 return PrinterFormFactory.getGetPrinterGroupChoicesForm(); 177 } 178 179 public GetPrinterGroupDescriptionForm getGetPrinterGroupDescriptionForm() { 180 return PrinterFormFactory.getGetPrinterGroupDescriptionForm(); 181 } 182 183 public GetPrinterGroupDescriptionsForm getGetPrinterGroupDescriptionsForm() { 184 return PrinterFormFactory.getGetPrinterGroupDescriptionsForm(); 185 } 186 187 public GetPrinterGroupForm getGetPrinterGroupForm() { 188 return PrinterFormFactory.getGetPrinterGroupForm(); 189 } 190 191 public GetPrinterGroupJobForm getGetPrinterGroupJobForm() { 192 return PrinterFormFactory.getGetPrinterGroupJobForm(); 193 } 194 195 public GetPrinterGroupJobStatusChoicesForm getGetPrinterGroupJobStatusChoicesForm() { 196 return PrinterFormFactory.getGetPrinterGroupJobStatusChoicesForm(); 197 } 198 199 public GetPrinterGroupJobsForm getGetPrinterGroupJobsForm() { 200 return PrinterFormFactory.getGetPrinterGroupJobsForm(); 201 } 202 203 public GetPrinterGroupStatusChoicesForm getGetPrinterGroupStatusChoicesForm() { 204 return PrinterFormFactory.getGetPrinterGroupStatusChoicesForm(); 205 } 206 207 public GetPrinterGroupUseTypeChoicesForm getGetPrinterGroupUseTypeChoicesForm() { 208 return PrinterFormFactory.getGetPrinterGroupUseTypeChoicesForm(); 209 } 210 211 public GetPrinterGroupUseTypeDescriptionForm getGetPrinterGroupUseTypeDescriptionForm() { 212 return PrinterFormFactory.getGetPrinterGroupUseTypeDescriptionForm(); 213 } 214 215 public GetPrinterGroupUseTypeDescriptionsForm getGetPrinterGroupUseTypeDescriptionsForm() { 216 return PrinterFormFactory.getGetPrinterGroupUseTypeDescriptionsForm(); 217 } 218 219 public GetPrinterGroupUseTypeForm getGetPrinterGroupUseTypeForm() { 220 return PrinterFormFactory.getGetPrinterGroupUseTypeForm(); 221 } 222 223 public GetPrinterGroupUseTypesForm getGetPrinterGroupUseTypesForm() { 224 return PrinterFormFactory.getGetPrinterGroupUseTypesForm(); 225 } 226 227 public GetPrinterGroupsForm getGetPrinterGroupsForm() { 228 return PrinterFormFactory.getGetPrinterGroupsForm(); 229 } 230 231 public GetPrinterStatusChoicesForm getGetPrinterStatusChoicesForm() { 232 return PrinterFormFactory.getGetPrinterStatusChoicesForm(); 233 } 234 235 public GetPrintersForm getGetPrintersForm() { 236 return PrinterFormFactory.getGetPrintersForm(); 237 } 238 239 public SetDefaultPrinterGroupForm getSetDefaultPrinterGroupForm() { 240 return PrinterFormFactory.getSetDefaultPrinterGroupForm(); 241 } 242 243 public SetDefaultPrinterGroupUseTypeForm getSetDefaultPrinterGroupUseTypeForm() { 244 return PrinterFormFactory.getSetDefaultPrinterGroupUseTypeForm(); 245 } 246 247 public SetPrinterGroupJobStatusForm getSetPrinterGroupJobStatusForm() { 248 return PrinterFormFactory.getSetPrinterGroupJobStatusForm(); 249 } 250 251 public SetPrinterGroupStatusForm getSetPrinterGroupStatusForm() { 252 return PrinterFormFactory.getSetPrinterGroupStatusForm(); 253 } 254 255 public SetPrinterStatusForm getSetPrinterStatusForm() { 256 return PrinterFormFactory.getSetPrinterStatusForm(); 257 } 258 259 public PartyPrinterGroupUseSpec getPartyPrinterGroupUseSpec() { 260 return PrinterSpecFactory.getPartyPrinterGroupUseSpec(); 261 } 262 263 public PrinterDescriptionSpec getPrinterDescriptionSpec() { 264 return PrinterSpecFactory.getPrinterDescriptionSpec(); 265 } 266 267 public PrinterGroupDescriptionSpec getPrinterGroupDescriptionSpec() { 268 return PrinterSpecFactory.getPrinterGroupDescriptionSpec(); 269 } 270 271 public PrinterGroupJobSpec getPrinterGroupJobSpec() { 272 return PrinterSpecFactory.getPrinterGroupJobSpec(); 273 } 274 275 public PrinterGroupSpec getPrinterGroupSpec() { 276 return PrinterSpecFactory.getPrinterGroupSpec(); 277 } 278 279 public PrinterGroupUseTypeDescriptionSpec getPrinterGroupUseTypeDescriptionSpec() { 280 return PrinterSpecFactory.getPrinterGroupUseTypeDescriptionSpec(); 281 } 282 283 public PrinterGroupUseTypeSpec getPrinterGroupUseTypeSpec() { 284 return PrinterSpecFactory.getPrinterGroupUseTypeSpec(); 285 } 286 287 public PrinterSpec getPrinterSpec() { 288 return PrinterSpecFactory.getPrinterSpec(); 289 } 290 291}