com.konakart.json.app
Class J_AddToWishListOptions

java.lang.Object
  extended by com.konakart.json.app.J_AddToWishListOptions
All Implemented Interfaces:
java.io.Serializable

public class J_AddToWishListOptions
extends java.lang.Object
implements java.io.Serializable

An object used to contain options used when adding items to the basket.

See Also:
Serialized Form

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

J_AddToWishListOptions

public J_AddToWishListOptions()
Method Detail

getCatalogId

public java.lang.String getCatalogId()
The id of the catalog which contains dynamic product information such as the price and quantity

Returns:
the catalogId

setCatalogId

public void setCatalogId(java.lang.String _catalogId)
The id of the catalog which contains dynamic product information such as the price and quantity

Parameters:
_catalogId - the catalogId to set

getPriceDate

public java.util.Calendar getPriceDate()
The date for which a price is requested. It could be out in the future.

Returns:
the priceDate

setPriceDate

public void setPriceDate(java.util.Calendar _priceDate)
The date for which a price is requested. It could be out in the future.

Parameters:
_priceDate - the priceDate to set

isOnlyShowAvailable

public boolean isOnlyShowAvailable()
When set, the wish list items where quantity desired == quantity received, are not returned in the getWishListItemsWithOptions() API call.

Returns:
the onlyShowAvailable

setOnlyShowAvailable

public void setOnlyShowAvailable(boolean _onlyShowAvailable)
When set, the wish list items where quantity desired == quantity received, are not returned in the getWishListItemsWithOptions() API call.

Parameters:
_onlyShowAvailable - the onlyShowAvailable to set

isUseExternalPrice

public boolean isUseExternalPrice()
If true we attempt to fetch the prices from the external table

Returns:
the useExternalPrice

setUseExternalPrice

public void setUseExternalPrice(boolean _useExternalPrice)
If true we attempt to fetch the prices from the external table

Parameters:
_useExternalPrice - the useExternalPrice to set

getCustomerId

public 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.

Returns:
the customerId

setCustomerId

public 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.

Parameters:
_customerId - the customerId to set


Copyright © 2011 DS Data Systems UK Ltd.