Uses of Class
com.echothree.model.data.printer.common.pk.PrinterGroupDetailPK
Packages that use PrinterGroupDetailPK
Package
Description
-
Uses of PrinterGroupDetailPK in com.echothree.model.data.printer.server.entity
Methods in com.echothree.model.data.printer.server.entity that return PrinterGroupDetailPKModifier and TypeMethodDescriptionPrinterGroup.getActiveDetailPK()PrinterGroup.getLastDetailPK()PrinterGroupDetail.getPrimaryKey()Methods in com.echothree.model.data.printer.server.entity with parameters of type PrinterGroupDetailPKModifier and TypeMethodDescriptionvoidPrinterGroup.setActiveDetailPK(PrinterGroupDetailPK activeDetailPK) voidPrinterGroup.setLastDetailPK(PrinterGroupDetailPK lastDetailPK) -
Uses of PrinterGroupDetailPK in com.echothree.model.data.printer.server.factory
Methods in com.echothree.model.data.printer.server.factory that return PrinterGroupDetailPKModifier and TypeMethodDescriptionPrinterGroupDetailFactory.getNextPK()PrinterGroupDetailFactory.getPKFromQuery(PreparedStatement ps, Object... params) PrinterGroupDetailFactory.getPKFromResultSet(ResultSet rs) Methods in com.echothree.model.data.printer.server.factory that return types with arguments of type PrinterGroupDetailPKModifier and TypeMethodDescriptionPrinterGroupDetailFactory.getPKsFromQueryAsList(PreparedStatement ps, Object... params) PrinterGroupDetailFactory.getPKsFromQueryAsSet(PreparedStatement ps, Object... params) PrinterGroupDetailFactory.getPKsFromResultSetAsList(ResultSet rs) PrinterGroupDetailFactory.getPKsFromResultSetAsSet(ResultSet rs) Methods in com.echothree.model.data.printer.server.factory with parameters of type PrinterGroupDetailPKModifier and TypeMethodDescriptionPrinterGroupFactory.create(PrinterGroupDetailPK activeDetailPK, PrinterGroupDetailPK lastDetailPK) PrinterGroupDetailFactory.getEntityFromCache(PrinterGroupDetailPK pk) PrinterGroupDetailFactory.getEntityFromPK(EntityPermission entityPermission, PrinterGroupDetailPK pk) PrinterGroupDetailFactory.getValueFromPK(PrinterGroupDetailPK pk) voidPrinterGroupDetailFactory.remove(PrinterGroupDetailPK pk) booleanPrinterGroupDetailFactory.validPK(PrinterGroupDetailPK pk) Method parameters in com.echothree.model.data.printer.server.factory with type arguments of type PrinterGroupDetailPKModifier and TypeMethodDescriptionPrinterGroupDetailFactory.getEntitiesFromPKs(EntityPermission entityPermission, Collection<PrinterGroupDetailPK> pks) PrinterGroupDetailFactory.getValuesFromPKs(Collection<PrinterGroupDetailPK> pks) voidPrinterGroupDetailFactory.remove(Collection<PrinterGroupDetailPK> pks) -
Uses of PrinterGroupDetailPK in com.echothree.model.data.printer.server.value
Methods in com.echothree.model.data.printer.server.value that return PrinterGroupDetailPKModifier and TypeMethodDescriptionPrinterGroupValue.getActiveDetailPK()PrinterGroupValue.getLastDetailPK()PrinterGroupDetailValue.getPrimaryKey()Methods in com.echothree.model.data.printer.server.value with parameters of type PrinterGroupDetailPKModifier and TypeMethodDescriptionvoidPrinterGroupValue.setActiveDetailPK(PrinterGroupDetailPK activeDetailPK) voidPrinterGroupValue.setLastDetailPK(PrinterGroupDetailPK lastDetailPK) Constructors in com.echothree.model.data.printer.server.value with parameters of type PrinterGroupDetailPKModifierConstructorDescriptionPrinterGroupDetailValue(PrinterGroupDetailPK printerGroupDetailPK, PrinterGroupPK printerGroupPK, String printerGroupName, Long keepPrintedJobsTime, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) Creates a new instance of PrinterGroupDetailValuePrinterGroupValue(PrinterGroupDetailPK activeDetailPK, PrinterGroupDetailPK lastDetailPK) Creates a new instance of PrinterGroupValuePrinterGroupValue(PrinterGroupPK printerGroupPK, PrinterGroupDetailPK activeDetailPK, PrinterGroupDetailPK lastDetailPK) Creates a new instance of PrinterGroupValue