public class CxDefaultPersonalizationCalculationJob extends AbstractJobPerformable<CxDefaultPersonalizationCalculationCronJobModel>
flexibleSearchService, modelService, sessionService| Constructor and Description |
|---|
CxDefaultPersonalizationCalculationJob() |
| Modifier and Type | Method and Description |
|---|---|
protected BaseSiteService |
getBaseSiteService() |
protected CxCatalogService |
getCxCatalogService() |
protected CxService |
getCxService() |
PerformResult |
perform(CxDefaultPersonalizationCalculationCronJobModel job)
The execution body for a
ServicelayerJob. |
void |
setBaseSiteService(DefaultBaseSiteService baseSiteService) |
void |
setCxCatalogService(CxCatalogService cxCatalogService) |
void |
setCxService(CxService cxService) |
clearAbortRequestedIfNeeded, isAbortable, isPerformable, setFlexibleSearchService, setModelService, setSessionServicepublic CxDefaultPersonalizationCalculationJob()
public PerformResult perform(CxDefaultPersonalizationCalculationCronJobModel job)
JobPerformableServicelayerJob. Implement here your execution logic. It can be called
synchronous or asynchronous. So be aware of thread-safety. Method will return a result object saying if the
execution has reached end and if it was successful.perform in interface JobPerformable<CxDefaultPersonalizationCalculationCronJobModel>perform in class AbstractJobPerformable<CxDefaultPersonalizationCalculationCronJobModel>job - the related CronJob in whose context the execution will be performed.PerformResult that indicates whether the execution was successfully executed
or not and has finished or not.public void setBaseSiteService(DefaultBaseSiteService baseSiteService)
protected BaseSiteService getBaseSiteService()
public void setCxService(CxService cxService)
protected CxService getCxService()
public void setCxCatalogService(CxCatalogService cxCatalogService)
protected CxCatalogService getCxCatalogService()
Copyright © 2018 SAP SE. All Rights Reserved.