| Package | Description |
|---|---|
| de.hybris.platform.core.model.user |
Contains generated models for each type of de.hybris.platform.jalo.user package.
|
| de.hybris.platform.selectivecartfacades.impl | |
| de.hybris.platform.selectivecartfacades.populators | |
| de.hybris.platform.selectivecartservices | |
| de.hybris.platform.selectivecartservices.daos | |
| de.hybris.platform.selectivecartservices.daos.impl | |
| de.hybris.platform.selectivecartservices.impl | |
| de.hybris.platform.wishlist2 | |
| de.hybris.platform.wishlist2.impl | |
| de.hybris.platform.wishlist2.impl.daos | |
| de.hybris.platform.wishlist2.impl.daos.impl | |
| de.hybris.platform.wishlist2.model |
Contains generated models for each type of de.hybris.platform.wishlist2.jalo package.
|
| de.hybris.platform.wishlist2.resource |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<Wishlist2Model> |
UserModel.getWishlist()
Generated method - Getter of the
User.wishlist attribute defined at extension wishlist. |
| Modifier and Type | Method and Description |
|---|---|
void |
UserModel.setWishlist(java.util.List<Wishlist2Model> value)
Generated method - Setter of
User.wishlist attribute defined at extension wishlist. |
| Modifier and Type | Method and Description |
|---|---|
protected Converter<Wishlist2Model,Wishlist2Data> |
DefaultSelectiveCartFacade.getWishlistConverter() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
DefaultSelectiveCartFacade.removeWishlistEntryAndUpdateAddToCartTime(Wishlist2Model wishlistForSelectiveCart,
ProductModel product,
Wishlist2EntryModel wishlistEntry) |
| Modifier and Type | Method and Description |
|---|---|
void |
DefaultSelectiveCartFacade.setWishlistConverter(Converter<Wishlist2Model,Wishlist2Data> wishlistConverter) |
| Modifier and Type | Method and Description |
|---|---|
void |
WishlistForSelectiveCartPopulator.populate(Wishlist2Model source,
Wishlist2Data target) |
| Modifier and Type | Method and Description |
|---|---|
Wishlist2Model |
SelectiveCartService.createWishlist()
Creates a wish list for the current customer
|
Wishlist2Model |
SelectiveCartService.getWishlistForSelectiveCart()
Gets wishlist for selective cart and the current user
|
| Modifier and Type | Method and Description |
|---|---|
Wishlist2EntryModel |
SelectiveCartService.getWishlistEntryForProduct(ProductModel product,
Wishlist2Model wishlist)
Gets wishlist entry by product code and wishlist
|
void |
SelectiveCartService.removeWishlistEntryForProduct(ProductModel product,
Wishlist2Model wishlist)
Removes wishlist entry by product code and wishlist
|
Wishlist2EntryModel |
SelectiveCartService.saveWishlistEntryForProduct(ProductModel product,
Wishlist2Model wishlist,
java.util.Date addToCartTime)
Saves wishlist entry and addToCartTime by product and wishlist
|
| Modifier and Type | Method and Description |
|---|---|
Wishlist2Model |
SelectiveCartDao.findWishlistByName(UserModel user,
java.lang.String name)
Finds wishlist by name for the current user
|
| Modifier and Type | Method and Description |
|---|---|
Wishlist2Model |
DefaultSelectiveCartDao.findWishlistByName(UserModel user,
java.lang.String name) |
| Modifier and Type | Method and Description |
|---|---|
Wishlist2Model |
DefaultSelectiveCartService.createWishlist() |
Wishlist2Model |
DefaultSelectiveCartService.getWishlistForSelectiveCart() |
| Modifier and Type | Method and Description |
|---|---|
Wishlist2EntryModel |
DefaultSelectiveCartService.getWishlistEntryForProduct(ProductModel product,
Wishlist2Model wishlist) |
void |
DefaultSelectiveCartService.removeWishlistEntryForProduct(ProductModel product,
Wishlist2Model wishlist) |
Wishlist2EntryModel |
DefaultSelectiveCartService.saveWishlistEntryForProduct(ProductModel product,
Wishlist2Model wishlist,
java.util.Date addToCartTime) |
| Modifier and Type | Method and Description |
|---|---|
Wishlist2Model |
Wishlist2Service.createDefaultWishlist(java.lang.String name,
java.lang.String description)
creates a new default wishlist for the current user.
|
Wishlist2Model |
Wishlist2Service.createDefaultWishlist(UserModel user,
java.lang.String name,
java.lang.String description)
creates a new default wishlist for the given user.
|
Wishlist2Model |
Wishlist2Service.createWishlist(java.lang.String name,
java.lang.String description)
creates a new wishlist for the current user.
|
Wishlist2Model |
Wishlist2Service.createWishlist(UserModel user,
java.lang.String name,
java.lang.String description)
creates a new wishlist for the given user.
|
Wishlist2Model |
Wishlist2Service.getDefaultWishlist()
Returns the default wishlist for the current user
|
Wishlist2Model |
Wishlist2Service.getDefaultWishlist(UserModel user)
Returns the default wishlist for the given user
|
| Modifier and Type | Method and Description |
|---|---|
java.util.List<Wishlist2Model> |
Wishlist2Service.getWishlists()
Resturns all wishlists for the current user
|
java.util.List<Wishlist2Model> |
Wishlist2Service.getWishlists(UserModel user)
Returns all wishlists for the given user
|
| Modifier and Type | Method and Description |
|---|---|
void |
Wishlist2Service.addWishlistEntry(Wishlist2Model wishlist,
ProductModel product,
java.lang.Integer desired,
Wishlist2EntryPriority priority,
java.lang.String comment)
Adds a given product to the given wishlist
|
void |
Wishlist2Service.addWishlistEntry(Wishlist2Model wishlist,
Wishlist2EntryModel entry)
Adds the given entry to the given wishlist.
|
Wishlist2EntryModel |
Wishlist2Service.getWishlistEntryForProduct(ProductModel product,
Wishlist2Model wishlist)
Returns the wishlist entry which contains the given product from the specific wishlist
|
void |
Wishlist2Service.removeWishlistEntry(Wishlist2Model wishlist,
Wishlist2EntryModel entry)
Removes a given entry from the wishlist.
|
void |
Wishlist2Service.removeWishlistEntryForProduct(ProductModel product,
Wishlist2Model wishlist)
Removes a wishlist entry from the wishlist which contains the given product.
|
| Modifier and Type | Method and Description |
|---|---|
Wishlist2Model |
DefaultWishlist2Service.createDefaultWishlist(java.lang.String name,
java.lang.String description) |
Wishlist2Model |
DefaultWishlist2Service.createDefaultWishlist(UserModel user,
java.lang.String name,
java.lang.String description) |
Wishlist2Model |
DefaultWishlist2Service.createWishlist(java.lang.String name,
java.lang.String description) |
Wishlist2Model |
DefaultWishlist2Service.createWishlist(UserModel user,
java.lang.String name,
java.lang.String description) |
Wishlist2Model |
DefaultWishlist2Service.getDefaultWishlist() |
Wishlist2Model |
DefaultWishlist2Service.getDefaultWishlist(UserModel user) |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<Wishlist2Model> |
DefaultWishlist2Service.getWishlists() |
java.util.List<Wishlist2Model> |
DefaultWishlist2Service.getWishlists(UserModel user) |
| Modifier and Type | Method and Description |
|---|---|
void |
DefaultWishlist2Service.addWishlistEntry(Wishlist2Model wishlist,
ProductModel product,
java.lang.Integer desired,
Wishlist2EntryPriority priority,
java.lang.String comment) |
void |
DefaultWishlist2Service.addWishlistEntry(Wishlist2Model wishlist,
Wishlist2EntryModel entry) |
Wishlist2EntryModel |
DefaultWishlist2Service.getWishlistEntryForProduct(ProductModel product,
Wishlist2Model wishlist) |
void |
DefaultWishlist2Service.removeWishlistEntry(Wishlist2Model wishlist,
Wishlist2EntryModel entry) |
void |
DefaultWishlist2Service.removeWishlistEntryForProduct(ProductModel product,
Wishlist2Model wishlist) |
protected boolean |
DefaultWishlist2Service.saveWishlist(Wishlist2Model wishlist) |
| Modifier and Type | Method and Description |
|---|---|
Wishlist2Model |
Wishlist2Dao.findDefaultWishlist(UserModel user)
Retrieves the default wishlist of the specific
UserModel |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<Wishlist2Model> |
Wishlist2Dao.findAllWishlists(UserModel user)
Retrieves all wishlists of the specific
UserModel |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<Wishlist2EntryModel> |
Wishlist2Dao.findWishlistEntryByProduct(ProductModel product,
Wishlist2Model wishlist)
Retrieves all wishlist entries which contain the given product from the specific wishlist
|
| Modifier and Type | Method and Description |
|---|---|
Wishlist2Model |
DefaultWishlist2Dao.findDefaultWishlist(UserModel user) |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<Wishlist2Model> |
DefaultWishlist2Dao.findAllWishlists(UserModel user) |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<Wishlist2EntryModel> |
DefaultWishlist2Dao.findWishlistEntryByProduct(ProductModel product,
Wishlist2Model wishlist) |
| Modifier and Type | Method and Description |
|---|---|
Wishlist2Model |
Wishlist2EntryModel.getWishlist()
Generated method - Getter of the
Wishlist2Entry.wishlist attribute defined at extension wishlist. |
| Modifier and Type | Method and Description |
|---|---|
void |
Wishlist2EntryModel.setWishlist(Wishlist2Model value)
Generated method - Setter of
Wishlist2Entry.wishlist attribute defined at extension wishlist. |
| Modifier and Type | Method and Description |
|---|---|
Wishlist2Model |
Wishlist2Resource.getWishlist2Model()
Convenience method which just delegates to
AbstractResource.getResourceValue() |
protected Wishlist2Model |
Wishlist2Resource.readResource(java.lang.String resourceId)
Gets the
Wishlist2Model resource which is addressed by current resource request. |
| Modifier and Type | Method and Description |
|---|---|
java.util.Collection<Wishlist2Model> |
Wishlist2sResource.getWishlist2sCollection()
Convenience method which just delegates to
AbstractResource.getResourceValue() |
| Modifier and Type | Method and Description |
|---|---|
void |
Wishlist2Resource.setWishlist2Model(Wishlist2Model value)
Convenience method which just delegates to
#setResourceValue(Wishlist2Model) |
| Modifier and Type | Method and Description |
|---|---|
void |
Wishlist2sResource.setWishlist2sCollection(java.util.Collection<Wishlist2Model> value)
Convenience method which just delegates to
#setResourceValue(Collection) |
Copyright © 2018 SAP SE. All Rights Reserved.