| Package | Description |
|---|---|
| de.hybris.platform.selectivecartservices.jalo | |
| de.hybris.platform.wishlist2.jalo |
| Modifier and Type | Method and Description |
|---|---|
java.util.Date |
GeneratedSelectivecartservicesManager.getAddToCartTime(SessionContext ctx,
Wishlist2Entry item)
Generated method - Getter of the
Wishlist2Entry.addToCartTime attribute. |
java.util.Date |
GeneratedSelectivecartservicesManager.getAddToCartTime(Wishlist2Entry item)
Generated method - Getter of the
Wishlist2Entry.addToCartTime attribute. |
java.lang.Integer |
GeneratedSelectivecartservicesManager.getQuantity(SessionContext ctx,
Wishlist2Entry item)
Generated method - Getter of the
Wishlist2Entry.quantity attribute. |
java.lang.Integer |
GeneratedSelectivecartservicesManager.getQuantity(Wishlist2Entry item)
Generated method - Getter of the
Wishlist2Entry.quantity attribute. |
int |
GeneratedSelectivecartservicesManager.getQuantityAsPrimitive(SessionContext ctx,
Wishlist2Entry item)
Generated method - Getter of the
Wishlist2Entry.quantity attribute. |
int |
GeneratedSelectivecartservicesManager.getQuantityAsPrimitive(Wishlist2Entry item)
Generated method - Getter of the
Wishlist2Entry.quantity attribute. |
void |
GeneratedSelectivecartservicesManager.setAddToCartTime(SessionContext ctx,
Wishlist2Entry item,
java.util.Date value)
Generated method - Setter of the
Wishlist2Entry.addToCartTime attribute. |
void |
GeneratedSelectivecartservicesManager.setAddToCartTime(Wishlist2Entry item,
java.util.Date value)
Generated method - Setter of the
Wishlist2Entry.addToCartTime attribute. |
void |
GeneratedSelectivecartservicesManager.setQuantity(SessionContext ctx,
Wishlist2Entry item,
int value)
Generated method - Setter of the
Wishlist2Entry.quantity attribute. |
void |
GeneratedSelectivecartservicesManager.setQuantity(SessionContext ctx,
Wishlist2Entry item,
java.lang.Integer value)
Generated method - Setter of the
Wishlist2Entry.quantity attribute. |
void |
GeneratedSelectivecartservicesManager.setQuantity(Wishlist2Entry item,
int value)
Generated method - Setter of the
Wishlist2Entry.quantity attribute. |
void |
GeneratedSelectivecartservicesManager.setQuantity(Wishlist2Entry item,
java.lang.Integer value)
Generated method - Setter of the
Wishlist2Entry.quantity attribute. |
| Modifier and Type | Field and Description |
|---|---|
protected static OneToManyHandler<Wishlist2Entry> |
GeneratedWishlist2.ENTRIESHANDLER
OneToManyHandler for handling 1:n ENTRIES's relation attributes from 'many' side. |
| Modifier and Type | Method and Description |
|---|---|
Wishlist2Entry |
GeneratedWishlist2Manager.createWishlist2Entry(java.util.Map attributeValues) |
Wishlist2Entry |
GeneratedWishlist2Manager.createWishlist2Entry(SessionContext ctx,
java.util.Map attributeValues) |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<Wishlist2Entry> |
GeneratedWishlist2.getEntries()
Generated method - Getter of the
Wishlist2.entries attribute. |
java.util.List<Wishlist2Entry> |
GeneratedWishlist2.getEntries(SessionContext ctx)
Generated method - Getter of the
Wishlist2.entries attribute. |
| Modifier and Type | Method and Description |
|---|---|
void |
GeneratedWishlist2.addToEntries(SessionContext ctx,
Wishlist2Entry value)
Generated method - Adds
value to entries. |
void |
GeneratedWishlist2.addToEntries(Wishlist2Entry value)
Generated method - Adds
value to entries. |
void |
GeneratedWishlist2.removeFromEntries(SessionContext ctx,
Wishlist2Entry value)
Generated method - Removes
value from entries. |
void |
GeneratedWishlist2.removeFromEntries(Wishlist2Entry value)
Generated method - Removes
value from entries. |
| Modifier and Type | Method and Description |
|---|---|
void |
GeneratedWishlist2.setEntries(java.util.List<Wishlist2Entry> value)
Generated method - Setter of the
Wishlist2.entries attribute. |
void |
GeneratedWishlist2.setEntries(SessionContext ctx,
java.util.List<Wishlist2Entry> value)
Generated method - Setter of the
Wishlist2.entries attribute. |
Copyright © 2018 SAP SE. All Rights Reserved.