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 TypeMethodDescriptionvoidPrinterControl.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 TypeMethodDescriptionvoidPrinterGroupDetail.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 TypeMethodDescriptionvoidPrinterGroupDetailFactory.create(Session session, Collection<PrinterGroupDetailValue> _values) voidPrinterGroupDetailFactory.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