Uses of Class
com.echothree.model.data.printer.server.value.PrinterDetailValue
Packages that use PrinterDetailValue
Package
Description
-
Uses of PrinterDetailValue in com.echothree.model.control.printer.server.control
Methods in com.echothree.model.control.printer.server.control that return PrinterDetailValueModifier and TypeMethodDescriptionPrinterControl.getDefaultPrinterDetailValueForUpdate()PrinterControl.getPrinterDetailValueByNameForUpdate(String printerName) PrinterControl.getPrinterDetailValueForUpdate(Printer printer) Methods in com.echothree.model.control.printer.server.control with parameters of type PrinterDetailValueModifier and TypeMethodDescriptionvoidPrinterControl.updatePrinterFromValue(PrinterDetailValue printerDetailValue, BasePK updatedBy) -
Uses of PrinterDetailValue in com.echothree.model.data.printer.server.entity
Methods in com.echothree.model.data.printer.server.entity that return PrinterDetailValueMethods in com.echothree.model.data.printer.server.entity with parameters of type PrinterDetailValueModifier and TypeMethodDescriptionvoidPrinterDetail.setPrinterDetailValue(PrinterDetailValue value) Constructors in com.echothree.model.data.printer.server.entity with parameters of type PrinterDetailValueModifierConstructorDescriptionPrinterDetail(PrinterDetailValue value, EntityPermission entityPermission) Creates a new instance of PrinterDetail -
Uses of PrinterDetailValue in com.echothree.model.data.printer.server.factory
Methods in com.echothree.model.data.printer.server.factory that return PrinterDetailValueModifier and TypeMethodDescriptionPrinterDetailFactory.getValueFromPK(PrinterDetailPK pk) PrinterDetailFactory.getValueFromResultSet(ResultSet rs) Methods in com.echothree.model.data.printer.server.factory that return types with arguments of type PrinterDetailValueModifier and TypeMethodDescriptionPrinterDetailFactory.getValuesFromPKs(Collection<PrinterDetailPK> pks) PrinterDetailFactory.getValuesFromResultSet(ResultSet rs) Methods in com.echothree.model.data.printer.server.factory with parameters of type PrinterDetailValueModifier and TypeMethodDescriptionPrinterDetailFactory.getEntityFromValue(EntityPermission entityPermission, PrinterDetailValue value) Method parameters in com.echothree.model.data.printer.server.factory with type arguments of type PrinterDetailValueModifier and TypeMethodDescriptionvoidPrinterDetailFactory.create(Collection<PrinterDetailValue> _values) -
Uses of PrinterDetailValue in com.echothree.model.data.printer.server.value
Methods in com.echothree.model.data.printer.server.value that return PrinterDetailValue