Uses of Class
com.echothree.model.data.wishlist.common.pk.WishlistLinePK
Packages that use WishlistLinePK
Package
Description
-
Uses of WishlistLinePK in com.echothree.model.data.wishlist.server.entity
Methods in com.echothree.model.data.wishlist.server.entity that return WishlistLinePK -
Uses of WishlistLinePK in com.echothree.model.data.wishlist.server.factory
Methods in com.echothree.model.data.wishlist.server.factory that return WishlistLinePKModifier and TypeMethodDescriptionWishlistLineFactory.getNextPK()WishlistLineFactory.getPKFromQuery(PreparedStatement ps, Object... params) WishlistLineFactory.getPKFromResultSet(ResultSet rs) Methods in com.echothree.model.data.wishlist.server.factory that return types with arguments of type WishlistLinePKModifier and TypeMethodDescriptionWishlistLineFactory.getPKsFromQueryAsList(PreparedStatement ps, Object... params) WishlistLineFactory.getPKsFromQueryAsSet(PreparedStatement ps, Object... params) WishlistLineFactory.getPKsFromResultSetAsList(ResultSet rs) WishlistLineFactory.getPKsFromResultSetAsSet(ResultSet rs) Methods in com.echothree.model.data.wishlist.server.factory with parameters of type WishlistLinePKModifier and TypeMethodDescriptionWishlistLineFactory.getEntityFromCache(WishlistLinePK pk) WishlistLineFactory.getEntityFromPK(EntityPermission entityPermission, WishlistLinePK pk) WishlistLineFactory.getValueFromPK(WishlistLinePK pk) voidWishlistLineFactory.remove(WishlistLinePK pk) booleanWishlistLineFactory.validPK(WishlistLinePK pk) Method parameters in com.echothree.model.data.wishlist.server.factory with type arguments of type WishlistLinePKModifier and TypeMethodDescriptionWishlistLineFactory.getEntitiesFromPKs(EntityPermission entityPermission, Collection<WishlistLinePK> pks) WishlistLineFactory.getValuesFromPKs(Collection<WishlistLinePK> pks) voidWishlistLineFactory.remove(Collection<WishlistLinePK> pks) -
Uses of WishlistLinePK in com.echothree.model.data.wishlist.server.value
Methods in com.echothree.model.data.wishlist.server.value that return WishlistLinePKConstructors in com.echothree.model.data.wishlist.server.value with parameters of type WishlistLinePKModifierConstructorDescriptionWishlistLineValue(WishlistLinePK wishlistLinePK, OrderLinePK orderLinePK, OfferUsePK offerUsePK, WishlistPriorityPK wishlistPriorityPK, AssociateReferralPK associateReferralPK, String comment, Long fromTime, Long thruTime) Creates a new instance of WishlistLineValue