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 * PrinterForms.java
021 */
022
023package com.echothree.control.user.printer.common;
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 interface PrinterForms {
030
031    PrinterGroupJobEdit getPrinterGroupJobEdit();
032    PrinterGroupDescriptionEdit getPrinterGroupDescriptionEdit();
033    PrinterDescriptionEdit getPrinterDescriptionEdit();
034    PrinterGroupEdit getPrinterGroupEdit();
035    PrinterEdit getPrinterEdit();
036    PrinterGroupUseTypeEdit getPrinterGroupUseTypeEdit();
037    PartyPrinterGroupUseEdit getPartyPrinterGroupUseEdit();
038    PrinterGroupUseTypeDescriptionEdit getPrinterGroupUseTypeDescriptionEdit();
039    GetPrinterForm getGetPrinterForm();
040    SetPrinterGroupStatusForm getSetPrinterGroupStatusForm();
041    GetPrinterGroupJobStatusChoicesForm getGetPrinterGroupJobStatusChoicesForm();
042    EditPrinterGroupUseTypeForm getEditPrinterGroupUseTypeForm();
043    DeletePrinterForm getDeletePrinterForm();
044    CreatePrinterForm getCreatePrinterForm();
045    GetPartyPrinterGroupUsesForm getGetPartyPrinterGroupUsesForm();
046    DeletePartyPrinterGroupUseForm getDeletePartyPrinterGroupUseForm();
047    DeletePrinterGroupUseTypeForm getDeletePrinterGroupUseTypeForm();
048    GetPrinterGroupUseTypeChoicesForm getGetPrinterGroupUseTypeChoicesForm();
049    SetPrinterStatusForm getSetPrinterStatusForm();
050    GetPrintersForm getGetPrintersForm();
051    EditPrinterDescriptionForm getEditPrinterDescriptionForm();
052    CreatePrinterGroupUseTypeDescriptionForm getCreatePrinterGroupUseTypeDescriptionForm();
053    EditPrinterForm getEditPrinterForm();
054    CreatePrinterGroupJobForm getCreatePrinterGroupJobForm();
055    GetPartyPrinterGroupUseForm getGetPartyPrinterGroupUseForm();
056    GetPrinterGroupUseTypeDescriptionForm getGetPrinterGroupUseTypeDescriptionForm();
057    GetPrinterGroupJobsForm getGetPrinterGroupJobsForm();
058    SetDefaultPrinterGroupUseTypeForm getSetDefaultPrinterGroupUseTypeForm();
059    EditPartyPrinterGroupUseForm getEditPartyPrinterGroupUseForm();
060    GetPrinterDescriptionForm getGetPrinterDescriptionForm();
061    GetPrinterDescriptionsForm getGetPrinterDescriptionsForm();
062    EditPrinterGroupForm getEditPrinterGroupForm();
063    GetPrinterGroupUseTypeDescriptionsForm getGetPrinterGroupUseTypeDescriptionsForm();
064    CreatePrinterGroupDescriptionForm getCreatePrinterGroupDescriptionForm();
065    SetPrinterGroupJobStatusForm getSetPrinterGroupJobStatusForm();
066    GetPrinterGroupStatusChoicesForm getGetPrinterGroupStatusChoicesForm();
067    GetPrinterGroupJobForm getGetPrinterGroupJobForm();
068    CreatePrinterGroupUseTypeForm getCreatePrinterGroupUseTypeForm();
069    GetPrinterGroupUseTypeForm getGetPrinterGroupUseTypeForm();
070    EditPrinterGroupUseTypeDescriptionForm getEditPrinterGroupUseTypeDescriptionForm();
071    DeletePrinterGroupForm getDeletePrinterGroupForm();
072    DeletePrinterGroupDescriptionForm getDeletePrinterGroupDescriptionForm();
073    GetPrinterStatusChoicesForm getGetPrinterStatusChoicesForm();
074    GetPrinterGroupForm getGetPrinterGroupForm();
075    GetPrinterGroupsForm getGetPrinterGroupsForm();
076    DeletePrinterGroupJobForm getDeletePrinterGroupJobForm();
077    CreatePrinterDescriptionForm getCreatePrinterDescriptionForm();
078    CreatePrinterGroupForm getCreatePrinterGroupForm();
079    SetDefaultPrinterGroupForm getSetDefaultPrinterGroupForm();
080    GetPrinterGroupDescriptionsForm getGetPrinterGroupDescriptionsForm();
081    EditPrinterGroupDescriptionForm getEditPrinterGroupDescriptionForm();
082    GetPrinterGroupDescriptionForm getGetPrinterGroupDescriptionForm();
083    DeletePrinterDescriptionForm getDeletePrinterDescriptionForm();
084    CreatePartyPrinterGroupUseForm getCreatePartyPrinterGroupUseForm();
085    GetPrinterGroupUseTypesForm getGetPrinterGroupUseTypesForm();
086    GetPrinterGroupChoicesForm getGetPrinterGroupChoicesForm();
087    DeletePrinterGroupUseTypeDescriptionForm getDeletePrinterGroupUseTypeDescriptionForm();
088    PrinterGroupSpec getPrinterGroupSpec();
089    PrinterDescriptionSpec getPrinterDescriptionSpec();
090    PrinterGroupJobSpec getPrinterGroupJobSpec();
091    PrinterGroupDescriptionSpec getPrinterGroupDescriptionSpec();
092    PrinterGroupUseTypeDescriptionSpec getPrinterGroupUseTypeDescriptionSpec();
093    PartyPrinterGroupUseSpec getPartyPrinterGroupUseSpec();
094    PrinterSpec getPrinterSpec();
095    PrinterGroupUseTypeSpec getPrinterGroupUseTypeSpec();
096
097}