Uses of Class
com.echothree.model.data.printer.server.value.PrinterGroupDetailValue
Packages that use PrinterGroupDetailValue
Package
Description
-
Uses of PrinterGroupDetailValue in com.echothree.model.control.printer.server.control
Methods in com.echothree.model.control.printer.server.control that return PrinterGroupDetailValueModifier and TypeMethodDescriptionPrinterControl.getDefaultPrinterGroupDetailValueForUpdate()
PrinterControl.getPrinterGroupDetailValueByNameForUpdate
(String printerGroupName) PrinterControl.getPrinterGroupDetailValueForUpdate
(PrinterGroup printerGroup) Methods in com.echothree.model.control.printer.server.control with parameters of type PrinterGroupDetailValueModifier and TypeMethodDescriptionvoid
PrinterControl.updatePrinterGroupFromValue
(PrinterGroupDetailValue printerGroupDetailValue, BasePK updatedBy) -
Uses of PrinterGroupDetailValue in com.echothree.model.data.printer.server.entity
Methods in com.echothree.model.data.printer.server.entity that return PrinterGroupDetailValueMethods in com.echothree.model.data.printer.server.entity with parameters of type PrinterGroupDetailValueModifier and TypeMethodDescriptionvoid
PrinterGroupDetail.setPrinterGroupDetailValue
(PrinterGroupDetailValue value) Constructors in com.echothree.model.data.printer.server.entity with parameters of type PrinterGroupDetailValueModifierConstructorDescriptionPrinterGroupDetail
(PrinterGroupDetailValue value, EntityPermission entityPermission) Creates a new instance of PrinterGroupDetail -
Uses of PrinterGroupDetailValue in com.echothree.model.data.printer.server.factory
Methods in com.echothree.model.data.printer.server.factory that return PrinterGroupDetailValueModifier and TypeMethodDescriptionPrinterGroupDetailFactory.getValueFromPK
(Session session, PrinterGroupDetailPK pk) PrinterGroupDetailFactory.getValueFromResultSet
(Session session, ResultSet rs) Methods in com.echothree.model.data.printer.server.factory that return types with arguments of type PrinterGroupDetailValueModifier and TypeMethodDescriptionPrinterGroupDetailFactory.getValuesFromPKs
(Session session, Collection<PrinterGroupDetailPK> pks) PrinterGroupDetailFactory.getValuesFromResultSet
(Session session, ResultSet rs) Methods in com.echothree.model.data.printer.server.factory with parameters of type PrinterGroupDetailValueModifier and TypeMethodDescriptionPrinterGroupDetailFactory.getEntityFromValue
(EntityPermission entityPermission, PrinterGroupDetailValue value) PrinterGroupDetailFactory.getEntityFromValue
(Session session, EntityPermission entityPermission, PrinterGroupDetailValue value) Method parameters in com.echothree.model.data.printer.server.factory with type arguments of type PrinterGroupDetailValueModifier and TypeMethodDescriptionvoid
PrinterGroupDetailFactory.create
(Session session, Collection<PrinterGroupDetailValue> _values) void
PrinterGroupDetailFactory.create
(Collection<PrinterGroupDetailValue> _values) -
Uses of PrinterGroupDetailValue in com.echothree.model.data.printer.server.value
Methods in com.echothree.model.data.printer.server.value that return PrinterGroupDetailValue