|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.konakart.json.app.J_AddToWishListOptions
public class J_AddToWishListOptions
An object used to contain options used when adding items to the basket.
| Constructor Summary | |
|---|---|
J_AddToWishListOptions()
|
|
| 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 |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public J_AddToWishListOptions()
| Method Detail |
|---|
public java.lang.String getCatalogId()
public void setCatalogId(java.lang.String _catalogId)
_catalogId - the catalogId to setpublic java.util.Calendar getPriceDate()
public void setPriceDate(java.util.Calendar _priceDate)
_priceDate - the priceDate to setpublic boolean isOnlyShowAvailable()
getWishListItemsWithOptions() API call.
public void setOnlyShowAvailable(boolean _onlyShowAvailable)
getWishListItemsWithOptions() API call.
_onlyShowAvailable - the onlyShowAvailable to setpublic boolean isUseExternalPrice()
public void setUseExternalPrice(boolean _useExternalPrice)
_useExternalPrice - the useExternalPrice to setpublic int getCustomerId()
public 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 | ||||||||