|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.elasticpath.service.index.impl.IndexBuildModeratorForCmUseImpl
public class IndexBuildModeratorForCmUseImpl
Represents a index build moderator for CM use.
Constructor Summary | |
---|---|
IndexBuildModeratorForCmUseImpl()
|
Method Summary | |
---|---|
void |
buildIndex()
Builds the search index. |
void |
setCategoryIndexBuildService(IndexBuildService categoryIndexBuildService)
Sets the category index build service. |
void |
setCustomerIndexBuildService(IndexBuildService customerIndexBuildService)
Sets the customer index build service. |
void |
setOrderIndexBuildService(IndexBuildService orderIndexBuildService)
Sets the order index build service. |
void |
setProductIndexBuildService(IndexBuildService productIndexBuildService)
Sets the product index build service. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public IndexBuildModeratorForCmUseImpl()
Method Detail |
---|
public void buildIndex()
public void setCategoryIndexBuildService(IndexBuildService categoryIndexBuildService)
categoryIndexBuildService
- the category index build servicepublic void setCustomerIndexBuildService(IndexBuildService customerIndexBuildService)
customerIndexBuildService
- the customer index build servicepublic void setOrderIndexBuildService(IndexBuildService orderIndexBuildService)
orderIndexBuildService
- the order index build servicepublic void setProductIndexBuildService(IndexBuildService productIndexBuildService)
productIndexBuildService
- the product index build service
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |