Uses of Class
com.echothree.model.data.wishlist.server.value.WishlistPriorityDescriptionValue
Packages that use WishlistPriorityDescriptionValue
Package
Description
-
Uses of WishlistPriorityDescriptionValue in com.echothree.model.control.wishlist.server.control
Methods in com.echothree.model.control.wishlist.server.control that return WishlistPriorityDescriptionValueModifier and TypeMethodDescriptionWishlistControl.getWishlistPriorityDescriptionValue(WishlistPriorityDescription wishlistPriorityDescription) WishlistControl.getWishlistPriorityDescriptionValueForUpdate(WishlistPriority wishlistPriority, Language language) Methods in com.echothree.model.control.wishlist.server.control with parameters of type WishlistPriorityDescriptionValueModifier and TypeMethodDescriptionvoidWishlistControl.updateWishlistPriorityDescriptionFromValue(WishlistPriorityDescriptionValue wishlistPriorityDescriptionValue, BasePK updatedBy) -
Uses of WishlistPriorityDescriptionValue in com.echothree.model.data.wishlist.server.entity
Methods in com.echothree.model.data.wishlist.server.entity that return WishlistPriorityDescriptionValueModifier and TypeMethodDescriptionWishlistPriorityDescription.getWishlistPriorityDescriptionValue()Methods in com.echothree.model.data.wishlist.server.entity with parameters of type WishlistPriorityDescriptionValueModifier and TypeMethodDescriptionvoidWishlistPriorityDescription.setWishlistPriorityDescriptionValue(WishlistPriorityDescriptionValue value) Constructors in com.echothree.model.data.wishlist.server.entity with parameters of type WishlistPriorityDescriptionValueModifierConstructorDescriptionWishlistPriorityDescription(WishlistPriorityDescriptionValue value, EntityPermission entityPermission) Creates a new instance of WishlistPriorityDescription -
Uses of WishlistPriorityDescriptionValue in com.echothree.model.data.wishlist.server.factory
Methods in com.echothree.model.data.wishlist.server.factory that return WishlistPriorityDescriptionValueModifier and TypeMethodDescriptionWishlistPriorityDescriptionFactory.getValueFromPK(Session session, WishlistPriorityDescriptionPK pk) WishlistPriorityDescriptionFactory.getValueFromResultSet(Session session, ResultSet rs) Methods in com.echothree.model.data.wishlist.server.factory that return types with arguments of type WishlistPriorityDescriptionValueModifier and TypeMethodDescriptionWishlistPriorityDescriptionFactory.getValuesFromPKs(Session session, Collection<WishlistPriorityDescriptionPK> pks) WishlistPriorityDescriptionFactory.getValuesFromResultSet(Session session, ResultSet rs) Methods in com.echothree.model.data.wishlist.server.factory with parameters of type WishlistPriorityDescriptionValueModifier and TypeMethodDescriptionWishlistPriorityDescriptionFactory.getEntityFromValue(EntityPermission entityPermission, WishlistPriorityDescriptionValue value) WishlistPriorityDescriptionFactory.getEntityFromValue(Session session, EntityPermission entityPermission, WishlistPriorityDescriptionValue value) Method parameters in com.echothree.model.data.wishlist.server.factory with type arguments of type WishlistPriorityDescriptionValueModifier and TypeMethodDescriptionvoidWishlistPriorityDescriptionFactory.create(Session session, Collection<WishlistPriorityDescriptionValue> _values) voidWishlistPriorityDescriptionFactory.create(Collection<WishlistPriorityDescriptionValue> _values) -
Uses of WishlistPriorityDescriptionValue in com.echothree.model.data.wishlist.server.value
Methods in com.echothree.model.data.wishlist.server.value that return WishlistPriorityDescriptionValue