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