|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface AddToWishListOptionsIf
An object used to contain options used when adding items to the basket.
| Method Summary | |
|---|---|
java.lang.String |
getCatalogId()
The id of the catalog which contains dynamic product information such as the price and quantity |
int |
getCustomerId()
If the sessionId is set to null and the customerId is a negative number then the operation is applied to the temporary customer referenced by the negative customer id. |
java.util.Calendar |
getPriceDate()
The date for which a price is requested. |
boolean |
isOnlyShowAvailable()
When set, the wish list items where quantity desired == quantity received, are not returned in the getWishListItemsWithOptions() API call. |
boolean |
isUseExternalPrice()
If true we attempt to fetch the prices from the external table |
void |
setCatalogId(java.lang.String catalogId)
The id of the catalog which contains dynamic product information such as the price and quantity |
void |
setCustomerId(int customerId)
If the sessionId is set to null and the customerId is a negative number then the operation is applied to the temporary customer referenced by the negative customer id. |
void |
setOnlyShowAvailable(boolean onlyShowAvailable)
When set, the wish list items where quantity desired == quantity received, are not returned in the getWishListItemsWithOptions() API call. |
void |
setPriceDate(java.util.Calendar priceDate)
The date for which a price is requested. |
void |
setUseExternalPrice(boolean useExternalPrice)
If true we attempt to fetch the prices from the external table |
| Method Detail |
|---|
java.lang.String getCatalogId()
void setCatalogId(java.lang.String catalogId)
catalogId - the catalogId to setjava.util.Calendar getPriceDate()
void setPriceDate(java.util.Calendar priceDate)
priceDate - the priceDate to setboolean isOnlyShowAvailable()
getWishListItemsWithOptions() API call.
void setOnlyShowAvailable(boolean onlyShowAvailable)
getWishListItemsWithOptions() API call.
onlyShowAvailable - the onlyShowAvailable to setboolean isUseExternalPrice()
void setUseExternalPrice(boolean useExternalPrice)
useExternalPrice - the useExternalPrice to setint getCustomerId()
void setCustomerId(int customerId)
customerId - the customerId to set
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||