public class AddToWishListOptions extends java.lang.Object implements AddToWishListOptionsIf
Constructor and Description |
---|
AddToWishListOptions()
Constructor
|
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
|
public java.lang.String getCatalogId()
AddToWishListOptionsIf
getCatalogId
in interface AddToWishListOptionsIf
public void setCatalogId(java.lang.String catalogId)
AddToWishListOptionsIf
setCatalogId
in interface AddToWishListOptionsIf
catalogId
- the catalogId to setpublic java.util.Calendar getPriceDate()
AddToWishListOptionsIf
getPriceDate
in interface AddToWishListOptionsIf
public void setPriceDate(java.util.Calendar priceDate)
AddToWishListOptionsIf
setPriceDate
in interface AddToWishListOptionsIf
priceDate
- the priceDate to setpublic boolean isOnlyShowAvailable()
AddToWishListOptionsIf
getWishListItemsWithOptions()
API call.isOnlyShowAvailable
in interface AddToWishListOptionsIf
public void setOnlyShowAvailable(boolean onlyShowAvailable)
AddToWishListOptionsIf
getWishListItemsWithOptions()
API call.setOnlyShowAvailable
in interface AddToWishListOptionsIf
onlyShowAvailable
- the onlyShowAvailable to setpublic boolean isUseExternalPrice()
AddToWishListOptionsIf
isUseExternalPrice
in interface AddToWishListOptionsIf
public void setUseExternalPrice(boolean useExternalPrice)
AddToWishListOptionsIf
setUseExternalPrice
in interface AddToWishListOptionsIf
useExternalPrice
- the useExternalPrice to setpublic int getCustomerId()
AddToWishListOptionsIf
getCustomerId
in interface AddToWishListOptionsIf
public void setCustomerId(int customerId)
AddToWishListOptionsIf
setCustomerId
in interface AddToWishListOptionsIf
customerId
- the customerId to setpublic boolean isGetImages()
isGetImages
in interface AddToWishListOptionsIf
public void setGetImages(boolean getImages)
setGetImages
in interface AddToWishListOptionsIf
getImages
- the getImages to setCopyright © 2018 DS Data Systems UK Ltd.