Uses of Class
com.echothree.model.control.printer.common.transfer.PrinterGroupTransfer
Packages that use PrinterGroupTransfer
Package
Description
-
Uses of PrinterGroupTransfer in com.echothree.control.user.printer.common.result
Methods in com.echothree.control.user.printer.common.result that return PrinterGroupTransferModifier and TypeMethodDescriptionEditPrinterGroupResult.getPrinterGroup()
GetPrinterGroupDescriptionsResult.getPrinterGroup()
GetPrinterGroupJobsResult.getPrinterGroup()
GetPrinterGroupResult.getPrinterGroup()
GetPrintersResult.getPrinterGroup()
Methods in com.echothree.control.user.printer.common.result that return types with arguments of type PrinterGroupTransferMethods in com.echothree.control.user.printer.common.result with parameters of type PrinterGroupTransferModifier and TypeMethodDescriptionvoid
EditPrinterGroupResult.setPrinterGroup
(PrinterGroupTransfer printerGroup) void
GetPrinterGroupDescriptionsResult.setPrinterGroup
(PrinterGroupTransfer printerGroup) void
GetPrinterGroupJobsResult.setPrinterGroup
(PrinterGroupTransfer printerGroup) void
GetPrinterGroupResult.setPrinterGroup
(PrinterGroupTransfer printerGroup) void
GetPrintersResult.setPrinterGroup
(PrinterGroupTransfer printerGroup) Method parameters in com.echothree.control.user.printer.common.result with type arguments of type PrinterGroupTransferModifier and TypeMethodDescriptionvoid
GetPrinterGroupsResult.setPrinterGroups
(List<PrinterGroupTransfer> printerGroups) -
Uses of PrinterGroupTransfer in com.echothree.model.control.printer.common.transfer
Methods in com.echothree.model.control.printer.common.transfer that return PrinterGroupTransferModifier and TypeMethodDescriptionPartyPrinterGroupUseTransfer.getPrinterGroup()
PrinterGroupDescriptionTransfer.getPrinterGroup()
PrinterGroupJobTransfer.getPrinterGroup()
Returns the printerGroup.PrinterTransfer.getPrinterGroup()
Returns the printerGroup.Methods in com.echothree.model.control.printer.common.transfer with parameters of type PrinterGroupTransferModifier and TypeMethodDescriptionvoid
PartyPrinterGroupUseTransfer.setPrinterGroup
(PrinterGroupTransfer printerGroup) void
PrinterGroupDescriptionTransfer.setPrinterGroup
(PrinterGroupTransfer printerGroup) void
PrinterGroupJobTransfer.setPrinterGroup
(PrinterGroupTransfer printerGroup) Sets the printerGroup.void
PrinterTransfer.setPrinterGroup
(PrinterGroupTransfer printerGroup) Sets the printerGroup.Constructors in com.echothree.model.control.printer.common.transfer with parameters of type PrinterGroupTransferModifierConstructorDescriptionPartyPrinterGroupUseTransfer
(PartyTransfer party, PrinterGroupUseTypeTransfer printerGroupUseType, PrinterGroupTransfer printerGroup) Creates a new instance of PartyPrinterGroupUseTransferPrinterGroupDescriptionTransfer
(LanguageTransfer language, PrinterGroupTransfer printerGroup, String description) Creates a new instance of PrinterGroupDescriptionTransferPrinterGroupJobTransfer
(String printerGroupJobName, PrinterGroupTransfer printerGroup, DocumentTransfer document, Integer copies, Integer priority, WorkflowEntityStatusTransfer printerGroupJobStatus) Creates a new instance of PrinterGroupJobTransferPrinterTransfer
(String printerName, PrinterGroupTransfer printerGroup, Integer priority, WorkflowEntityStatusTransfer printerStatus, String description) Creates a new instance of PrinterTransfer -
Uses of PrinterGroupTransfer in com.echothree.model.control.printer.server.control
Methods in com.echothree.model.control.printer.server.control that return PrinterGroupTransferModifier and TypeMethodDescriptionPrinterControl.getPrinterGroupTransfer
(UserVisit userVisit, PrinterGroup printerGroup) Methods in com.echothree.model.control.printer.server.control that return types with arguments of type PrinterGroupTransferModifier and TypeMethodDescriptionPrinterControl.getPrinterGroupTransfers
(UserVisit userVisit) PrinterControl.getPrinterGroupTransfers
(UserVisit userVisit, Collection<PrinterGroup> printerGroups) -
Uses of PrinterGroupTransfer in com.echothree.model.control.printer.server.transfer
Methods in com.echothree.model.control.printer.server.transfer that return PrinterGroupTransferModifier and TypeMethodDescriptionPrinterGroupTransferCache.getPrinterGroupTransfer
(PrinterGroup printerGroup)