Uses of Class
com.echothree.model.data.wishlist.common.pk.WishlistPK
Packages that use WishlistPK
Package
Description
-
Uses of WishlistPK in com.echothree.model.data.wishlist.server.entity
Methods in com.echothree.model.data.wishlist.server.entity that return WishlistPK -
Uses of WishlistPK in com.echothree.model.data.wishlist.server.factory
Methods in com.echothree.model.data.wishlist.server.factory that return WishlistPKModifier and TypeMethodDescriptionWishlistFactory.getNextPK()
WishlistFactory.getPKFromQuery
(PreparedStatement ps, Object... params) WishlistFactory.getPKFromResultSet
(ResultSet rs) Methods in com.echothree.model.data.wishlist.server.factory that return types with arguments of type WishlistPKModifier and TypeMethodDescriptionWishlistFactory.getPKsFromQueryAsList
(PreparedStatement ps, Object... params) WishlistFactory.getPKsFromQueryAsSet
(PreparedStatement ps, Object... params) WishlistFactory.getPKsFromResultSetAsList
(ResultSet rs) WishlistFactory.getPKsFromResultSetAsSet
(ResultSet rs) Methods in com.echothree.model.data.wishlist.server.factory with parameters of type WishlistPKModifier and TypeMethodDescriptionWishlistFactory.getEntityFromCache
(Session session, WishlistPK pk) WishlistFactory.getEntityFromPK
(EntityPermission entityPermission, WishlistPK pk) WishlistFactory.getEntityFromPK
(Session session, EntityPermission entityPermission, WishlistPK pk) WishlistFactory.getValueFromPK
(Session session, WishlistPK pk) void
WishlistFactory.remove
(Session session, WishlistPK pk) boolean
WishlistFactory.validPK
(Session session, WishlistPK pk) Method parameters in com.echothree.model.data.wishlist.server.factory with type arguments of type WishlistPKModifier and TypeMethodDescriptionWishlistFactory.getEntitiesFromPKs
(EntityPermission entityPermission, Collection<WishlistPK> pks) WishlistFactory.getEntitiesFromPKs
(Session session, EntityPermission entityPermission, Collection<WishlistPK> pks) WishlistFactory.getValuesFromPKs
(Session session, Collection<WishlistPK> pks) void
WishlistFactory.remove
(Session session, Collection<WishlistPK> pks) void
WishlistFactory.remove
(Collection<WishlistPK> pks) -
Uses of WishlistPK in com.echothree.model.data.wishlist.server.value
Methods in com.echothree.model.data.wishlist.server.value that return WishlistPKConstructors in com.echothree.model.data.wishlist.server.value with parameters of type WishlistPKModifierConstructorDescriptionWishlistValue
(WishlistPK wishlistPK, OrderPK orderPK, OfferUsePK offerUsePK, WishlistTypePK wishlistTypePK, Long fromTime, Long thruTime) Creates a new instance of WishlistValue