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
(Session session, OfferTimePK pk) OfferTimeFactory.getEntityFromPK
(EntityPermission entityPermission, OfferTimePK pk) OfferTimeFactory.getEntityFromPK
(Session session, EntityPermission entityPermission, OfferTimePK pk) OfferTimeFactory.getValueFromPK
(Session session, OfferTimePK pk) void
OfferTimeFactory.remove
(Session session, OfferTimePK pk) boolean
OfferTimeFactory.validPK
(Session session, 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.getEntitiesFromPKs
(Session session, EntityPermission entityPermission, Collection<OfferTimePK> pks) OfferTimeFactory.getValuesFromPKs
(Session session, Collection<OfferTimePK> pks) void
OfferTimeFactory.remove
(Session session, Collection<OfferTimePK> pks) void
OfferTimeFactory.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