Class PrinterGroupJobLogic
java.lang.Object
com.echothree.util.server.control.BaseLogic
com.echothree.model.control.printer.server.logic.PrinterGroupJobLogic
-
Method Summary
Modifier and TypeMethodDescriptioncreatePrinterGroupJob
(ExecutionErrorAccumulator ema, PrinterGroup printerGroup, Integer copies, Integer priority, MimeType mimeType, Language preferredLanguage, String description, ByteArray blob, String clob, PartyPK createdBy) void
deletePrinterGroupJob
(ExecutionErrorAccumulator ema, PrinterGroupJob printerGroupJob, PartyPK deletedBy) static PrinterGroupJobLogic
Methods inherited from class com.echothree.util.server.control.BaseLogic
addExecutionError, addSecurityMessage, getEntityInstanceByBaseEntity, getEntityInstanceByBasePK, getSession, handleExecutionError, handleSecurityMessage, hasExecutionErrors
-
Method Details
-
getInstance
-
createPrinterGroupJob
public PrinterGroupJob createPrinterGroupJob(ExecutionErrorAccumulator ema, PrinterGroup printerGroup, Integer copies, Integer priority, MimeType mimeType, Language preferredLanguage, String description, ByteArray blob, String clob, PartyPK createdBy) -
deletePrinterGroupJob
public void deletePrinterGroupJob(ExecutionErrorAccumulator ema, PrinterGroupJob printerGroupJob, PartyPK deletedBy)
-