Uses of Class
com.echothree.model.data.printer.common.pk.PrinterGroupPK
Packages that use PrinterGroupPK
Package
Description
-
Uses of PrinterGroupPK in com.echothree.model.data.printer.server.entity
Methods in com.echothree.model.data.printer.server.entity that return PrinterGroupPKModifier and TypeMethodDescriptionPrinterGroup.getPrimaryKey()
PartyPrinterGroupUse.getPrinterGroupPK()
PrinterDetail.getPrinterGroupPK()
PrinterGroupDescription.getPrinterGroupPK()
PrinterGroupDetail.getPrinterGroupPK()
PrinterGroupJobDetail.getPrinterGroupPK()
Methods in com.echothree.model.data.printer.server.entity with parameters of type PrinterGroupPKModifier and TypeMethodDescriptionvoid
PartyPrinterGroupUse.setPrinterGroupPK
(PrinterGroupPK printerGroupPK) void
PrinterDetail.setPrinterGroupPK
(PrinterGroupPK printerGroupPK) void
PrinterGroupDescription.setPrinterGroupPK
(PrinterGroupPK printerGroupPK) void
PrinterGroupDetail.setPrinterGroupPK
(PrinterGroupPK printerGroupPK) void
PrinterGroupJobDetail.setPrinterGroupPK
(PrinterGroupPK printerGroupPK) -
Uses of PrinterGroupPK in com.echothree.model.data.printer.server.factory
Methods in com.echothree.model.data.printer.server.factory that return PrinterGroupPKModifier and TypeMethodDescriptionPrinterGroupFactory.getNextPK()
PrinterGroupFactory.getPKFromQuery
(PreparedStatement ps, Object... params) PrinterGroupFactory.getPKFromResultSet
(ResultSet rs) Methods in com.echothree.model.data.printer.server.factory that return types with arguments of type PrinterGroupPKModifier and TypeMethodDescriptionPrinterGroupFactory.getPKsFromQueryAsList
(PreparedStatement ps, Object... params) PrinterGroupFactory.getPKsFromQueryAsSet
(PreparedStatement ps, Object... params) PrinterGroupFactory.getPKsFromResultSetAsList
(ResultSet rs) PrinterGroupFactory.getPKsFromResultSetAsSet
(ResultSet rs) Methods in com.echothree.model.data.printer.server.factory with parameters of type PrinterGroupPKModifier and TypeMethodDescriptionPartyPrinterGroupUseFactory.create
(PartyPK partyPK, PrinterGroupUseTypePK printerGroupUseTypePK, PrinterGroupPK printerGroupPK, Long fromTime, Long thruTime) PartyPrinterGroupUseFactory.create
(Session session, PartyPK partyPK, PrinterGroupUseTypePK printerGroupUseTypePK, PrinterGroupPK printerGroupPK, Long fromTime, Long thruTime) PrinterDetailFactory.create
(PrinterPK printerPK, String printerName, PrinterGroupPK printerGroupPK, Integer priority, Long fromTime, Long thruTime) PrinterDetailFactory.create
(Session session, PrinterPK printerPK, String printerName, PrinterGroupPK printerGroupPK, Integer priority, Long fromTime, Long thruTime) PrinterGroupDescriptionFactory.create
(PrinterGroupPK printerGroupPK, LanguagePK languagePK, String description, Long fromTime, Long thruTime) PrinterGroupDescriptionFactory.create
(Session session, PrinterGroupPK printerGroupPK, LanguagePK languagePK, String description, Long fromTime, Long thruTime) PrinterGroupDetailFactory.create
(PrinterGroupPK printerGroupPK, String printerGroupName, Long keepPrintedJobsTime, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) PrinterGroupDetailFactory.create
(Session session, PrinterGroupPK printerGroupPK, String printerGroupName, Long keepPrintedJobsTime, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) PrinterGroupJobDetailFactory.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) PrinterGroupFactory.getEntityFromCache
(Session session, PrinterGroupPK pk) PrinterGroupFactory.getEntityFromPK
(EntityPermission entityPermission, PrinterGroupPK pk) PrinterGroupFactory.getEntityFromPK
(Session session, EntityPermission entityPermission, PrinterGroupPK pk) PrinterGroupFactory.getValueFromPK
(Session session, PrinterGroupPK pk) void
PrinterGroupFactory.remove
(Session session, PrinterGroupPK pk) boolean
PrinterGroupFactory.validPK
(Session session, PrinterGroupPK pk) Method parameters in com.echothree.model.data.printer.server.factory with type arguments of type PrinterGroupPKModifier and TypeMethodDescriptionPrinterGroupFactory.getEntitiesFromPKs
(EntityPermission entityPermission, Collection<PrinterGroupPK> pks) PrinterGroupFactory.getEntitiesFromPKs
(Session session, EntityPermission entityPermission, Collection<PrinterGroupPK> pks) PrinterGroupFactory.getValuesFromPKs
(Session session, Collection<PrinterGroupPK> pks) void
PrinterGroupFactory.remove
(Session session, Collection<PrinterGroupPK> pks) void
PrinterGroupFactory.remove
(Collection<PrinterGroupPK> pks) -
Uses of PrinterGroupPK in com.echothree.model.data.printer.server.value
Methods in com.echothree.model.data.printer.server.value that return PrinterGroupPKModifier and TypeMethodDescriptionPrinterGroupValue.getPrimaryKey()
PartyPrinterGroupUseValue.getPrinterGroupPK()
PrinterDetailValue.getPrinterGroupPK()
PrinterGroupDescriptionValue.getPrinterGroupPK()
PrinterGroupDetailValue.getPrinterGroupPK()
PrinterGroupJobDetailValue.getPrinterGroupPK()
Methods in com.echothree.model.data.printer.server.value with parameters of type PrinterGroupPKModifier and TypeMethodDescriptionvoid
PartyPrinterGroupUseValue.setPrinterGroupPK
(PrinterGroupPK printerGroupPK) void
PrinterDetailValue.setPrinterGroupPK
(PrinterGroupPK printerGroupPK) void
PrinterGroupDescriptionValue.setPrinterGroupPK
(PrinterGroupPK printerGroupPK) void
PrinterGroupDetailValue.setPrinterGroupPK
(PrinterGroupPK printerGroupPK) void
PrinterGroupJobDetailValue.setPrinterGroupPK
(PrinterGroupPK printerGroupPK) Constructors in com.echothree.model.data.printer.server.value with parameters of type PrinterGroupPKModifierConstructorDescriptionPartyPrinterGroupUseValue
(PartyPK partyPK, PrinterGroupUseTypePK printerGroupUseTypePK, PrinterGroupPK printerGroupPK, Long fromTime, Long thruTime) Creates a new instance of PartyPrinterGroupUseValuePartyPrinterGroupUseValue
(PartyPrinterGroupUsePK partyPrinterGroupUsePK, PartyPK partyPK, PrinterGroupUseTypePK printerGroupUseTypePK, PrinterGroupPK printerGroupPK, Long fromTime, Long thruTime) Creates a new instance of PartyPrinterGroupUseValuePrinterDetailValue
(PrinterDetailPK printerDetailPK, PrinterPK printerPK, String printerName, PrinterGroupPK printerGroupPK, Integer priority, Long fromTime, Long thruTime) Creates a new instance of PrinterDetailValuePrinterDetailValue
(PrinterPK printerPK, String printerName, PrinterGroupPK printerGroupPK, Integer priority, Long fromTime, Long thruTime) Creates a new instance of PrinterDetailValuePrinterGroupDescriptionValue
(PrinterGroupDescriptionPK printerGroupDescriptionPK, PrinterGroupPK printerGroupPK, LanguagePK languagePK, String description, Long fromTime, Long thruTime) Creates a new instance of PrinterGroupDescriptionValuePrinterGroupDescriptionValue
(PrinterGroupPK printerGroupPK, LanguagePK languagePK, String description, Long fromTime, Long thruTime) Creates a new instance of PrinterGroupDescriptionValuePrinterGroupDetailValue
(PrinterGroupDetailPK printerGroupDetailPK, PrinterGroupPK printerGroupPK, String printerGroupName, Long keepPrintedJobsTime, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) Creates a new instance of PrinterGroupDetailValuePrinterGroupDetailValue
(PrinterGroupPK printerGroupPK, String printerGroupName, Long keepPrintedJobsTime, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) Creates a new instance of PrinterGroupDetailValuePrinterGroupJobDetailValue
(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 PrinterGroupJobDetailValuePrinterGroupValue
(PrinterGroupPK printerGroupPK, PrinterGroupDetailPK activeDetailPK, PrinterGroupDetailPK lastDetailPK) Creates a new instance of PrinterGroupValue