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