Class PrinterGroupJobLogic
java.lang.Object
com.echothree.util.server.control.BaseLogic
com.echothree.model.control.printer.server.logic.PrinterGroupJobLogic
-
Field Summary
Fields inherited from class com.echothree.util.server.control.BaseLogic
coreControl -
Constructor Summary
Constructors -
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) voiddeletePrinterGroupJob(ExecutionErrorAccumulator ema, PrinterGroupJob printerGroupJob, PartyPK deletedBy) static PrinterGroupJobLogicMethods inherited from class com.echothree.util.server.control.BaseLogic
addExecutionError, addSecurityMessage, getEntityInstanceByBaseEntity, getEntityInstanceByBasePK, getSession, handleExecutionError, handleSecurityMessage, hasExecutionErrors
-
Constructor Details
-
PrinterGroupJobLogic
protected PrinterGroupJobLogic()
-
-
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)
-