Uses of Class
de.hybris.y2ysync.model.Y2YSyncCronJobModel
-
Packages that use Y2YSyncCronJobModel Package Description de.hybris.platform.y2ysync.backoffice.actions de.hybris.platform.y2ysync.backoffice.data de.hybris.y2ysync.job de.hybris.y2ysync.model Contains generated models for each type of de.hybris.y2ysync.jalo package.de.hybris.y2ysync.model.media Contains generated models for each type of de.hybris.y2ysync.jalo.media package.de.hybris.y2ysync.services de.hybris.y2ysync.services.impl de.hybris.y2ysync.task.dao de.hybris.y2ysync.task.distributed -
-
Uses of Y2YSyncCronJobModel in de.hybris.platform.y2ysync.backoffice.actions
Method parameters in de.hybris.platform.y2ysync.backoffice.actions with type arguments of type Y2YSyncCronJobModel Modifier and Type Method Description booleanFindY2YSyncMediaAction. canPerform(com.hybris.cockpitng.actions.ActionContext<Y2YSyncCronJobModel> actionContext)booleanResendToDataHubAction. canPerform(com.hybris.cockpitng.actions.ActionContext<Y2YSyncCronJobModel> ctx)java.lang.StringFindY2YSyncMediaAction. getConfirmationMessage(com.hybris.cockpitng.actions.ActionContext<Y2YSyncCronJobModel> actionContext)java.lang.StringResendToDataHubAction. getConfirmationMessage(com.hybris.cockpitng.actions.ActionContext<Y2YSyncCronJobModel> ctx)booleanFindY2YSyncMediaAction. needsConfirmation(com.hybris.cockpitng.actions.ActionContext<Y2YSyncCronJobModel> actionContext)booleanResendToDataHubAction. needsConfirmation(com.hybris.cockpitng.actions.ActionContext<Y2YSyncCronJobModel> ctx)com.hybris.cockpitng.actions.ActionResult<java.lang.Object>FindY2YSyncMediaAction. perform(com.hybris.cockpitng.actions.ActionContext<Y2YSyncCronJobModel> actionContext)com.hybris.cockpitng.actions.ActionResult<java.lang.Object>ResendToDataHubAction. perform(com.hybris.cockpitng.actions.ActionContext<Y2YSyncCronJobModel> ctx) -
Uses of Y2YSyncCronJobModel in de.hybris.platform.y2ysync.backoffice.data
Methods in de.hybris.platform.y2ysync.backoffice.data that return Y2YSyncCronJobModel Modifier and Type Method Description Y2YSyncCronJobModelY2YSyncJobForm. getSyncCronJob()Methods in de.hybris.platform.y2ysync.backoffice.data with parameters of type Y2YSyncCronJobModel Modifier and Type Method Description voidY2YSyncJobForm. setSyncCronJob(Y2YSyncCronJobModel syncCronJob) -
Uses of Y2YSyncCronJobModel in de.hybris.y2ysync.job
Methods in de.hybris.y2ysync.job with parameters of type Y2YSyncCronJobModel Modifier and Type Method Description PerformResultY2YSyncMasterJobPerformable. perform(Y2YSyncCronJobModel cronJob) -
Uses of Y2YSyncCronJobModel in de.hybris.y2ysync.model
Methods in de.hybris.y2ysync.model that return Y2YSyncCronJobModel Modifier and Type Method Description Y2YSyncCronJobModelY2YDistributedProcessModel. getY2ySyncCronJob()Generated method - Getter of theY2YDistributedProcess.y2ySyncCronJobattribute defined at extensiony2ysync.Methods in de.hybris.y2ysync.model with parameters of type Y2YSyncCronJobModel Modifier and Type Method Description voidY2YDistributedProcessModel. setY2ySyncCronJob(Y2YSyncCronJobModel value)Generated method - Setter ofY2YDistributedProcess.y2ySyncCronJobattribute defined at extensiony2ysync.Constructors in de.hybris.y2ysync.model with parameters of type Y2YSyncCronJobModel Constructor Description Y2YDistributedProcessModel(int _batchSize, java.lang.String _code, java.lang.String _currentExecutionId, java.lang.String _handlerBeanId, java.lang.String _nodeGroup, ItemModel _owner, DistributedProcessState _state, Y2YSyncCronJobModel _y2ySyncCronJob)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersY2YDistributedProcessModel(java.lang.String _code, java.lang.String _currentExecutionId, DistributedProcessState _state, Y2YSyncCronJobModel _y2ySyncCronJob)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parameters -
Uses of Y2YSyncCronJobModel in de.hybris.y2ysync.model.media
Methods in de.hybris.y2ysync.model.media that return Y2YSyncCronJobModel Modifier and Type Method Description Y2YSyncCronJobModelSyncImpExMediaModel. getExportCronJob()Generated method - Getter of theSyncImpExMedia.exportCronJobattribute defined at extensiony2ysync.Methods in de.hybris.y2ysync.model.media with parameters of type Y2YSyncCronJobModel Modifier and Type Method Description voidSyncImpExMediaModel. setExportCronJob(Y2YSyncCronJobModel value)Generated method - Setter ofSyncImpExMedia.exportCronJobattribute defined at extensiony2ysync. -
Uses of Y2YSyncCronJobModel in de.hybris.y2ysync.services
Methods in de.hybris.y2ysync.services that return Y2YSyncCronJobModel Modifier and Type Method Description Y2YSyncCronJobModelSyncExecutionService. startSync(Y2YSyncJobModel job, SyncExecutionService.ExecutionMode executionMode)Starts synchronization usingY2YSyncJobModel.Y2YSyncCronJobModelSyncExecutionService. startSync(java.lang.String jobCode, SyncExecutionService.ExecutionMode executionMode)Starts synchronization usingY2YSyncJobModeldefined by ajobCode. -
Uses of Y2YSyncCronJobModel in de.hybris.y2ysync.services.impl
Methods in de.hybris.y2ysync.services.impl that return Y2YSyncCronJobModel Modifier and Type Method Description Y2YSyncCronJobModelDefaultSyncExecutionService. startSync(Y2YSyncJobModel job, SyncExecutionService.ExecutionMode executionMode)Y2YSyncCronJobModelDefaultSyncExecutionService. startSync(java.lang.String jobCode, SyncExecutionService.ExecutionMode executionMode) -
Uses of Y2YSyncCronJobModel in de.hybris.y2ysync.task.dao
Methods in de.hybris.y2ysync.task.dao that return Y2YSyncCronJobModel Modifier and Type Method Description Y2YSyncCronJobModelY2YSyncDAO. findSyncCronJobByCode(java.lang.String syncCronJobCode) -
Uses of Y2YSyncCronJobModel in de.hybris.y2ysync.task.distributed
Methods in de.hybris.y2ysync.task.distributed that return Y2YSyncCronJobModel Modifier and Type Method Description Y2YSyncCronJobModelFinalizeProcessHandler. finalizeFor(Y2YDistributedProcessModel process)
-