Uses of Class
com.echothree.model.data.printer.server.value.PartyPrinterGroupUseValue
Packages that use PartyPrinterGroupUseValue
Package
Description
-
Uses of PartyPrinterGroupUseValue in com.echothree.model.control.printer.server.control
Methods in com.echothree.model.control.printer.server.control that return PartyPrinterGroupUseValueModifier and TypeMethodDescriptionPrinterControl.getPartyPrinterGroupUseValue(PartyPrinterGroupUse partyPrinterGroupUse) PrinterControl.getPartyPrinterGroupUseValueForUpdate(Party party, PrinterGroupUseType printerGroupUseType) Methods in com.echothree.model.control.printer.server.control with parameters of type PartyPrinterGroupUseValueModifier and TypeMethodDescriptionvoidPrinterControl.updatePartyPrinterGroupUseFromValue(PartyPrinterGroupUseValue partyPrinterGroupUseValue, BasePK updatedBy) -
Uses of PartyPrinterGroupUseValue in com.echothree.model.data.printer.server.entity
Methods in com.echothree.model.data.printer.server.entity that return PartyPrinterGroupUseValueMethods in com.echothree.model.data.printer.server.entity with parameters of type PartyPrinterGroupUseValueModifier and TypeMethodDescriptionvoidPartyPrinterGroupUse.setPartyPrinterGroupUseValue(PartyPrinterGroupUseValue value) Constructors in com.echothree.model.data.printer.server.entity with parameters of type PartyPrinterGroupUseValueModifierConstructorDescriptionPartyPrinterGroupUse(PartyPrinterGroupUseValue value, EntityPermission entityPermission) Creates a new instance of PartyPrinterGroupUse -
Uses of PartyPrinterGroupUseValue in com.echothree.model.data.printer.server.factory
Methods in com.echothree.model.data.printer.server.factory that return PartyPrinterGroupUseValueModifier and TypeMethodDescriptionPartyPrinterGroupUseFactory.getValueFromPK(Session session, PartyPrinterGroupUsePK pk) PartyPrinterGroupUseFactory.getValueFromResultSet(Session session, ResultSet rs) Methods in com.echothree.model.data.printer.server.factory that return types with arguments of type PartyPrinterGroupUseValueModifier and TypeMethodDescriptionPartyPrinterGroupUseFactory.getValuesFromPKs(Session session, Collection<PartyPrinterGroupUsePK> pks) PartyPrinterGroupUseFactory.getValuesFromResultSet(Session session, ResultSet rs) Methods in com.echothree.model.data.printer.server.factory with parameters of type PartyPrinterGroupUseValueModifier and TypeMethodDescriptionPartyPrinterGroupUseFactory.getEntityFromValue(EntityPermission entityPermission, PartyPrinterGroupUseValue value) PartyPrinterGroupUseFactory.getEntityFromValue(Session session, EntityPermission entityPermission, PartyPrinterGroupUseValue value) Method parameters in com.echothree.model.data.printer.server.factory with type arguments of type PartyPrinterGroupUseValueModifier and TypeMethodDescriptionvoidPartyPrinterGroupUseFactory.create(Session session, Collection<PartyPrinterGroupUseValue> _values) voidPartyPrinterGroupUseFactory.create(Collection<PartyPrinterGroupUseValue> _values) -
Uses of PartyPrinterGroupUseValue in com.echothree.model.data.printer.server.value
Methods in com.echothree.model.data.printer.server.value that return PartyPrinterGroupUseValue