|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.konakart.app.FetchProductOptions
public class FetchProductOptions
An object used to define options used when reading one or more products from the database
| Constructor Summary | |
|---|---|
FetchProductOptions()
Constructor |
|
| 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 |
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 |
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 FetchProductOptions()
| Method Detail |
|---|
public java.lang.String getCatalogId()
FetchProductOptionsIf
getCatalogId in interface FetchProductOptionsIfpublic void setCatalogId(java.lang.String catalogId)
FetchProductOptionsIf
setCatalogId in interface FetchProductOptionsIfcatalogId - the catalogId to setpublic java.util.Calendar getPriceDate()
FetchProductOptionsIf
getPriceDate in interface FetchProductOptionsIfpublic void setPriceDate(java.util.Calendar priceDate)
FetchProductOptionsIf
setPriceDate in interface FetchProductOptionsIfpriceDate - the priceDate to setpublic boolean isUseExternalPrice()
FetchProductOptionsIf
isUseExternalPrice in interface FetchProductOptionsIfpublic void setUseExternalPrice(boolean useExternalPrice)
FetchProductOptionsIf
setUseExternalPrice in interface FetchProductOptionsIfuseExternalPrice - the useExternalPrice to setpublic boolean isGetTierPrices()
FetchProductOptionsIf
isGetTierPrices in interface FetchProductOptionsIfpublic void setGetTierPrices(boolean getTierPrices)
FetchProductOptionsIf
setGetTierPrices in interface FetchProductOptionsIfgetTierPrices - the getTierPrices to setpublic boolean isUseExternalQuantity()
FetchProductOptionsIf
isUseExternalQuantity in interface FetchProductOptionsIfpublic void setUseExternalQuantity(boolean useExternalQuantity)
FetchProductOptionsIf
setUseExternalQuantity in interface FetchProductOptionsIfuseExternalQuantity - the useExternalQuantity to setpublic boolean isInvertRelatedProductDirection()
FetchProductOptionsIf
isInvertRelatedProductDirection in interface FetchProductOptionsIfpublic void setInvertRelatedProductDirection(boolean invertRelatedProductDirection)
FetchProductOptionsIf
setInvertRelatedProductDirection in interface FetchProductOptionsIfinvertRelatedProductDirection - the invertRelatedProductDirection to set
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||