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 TypeMethodDescriptionvoidPrinterGroupJobDetail.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) PrinterGroupJobFactory.getEntityFromCache(PrinterGroupJobPK pk) PrinterGroupJobFactory.getEntityFromPK(EntityPermission entityPermission, PrinterGroupJobPK pk) PrinterGroupJobFactory.getValueFromPK(PrinterGroupJobPK pk) voidPrinterGroupJobFactory.remove(PrinterGroupJobPK pk) booleanPrinterGroupJobFactory.validPK(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.getValuesFromPKs(Collection<PrinterGroupJobPK> pks) voidPrinterGroupJobFactory.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 TypeMethodDescriptionvoidPrinterGroupJobDetailValue.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