Uses of Class
com.echothree.model.data.offer.common.pk.OfferNameElementDescriptionPK
Packages that use OfferNameElementDescriptionPK
Package
Description
-
Uses of OfferNameElementDescriptionPK in com.echothree.model.data.offer.server.entity
Methods in com.echothree.model.data.offer.server.entity that return OfferNameElementDescriptionPK -
Uses of OfferNameElementDescriptionPK in com.echothree.model.data.offer.server.factory
Methods in com.echothree.model.data.offer.server.factory that return OfferNameElementDescriptionPKModifier and TypeMethodDescriptionOfferNameElementDescriptionFactory.getNextPK()OfferNameElementDescriptionFactory.getPKFromQuery(PreparedStatement ps, Object... params) OfferNameElementDescriptionFactory.getPKFromResultSet(ResultSet rs) Methods in com.echothree.model.data.offer.server.factory that return types with arguments of type OfferNameElementDescriptionPKModifier and TypeMethodDescriptionOfferNameElementDescriptionFactory.getPKsFromQueryAsList(PreparedStatement ps, Object... params) OfferNameElementDescriptionFactory.getPKsFromQueryAsSet(PreparedStatement ps, Object... params) OfferNameElementDescriptionFactory.getPKsFromResultSetAsList(ResultSet rs) OfferNameElementDescriptionFactory.getPKsFromResultSetAsSet(ResultSet rs) Methods in com.echothree.model.data.offer.server.factory with parameters of type OfferNameElementDescriptionPKModifier and TypeMethodDescriptionOfferNameElementDescriptionFactory.getEntityFromCache(Session session, OfferNameElementDescriptionPK pk) OfferNameElementDescriptionFactory.getEntityFromPK(EntityPermission entityPermission, OfferNameElementDescriptionPK pk) OfferNameElementDescriptionFactory.getEntityFromPK(Session session, EntityPermission entityPermission, OfferNameElementDescriptionPK pk) OfferNameElementDescriptionFactory.getValueFromPK(Session session, OfferNameElementDescriptionPK pk) voidOfferNameElementDescriptionFactory.remove(Session session, OfferNameElementDescriptionPK pk) booleanOfferNameElementDescriptionFactory.validPK(Session session, OfferNameElementDescriptionPK pk) Method parameters in com.echothree.model.data.offer.server.factory with type arguments of type OfferNameElementDescriptionPKModifier and TypeMethodDescriptionOfferNameElementDescriptionFactory.getEntitiesFromPKs(EntityPermission entityPermission, Collection<OfferNameElementDescriptionPK> pks) OfferNameElementDescriptionFactory.getEntitiesFromPKs(Session session, EntityPermission entityPermission, Collection<OfferNameElementDescriptionPK> pks) OfferNameElementDescriptionFactory.getValuesFromPKs(Session session, Collection<OfferNameElementDescriptionPK> pks) voidOfferNameElementDescriptionFactory.remove(Session session, Collection<OfferNameElementDescriptionPK> pks) voidOfferNameElementDescriptionFactory.remove(Collection<OfferNameElementDescriptionPK> pks) -
Uses of OfferNameElementDescriptionPK in com.echothree.model.data.offer.server.value
Methods in com.echothree.model.data.offer.server.value that return OfferNameElementDescriptionPKConstructors in com.echothree.model.data.offer.server.value with parameters of type OfferNameElementDescriptionPKModifierConstructorDescriptionOfferNameElementDescriptionValue(OfferNameElementDescriptionPK offerNameElementDescriptionPK, OfferNameElementPK offerNameElementPK, LanguagePK languagePK, String description, Long fromTime, Long thruTime) Creates a new instance of OfferNameElementDescriptionValue