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 TypeMethodDescriptionvoid
WishlistControl.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
(Session session, WishlistPK pk) WishlistFactory.getValueFromResultSet
(Session session, ResultSet rs) Methods in com.echothree.model.data.wishlist.server.factory that return types with arguments of type WishlistValueModifier and TypeMethodDescriptionWishlistFactory.getValuesFromPKs
(Session session, Collection<WishlistPK> pks) WishlistFactory.getValuesFromResultSet
(Session session, ResultSet rs) Methods in com.echothree.model.data.wishlist.server.factory with parameters of type WishlistValueModifier and TypeMethodDescriptionWishlistFactory.getEntityFromValue
(EntityPermission entityPermission, WishlistValue value) WishlistFactory.getEntityFromValue
(Session session, EntityPermission entityPermission, WishlistValue value) Method parameters in com.echothree.model.data.wishlist.server.factory with type arguments of type WishlistValueModifier and TypeMethodDescriptionvoid
WishlistFactory.create
(Session session, Collection<WishlistValue> _values) void
WishlistFactory.create
(Collection<WishlistValue> _values) -
Uses of WishlistValue in com.echothree.model.data.wishlist.server.value
Methods in com.echothree.model.data.wishlist.server.value that return WishlistValue