Uses of Class
com.echothree.model.data.printer.server.value.PrinterValue
Packages that use PrinterValue
Package
Description
-
Uses of PrinterValue in com.echothree.model.data.printer.server.entity
Methods in com.echothree.model.data.printer.server.entity that return PrinterValueMethods in com.echothree.model.data.printer.server.entity with parameters of type PrinterValueConstructors in com.echothree.model.data.printer.server.entity with parameters of type PrinterValueModifierConstructorDescriptionPrinter
(PrinterValue value, EntityPermission entityPermission) Creates a new instance of Printer -
Uses of PrinterValue in com.echothree.model.data.printer.server.factory
Methods in com.echothree.model.data.printer.server.factory that return PrinterValueModifier and TypeMethodDescriptionPrinterFactory.getValueFromPK
(Session session, PrinterPK pk) PrinterFactory.getValueFromResultSet
(Session session, ResultSet rs) Methods in com.echothree.model.data.printer.server.factory that return types with arguments of type PrinterValueModifier and TypeMethodDescriptionPrinterFactory.getValuesFromPKs
(Session session, Collection<PrinterPK> pks) PrinterFactory.getValuesFromResultSet
(Session session, ResultSet rs) Methods in com.echothree.model.data.printer.server.factory with parameters of type PrinterValueModifier and TypeMethodDescriptionPrinterFactory.getEntityFromValue
(EntityPermission entityPermission, PrinterValue value) PrinterFactory.getEntityFromValue
(Session session, EntityPermission entityPermission, PrinterValue value) Method parameters in com.echothree.model.data.printer.server.factory with type arguments of type PrinterValueModifier and TypeMethodDescriptionvoid
PrinterFactory.create
(Session session, Collection<PrinterValue> _values) void
PrinterFactory.create
(Collection<PrinterValue> _values) -
Uses of PrinterValue in com.echothree.model.data.printer.server.value
Methods in com.echothree.model.data.printer.server.value that return PrinterValue