public interface AddToWishListOptionsIf
Modifier and Type | Method and Description |
---|---|
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 |
isGetImages()
When getting wish list items we attach a product object to each wish list item.
|
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 |
setGetImages(boolean getImages)
When getting wish list items we attach a product object to each wish list item.
|
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
|
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 setboolean isGetImages()
void setGetImages(boolean getImages)
getImages
- the getImages to setCopyright © 2018 DS Data Systems UK Ltd.