Uses of Class
com.echothree.model.data.printer.common.pk.PrinterGroupDescriptionPK
Packages that use PrinterGroupDescriptionPK
Package
Description
-
Uses of PrinterGroupDescriptionPK in com.echothree.model.data.printer.server.entity
Methods in com.echothree.model.data.printer.server.entity that return PrinterGroupDescriptionPK -
Uses of PrinterGroupDescriptionPK in com.echothree.model.data.printer.server.factory
Methods in com.echothree.model.data.printer.server.factory that return PrinterGroupDescriptionPKModifier and TypeMethodDescriptionPrinterGroupDescriptionFactory.getNextPK()PrinterGroupDescriptionFactory.getPKFromQuery(PreparedStatement ps, Object... params) PrinterGroupDescriptionFactory.getPKFromResultSet(ResultSet rs) Methods in com.echothree.model.data.printer.server.factory that return types with arguments of type PrinterGroupDescriptionPKModifier and TypeMethodDescriptionPrinterGroupDescriptionFactory.getPKsFromQueryAsList(PreparedStatement ps, Object... params) PrinterGroupDescriptionFactory.getPKsFromQueryAsSet(PreparedStatement ps, Object... params) PrinterGroupDescriptionFactory.getPKsFromResultSetAsList(ResultSet rs) PrinterGroupDescriptionFactory.getPKsFromResultSetAsSet(ResultSet rs) Methods in com.echothree.model.data.printer.server.factory with parameters of type PrinterGroupDescriptionPKModifier and TypeMethodDescriptionPrinterGroupDescriptionFactory.getEntityFromCache(Session session, PrinterGroupDescriptionPK pk) PrinterGroupDescriptionFactory.getEntityFromPK(EntityPermission entityPermission, PrinterGroupDescriptionPK pk) PrinterGroupDescriptionFactory.getEntityFromPK(Session session, EntityPermission entityPermission, PrinterGroupDescriptionPK pk) PrinterGroupDescriptionFactory.getValueFromPK(Session session, PrinterGroupDescriptionPK pk) voidPrinterGroupDescriptionFactory.remove(Session session, PrinterGroupDescriptionPK pk) booleanPrinterGroupDescriptionFactory.validPK(Session session, PrinterGroupDescriptionPK pk) Method parameters in com.echothree.model.data.printer.server.factory with type arguments of type PrinterGroupDescriptionPKModifier and TypeMethodDescriptionPrinterGroupDescriptionFactory.getEntitiesFromPKs(EntityPermission entityPermission, Collection<PrinterGroupDescriptionPK> pks) PrinterGroupDescriptionFactory.getEntitiesFromPKs(Session session, EntityPermission entityPermission, Collection<PrinterGroupDescriptionPK> pks) PrinterGroupDescriptionFactory.getValuesFromPKs(Session session, Collection<PrinterGroupDescriptionPK> pks) voidPrinterGroupDescriptionFactory.remove(Session session, Collection<PrinterGroupDescriptionPK> pks) voidPrinterGroupDescriptionFactory.remove(Collection<PrinterGroupDescriptionPK> pks) -
Uses of PrinterGroupDescriptionPK in com.echothree.model.data.printer.server.value
Methods in com.echothree.model.data.printer.server.value that return PrinterGroupDescriptionPKConstructors in com.echothree.model.data.printer.server.value with parameters of type PrinterGroupDescriptionPKModifierConstructorDescriptionPrinterGroupDescriptionValue(PrinterGroupDescriptionPK printerGroupDescriptionPK, PrinterGroupPK printerGroupPK, LanguagePK languagePK, String description, Long fromTime, Long thruTime) Creates a new instance of PrinterGroupDescriptionValue