Uses of Class
de.hybris.platform.wishlist2.model.Wishlist2EntryModel
Packages that use Wishlist2EntryModel
Package
Description
Contains generated models for each type of de.hybris.platform.wishlist2.jalo package.
-
Uses of Wishlist2EntryModel in de.hybris.platform.selectivecartfacades.impl
Methods in de.hybris.platform.selectivecartfacades.impl that return types with arguments of type Wishlist2EntryModelModifier and TypeMethodDescriptionDefaultSelectiveCartFacade.getWishlish2EntryModelToOrderEntryConverter()Methods in de.hybris.platform.selectivecartfacades.impl with parameters of type Wishlist2EntryModelModifier and TypeMethodDescriptionprotected voidDefaultSelectiveCartFacade.removeWishlistEntryAndUpdateAddToCartTime(Wishlist2Model wishlistForSelectiveCart, ProductModel product, Wishlist2EntryModel wishlistEntry) Method parameters in de.hybris.platform.selectivecartfacades.impl with type arguments of type Wishlist2EntryModelModifier and TypeMethodDescriptionvoidDefaultSelectiveCartFacade.setWishlish2EntryModelToOrderEntryConverter(Converter<Wishlist2EntryModel, OrderEntryData> wishlish2EntryModelToOrderEntryConverter) -
Uses of Wishlist2EntryModel in de.hybris.platform.selectivecartfacades.populators
Methods in de.hybris.platform.selectivecartfacades.populators that return types with arguments of type Wishlist2EntryModelModifier and TypeMethodDescriptionprotected Converter<Wishlist2EntryModel,Wishlist2EntryData> WishlistForSelectiveCartPopulator.getWishlistEntryConverter()Methods in de.hybris.platform.selectivecartfacades.populators with parameters of type Wishlist2EntryModelModifier and TypeMethodDescriptionvoidWishlish2EntryModelToOrderEntryPopulator.populate(Wishlist2EntryModel source, OrderEntryData target) voidWishlistEntryForSelectiveCartPopulator.populate(Wishlist2EntryModel source, Wishlist2EntryData target) Method parameters in de.hybris.platform.selectivecartfacades.populators with type arguments of type Wishlist2EntryModelModifier and TypeMethodDescriptionvoidWishlistForSelectiveCartPopulator.setWishlistEntryConverter(Converter<Wishlist2EntryModel, Wishlist2EntryData> wishlistEntryConverter) -
Uses of Wishlist2EntryModel in de.hybris.platform.selectivecartservices
Methods in de.hybris.platform.selectivecartservices that return Wishlist2EntryModelModifier and TypeMethodDescriptionSelectiveCartService.getWishlistEntryForProduct(ProductModel product) Gets wishlist entry by product codeSelectiveCartService.getWishlistEntryForProduct(ProductModel product, Wishlist2Model wishlist) Gets wishlist entry by product code and wishlistSelectiveCartService.saveWishlistEntryForProduct(ProductModel product, Wishlist2Model wishlist, Date addToCartTime) Saves wishlist entry and addToCartTime by product and wishlistMethods in de.hybris.platform.selectivecartservices with parameters of type Wishlist2EntryModelModifier and TypeMethodDescriptionvoidSelectiveCartService.updateQuantityForWishlistEntry(Wishlist2EntryModel wishlistEntry, Integer quantity) Updates the quantity of the give wishlist entry -
Uses of Wishlist2EntryModel in de.hybris.platform.selectivecartservices.impl
Methods in de.hybris.platform.selectivecartservices.impl that return Wishlist2EntryModelModifier and TypeMethodDescriptionDefaultSelectiveCartService.getWishlistEntryForProduct(ProductModel product) DefaultSelectiveCartService.getWishlistEntryForProduct(ProductModel product, Wishlist2Model wishlist) DefaultSelectiveCartService.saveWishlistEntryForProduct(ProductModel product, Wishlist2Model wishlist, Date addToCartTime) Methods in de.hybris.platform.selectivecartservices.impl with parameters of type Wishlist2EntryModelModifier and TypeMethodDescriptionvoidDefaultSelectiveCartService.updateQuantityForWishlistEntry(Wishlist2EntryModel wishlistEntry, Integer quantity) -
Uses of Wishlist2EntryModel in de.hybris.platform.wishlist2
Methods in de.hybris.platform.wishlist2 that return Wishlist2EntryModelModifier and TypeMethodDescriptionWishlist2Service.getWishlistEntryForProduct(ProductModel product, Wishlist2Model wishlist) Returns the wishlist entry which contains the given product from the specific wishlistMethods in de.hybris.platform.wishlist2 with parameters of type Wishlist2EntryModelModifier and TypeMethodDescriptionvoidWishlist2Service.addWishlistEntry(Wishlist2Model wishlist, Wishlist2EntryModel entry) Adds the given entry to the given wishlist.voidWishlist2Service.removeWishlistEntry(Wishlist2Model wishlist, Wishlist2EntryModel entry) Removes a given entry from the wishlist. -
Uses of Wishlist2EntryModel in de.hybris.platform.wishlist2.impl
Methods in de.hybris.platform.wishlist2.impl that return Wishlist2EntryModelModifier and TypeMethodDescriptionDefaultWishlist2Service.getWishlistEntryForProduct(ProductModel product, Wishlist2Model wishlist) Methods in de.hybris.platform.wishlist2.impl with parameters of type Wishlist2EntryModelModifier and TypeMethodDescriptionvoidDefaultWishlist2Service.addWishlistEntry(Wishlist2Model wishlist, Wishlist2EntryModel entry) voidDefaultWishlist2Service.removeWishlistEntry(Wishlist2Model wishlist, Wishlist2EntryModel entry) -
Uses of Wishlist2EntryModel in de.hybris.platform.wishlist2.impl.daos
Methods in de.hybris.platform.wishlist2.impl.daos that return types with arguments of type Wishlist2EntryModelModifier and TypeMethodDescriptionWishlist2Dao.findWishlistEntryByProduct(ProductModel product, Wishlist2Model wishlist) Retrieves all wishlist entries which contain the given product from the specific wishlist -
Uses of Wishlist2EntryModel in de.hybris.platform.wishlist2.impl.daos.impl
Methods in de.hybris.platform.wishlist2.impl.daos.impl that return types with arguments of type Wishlist2EntryModelModifier and TypeMethodDescriptionDefaultWishlist2Dao.findWishlistEntryByProduct(ProductModel product, Wishlist2Model wishlist) -
Uses of Wishlist2EntryModel in de.hybris.platform.wishlist2.model
Methods in de.hybris.platform.wishlist2.model that return types with arguments of type Wishlist2EntryModelModifier and TypeMethodDescriptionWishlist2Model.getEntries()Generated method - Getter of theWishlist2.entriesattribute defined at extensionwishlist.Method parameters in de.hybris.platform.wishlist2.model with type arguments of type Wishlist2EntryModelModifier and TypeMethodDescriptionvoidWishlist2Model.setEntries(List<Wishlist2EntryModel> value) Generated method - Setter ofWishlist2.entriesattribute defined at extensionwishlist.