public class FetchDigitalDownloadOptions extends java.lang.Object implements FetchDigitalDownloadOptionsIf
Constructor and Description |
---|
FetchDigitalDownloadOptions()
Constructor
|
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.
|
public boolean isPopulateProducts()
FetchDigitalDownloadOptionsIf
isPopulateProducts
in interface FetchDigitalDownloadOptionsIf
public void setPopulateProducts(boolean populateProducts)
FetchDigitalDownloadOptionsIf
setPopulateProducts
in interface FetchDigitalDownloadOptionsIf
populateProducts
- the populateProducts to setpublic boolean isFillMiscItems()
FetchDigitalDownloadOptionsIf
populateProducts
is set to true. Fills the miscellaneous items for
the product. The default value is false, in order to maximize performance.isFillMiscItems
in interface FetchDigitalDownloadOptionsIf
public void setFillMiscItems(boolean fillMiscItems)
FetchDigitalDownloadOptionsIf
populateProducts
is set to true. Fills the miscellaneous items for
the product. The default value is false, in order to maximize performance.setFillMiscItems
in interface FetchDigitalDownloadOptionsIf
fillMiscItems
- the fillMiscItems to setpublic boolean isFillDescription()
FetchDigitalDownloadOptionsIf
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.isFillDescription
in interface FetchDigitalDownloadOptionsIf
public void setFillDescription(boolean fillDescription)
FetchDigitalDownloadOptionsIf
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.setFillDescription
in interface FetchDigitalDownloadOptionsIf
fillDescription
- the fillDescription to setpublic boolean isFillCustomAttrArray()
FetchDigitalDownloadOptionsIf
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.isFillCustomAttrArray
in interface FetchDigitalDownloadOptionsIf
public void setFillCustomAttrArray(boolean fillCustomAttrArray)
FetchDigitalDownloadOptionsIf
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.setFillCustomAttrArray
in interface FetchDigitalDownloadOptionsIf
fillCustomAttrArray
- the fillCustomAttrArray to setpublic boolean isFillProductOptions()
FetchDigitalDownloadOptionsIf
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.isFillProductOptions
in interface FetchDigitalDownloadOptionsIf
public void setFillProductOptions(boolean fillProductOptions)
FetchDigitalDownloadOptionsIf
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.setFillProductOptions
in interface FetchDigitalDownloadOptionsIf
fillProductOptions
- the fillProductOptions to setCopyright © 2018 DS Data Systems UK Ltd.