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 TypeMethodDescriptionvoid
WishlistControl.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.create
(Session session, OrderLinePK orderLinePK, OfferUsePK offerUsePK, WishlistPriorityPK wishlistPriorityPK, AssociateReferralPK associateReferralPK, String comment, Long fromTime, Long thruTime) WishlistLineFactory.create
(Session session, OrderLine orderLine, OfferUse offerUse, WishlistPriority wishlistPriority, AssociateReferral associateReferral, String comment, Long fromTime, Long thruTime) WishlistLineFactory.getEntityFromCache
(Session session, WishlistLinePK pk) WishlistLineFactory.getEntityFromPK
(EntityPermission entityPermission, WishlistLinePK pk) WishlistLineFactory.getEntityFromPK
(Session session, EntityPermission entityPermission, WishlistLinePK pk) WishlistLineFactory.getEntityFromQuery
(EntityPermission entityPermission, PreparedStatement ps) 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.getEntityFromQuery
(Session session, EntityPermission entityPermission, PreparedStatement ps, Object... params) WishlistLineFactory.getEntityFromQuery
(Session session, EntityPermission entityPermission, Map<EntityPermission, String> queryMap) WishlistLineFactory.getEntityFromQuery
(Session session, EntityPermission entityPermission, Map<EntityPermission, String> queryMap, Object... params) WishlistLineFactory.getEntityFromResultSet
(EntityPermission entityPermission, ResultSet rs) WishlistLineFactory.getEntityFromResultSet
(Session session, EntityPermission entityPermission, ResultSet rs) WishlistLineFactory.getEntityFromValue
(EntityPermission entityPermission, WishlistLineValue value) WishlistLineFactory.getEntityFromValue
(Session session, 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.getEntitiesFromPKs
(Session session, EntityPermission entityPermission, Collection<WishlistLinePK> pks) WishlistLineFactory.getEntitiesFromQuery
(EntityPermission entityPermission, PreparedStatement ps) 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.getEntitiesFromQuery
(Session session, EntityPermission entityPermission, PreparedStatement ps, Object... params) WishlistLineFactory.getEntitiesFromQuery
(Session session, EntityPermission entityPermission, Map<EntityPermission, String> queryMap) WishlistLineFactory.getEntitiesFromQuery
(Session session, EntityPermission entityPermission, Map<EntityPermission, String> queryMap, Object... params) WishlistLineFactory.getEntitiesFromResultSet
(EntityPermission entityPermission, ResultSet rs) WishlistLineFactory.getEntitiesFromResultSet
(Session session, EntityPermission entityPermission, ResultSet rs) Methods in com.echothree.model.data.wishlist.server.factory with parameters of type WishlistLineModifier and TypeMethodDescriptionvoid
WishlistLineFactory.remove
(Session session, WishlistLine entity) void
WishlistLineFactory.store
(Session session, WishlistLine entity) Method parameters in com.echothree.model.data.wishlist.server.factory with type arguments of type WishlistLineModifier and TypeMethodDescriptionvoid
WishlistLineFactory.store
(Session session, Collection<WishlistLine> entities) void
WishlistLineFactory.store
(Collection<WishlistLine> entities)