Uses of Class
com.echothree.model.data.wishlist.common.pk.WishlistPriorityDescriptionPK
Packages that use WishlistPriorityDescriptionPK
Package
Description
-
Uses of WishlistPriorityDescriptionPK in com.echothree.model.data.wishlist.server.entity
Methods in com.echothree.model.data.wishlist.server.entity that return WishlistPriorityDescriptionPK -
Uses of WishlistPriorityDescriptionPK in com.echothree.model.data.wishlist.server.factory
Methods in com.echothree.model.data.wishlist.server.factory that return WishlistPriorityDescriptionPKModifier and TypeMethodDescriptionWishlistPriorityDescriptionFactory.getNextPK()WishlistPriorityDescriptionFactory.getPKFromQuery(PreparedStatement ps, Object... params) WishlistPriorityDescriptionFactory.getPKFromResultSet(ResultSet rs) Methods in com.echothree.model.data.wishlist.server.factory that return types with arguments of type WishlistPriorityDescriptionPKModifier and TypeMethodDescriptionWishlistPriorityDescriptionFactory.getPKsFromQueryAsList(PreparedStatement ps, Object... params) WishlistPriorityDescriptionFactory.getPKsFromQueryAsSet(PreparedStatement ps, Object... params) WishlistPriorityDescriptionFactory.getPKsFromResultSetAsList(ResultSet rs) WishlistPriorityDescriptionFactory.getPKsFromResultSetAsSet(ResultSet rs) Methods in com.echothree.model.data.wishlist.server.factory with parameters of type WishlistPriorityDescriptionPKModifier and TypeMethodDescriptionWishlistPriorityDescriptionFactory.getEntityFromCache(Session session, WishlistPriorityDescriptionPK pk) WishlistPriorityDescriptionFactory.getEntityFromPK(EntityPermission entityPermission, WishlistPriorityDescriptionPK pk) WishlistPriorityDescriptionFactory.getEntityFromPK(Session session, EntityPermission entityPermission, WishlistPriorityDescriptionPK pk) WishlistPriorityDescriptionFactory.getValueFromPK(Session session, WishlistPriorityDescriptionPK pk) voidWishlistPriorityDescriptionFactory.remove(Session session, WishlistPriorityDescriptionPK pk) booleanWishlistPriorityDescriptionFactory.validPK(Session session, WishlistPriorityDescriptionPK pk) Method parameters in com.echothree.model.data.wishlist.server.factory with type arguments of type WishlistPriorityDescriptionPKModifier and TypeMethodDescriptionWishlistPriorityDescriptionFactory.getEntitiesFromPKs(EntityPermission entityPermission, Collection<WishlistPriorityDescriptionPK> pks) WishlistPriorityDescriptionFactory.getEntitiesFromPKs(Session session, EntityPermission entityPermission, Collection<WishlistPriorityDescriptionPK> pks) WishlistPriorityDescriptionFactory.getValuesFromPKs(Session session, Collection<WishlistPriorityDescriptionPK> pks) voidWishlistPriorityDescriptionFactory.remove(Session session, Collection<WishlistPriorityDescriptionPK> pks) voidWishlistPriorityDescriptionFactory.remove(Collection<WishlistPriorityDescriptionPK> pks) -
Uses of WishlistPriorityDescriptionPK in com.echothree.model.data.wishlist.server.value
Methods in com.echothree.model.data.wishlist.server.value that return WishlistPriorityDescriptionPKConstructors in com.echothree.model.data.wishlist.server.value with parameters of type WishlistPriorityDescriptionPKModifierConstructorDescriptionWishlistPriorityDescriptionValue(WishlistPriorityDescriptionPK wishlistPriorityDescriptionPK, WishlistPriorityPK wishlistPriorityPK, LanguagePK languagePK, String description, Long fromTime, Long thruTime) Creates a new instance of WishlistPriorityDescriptionValue