Uses of Class
com.echothree.model.data.wishlist.server.value.WishlistLineValue
Packages that use WishlistLineValue
Package
Description
-
Uses of WishlistLineValue in com.echothree.model.control.wishlist.server.control
Methods in com.echothree.model.control.wishlist.server.control that return WishlistLineValueModifier and TypeMethodDescriptionWishlistControl.getWishlistLineValue(WishlistLine wishlistLine) WishlistControl.getWishlistLineValueForUpdate(OrderLine orderLine) Methods in com.echothree.model.control.wishlist.server.control with parameters of type WishlistLineValueModifier and TypeMethodDescriptionvoidWishlistControl.updateWishlistLineFromValue(WishlistLineValue wishlistLineValue, BasePK updatedBy) -
Uses of WishlistLineValue in com.echothree.model.data.wishlist.server.entity
Methods in com.echothree.model.data.wishlist.server.entity that return WishlistLineValueMethods in com.echothree.model.data.wishlist.server.entity with parameters of type WishlistLineValueModifier and TypeMethodDescriptionvoidWishlistLine.setWishlistLineValue(WishlistLineValue value) Constructors in com.echothree.model.data.wishlist.server.entity with parameters of type WishlistLineValueModifierConstructorDescriptionWishlistLine(WishlistLineValue value, EntityPermission entityPermission) Creates a new instance of WishlistLine -
Uses of WishlistLineValue in com.echothree.model.data.wishlist.server.factory
Methods in com.echothree.model.data.wishlist.server.factory that return WishlistLineValueModifier and TypeMethodDescriptionWishlistLineFactory.getValueFromPK(Session session, WishlistLinePK pk) WishlistLineFactory.getValueFromResultSet(Session session, ResultSet rs) Methods in com.echothree.model.data.wishlist.server.factory that return types with arguments of type WishlistLineValueModifier and TypeMethodDescriptionWishlistLineFactory.getValuesFromPKs(Session session, Collection<WishlistLinePK> pks) WishlistLineFactory.getValuesFromResultSet(Session session, ResultSet rs) Methods in com.echothree.model.data.wishlist.server.factory with parameters of type WishlistLineValueModifier and TypeMethodDescriptionWishlistLineFactory.getEntityFromValue(EntityPermission entityPermission, WishlistLineValue value) WishlistLineFactory.getEntityFromValue(Session session, EntityPermission entityPermission, WishlistLineValue value) Method parameters in com.echothree.model.data.wishlist.server.factory with type arguments of type WishlistLineValueModifier and TypeMethodDescriptionvoidWishlistLineFactory.create(Session session, Collection<WishlistLineValue> _values) voidWishlistLineFactory.create(Collection<WishlistLineValue> _values) -
Uses of WishlistLineValue in com.echothree.model.data.wishlist.server.value
Methods in com.echothree.model.data.wishlist.server.value that return WishlistLineValue