|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface FetchProductOptionsIf
An object used to define options used when reading one or more products from the database
| 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 |
| Method Detail |
|---|
java.lang.String getCatalogId()
void setCatalogId(java.lang.String catalogId)
catalogId - the catalogId to setjava.util.Calendar getPriceDate()
void setPriceDate(java.util.Calendar priceDate)
priceDate - the priceDate to setboolean isUseExternalPrice()
void setUseExternalPrice(boolean useExternalPrice)
useExternalPrice - the useExternalPrice to setboolean isGetTierPrices()
void setGetTierPrices(boolean getTierPrices)
getTierPrices - the getTierPrices to setboolean isUseExternalQuantity()
void setUseExternalQuantity(boolean useExternalQuantity)
useExternalQuantity - the useExternalQuantity to setboolean isInvertRelatedProductDirection()
void setInvertRelatedProductDirection(boolean invertRelatedProductDirection)
invertRelatedProductDirection - the invertRelatedProductDirection to set
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||