Uses of Class
com.echothree.model.data.wishlist.server.entity.WishlistLine
Packages that use WishlistLine
Package
Description
-
Uses of WishlistLine in com.echothree.model.control.wishlist.server.control
Methods in com.echothree.model.control.wishlist.server.control that return WishlistLineModifier and TypeMethodDescriptionWishlistControl.createWishlistLine(OrderLine orderLine, OfferUse offerUse, WishlistPriority wishlistPriority, AssociateReferral associateReferral, String comment, BasePK createdBy) WishlistControl.getWishlistLine(OrderLine orderLine) WishlistControl.getWishlistLineForUpdate(OrderLine orderLine) Methods in com.echothree.model.control.wishlist.server.control that return types with arguments of type WishlistLineModifier and TypeMethodDescriptionWishlistControl.getWishlistLinesByWishlistPriority(WishlistPriority wishlistPriority) WishlistControl.getWishlistLinesByWishlistPriorityForUpdate(WishlistPriority wishlistPriority) Methods in com.echothree.model.control.wishlist.server.control with parameters of type WishlistLineModifier and TypeMethodDescriptionvoidWishlistControl.deleteWishlistLine(WishlistLine wishlistLine, BasePK deletedBy) WishlistControl.getWishlistLineValue(WishlistLine wishlistLine) -
Uses of WishlistLine in com.echothree.model.data.wishlist.server.factory
Methods in com.echothree.model.data.wishlist.server.factory that return WishlistLineModifier and TypeMethodDescriptionWishlistLineFactory.create(OrderLinePK orderLinePK, OfferUsePK offerUsePK, WishlistPriorityPK wishlistPriorityPK, AssociateReferralPK associateReferralPK, String comment, Long fromTime, Long thruTime) WishlistLineFactory.create(OrderLine orderLine, OfferUse offerUse, WishlistPriority wishlistPriority, AssociateReferral associateReferral, String comment, Long fromTime, Long thruTime) WishlistLineFactory.getEntityFromCache(WishlistLinePK pk) WishlistLineFactory.getEntityFromPK(EntityPermission entityPermission, WishlistLinePK pk) WishlistLineFactory.getEntityFromQuery(EntityPermission entityPermission, PreparedStatement ps, Object... params) WishlistLineFactory.getEntityFromQuery(EntityPermission entityPermission, Map<EntityPermission, String> queryMap) WishlistLineFactory.getEntityFromQuery(EntityPermission entityPermission, Map<EntityPermission, String> queryMap, Object... params) WishlistLineFactory.getEntityFromResultSet(EntityPermission entityPermission, ResultSet rs) WishlistLineFactory.getEntityFromValue(EntityPermission entityPermission, WishlistLineValue value) Methods in com.echothree.model.data.wishlist.server.factory that return types with arguments of type WishlistLineModifier and TypeMethodDescriptionWishlistLineFactory.getEntitiesFromPKs(EntityPermission entityPermission, Collection<WishlistLinePK> pks) WishlistLineFactory.getEntitiesFromQuery(EntityPermission entityPermission, PreparedStatement ps, Object... params) WishlistLineFactory.getEntitiesFromQuery(EntityPermission entityPermission, Map<EntityPermission, String> queryMap) WishlistLineFactory.getEntitiesFromQuery(EntityPermission entityPermission, Map<EntityPermission, String> queryMap, Object... params) WishlistLineFactory.getEntitiesFromResultSet(EntityPermission entityPermission, ResultSet rs) Methods in com.echothree.model.data.wishlist.server.factory with parameters of type WishlistLineModifier and TypeMethodDescriptionvoidWishlistLineFactory.remove(WishlistLine entity) voidWishlistLineFactory.store(WishlistLine entity) Method parameters in com.echothree.model.data.wishlist.server.factory with type arguments of type WishlistLineModifier and TypeMethodDescriptionvoidWishlistLineFactory.store(Collection<WishlistLine> entities)