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