Uses of Class
com.echothree.model.data.printer.common.pk.PrinterDescriptionPK
Packages that use PrinterDescriptionPK
Package
Description
-
Uses of PrinterDescriptionPK in com.echothree.model.data.printer.server.entity
Methods in com.echothree.model.data.printer.server.entity that return PrinterDescriptionPK -
Uses of PrinterDescriptionPK in com.echothree.model.data.printer.server.factory
Methods in com.echothree.model.data.printer.server.factory that return PrinterDescriptionPKModifier and TypeMethodDescriptionPrinterDescriptionFactory.getNextPK()
PrinterDescriptionFactory.getPKFromQuery
(PreparedStatement ps, Object... params) PrinterDescriptionFactory.getPKFromResultSet
(ResultSet rs) Methods in com.echothree.model.data.printer.server.factory that return types with arguments of type PrinterDescriptionPKModifier and TypeMethodDescriptionPrinterDescriptionFactory.getPKsFromQueryAsList
(PreparedStatement ps, Object... params) PrinterDescriptionFactory.getPKsFromQueryAsSet
(PreparedStatement ps, Object... params) PrinterDescriptionFactory.getPKsFromResultSetAsList
(ResultSet rs) PrinterDescriptionFactory.getPKsFromResultSetAsSet
(ResultSet rs) Methods in com.echothree.model.data.printer.server.factory with parameters of type PrinterDescriptionPKModifier and TypeMethodDescriptionPrinterDescriptionFactory.getEntityFromCache
(Session session, PrinterDescriptionPK pk) PrinterDescriptionFactory.getEntityFromPK
(EntityPermission entityPermission, PrinterDescriptionPK pk) PrinterDescriptionFactory.getEntityFromPK
(Session session, EntityPermission entityPermission, PrinterDescriptionPK pk) PrinterDescriptionFactory.getValueFromPK
(Session session, PrinterDescriptionPK pk) void
PrinterDescriptionFactory.remove
(Session session, PrinterDescriptionPK pk) boolean
PrinterDescriptionFactory.validPK
(Session session, PrinterDescriptionPK pk) Method parameters in com.echothree.model.data.printer.server.factory with type arguments of type PrinterDescriptionPKModifier and TypeMethodDescriptionPrinterDescriptionFactory.getEntitiesFromPKs
(EntityPermission entityPermission, Collection<PrinterDescriptionPK> pks) PrinterDescriptionFactory.getEntitiesFromPKs
(Session session, EntityPermission entityPermission, Collection<PrinterDescriptionPK> pks) PrinterDescriptionFactory.getValuesFromPKs
(Session session, Collection<PrinterDescriptionPK> pks) void
PrinterDescriptionFactory.remove
(Session session, Collection<PrinterDescriptionPK> pks) void
PrinterDescriptionFactory.remove
(Collection<PrinterDescriptionPK> pks) -
Uses of PrinterDescriptionPK in com.echothree.model.data.printer.server.value
Methods in com.echothree.model.data.printer.server.value that return PrinterDescriptionPKConstructors in com.echothree.model.data.printer.server.value with parameters of type PrinterDescriptionPKModifierConstructorDescriptionPrinterDescriptionValue
(PrinterDescriptionPK printerDescriptionPK, PrinterPK printerPK, LanguagePK languagePK, String description, Long fromTime, Long thruTime) Creates a new instance of PrinterDescriptionValue