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 TypeMethodDescriptionvoid
PrinterGroup.setActiveDetailPK
(PrinterGroupDetailPK activeDetailPK) void
PrinterGroup.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) PrinterGroupFactory.create
(Session session, PrinterGroupDetailPK activeDetailPK, PrinterGroupDetailPK lastDetailPK) PrinterGroupDetailFactory.getEntityFromCache
(Session session, PrinterGroupDetailPK pk) PrinterGroupDetailFactory.getEntityFromPK
(EntityPermission entityPermission, PrinterGroupDetailPK pk) PrinterGroupDetailFactory.getEntityFromPK
(Session session, EntityPermission entityPermission, PrinterGroupDetailPK pk) PrinterGroupDetailFactory.getValueFromPK
(Session session, PrinterGroupDetailPK pk) void
PrinterGroupDetailFactory.remove
(Session session, PrinterGroupDetailPK pk) boolean
PrinterGroupDetailFactory.validPK
(Session session, 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.getEntitiesFromPKs
(Session session, EntityPermission entityPermission, Collection<PrinterGroupDetailPK> pks) PrinterGroupDetailFactory.getValuesFromPKs
(Session session, Collection<PrinterGroupDetailPK> pks) void
PrinterGroupDetailFactory.remove
(Session session, Collection<PrinterGroupDetailPK> pks) void
PrinterGroupDetailFactory.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 TypeMethodDescriptionvoid
PrinterGroupValue.setActiveDetailPK
(PrinterGroupDetailPK activeDetailPK) void
PrinterGroupValue.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