Uses of Class
com.echothree.model.data.printer.server.value.PrinterGroupJobDetailValue
Packages that use PrinterGroupJobDetailValue
Package
Description
-
Uses of PrinterGroupJobDetailValue in com.echothree.model.control.printer.server.control
Methods in com.echothree.model.control.printer.server.control that return PrinterGroupJobDetailValueModifier and TypeMethodDescriptionPrinterControl.getDefaultPrinterGroupJobDetailValueForUpdate()
PrinterControl.getPrinterGroupJobDetailValueByNameForUpdate
(String printerGroupJobName) PrinterControl.getPrinterGroupJobDetailValueForUpdate
(PrinterGroupJob printerGroupJob) Methods in com.echothree.model.control.printer.server.control with parameters of type PrinterGroupJobDetailValueModifier and TypeMethodDescriptionvoid
PrinterControl.updatePrinterGroupJobFromValue
(PrinterGroupJobDetailValue printerGroupJobDetailValue, BasePK updatedBy) -
Uses of PrinterGroupJobDetailValue in com.echothree.model.data.printer.server.entity
Methods in com.echothree.model.data.printer.server.entity that return PrinterGroupJobDetailValueMethods in com.echothree.model.data.printer.server.entity with parameters of type PrinterGroupJobDetailValueModifier and TypeMethodDescriptionvoid
PrinterGroupJobDetail.setPrinterGroupJobDetailValue
(PrinterGroupJobDetailValue value) Constructors in com.echothree.model.data.printer.server.entity with parameters of type PrinterGroupJobDetailValueModifierConstructorDescriptionPrinterGroupJobDetail
(PrinterGroupJobDetailValue value, EntityPermission entityPermission) Creates a new instance of PrinterGroupJobDetail -
Uses of PrinterGroupJobDetailValue in com.echothree.model.data.printer.server.factory
Methods in com.echothree.model.data.printer.server.factory that return PrinterGroupJobDetailValueModifier and TypeMethodDescriptionPrinterGroupJobDetailFactory.getValueFromPK
(Session session, PrinterGroupJobDetailPK pk) PrinterGroupJobDetailFactory.getValueFromResultSet
(Session session, ResultSet rs) Methods in com.echothree.model.data.printer.server.factory that return types with arguments of type PrinterGroupJobDetailValueModifier and TypeMethodDescriptionPrinterGroupJobDetailFactory.getValuesFromPKs
(Session session, Collection<PrinterGroupJobDetailPK> pks) PrinterGroupJobDetailFactory.getValuesFromResultSet
(Session session, ResultSet rs) Methods in com.echothree.model.data.printer.server.factory with parameters of type PrinterGroupJobDetailValueModifier and TypeMethodDescriptionPrinterGroupJobDetailFactory.getEntityFromValue
(EntityPermission entityPermission, PrinterGroupJobDetailValue value) PrinterGroupJobDetailFactory.getEntityFromValue
(Session session, EntityPermission entityPermission, PrinterGroupJobDetailValue value) Method parameters in com.echothree.model.data.printer.server.factory with type arguments of type PrinterGroupJobDetailValueModifier and TypeMethodDescriptionvoid
PrinterGroupJobDetailFactory.create
(Session session, Collection<PrinterGroupJobDetailValue> _values) void
PrinterGroupJobDetailFactory.create
(Collection<PrinterGroupJobDetailValue> _values) -
Uses of PrinterGroupJobDetailValue in com.echothree.model.data.printer.server.value
Methods in com.echothree.model.data.printer.server.value that return PrinterGroupJobDetailValue