Uses of Class
com.echothree.model.data.printer.server.value.PrinterGroupValue
Packages that use PrinterGroupValue
Package
Description
-
Uses of PrinterGroupValue in com.echothree.model.data.printer.server.entity
Methods in com.echothree.model.data.printer.server.entity that return PrinterGroupValueMethods in com.echothree.model.data.printer.server.entity with parameters of type PrinterGroupValueModifier and TypeMethodDescriptionvoid
PrinterGroup.setPrinterGroupValue
(PrinterGroupValue value) Constructors in com.echothree.model.data.printer.server.entity with parameters of type PrinterGroupValueModifierConstructorDescriptionPrinterGroup
(PrinterGroupValue value, EntityPermission entityPermission) Creates a new instance of PrinterGroup -
Uses of PrinterGroupValue in com.echothree.model.data.printer.server.factory
Methods in com.echothree.model.data.printer.server.factory that return PrinterGroupValueModifier and TypeMethodDescriptionPrinterGroupFactory.getValueFromPK
(Session session, PrinterGroupPK pk) PrinterGroupFactory.getValueFromResultSet
(Session session, ResultSet rs) Methods in com.echothree.model.data.printer.server.factory that return types with arguments of type PrinterGroupValueModifier and TypeMethodDescriptionPrinterGroupFactory.getValuesFromPKs
(Session session, Collection<PrinterGroupPK> pks) PrinterGroupFactory.getValuesFromResultSet
(Session session, ResultSet rs) Methods in com.echothree.model.data.printer.server.factory with parameters of type PrinterGroupValueModifier and TypeMethodDescriptionPrinterGroupFactory.getEntityFromValue
(EntityPermission entityPermission, PrinterGroupValue value) PrinterGroupFactory.getEntityFromValue
(Session session, EntityPermission entityPermission, PrinterGroupValue value) Method parameters in com.echothree.model.data.printer.server.factory with type arguments of type PrinterGroupValueModifier and TypeMethodDescriptionvoid
PrinterGroupFactory.create
(Session session, Collection<PrinterGroupValue> _values) void
PrinterGroupFactory.create
(Collection<PrinterGroupValue> _values) -
Uses of PrinterGroupValue in com.echothree.model.data.printer.server.value
Methods in com.echothree.model.data.printer.server.value that return PrinterGroupValue