public class AdminCreateCatalogPriceOptions
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
private int |
productFetchLimit
ProductFetchLimit - All products are read from the database in a loop to add to the catalog.
|
private boolean |
refreshSearchEngine
When set to "true" the Solr search engine will be reloaded after the prices have been
created.
|
private long |
secondsSinceLastCreation
The catalog is only created if at least this number of seconds has passed since it was last
created.
|
Constructor and Description |
---|
AdminCreateCatalogPriceOptions()
Constructor
|
Modifier and Type | Method and Description |
---|---|
int |
getProductFetchLimit()
All products are read from the database in a loop to add to the catalog.
|
long |
getSecondsSinceLastCreation()
The catalog is only created if at least this number of seconds has passed since it was last
created.
|
boolean |
isRefreshSearchEngine()
When set to "true" the Solr search engine will be reloaded after the prices have been
created.
|
void |
setProductFetchLimit(int productFetchLimit)
All products are read from the database in a loop to add to the catalog.
|
void |
setRefreshSearchEngine(boolean refreshSearchEngine)
When set to "true" the Solr search engine will be reloaded after the prices have been
created.
|
void |
setSecondsSinceLastCreation(long secondsSinceLastCreation)
The catalog is only created if at least this number of seconds has passed since it was last
created.
|
private int productFetchLimit
private long secondsSinceLastCreation
private boolean refreshSearchEngine
public AdminCreateCatalogPriceOptions()
public int getProductFetchLimit()
public void setProductFetchLimit(int productFetchLimit)
productFetchLimit
- the productFetchLimit to setpublic long getSecondsSinceLastCreation()
public void setSecondsSinceLastCreation(long secondsSinceLastCreation)
secondsSinceLastCreation
- the secondsSinceLastCreation to setpublic boolean isRefreshSearchEngine()
public void setRefreshSearchEngine(boolean refreshSearchEngine)
refreshSearchEngine
- the refreshSearchEngine to setCopyright © 2018 DS Data Systems UK Ltd.