Uses of Class
com.echothree.model.data.printer.server.value.PrinterDescriptionValue
Packages that use PrinterDescriptionValue
Package
Description
-
Uses of PrinterDescriptionValue in com.echothree.model.control.printer.server.control
Methods in com.echothree.model.control.printer.server.control that return PrinterDescriptionValueModifier and TypeMethodDescriptionPrinterControl.getPrinterDescriptionValue
(PrinterDescription printerDescription) PrinterControl.getPrinterDescriptionValueForUpdate
(Printer printer, Language language) Methods in com.echothree.model.control.printer.server.control with parameters of type PrinterDescriptionValueModifier and TypeMethodDescriptionvoid
PrinterControl.updatePrinterDescriptionFromValue
(PrinterDescriptionValue printerDescriptionValue, BasePK updatedBy) -
Uses of PrinterDescriptionValue in com.echothree.model.data.printer.server.entity
Methods in com.echothree.model.data.printer.server.entity that return PrinterDescriptionValueMethods in com.echothree.model.data.printer.server.entity with parameters of type PrinterDescriptionValueModifier and TypeMethodDescriptionvoid
PrinterDescription.setPrinterDescriptionValue
(PrinterDescriptionValue value) Constructors in com.echothree.model.data.printer.server.entity with parameters of type PrinterDescriptionValueModifierConstructorDescriptionPrinterDescription
(PrinterDescriptionValue value, EntityPermission entityPermission) Creates a new instance of PrinterDescription -
Uses of PrinterDescriptionValue in com.echothree.model.data.printer.server.factory
Methods in com.echothree.model.data.printer.server.factory that return PrinterDescriptionValueModifier and TypeMethodDescriptionPrinterDescriptionFactory.getValueFromPK
(Session session, PrinterDescriptionPK pk) PrinterDescriptionFactory.getValueFromResultSet
(Session session, ResultSet rs) Methods in com.echothree.model.data.printer.server.factory that return types with arguments of type PrinterDescriptionValueModifier and TypeMethodDescriptionPrinterDescriptionFactory.getValuesFromPKs
(Session session, Collection<PrinterDescriptionPK> pks) PrinterDescriptionFactory.getValuesFromResultSet
(Session session, ResultSet rs) Methods in com.echothree.model.data.printer.server.factory with parameters of type PrinterDescriptionValueModifier and TypeMethodDescriptionPrinterDescriptionFactory.getEntityFromValue
(EntityPermission entityPermission, PrinterDescriptionValue value) PrinterDescriptionFactory.getEntityFromValue
(Session session, EntityPermission entityPermission, PrinterDescriptionValue value) Method parameters in com.echothree.model.data.printer.server.factory with type arguments of type PrinterDescriptionValueModifier and TypeMethodDescriptionvoid
PrinterDescriptionFactory.create
(Session session, Collection<PrinterDescriptionValue> _values) void
PrinterDescriptionFactory.create
(Collection<PrinterDescriptionValue> _values) -
Uses of PrinterDescriptionValue in com.echothree.model.data.printer.server.value
Methods in com.echothree.model.data.printer.server.value that return PrinterDescriptionValue