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 * PrinterFormFactory.java
021 */
022
023package com.echothree.control.user.printer.common.form;
024
025import com.echothree.util.common.form.BaseFormFactory;
026
027public class PrinterFormFactory
028        extends BaseFormFactory {
029    
030    static public CreatePartyPrinterGroupUseForm getCreatePartyPrinterGroupUseForm() {
031        return createForm(CreatePartyPrinterGroupUseForm.class);
032    }
033    
034    static public CreatePrinterDescriptionForm getCreatePrinterDescriptionForm() {
035        return createForm(CreatePrinterDescriptionForm.class);
036    }
037    
038    static public CreatePrinterForm getCreatePrinterForm() {
039        return createForm(CreatePrinterForm.class);
040    }
041    
042    static public CreatePrinterGroupDescriptionForm getCreatePrinterGroupDescriptionForm() {
043        return createForm(CreatePrinterGroupDescriptionForm.class);
044    }
045    
046    static public CreatePrinterGroupForm getCreatePrinterGroupForm() {
047        return createForm(CreatePrinterGroupForm.class);
048    }
049    
050    static public CreatePrinterGroupJobForm getCreatePrinterGroupJobForm() {
051        return createForm(CreatePrinterGroupJobForm.class);
052    }
053    
054    static public CreatePrinterGroupUseTypeDescriptionForm getCreatePrinterGroupUseTypeDescriptionForm() {
055        return createForm(CreatePrinterGroupUseTypeDescriptionForm.class);
056    }
057    
058    static public CreatePrinterGroupUseTypeForm getCreatePrinterGroupUseTypeForm() {
059        return createForm(CreatePrinterGroupUseTypeForm.class);
060    }
061    
062    static public DeletePartyPrinterGroupUseForm getDeletePartyPrinterGroupUseForm() {
063        return createForm(DeletePartyPrinterGroupUseForm.class);
064    }
065    
066    static public DeletePrinterDescriptionForm getDeletePrinterDescriptionForm() {
067        return createForm(DeletePrinterDescriptionForm.class);
068    }
069    
070    static public DeletePrinterForm getDeletePrinterForm() {
071        return createForm(DeletePrinterForm.class);
072    }
073    
074    static public DeletePrinterGroupDescriptionForm getDeletePrinterGroupDescriptionForm() {
075        return createForm(DeletePrinterGroupDescriptionForm.class);
076    }
077    
078    static public DeletePrinterGroupForm getDeletePrinterGroupForm() {
079        return createForm(DeletePrinterGroupForm.class);
080    }
081    
082    static public DeletePrinterGroupJobForm getDeletePrinterGroupJobForm() {
083        return createForm(DeletePrinterGroupJobForm.class);
084    }
085    
086    static public DeletePrinterGroupUseTypeDescriptionForm getDeletePrinterGroupUseTypeDescriptionForm() {
087        return createForm(DeletePrinterGroupUseTypeDescriptionForm.class);
088    }
089    
090    static public DeletePrinterGroupUseTypeForm getDeletePrinterGroupUseTypeForm() {
091        return createForm(DeletePrinterGroupUseTypeForm.class);
092    }
093    
094    static public EditPartyPrinterGroupUseForm getEditPartyPrinterGroupUseForm() {
095        return createForm(EditPartyPrinterGroupUseForm.class);
096    }
097    
098    static public EditPrinterDescriptionForm getEditPrinterDescriptionForm() {
099        return createForm(EditPrinterDescriptionForm.class);
100    }
101    
102    static public EditPrinterForm getEditPrinterForm() {
103        return createForm(EditPrinterForm.class);
104    }
105    
106    static public EditPrinterGroupDescriptionForm getEditPrinterGroupDescriptionForm() {
107        return createForm(EditPrinterGroupDescriptionForm.class);
108    }
109    
110    static public EditPrinterGroupForm getEditPrinterGroupForm() {
111        return createForm(EditPrinterGroupForm.class);
112    }
113    
114    static public EditPrinterGroupUseTypeDescriptionForm getEditPrinterGroupUseTypeDescriptionForm() {
115        return createForm(EditPrinterGroupUseTypeDescriptionForm.class);
116    }
117    
118    static public EditPrinterGroupUseTypeForm getEditPrinterGroupUseTypeForm() {
119        return createForm(EditPrinterGroupUseTypeForm.class);
120    }
121    
122    static public GetPartyPrinterGroupUseForm getGetPartyPrinterGroupUseForm() {
123        return createForm(GetPartyPrinterGroupUseForm.class);
124    }
125    
126    static public GetPartyPrinterGroupUsesForm getGetPartyPrinterGroupUsesForm() {
127        return createForm(GetPartyPrinterGroupUsesForm.class);
128    }
129    
130    static public GetPrinterDescriptionForm getGetPrinterDescriptionForm() {
131        return createForm(GetPrinterDescriptionForm.class);
132    }
133    
134    static public GetPrinterDescriptionsForm getGetPrinterDescriptionsForm() {
135        return createForm(GetPrinterDescriptionsForm.class);
136    }
137    
138    static public GetPrinterForm getGetPrinterForm() {
139        return createForm(GetPrinterForm.class);
140    }
141    
142    static public GetPrinterGroupChoicesForm getGetPrinterGroupChoicesForm() {
143        return createForm(GetPrinterGroupChoicesForm.class);
144    }
145    
146    static public GetPrinterGroupDescriptionForm getGetPrinterGroupDescriptionForm() {
147        return createForm(GetPrinterGroupDescriptionForm.class);
148    }
149    
150    static public GetPrinterGroupDescriptionsForm getGetPrinterGroupDescriptionsForm() {
151        return createForm(GetPrinterGroupDescriptionsForm.class);
152    }
153    
154    static public GetPrinterGroupForm getGetPrinterGroupForm() {
155        return createForm(GetPrinterGroupForm.class);
156    }
157    
158    static public GetPrinterGroupJobForm getGetPrinterGroupJobForm() {
159        return createForm(GetPrinterGroupJobForm.class);
160    }
161    
162    static public GetPrinterGroupJobStatusChoicesForm getGetPrinterGroupJobStatusChoicesForm() {
163        return createForm(GetPrinterGroupJobStatusChoicesForm.class);
164    }
165    
166    static public GetPrinterGroupJobsForm getGetPrinterGroupJobsForm() {
167        return createForm(GetPrinterGroupJobsForm.class);
168    }
169    
170    static public GetPrinterGroupStatusChoicesForm getGetPrinterGroupStatusChoicesForm() {
171        return createForm(GetPrinterGroupStatusChoicesForm.class);
172    }
173    
174    static public GetPrinterGroupUseTypeChoicesForm getGetPrinterGroupUseTypeChoicesForm() {
175        return createForm(GetPrinterGroupUseTypeChoicesForm.class);
176    }
177    
178    static public GetPrinterGroupUseTypeDescriptionForm getGetPrinterGroupUseTypeDescriptionForm() {
179        return createForm(GetPrinterGroupUseTypeDescriptionForm.class);
180    }
181    
182    static public GetPrinterGroupUseTypeDescriptionsForm getGetPrinterGroupUseTypeDescriptionsForm() {
183        return createForm(GetPrinterGroupUseTypeDescriptionsForm.class);
184    }
185    
186    static public GetPrinterGroupUseTypeForm getGetPrinterGroupUseTypeForm() {
187        return createForm(GetPrinterGroupUseTypeForm.class);
188    }
189    
190    static public GetPrinterGroupUseTypesForm getGetPrinterGroupUseTypesForm() {
191        return createForm(GetPrinterGroupUseTypesForm.class);
192    }
193    
194    static public GetPrinterGroupsForm getGetPrinterGroupsForm() {
195        return createForm(GetPrinterGroupsForm.class);
196    }
197    
198    static public GetPrinterStatusChoicesForm getGetPrinterStatusChoicesForm() {
199        return createForm(GetPrinterStatusChoicesForm.class);
200    }
201    
202    static public GetPrintersForm getGetPrintersForm() {
203        return createForm(GetPrintersForm.class);
204    }
205    
206    static public SetDefaultPrinterGroupForm getSetDefaultPrinterGroupForm() {
207        return createForm(SetDefaultPrinterGroupForm.class);
208    }
209    
210    static public SetDefaultPrinterGroupUseTypeForm getSetDefaultPrinterGroupUseTypeForm() {
211        return createForm(SetDefaultPrinterGroupUseTypeForm.class);
212    }
213    
214    static public SetPrinterGroupJobStatusForm getSetPrinterGroupJobStatusForm() {
215        return createForm(SetPrinterGroupJobStatusForm.class);
216    }
217    
218    static public SetPrinterGroupStatusForm getSetPrinterGroupStatusForm() {
219        return createForm(SetPrinterGroupStatusForm.class);
220    }
221    
222    static public SetPrinterStatusForm getSetPrinterStatusForm() {
223        return createForm(SetPrinterStatusForm.class);
224    }
225    
226}