Uses of Class
com.echothree.model.data.wishlist.common.pk.WishlistLinePK
Packages that use WishlistLinePK
Package
Description
-
Uses of WishlistLinePK in com.echothree.model.data.wishlist.server.entity
Methods in com.echothree.model.data.wishlist.server.entity that return WishlistLinePK -
Uses of WishlistLinePK in com.echothree.model.data.wishlist.server.factory
Methods in com.echothree.model.data.wishlist.server.factory that return WishlistLinePKModifier and TypeMethodDescriptionWishlistLineFactory.getNextPK()WishlistLineFactory.getPKFromQuery(PreparedStatement ps, Object... params) WishlistLineFactory.getPKFromResultSet(ResultSet rs) Methods in com.echothree.model.data.wishlist.server.factory that return types with arguments of type WishlistLinePKModifier and TypeMethodDescriptionWishlistLineFactory.getPKsFromQueryAsList(PreparedStatement ps, Object... params) WishlistLineFactory.getPKsFromQueryAsSet(PreparedStatement ps, Object... params) WishlistLineFactory.getPKsFromResultSetAsList(ResultSet rs) WishlistLineFactory.getPKsFromResultSetAsSet(ResultSet rs) Methods in com.echothree.model.data.wishlist.server.factory with parameters of type WishlistLinePKModifier and TypeMethodDescriptionWishlistLineFactory.getEntityFromCache(WishlistLinePK pk) WishlistLineFactory.getEntityFromPK(EntityPermission entityPermission, WishlistLinePK pk) WishlistLineFactory.getValueFromPK(WishlistLinePK pk) voidWishlistLineFactory.remove(WishlistLinePK pk) booleanWishlistLineFactory.validPK(WishlistLinePK pk) Method parameters in com.echothree.model.data.wishlist.server.factory with type arguments of type WishlistLinePKModifier and TypeMethodDescriptionWishlistLineFactory.getEntitiesFromPKs(EntityPermission entityPermission, Collection<WishlistLinePK> pks) WishlistLineFactory.getValuesFromPKs(Collection<WishlistLinePK> pks) voidWishlistLineFactory.remove(Collection<WishlistLinePK> pks) -
Uses of WishlistLinePK in com.echothree.model.data.wishlist.server.value
Methods in com.echothree.model.data.wishlist.server.value that return WishlistLinePKConstructors in com.echothree.model.data.wishlist.server.value with parameters of type WishlistLinePKModifierConstructorDescriptionWishlistLineValue(WishlistLinePK wishlistLinePK, OrderLinePK orderLinePK, OfferUsePK offerUsePK, WishlistPriorityPK wishlistPriorityPK, AssociateReferralPK associateReferralPK, String comment, Long fromTime, Long thruTime) Creates a new instance of WishlistLineValue -
Uses of WishlistLinePK in com.echothree.model.jooq.server.records.wishlist
Methods in com.echothree.model.jooq.server.records.wishlist that return WishlistLinePKModifier and TypeMethodDescriptionWishlistLines.WishlistLine()Getter forwishlistlines.wshll_wishlistlineid.Methods in com.echothree.model.jooq.server.records.wishlist that return types with arguments of type WishlistLinePKMethods in com.echothree.model.jooq.server.records.wishlist with parameters of type WishlistLinePKModifier and TypeMethodDescriptionvoidWishlistLines.WishlistLine(WishlistLinePK value) Setter forwishlistlines.wshll_wishlistlineid.Constructors in com.echothree.model.jooq.server.records.wishlist with parameters of type WishlistLinePKModifierConstructorDescriptionWishlistLines(WishlistLinePK WishlistLine, OrderLinePK OrderLine, OfferUsePK OfferUse, WishlistPriorityPK WishlistPriority, AssociateReferralPK AssociateReferral, String Comment, Long FromTime, Long ThruTime) Create a detached, initialised WishlistLines -
Uses of WishlistLinePK in com.echothree.model.jooq.server.tables.wishlist
Fields in com.echothree.model.jooq.server.tables.wishlist with type parameters of type WishlistLinePKModifier and TypeFieldDescriptionfinal org.jooq.TableField<WishlistLines, WishlistLinePK> WishlistLines.WISHLIST_LINEThe columnwishlistlines.wshll_wishlistlineid.