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