|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.konakart.app.AddToWishListOptions
public class AddToWishListOptions
An object used to contain options used when adding items to the wish list.
| Constructor Summary | |
|---|---|
AddToWishListOptions()
Constructor |
|
| 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 AddToWishListOptions()
| Method Detail |
|---|
public java.lang.String getCatalogId()
AddToWishListOptionsIf
getCatalogId in interface AddToWishListOptionsIfpublic void setCatalogId(java.lang.String catalogId)
AddToWishListOptionsIf
setCatalogId in interface AddToWishListOptionsIfcatalogId - the catalogId to setpublic java.util.Calendar getPriceDate()
AddToWishListOptionsIf
getPriceDate in interface AddToWishListOptionsIfpublic void setPriceDate(java.util.Calendar priceDate)
AddToWishListOptionsIf
setPriceDate in interface AddToWishListOptionsIfpriceDate - the priceDate to setpublic boolean isOnlyShowAvailable()
AddToWishListOptionsIfgetWishListItemsWithOptions() API call.
isOnlyShowAvailable in interface AddToWishListOptionsIfpublic void setOnlyShowAvailable(boolean onlyShowAvailable)
AddToWishListOptionsIfgetWishListItemsWithOptions() API call.
setOnlyShowAvailable in interface AddToWishListOptionsIfonlyShowAvailable - the onlyShowAvailable to setpublic boolean isUseExternalPrice()
AddToWishListOptionsIf
isUseExternalPrice in interface AddToWishListOptionsIfpublic void setUseExternalPrice(boolean useExternalPrice)
AddToWishListOptionsIf
setUseExternalPrice in interface AddToWishListOptionsIfuseExternalPrice - the useExternalPrice to setpublic int getCustomerId()
AddToWishListOptionsIf
getCustomerId in interface AddToWishListOptionsIfpublic void setCustomerId(int customerId)
AddToWishListOptionsIf
setCustomerId in interface AddToWishListOptionsIfcustomerId - the customerId to set
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||