Uses of Class
com.echothree.model.data.offer.common.pk.OfferTimePK
Packages that use OfferTimePK
Package
Description
-
Uses of OfferTimePK in com.echothree.model.data.offer.server.entity
Methods in com.echothree.model.data.offer.server.entity that return OfferTimePK -
Uses of OfferTimePK in com.echothree.model.data.offer.server.factory
Methods in com.echothree.model.data.offer.server.factory that return OfferTimePKModifier and TypeMethodDescriptionOfferTimeFactory.getNextPK()OfferTimeFactory.getPKFromQuery(PreparedStatement ps, Object... params) OfferTimeFactory.getPKFromResultSet(ResultSet rs) Methods in com.echothree.model.data.offer.server.factory that return types with arguments of type OfferTimePKModifier and TypeMethodDescriptionOfferTimeFactory.getPKsFromQueryAsList(PreparedStatement ps, Object... params) OfferTimeFactory.getPKsFromQueryAsSet(PreparedStatement ps, Object... params) OfferTimeFactory.getPKsFromResultSetAsList(ResultSet rs) OfferTimeFactory.getPKsFromResultSetAsSet(ResultSet rs) Methods in com.echothree.model.data.offer.server.factory with parameters of type OfferTimePKModifier and TypeMethodDescriptionOfferTimeFactory.getEntityFromCache(OfferTimePK pk) OfferTimeFactory.getEntityFromPK(EntityPermission entityPermission, OfferTimePK pk) OfferTimeFactory.getValueFromPK(OfferTimePK pk) voidOfferTimeFactory.remove(OfferTimePK pk) booleanOfferTimeFactory.validPK(OfferTimePK pk) Method parameters in com.echothree.model.data.offer.server.factory with type arguments of type OfferTimePKModifier and TypeMethodDescriptionOfferTimeFactory.getEntitiesFromPKs(EntityPermission entityPermission, Collection<OfferTimePK> pks) OfferTimeFactory.getValuesFromPKs(Collection<OfferTimePK> pks) voidOfferTimeFactory.remove(Collection<OfferTimePK> pks) -
Uses of OfferTimePK in com.echothree.model.data.offer.server.value
Methods in com.echothree.model.data.offer.server.value that return OfferTimePKConstructors in com.echothree.model.data.offer.server.value with parameters of type OfferTimePKModifierConstructorDescriptionOfferTimeValue(OfferTimePK offerTimePK, OfferPK offerPK, Long lastEvaluationTime, Long maxItemCreatedTime, Long maxItemModifiedTime, Long maxItemDeletedTime) Creates a new instance of OfferTimeValue -
Uses of OfferTimePK in com.echothree.model.jooq.server.records.offer
Methods in com.echothree.model.jooq.server.records.offer that return OfferTimePKModifier and TypeMethodDescriptionOfferTimes.OfferTime()Getter foroffertimes.ofrtm_offertimeid.Methods in com.echothree.model.jooq.server.records.offer that return types with arguments of type OfferTimePKMethods in com.echothree.model.jooq.server.records.offer with parameters of type OfferTimePKModifier and TypeMethodDescriptionvoidOfferTimes.OfferTime(OfferTimePK value) Setter foroffertimes.ofrtm_offertimeid.Constructors in com.echothree.model.jooq.server.records.offer with parameters of type OfferTimePKModifierConstructorDescriptionOfferTimes(OfferTimePK OfferTime, OfferPK Offer, Long LastEvaluationTime, Long MaxItemCreatedTime, Long MaxItemModifiedTime, Long MaxItemDeletedTime) Create a detached, initialised OfferTimes -
Uses of OfferTimePK in com.echothree.model.jooq.server.tables.offer
Fields in com.echothree.model.jooq.server.tables.offer with type parameters of type OfferTimePKModifier and TypeFieldDescriptionfinal org.jooq.TableField<OfferTimes, OfferTimePK> OfferTimes.OFFER_TIMEThe columnoffertimes.ofrtm_offertimeid.