public interface FetchDigitalDownloadOptionsIf
Modifier and Type | Method and Description |
---|---|
boolean |
isFillCustomAttrArray()
Only used if
populateProducts is set to true. |
boolean |
isFillDescription()
Only used if
populateProducts is set to true. |
boolean |
isFillMiscItems()
Only used if
populateProducts is set to true. |
boolean |
isFillProductOptions()
Only used if
populateProducts is set to true. |
boolean |
isPopulateProducts()
If true we populate the product attribute on the returned digital download objects.
|
void |
setFillCustomAttrArray(boolean fillCustomAttrArray)
Only used if
populateProducts is set to true. |
void |
setFillDescription(boolean fillDescription)
Only used if
populateProducts is set to true. |
void |
setFillMiscItems(boolean fillMiscItems)
Only used if
populateProducts is set to true. |
void |
setFillProductOptions(boolean fillProductOptions)
Only used if
populateProducts is set to true. |
void |
setPopulateProducts(boolean populateProducts)
If true we populate the product attribute on the returned digital download objects.
|
boolean isPopulateProducts()
void setPopulateProducts(boolean populateProducts)
populateProducts
- the populateProducts to setboolean isFillMiscItems()
populateProducts
is set to true. Fills the miscellaneous items for
the product. The default value is false, in order to maximize performance.void setFillMiscItems(boolean fillMiscItems)
populateProducts
is set to true. Fills the miscellaneous items for
the product. The default value is false, in order to maximize performance.fillMiscItems
- the fillMiscItems to setboolean isFillDescription()
populateProducts
is set to true. Fills the product description and
comparison attributes with values in the chosen language. Normally this is not returned for
performance reasons.void setFillDescription(boolean fillDescription)
populateProducts
is set to true. Fills the product description and
comparison attributes with values in the chosen language. Normally this is not returned for
performance reasons.fillDescription
- the fillDescription to setboolean isFillCustomAttrArray()
populateProducts
is set to true. When set to true, each product
returned has an instantiated array of custom attributes when applicable. The default value is
false, in order to maximize performance.void setFillCustomAttrArray(boolean fillCustomAttrArray)
populateProducts
is set to true. When set to true, each product
returned has an instantiated array of custom attributes when applicable. The default value is
false, in order to maximize performance.fillCustomAttrArray
- the fillCustomAttrArray to setboolean isFillProductOptions()
populateProducts
is set to true. When set, each product returned
has an instantiated array of product options if they exist for the product. Normally the
options are not returned for performance reasons.void setFillProductOptions(boolean fillProductOptions)
populateProducts
is set to true. When set, each product returned
has an instantiated array of product options if they exist for the product. Normally the
options are not returned for performance reasons.fillProductOptions
- the fillProductOptions to setCopyright © 2018 DS Data Systems UK Ltd.