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