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(WishlistPK pk) WishlistFactory.getEntityFromPK(EntityPermission entityPermission, WishlistPK pk) WishlistFactory.getValueFromPK(WishlistPK pk) voidWishlistFactory.remove(WishlistPK pk) booleanWishlistFactory.validPK(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.getValuesFromPKs(Collection<WishlistPK> pks) voidWishlistFactory.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