Class PartyPrinterGroupUseLogic
java.lang.Object
com.echothree.util.server.control.BaseLogic
com.echothree.model.control.printer.server.logic.PartyPrinterGroupUseLogic
-
Method Summary
Modifier and TypeMethodDescriptionstatic PartyPrinterGroupUseLogic
getPartyPrinterGroupUse
(ExecutionErrorAccumulator ema, Party party, PrinterGroupUseType printerGroupUseType, BasePK createdBy) getPartyPrinterGroupUseUsingNames
(ExecutionErrorAccumulator ema, Party party, String printerGroupUseTypeName, BasePK createdBy) Methods inherited from class com.echothree.util.server.control.BaseLogic
addExecutionError, addSecurityMessage, getEntityInstanceByBaseEntity, getEntityInstanceByBasePK, getSession, handleExecutionError, handleSecurityMessage, hasExecutionErrors
-
Method Details
-
getInstance
-
getPartyPrinterGroupUse
public PartyPrinterGroupUse getPartyPrinterGroupUse(ExecutionErrorAccumulator ema, Party party, PrinterGroupUseType printerGroupUseType, BasePK createdBy) -
getPartyPrinterGroupUseUsingNames
public PartyPrinterGroupUse getPartyPrinterGroupUseUsingNames(ExecutionErrorAccumulator ema, Party party, String printerGroupUseTypeName, BasePK createdBy)
-