Uses of Class
com.echothree.model.data.printer.common.pk.PrinterGroupJobPK
Packages that use PrinterGroupJobPK
Package
Description
-
Uses of PrinterGroupJobPK in com.echothree.model.data.printer.server.entity
Methods in com.echothree.model.data.printer.server.entity that return PrinterGroupJobPKModifier and TypeMethodDescriptionPrinterGroupJob.getPrimaryKey()
PrinterGroupJobDetail.getPrinterGroupJobPK()
Methods in com.echothree.model.data.printer.server.entity with parameters of type PrinterGroupJobPKModifier and TypeMethodDescriptionvoid
PrinterGroupJobDetail.setPrinterGroupJobPK
(PrinterGroupJobPK printerGroupJobPK) -
Uses of PrinterGroupJobPK in com.echothree.model.data.printer.server.factory
Methods in com.echothree.model.data.printer.server.factory that return PrinterGroupJobPKModifier and TypeMethodDescriptionPrinterGroupJobFactory.getNextPK()
PrinterGroupJobFactory.getPKFromQuery
(PreparedStatement ps, Object... params) PrinterGroupJobFactory.getPKFromResultSet
(ResultSet rs) Methods in com.echothree.model.data.printer.server.factory that return types with arguments of type PrinterGroupJobPKModifier and TypeMethodDescriptionPrinterGroupJobFactory.getPKsFromQueryAsList
(PreparedStatement ps, Object... params) PrinterGroupJobFactory.getPKsFromQueryAsSet
(PreparedStatement ps, Object... params) PrinterGroupJobFactory.getPKsFromResultSetAsList
(ResultSet rs) PrinterGroupJobFactory.getPKsFromResultSetAsSet
(ResultSet rs) Methods in com.echothree.model.data.printer.server.factory with parameters of type PrinterGroupJobPKModifier and TypeMethodDescriptionPrinterGroupJobDetailFactory.create
(PrinterGroupJobPK printerGroupJobPK, String printerGroupJobName, PrinterGroupPK printerGroupPK, DocumentPK documentPK, Integer copies, Integer priority, Long fromTime, Long thruTime) PrinterGroupJobDetailFactory.create
(Session session, PrinterGroupJobPK printerGroupJobPK, String printerGroupJobName, PrinterGroupPK printerGroupPK, DocumentPK documentPK, Integer copies, Integer priority, Long fromTime, Long thruTime) PrinterGroupJobFactory.getEntityFromCache
(Session session, PrinterGroupJobPK pk) PrinterGroupJobFactory.getEntityFromPK
(EntityPermission entityPermission, PrinterGroupJobPK pk) PrinterGroupJobFactory.getEntityFromPK
(Session session, EntityPermission entityPermission, PrinterGroupJobPK pk) PrinterGroupJobFactory.getValueFromPK
(Session session, PrinterGroupJobPK pk) void
PrinterGroupJobFactory.remove
(Session session, PrinterGroupJobPK pk) boolean
PrinterGroupJobFactory.validPK
(Session session, PrinterGroupJobPK pk) Method parameters in com.echothree.model.data.printer.server.factory with type arguments of type PrinterGroupJobPKModifier and TypeMethodDescriptionPrinterGroupJobFactory.getEntitiesFromPKs
(EntityPermission entityPermission, Collection<PrinterGroupJobPK> pks) PrinterGroupJobFactory.getEntitiesFromPKs
(Session session, EntityPermission entityPermission, Collection<PrinterGroupJobPK> pks) PrinterGroupJobFactory.getValuesFromPKs
(Session session, Collection<PrinterGroupJobPK> pks) void
PrinterGroupJobFactory.remove
(Session session, Collection<PrinterGroupJobPK> pks) void
PrinterGroupJobFactory.remove
(Collection<PrinterGroupJobPK> pks) -
Uses of PrinterGroupJobPK in com.echothree.model.data.printer.server.value
Methods in com.echothree.model.data.printer.server.value that return PrinterGroupJobPKModifier and TypeMethodDescriptionPrinterGroupJobValue.getPrimaryKey()
PrinterGroupJobDetailValue.getPrinterGroupJobPK()
Methods in com.echothree.model.data.printer.server.value with parameters of type PrinterGroupJobPKModifier and TypeMethodDescriptionvoid
PrinterGroupJobDetailValue.setPrinterGroupJobPK
(PrinterGroupJobPK printerGroupJobPK) Constructors in com.echothree.model.data.printer.server.value with parameters of type PrinterGroupJobPKModifierConstructorDescriptionPrinterGroupJobDetailValue
(PrinterGroupJobDetailPK printerGroupJobDetailPK, PrinterGroupJobPK printerGroupJobPK, String printerGroupJobName, PrinterGroupPK printerGroupPK, DocumentPK documentPK, Integer copies, Integer priority, Long fromTime, Long thruTime) Creates a new instance of PrinterGroupJobDetailValuePrinterGroupJobDetailValue
(PrinterGroupJobPK printerGroupJobPK, String printerGroupJobName, PrinterGroupPK printerGroupPK, DocumentPK documentPK, Integer copies, Integer priority, Long fromTime, Long thruTime) Creates a new instance of PrinterGroupJobDetailValuePrinterGroupJobValue
(PrinterGroupJobPK printerGroupJobPK, PrinterGroupJobDetailPK activeDetailPK, PrinterGroupJobDetailPK lastDetailPK) Creates a new instance of PrinterGroupJobValue