| Package | Description |
|---|---|
| de.hybris.platform.selectivecartfacades.impl | |
| de.hybris.platform.selectivecartfacades.populators | |
| de.hybris.platform.selectivecartservices | |
| 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 |
|---|---|
Converter<Wishlist2EntryModel,OrderEntryData> |
DefaultSelectiveCartFacade.getWishlish2EntryModelToOrderEntryConverter() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
DefaultSelectiveCartFacade.removeWishlistEntryAndUpdateAddToCartTime(Wishlist2Model wishlistForSelectiveCart,
ProductModel product,
Wishlist2EntryModel wishlistEntry) |
| Modifier and Type | Method and Description |
|---|---|
void |
DefaultSelectiveCartFacade.setWishlish2EntryModelToOrderEntryConverter(Converter<Wishlist2EntryModel,OrderEntryData> wishlish2EntryModelToOrderEntryConverter) |
| Modifier and Type | Method and Description |
|---|---|
protected Converter<Wishlist2EntryModel,Wishlist2EntryData> |
WishlistForSelectiveCartPopulator.getWishlistEntryConverter() |
| Modifier and Type | Method and Description |
|---|---|
void |
Wishlish2EntryModelToOrderEntryPopulator.populate(Wishlist2EntryModel source,
OrderEntryData target) |
void |
WishlistEntryForSelectiveCartPopulator.populate(Wishlist2EntryModel source,
Wishlist2EntryData target) |
| Modifier and Type | Method and Description |
|---|---|
void |
WishlistForSelectiveCartPopulator.setWishlistEntryConverter(Converter<Wishlist2EntryModel,Wishlist2EntryData> wishlistEntryConverter) |
| Modifier and Type | Method and Description |
|---|---|
Wishlist2EntryModel |
SelectiveCartService.getWishlistEntryForProduct(ProductModel product)
get wishlist entry based on a product in given wishlist
|
Wishlist2EntryModel |
SelectiveCartService.getWishlistEntryForProduct(ProductModel product,
Wishlist2Model wishlist)
get wishlist entry based on a product in given wishlist
|
Wishlist2EntryModel |
SelectiveCartService.saveWishlistEntryForProduct(ProductModel product,
Wishlist2Model wishlist,
java.util.Date addToCartTime)
save wishlist entry based on a product in given wishlist and save addToCartTime also
|
| Modifier and Type | Method and Description |
|---|---|
void |
SelectiveCartService.updateQuantityForWishlistEntry(Wishlist2EntryModel wishlistEntry,
java.lang.Integer quantity)
update the quantity of the give wishlist entry
|
| Modifier and Type | Method and Description |
|---|---|
Wishlist2EntryModel |
DefaultSelectiveCartService.getWishlistEntryForProduct(ProductModel product) |
Wishlist2EntryModel |
DefaultSelectiveCartService.getWishlistEntryForProduct(ProductModel product,
Wishlist2Model wishlist) |
Wishlist2EntryModel |
DefaultSelectiveCartService.saveWishlistEntryForProduct(ProductModel product,
Wishlist2Model wishlist,
java.util.Date addToCartTime) |
| Modifier and Type | Method and Description |
|---|---|
void |
DefaultSelectiveCartService.updateQuantityForWishlistEntry(Wishlist2EntryModel wishlistEntry,
java.lang.Integer quantity) |
| 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 |
|---|---|
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 |
|---|---|
java.util.List<Wishlist2EntryModel> |
DefaultWishlist2Dao.findWishlistEntryByProduct(ProductModel product,
Wishlist2Model wishlist) |
| Modifier and Type | Method and Description |
|---|---|
java.util.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(java.util.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
AbstractResource.getResourceValue() |
protected Wishlist2EntryModel |
Wishlist2EntryResource.readResource(java.lang.String resourceId)
Gets the
Wishlist2EntryModel resource which is addressed by current resource request. |
| Modifier and Type | Method and Description |
|---|---|
java.util.Collection<Wishlist2EntryModel> |
Wishlist2EntriesResource.getWishlist2EntriesCollection()
Convenience method which just delegates to
AbstractResource.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(java.util.Collection<Wishlist2EntryModel> value)
Convenience method which just delegates to
#setResourceValue(Collection) |
Copyright © 2018 SAP SE. All Rights Reserved.