Uses of Class
com.echothree.model.data.printer.common.pk.PartyPrinterGroupUsePK
Packages that use PartyPrinterGroupUsePK
Package
Description
-
Uses of PartyPrinterGroupUsePK in com.echothree.model.data.printer.server.entity
Methods in com.echothree.model.data.printer.server.entity that return PartyPrinterGroupUsePK -
Uses of PartyPrinterGroupUsePK in com.echothree.model.data.printer.server.factory
Methods in com.echothree.model.data.printer.server.factory that return PartyPrinterGroupUsePKModifier and TypeMethodDescriptionPartyPrinterGroupUseFactory.getNextPK()PartyPrinterGroupUseFactory.getPKFromQuery(PreparedStatement ps, Object... params) PartyPrinterGroupUseFactory.getPKFromResultSet(ResultSet rs) Methods in com.echothree.model.data.printer.server.factory that return types with arguments of type PartyPrinterGroupUsePKModifier and TypeMethodDescriptionPartyPrinterGroupUseFactory.getPKsFromQueryAsList(PreparedStatement ps, Object... params) PartyPrinterGroupUseFactory.getPKsFromQueryAsSet(PreparedStatement ps, Object... params) PartyPrinterGroupUseFactory.getPKsFromResultSetAsList(ResultSet rs) PartyPrinterGroupUseFactory.getPKsFromResultSetAsSet(ResultSet rs) Methods in com.echothree.model.data.printer.server.factory with parameters of type PartyPrinterGroupUsePKModifier and TypeMethodDescriptionPartyPrinterGroupUseFactory.getEntityFromCache(PartyPrinterGroupUsePK pk) PartyPrinterGroupUseFactory.getEntityFromPK(EntityPermission entityPermission, PartyPrinterGroupUsePK pk) PartyPrinterGroupUseFactory.getValueFromPK(PartyPrinterGroupUsePK pk) voidPartyPrinterGroupUseFactory.remove(PartyPrinterGroupUsePK pk) booleanPartyPrinterGroupUseFactory.validPK(PartyPrinterGroupUsePK pk) Method parameters in com.echothree.model.data.printer.server.factory with type arguments of type PartyPrinterGroupUsePKModifier and TypeMethodDescriptionPartyPrinterGroupUseFactory.getEntitiesFromPKs(EntityPermission entityPermission, Collection<PartyPrinterGroupUsePK> pks) PartyPrinterGroupUseFactory.getValuesFromPKs(Collection<PartyPrinterGroupUsePK> pks) voidPartyPrinterGroupUseFactory.remove(Collection<PartyPrinterGroupUsePK> pks) -
Uses of PartyPrinterGroupUsePK in com.echothree.model.data.printer.server.value
Methods in com.echothree.model.data.printer.server.value that return PartyPrinterGroupUsePKConstructors in com.echothree.model.data.printer.server.value with parameters of type PartyPrinterGroupUsePKModifierConstructorDescriptionPartyPrinterGroupUseValue(PartyPrinterGroupUsePK partyPrinterGroupUsePK, PartyPK partyPK, PrinterGroupUseTypePK printerGroupUseTypePK, PrinterGroupPK printerGroupPK, Long fromTime, Long thruTime) Creates a new instance of PartyPrinterGroupUseValue -
Uses of PartyPrinterGroupUsePK in com.echothree.model.jooq.server.records.printer
Methods in com.echothree.model.jooq.server.records.printer that return PartyPrinterGroupUsePKModifier and TypeMethodDescriptionPartyPrinterGroupUses.PartyPrinterGroupUse()Getter forpartyprintergroupuses.parprngrpuse_partyprintergroupuseid.Methods in com.echothree.model.jooq.server.records.printer that return types with arguments of type PartyPrinterGroupUsePKModifier and TypeMethodDescriptionorg.jooq.Record1<PartyPrinterGroupUsePK> PartyPrinterGroupUses.key()Methods in com.echothree.model.jooq.server.records.printer with parameters of type PartyPrinterGroupUsePKModifier and TypeMethodDescriptionvoidPartyPrinterGroupUses.PartyPrinterGroupUse(PartyPrinterGroupUsePK value) Setter forpartyprintergroupuses.parprngrpuse_partyprintergroupuseid.Constructors in com.echothree.model.jooq.server.records.printer with parameters of type PartyPrinterGroupUsePKModifierConstructorDescriptionPartyPrinterGroupUses(PartyPrinterGroupUsePK PartyPrinterGroupUse, PartyPK Party, PrinterGroupUseTypePK PrinterGroupUseType, PrinterGroupPK PrinterGroup, Long FromTime, Long ThruTime) Create a detached, initialised PartyPrinterGroupUses -
Uses of PartyPrinterGroupUsePK in com.echothree.model.jooq.server.tables.printer
Fields in com.echothree.model.jooq.server.tables.printer with type parameters of type PartyPrinterGroupUsePKModifier and TypeFieldDescriptionfinal org.jooq.TableField<PartyPrinterGroupUses, PartyPrinterGroupUsePK> PartyPrinterGroupUses.PARTY_PRINTER_GROUP_USEThe columnpartyprintergroupuses.parprngrpuse_partyprintergroupuseid.