| Package | Description |
|---|---|
| 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 |
|---|---|
Wishlist2EntryModel |
Wishlist2Service.getWishlistEntryForProduct(ProductModel product,
Wishlist2Model wishlist)
Returns the wishlist entry which contains the given product from the specific wishlist
|
| Modifier and Type | Method and Description |
|---|---|
void |
Wishlist2Service.addWishlistEntry(Wishlist2Model wishlist,
Wishlist2EntryModel entry)
Adds the given entry to the given wishlist.
|
void |
Wishlist2Service.removeWishlistEntry(Wishlist2Model wishlist,
Wishlist2EntryModel entry)
Removes a given entry from the wishlist.
|
| Modifier and Type | Method and Description |
|---|---|
Wishlist2EntryModel |
DefaultWishlist2Service.getWishlistEntryForProduct(ProductModel product,
Wishlist2Model wishlist) |
| Modifier and Type | Method and Description |
|---|---|
void |
DefaultWishlist2Service.addWishlistEntry(Wishlist2Model wishlist,
Wishlist2EntryModel entry) |
void |
DefaultWishlist2Service.removeWishlistEntry(Wishlist2Model wishlist,
Wishlist2EntryModel entry) |
| Modifier and Type | Method and Description |
|---|---|
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 |
|---|---|
List<Wishlist2EntryModel> |
DefaultWishlist2Dao.findWishlistEntryByProduct(ProductModel product,
Wishlist2Model wishlist) |
| Modifier and Type | Method and Description |
|---|---|
List<Wishlist2EntryModel> |
Wishlist2Model.getEntries()
Generated method - Getter of the
Wishlist2.entries attribute defined at extension wishlist. |
| Modifier and Type | Method and Description |
|---|---|
void |
Wishlist2Model.setEntries(List<Wishlist2EntryModel> value)
Generated method - Setter of
Wishlist2.entries attribute defined at extension wishlist. |
| Modifier and Type | Method and Description |
|---|---|
Wishlist2EntryModel |
Wishlist2EntryResource.getWishlist2EntryModel()
Convenience method which just delegates to
#getResourceValue() |
protected Wishlist2EntryModel |
Wishlist2EntryResource.readResource(String resourceId)
Gets the
Wishlist2EntryModel resource which is addressed by current resource request. |
| Modifier and Type | Method and Description |
|---|---|
Collection<Wishlist2EntryModel> |
Wishlist2EntriesResource.getWishlist2EntriesCollection()
Convenience method which just delegates to
#getResourceValue() |
| Modifier and Type | Method and Description |
|---|---|
void |
Wishlist2EntryResource.setWishlist2EntryModel(Wishlist2EntryModel value)
Convenience method which just delegates to
#setResourceValue(Wishlist2EntryModel) |
| Modifier and Type | Method and Description |
|---|---|
void |
Wishlist2EntriesResource.setWishlist2EntriesCollection(Collection<Wishlist2EntryModel> value)
Convenience method which just delegates to
#setResourceValue(Collection) |
Copyright © 2017 SAP SE. All Rights Reserved.