Uses of Class
com.echothree.model.data.wishlist.server.value.WishlistValue
Packages that use WishlistValue
Package
Description
-
Uses of WishlistValue in com.echothree.model.control.wishlist.server.control
Methods in com.echothree.model.control.wishlist.server.control that return WishlistValueModifier and TypeMethodDescriptionWishlistControl.getWishlistValue(Wishlist wishlist) WishlistControl.getWishlistValueForUpdate(Order order) Methods in com.echothree.model.control.wishlist.server.control with parameters of type WishlistValueModifier and TypeMethodDescriptionvoidWishlistControl.updateWishlistFromValue(WishlistValue wishlistValue, BasePK updatedBy) -
Uses of WishlistValue in com.echothree.model.data.wishlist.server.entity
Methods in com.echothree.model.data.wishlist.server.entity that return WishlistValueMethods in com.echothree.model.data.wishlist.server.entity with parameters of type WishlistValueConstructors in com.echothree.model.data.wishlist.server.entity with parameters of type WishlistValueModifierConstructorDescriptionWishlist(WishlistValue value, EntityPermission entityPermission) Creates a new instance of Wishlist -
Uses of WishlistValue in com.echothree.model.data.wishlist.server.factory
Methods in com.echothree.model.data.wishlist.server.factory that return WishlistValueModifier and TypeMethodDescriptionWishlistFactory.getValueFromPK(WishlistPK pk) WishlistFactory.getValueFromResultSet(ResultSet rs) Methods in com.echothree.model.data.wishlist.server.factory that return types with arguments of type WishlistValueModifier and TypeMethodDescriptionWishlistFactory.getValuesFromPKs(Collection<WishlistPK> pks) WishlistFactory.getValuesFromResultSet(ResultSet rs) Methods in com.echothree.model.data.wishlist.server.factory with parameters of type WishlistValueModifier and TypeMethodDescriptionWishlistFactory.getEntityFromValue(EntityPermission entityPermission, WishlistValue value) Method parameters in com.echothree.model.data.wishlist.server.factory with type arguments of type WishlistValue -
Uses of WishlistValue in com.echothree.model.data.wishlist.server.value
Methods in com.echothree.model.data.wishlist.server.value that return WishlistValue