Uses of Class
com.echothree.model.data.offer.common.pk.OfferDescriptionPK
Packages that use OfferDescriptionPK
Package
Description
-
Uses of OfferDescriptionPK in com.echothree.model.data.offer.server.entity
Methods in com.echothree.model.data.offer.server.entity that return OfferDescriptionPK -
Uses of OfferDescriptionPK in com.echothree.model.data.offer.server.factory
Methods in com.echothree.model.data.offer.server.factory that return OfferDescriptionPKModifier and TypeMethodDescriptionOfferDescriptionFactory.getNextPK()OfferDescriptionFactory.getPKFromQuery(PreparedStatement ps, Object... params) OfferDescriptionFactory.getPKFromResultSet(ResultSet rs) Methods in com.echothree.model.data.offer.server.factory that return types with arguments of type OfferDescriptionPKModifier and TypeMethodDescriptionOfferDescriptionFactory.getPKsFromQueryAsList(PreparedStatement ps, Object... params) OfferDescriptionFactory.getPKsFromQueryAsSet(PreparedStatement ps, Object... params) OfferDescriptionFactory.getPKsFromResultSetAsList(ResultSet rs) OfferDescriptionFactory.getPKsFromResultSetAsSet(ResultSet rs) Methods in com.echothree.model.data.offer.server.factory with parameters of type OfferDescriptionPKModifier and TypeMethodDescriptionOfferDescriptionFactory.getEntityFromCache(OfferDescriptionPK pk) OfferDescriptionFactory.getEntityFromPK(EntityPermission entityPermission, OfferDescriptionPK pk) OfferDescriptionFactory.getValueFromPK(OfferDescriptionPK pk) voidOfferDescriptionFactory.remove(OfferDescriptionPK pk) booleanOfferDescriptionFactory.validPK(OfferDescriptionPK pk) Method parameters in com.echothree.model.data.offer.server.factory with type arguments of type OfferDescriptionPKModifier and TypeMethodDescriptionOfferDescriptionFactory.getEntitiesFromPKs(EntityPermission entityPermission, Collection<OfferDescriptionPK> pks) OfferDescriptionFactory.getValuesFromPKs(Collection<OfferDescriptionPK> pks) voidOfferDescriptionFactory.remove(Collection<OfferDescriptionPK> pks) -
Uses of OfferDescriptionPK in com.echothree.model.data.offer.server.value
Methods in com.echothree.model.data.offer.server.value that return OfferDescriptionPKConstructors in com.echothree.model.data.offer.server.value with parameters of type OfferDescriptionPKModifierConstructorDescriptionOfferDescriptionValue(OfferDescriptionPK offerDescriptionPK, OfferPK offerPK, LanguagePK languagePK, String description, Long fromTime, Long thruTime) Creates a new instance of OfferDescriptionValue -
Uses of OfferDescriptionPK in com.echothree.model.jooq.server.records.offer
Methods in com.echothree.model.jooq.server.records.offer that return OfferDescriptionPKModifier and TypeMethodDescriptionOfferDescriptions.OfferDescription()Getter forofferdescriptions.ofrd_offerdescriptionid.Methods in com.echothree.model.jooq.server.records.offer that return types with arguments of type OfferDescriptionPKMethods in com.echothree.model.jooq.server.records.offer with parameters of type OfferDescriptionPKModifier and TypeMethodDescriptionvoidOfferDescriptions.OfferDescription(OfferDescriptionPK value) Setter forofferdescriptions.ofrd_offerdescriptionid.Constructors in com.echothree.model.jooq.server.records.offer with parameters of type OfferDescriptionPKModifierConstructorDescriptionOfferDescriptions(OfferDescriptionPK OfferDescription, OfferPK Offer, LanguagePK Language, String Description, Long FromTime, Long ThruTime) Create a detached, initialised OfferDescriptions -
Uses of OfferDescriptionPK in com.echothree.model.jooq.server.tables.offer
Fields in com.echothree.model.jooq.server.tables.offer with type parameters of type OfferDescriptionPKModifier and TypeFieldDescriptionfinal org.jooq.TableField<OfferDescriptions, OfferDescriptionPK> OfferDescriptions.OFFER_DESCRIPTIONThe columnofferdescriptions.ofrd_offerdescriptionid.