Uses of Class
com.echothree.model.data.wishlist.common.pk.WishlistPK
Packages that use WishlistPK
Package
Description
-
Uses of WishlistPK in com.echothree.model.data.wishlist.server.entity
Methods in com.echothree.model.data.wishlist.server.entity that return WishlistPK -
Uses of WishlistPK in com.echothree.model.data.wishlist.server.factory
Methods in com.echothree.model.data.wishlist.server.factory that return WishlistPKModifier and TypeMethodDescriptionWishlistFactory.getNextPK()WishlistFactory.getPKFromQuery(PreparedStatement ps, Object... params) WishlistFactory.getPKFromResultSet(ResultSet rs) Methods in com.echothree.model.data.wishlist.server.factory that return types with arguments of type WishlistPKModifier and TypeMethodDescriptionWishlistFactory.getPKsFromQueryAsList(PreparedStatement ps, Object... params) WishlistFactory.getPKsFromQueryAsSet(PreparedStatement ps, Object... params) WishlistFactory.getPKsFromResultSetAsList(ResultSet rs) WishlistFactory.getPKsFromResultSetAsSet(ResultSet rs) Methods in com.echothree.model.data.wishlist.server.factory with parameters of type WishlistPKModifier and TypeMethodDescriptionWishlistFactory.getEntityFromCache(WishlistPK pk) WishlistFactory.getEntityFromPK(EntityPermission entityPermission, WishlistPK pk) WishlistFactory.getValueFromPK(WishlistPK pk) voidWishlistFactory.remove(WishlistPK pk) booleanWishlistFactory.validPK(WishlistPK pk) Method parameters in com.echothree.model.data.wishlist.server.factory with type arguments of type WishlistPKModifier and TypeMethodDescriptionWishlistFactory.getEntitiesFromPKs(EntityPermission entityPermission, Collection<WishlistPK> pks) WishlistFactory.getValuesFromPKs(Collection<WishlistPK> pks) voidWishlistFactory.remove(Collection<WishlistPK> pks) -
Uses of WishlistPK in com.echothree.model.data.wishlist.server.value
Methods in com.echothree.model.data.wishlist.server.value that return WishlistPKConstructors in com.echothree.model.data.wishlist.server.value with parameters of type WishlistPKModifierConstructorDescriptionWishlistValue(WishlistPK wishlistPK, OrderPK orderPK, OfferUsePK offerUsePK, WishlistTypePK wishlistTypePK, Long fromTime, Long thruTime) Creates a new instance of WishlistValue -
Uses of WishlistPK in com.echothree.model.jooq.server.records.wishlist
Methods in com.echothree.model.jooq.server.records.wishlist that return WishlistPKMethods in com.echothree.model.jooq.server.records.wishlist that return types with arguments of type WishlistPKMethods in com.echothree.model.jooq.server.records.wishlist with parameters of type WishlistPKModifier and TypeMethodDescriptionvoidWishlists.Wishlist(WishlistPK value) Setter forwishlists.wshl_wishlistid.Constructors in com.echothree.model.jooq.server.records.wishlist with parameters of type WishlistPKModifierConstructorDescriptionWishlists(WishlistPK Wishlist, OrderPK Order, OfferUsePK OfferUse, WishlistTypePK WishlistType, Long FromTime, Long ThruTime) Create a detached, initialised Wishlists -
Uses of WishlistPK in com.echothree.model.jooq.server.tables.wishlist
Fields in com.echothree.model.jooq.server.tables.wishlist with type parameters of type WishlistPKModifier and TypeFieldDescriptionfinal org.jooq.TableField<Wishlists, WishlistPK> Wishlists.WISHLISTThe columnwishlists.wshl_wishlistid.