Uses of Class
com.echothree.model.data.wishlist.server.entity.Wishlist
Packages that use Wishlist
Package
Description
-
Uses of Wishlist in com.echothree.model.control.wishlist.server.control
Methods in com.echothree.model.control.wishlist.server.control that return WishlistModifier and TypeMethodDescriptionWishlistControl.createWishlist(Order order, OfferUse offerUse, WishlistType wishlistType, BasePK createdBy) WishlistControl.getWishlist(Order order) WishlistControl.getWishlistForUpdate(Order order) Methods in com.echothree.model.control.wishlist.server.control that return types with arguments of type WishlistModifier and TypeMethodDescriptionWishlistControl.getWishlistsByWishlistType(WishlistType wishlistType) WishlistControl.getWishlistsByWishlistTypeForUpdate(WishlistType wishlistType) Methods in com.echothree.model.control.wishlist.server.control with parameters of type WishlistModifier and TypeMethodDescriptionvoidWishlistControl.deleteWishlist(Wishlist wishlist, BasePK deletedBy) WishlistControl.getWishlistValue(Wishlist wishlist) -
Uses of Wishlist in com.echothree.model.data.wishlist.server.factory
Methods in com.echothree.model.data.wishlist.server.factory that return WishlistModifier and TypeMethodDescriptionWishlistFactory.create(OrderPK orderPK, OfferUsePK offerUsePK, WishlistTypePK wishlistTypePK, Long fromTime, Long thruTime) WishlistFactory.create(Order order, OfferUse offerUse, WishlistType wishlistType, Long fromTime, Long thruTime) WishlistFactory.getEntityFromCache(WishlistPK pk) WishlistFactory.getEntityFromPK(EntityPermission entityPermission, WishlistPK pk) WishlistFactory.getEntityFromQuery(EntityPermission entityPermission, PreparedStatement ps, Object... params) WishlistFactory.getEntityFromQuery(EntityPermission entityPermission, Map<EntityPermission, String> queryMap) WishlistFactory.getEntityFromQuery(EntityPermission entityPermission, Map<EntityPermission, String> queryMap, Object... params) WishlistFactory.getEntityFromResultSet(EntityPermission entityPermission, ResultSet rs) WishlistFactory.getEntityFromValue(EntityPermission entityPermission, WishlistValue value) Methods in com.echothree.model.data.wishlist.server.factory that return types with arguments of type WishlistModifier and TypeMethodDescriptionWishlistFactory.getEntitiesFromPKs(EntityPermission entityPermission, Collection<WishlistPK> pks) WishlistFactory.getEntitiesFromQuery(EntityPermission entityPermission, PreparedStatement ps, Object... params) WishlistFactory.getEntitiesFromQuery(EntityPermission entityPermission, Map<EntityPermission, String> queryMap) WishlistFactory.getEntitiesFromQuery(EntityPermission entityPermission, Map<EntityPermission, String> queryMap, Object... params) WishlistFactory.getEntitiesFromResultSet(EntityPermission entityPermission, ResultSet rs) Methods in com.echothree.model.data.wishlist.server.factory with parameters of type WishlistModifier and TypeMethodDescriptionvoidvoidMethod parameters in com.echothree.model.data.wishlist.server.factory with type arguments of type Wishlist