|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.konakart.rmi.app.S_FetchProductOptions
public class S_FetchProductOptions
An object used to define options used when reading one or more products from the database
| Constructor Summary | |
|---|---|
S_FetchProductOptions()
|
|
| Method Summary | |
|---|---|
java.lang.String |
getCatalogId()
The id of the catalog which contains dynamic product information such as the price and quantity |
java.util.Calendar |
getPriceDate()
The date for which a price is requested. |
boolean |
isCalcQuantityForBundles()
When set to true the quantity available for a product is calculated by reading the quantities of the products within the bundle. |
boolean |
isGetTierPrices()
If true we attach an array of tier price objects to the product. |
boolean |
isInvertRelatedProductDirection()
If true we invert the direction of the related product link. |
boolean |
isUseExternalPrice()
If true we attempt to fetch the prices from the external table |
boolean |
isUseExternalQuantity()
If true we attempt to fetch the quantities from the external table |
void |
setCalcQuantityForBundles(boolean _calcQuantityForBundles)
When set to true the quantity available for a product is calculated by reading the quantities of the products within the bundle. |
void |
setCatalogId(java.lang.String _catalogId)
The id of the catalog which contains dynamic product information such as the price and quantity |
void |
setGetTierPrices(boolean _getTierPrices)
If true we attach an array of tier price objects to the product. |
void |
setInvertRelatedProductDirection(boolean _invertRelatedProductDirection)
If true we invert the direction of the related product link. |
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 |
void |
setUseExternalQuantity(boolean _useExternalQuantity)
If true we attempt to fetch the quantities 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 S_FetchProductOptions()
| 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 isUseExternalPrice()
public void setUseExternalPrice(boolean _useExternalPrice)
_useExternalPrice - the useExternalPrice to setpublic boolean isGetTierPrices()
public void setGetTierPrices(boolean _getTierPrices)
_getTierPrices - the getTierPrices to setpublic boolean isUseExternalQuantity()
public void setUseExternalQuantity(boolean _useExternalQuantity)
_useExternalQuantity - the useExternalQuantity to setpublic boolean isInvertRelatedProductDirection()
public void setInvertRelatedProductDirection(boolean _invertRelatedProductDirection)
_invertRelatedProductDirection - the invertRelatedProductDirection to setpublic boolean isCalcQuantityForBundles()
public void setCalcQuantityForBundles(boolean _calcQuantityForBundles)
_calcQuantityForBundles - the calcQuantityForBundles to set
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||