Uses of Class
de.hybris.platform.wishlist2.model.Wishlist2Model
Packages that use Wishlist2Model
Package
Description
Contains generated models for each type of de.hybris.platform.jalo.user package.
Contains generated models for each type of de.hybris.platform.wishlist2.jalo package.
-
Uses of Wishlist2Model in de.hybris.platform.core.model.user
Methods in de.hybris.platform.core.model.user that return types with arguments of type Wishlist2ModelModifier and TypeMethodDescriptionUserModel.getWishlist()Generated method - Getter of theUser.wishlistattribute defined at extensionwishlist.Method parameters in de.hybris.platform.core.model.user with type arguments of type Wishlist2ModelModifier and TypeMethodDescriptionvoidUserModel.setWishlist(List<Wishlist2Model> value) Generated method - Setter ofUser.wishlistattribute defined at extensionwishlist. -
Uses of Wishlist2Model in de.hybris.platform.selectivecartfacades.impl
Methods in de.hybris.platform.selectivecartfacades.impl that return types with arguments of type Wishlist2ModelModifier and TypeMethodDescriptionprotected Converter<Wishlist2Model,Wishlist2Data> DefaultSelectiveCartFacade.getWishlistConverter()Methods in de.hybris.platform.selectivecartfacades.impl with parameters of type Wishlist2ModelModifier and TypeMethodDescriptionprotected voidDefaultSelectiveCartFacade.removeWishlistEntryAndUpdateAddToCartTime(Wishlist2Model wishlistForSelectiveCart, ProductModel product, Wishlist2EntryModel wishlistEntry) Method parameters in de.hybris.platform.selectivecartfacades.impl with type arguments of type Wishlist2ModelModifier and TypeMethodDescriptionvoidDefaultSelectiveCartFacade.setWishlistConverter(Converter<Wishlist2Model, Wishlist2Data> wishlistConverter) -
Uses of Wishlist2Model in de.hybris.platform.selectivecartfacades.populators
Methods in de.hybris.platform.selectivecartfacades.populators with parameters of type Wishlist2ModelModifier and TypeMethodDescriptionvoidWishlistForSelectiveCartPopulator.populate(Wishlist2Model source, Wishlist2Data target) -
Uses of Wishlist2Model in de.hybris.platform.selectivecartservices
Methods in de.hybris.platform.selectivecartservices that return Wishlist2ModelModifier and TypeMethodDescriptionSelectiveCartService.createWishlist()Creates a wish list for the current customerSelectiveCartService.getWishlistForSelectiveCart()Gets wishlist for selective cart and the current userMethods in de.hybris.platform.selectivecartservices with parameters of type Wishlist2ModelModifier and TypeMethodDescriptionSelectiveCartService.getWishlistEntryForProduct(ProductModel product, Wishlist2Model wishlist) Gets wishlist entry by product code and wishlistvoidSelectiveCartService.removeWishlistEntryForProduct(ProductModel product, Wishlist2Model wishlist) Removes wishlist entry by product code and wishlistSelectiveCartService.saveWishlistEntryForProduct(ProductModel product, Wishlist2Model wishlist, Date addToCartTime) Saves wishlist entry and addToCartTime by product and wishlist -
Uses of Wishlist2Model in de.hybris.platform.selectivecartservices.daos
Methods in de.hybris.platform.selectivecartservices.daos that return Wishlist2ModelModifier and TypeMethodDescriptionSelectiveCartDao.findWishlistByName(UserModel user, String name) Finds wishlist by name for the current user -
Uses of Wishlist2Model in de.hybris.platform.selectivecartservices.daos.impl
Methods in de.hybris.platform.selectivecartservices.daos.impl that return Wishlist2ModelModifier and TypeMethodDescriptionDefaultSelectiveCartDao.findWishlistByName(UserModel user, String name) -
Uses of Wishlist2Model in de.hybris.platform.selectivecartservices.impl
Methods in de.hybris.platform.selectivecartservices.impl that return Wishlist2ModelModifier and TypeMethodDescriptionDefaultSelectiveCartService.createWishlist()DefaultSelectiveCartService.getWishlistForSelectiveCart()Methods in de.hybris.platform.selectivecartservices.impl with parameters of type Wishlist2ModelModifier and TypeMethodDescriptionDefaultSelectiveCartService.getWishlistEntryForProduct(ProductModel product, Wishlist2Model wishlist) voidDefaultSelectiveCartService.removeWishlistEntryForProduct(ProductModel product, Wishlist2Model wishlist) DefaultSelectiveCartService.saveWishlistEntryForProduct(ProductModel product, Wishlist2Model wishlist, Date addToCartTime) -
Uses of Wishlist2Model in de.hybris.platform.wishlist2
Methods in de.hybris.platform.wishlist2 that return Wishlist2ModelModifier and TypeMethodDescriptionWishlist2Service.createDefaultWishlist(UserModel user, String name, String description) creates a new default wishlist for the given user.Wishlist2Service.createDefaultWishlist(String name, String description) creates a new default wishlist for the current user.Wishlist2Service.createWishlist(UserModel user, String name, String description) creates a new wishlist for the given user.Wishlist2Service.createWishlist(String name, String description) creates a new wishlist for the current user.Wishlist2Service.getDefaultWishlist()Returns the default wishlist for the current userWishlist2Service.getDefaultWishlist(UserModel user) Returns the default wishlist for the given userMethods in de.hybris.platform.wishlist2 that return types with arguments of type Wishlist2ModelModifier and TypeMethodDescriptionWishlist2Service.getWishlists()Resturns all wishlists for the current userWishlist2Service.getWishlists(UserModel user) Returns all wishlists for the given userMethods in de.hybris.platform.wishlist2 with parameters of type Wishlist2ModelModifier and TypeMethodDescriptionvoidWishlist2Service.addWishlistEntry(Wishlist2Model wishlist, ProductModel product, Integer desired, Wishlist2EntryPriority priority, String comment) Adds a given product to the given wishlistvoidWishlist2Service.addWishlistEntry(Wishlist2Model wishlist, Wishlist2EntryModel entry) Adds the given entry to the given wishlist.Wishlist2Service.getWishlistEntryForProduct(ProductModel product, Wishlist2Model wishlist) Returns the wishlist entry which contains the given product from the specific wishlistvoidWishlist2Service.removeWishlistEntry(Wishlist2Model wishlist, Wishlist2EntryModel entry) Removes a given entry from the wishlist.voidWishlist2Service.removeWishlistEntryForProduct(ProductModel product, Wishlist2Model wishlist) Removes a wishlist entry from the wishlist which contains the given product. -
Uses of Wishlist2Model in de.hybris.platform.wishlist2.impl
Methods in de.hybris.platform.wishlist2.impl that return Wishlist2ModelModifier and TypeMethodDescriptionDefaultWishlist2Service.createDefaultWishlist(UserModel user, String name, String description) DefaultWishlist2Service.createDefaultWishlist(String name, String description) DefaultWishlist2Service.createWishlist(UserModel user, String name, String description) DefaultWishlist2Service.createWishlist(String name, String description) DefaultWishlist2Service.getDefaultWishlist()DefaultWishlist2Service.getDefaultWishlist(UserModel user) Methods in de.hybris.platform.wishlist2.impl that return types with arguments of type Wishlist2ModelModifier and TypeMethodDescriptionDefaultWishlist2Service.getWishlists()DefaultWishlist2Service.getWishlists(UserModel user) Methods in de.hybris.platform.wishlist2.impl with parameters of type Wishlist2ModelModifier and TypeMethodDescriptionvoidDefaultWishlist2Service.addWishlistEntry(Wishlist2Model wishlist, ProductModel product, Integer desired, Wishlist2EntryPriority priority, String comment) voidDefaultWishlist2Service.addWishlistEntry(Wishlist2Model wishlist, Wishlist2EntryModel entry) DefaultWishlist2Service.getWishlistEntryForProduct(ProductModel product, Wishlist2Model wishlist) voidDefaultWishlist2Service.removeWishlistEntry(Wishlist2Model wishlist, Wishlist2EntryModel entry) voidDefaultWishlist2Service.removeWishlistEntryForProduct(ProductModel product, Wishlist2Model wishlist) protected booleanDefaultWishlist2Service.saveWishlist(Wishlist2Model wishlist) -
Uses of Wishlist2Model in de.hybris.platform.wishlist2.impl.daos
Methods in de.hybris.platform.wishlist2.impl.daos that return Wishlist2ModelModifier and TypeMethodDescriptionWishlist2Dao.findDefaultWishlist(UserModel user) Retrieves the default wishlist of the specificUserModelMethods in de.hybris.platform.wishlist2.impl.daos that return types with arguments of type Wishlist2ModelModifier and TypeMethodDescriptionWishlist2Dao.findAllWishlists(UserModel user) Retrieves all wishlists of the specificUserModelMethods in de.hybris.platform.wishlist2.impl.daos with parameters of type Wishlist2ModelModifier and TypeMethodDescriptionWishlist2Dao.findWishlistEntryByProduct(ProductModel product, Wishlist2Model wishlist) Retrieves all wishlist entries which contain the given product from the specific wishlist -
Uses of Wishlist2Model in de.hybris.platform.wishlist2.impl.daos.impl
Methods in de.hybris.platform.wishlist2.impl.daos.impl that return Wishlist2ModelMethods in de.hybris.platform.wishlist2.impl.daos.impl that return types with arguments of type Wishlist2ModelMethods in de.hybris.platform.wishlist2.impl.daos.impl with parameters of type Wishlist2ModelModifier and TypeMethodDescriptionDefaultWishlist2Dao.findWishlistEntryByProduct(ProductModel product, Wishlist2Model wishlist) -
Uses of Wishlist2Model in de.hybris.platform.wishlist2.model
Methods in de.hybris.platform.wishlist2.model that return Wishlist2ModelModifier and TypeMethodDescriptionWishlist2EntryModel.getWishlist()Generated method - Getter of theWishlist2Entry.wishlistattribute defined at extensionwishlist.Methods in de.hybris.platform.wishlist2.model with parameters of type Wishlist2ModelModifier and TypeMethodDescriptionvoidWishlist2EntryModel.setWishlist(Wishlist2Model value) Generated method - Setter ofWishlist2Entry.wishlistattribute defined at extensionwishlist.