Uses of Class
de.hybris.y2ysync.model.Y2YSyncCronJobModel
Packages that use Y2YSyncCronJobModel
Package
Description
Contains generated models for each type of de.hybris.y2ysync.jalo package.
Contains generated models for each type of de.hybris.y2ysync.jalo.media package.
-
Uses of Y2YSyncCronJobModel in de.hybris.platform.y2ysync.backoffice.actions
Method parameters in de.hybris.platform.y2ysync.backoffice.actions with type arguments of type Y2YSyncCronJobModelModifier and TypeMethodDescriptionbooleanFindY2YSyncMediaAction.canPerform(com.hybris.cockpitng.actions.ActionContext<Y2YSyncCronJobModel> actionContext) booleanResendToDataHubAction.canPerform(com.hybris.cockpitng.actions.ActionContext<Y2YSyncCronJobModel> ctx) FindY2YSyncMediaAction.getConfirmationMessage(com.hybris.cockpitng.actions.ActionContext<Y2YSyncCronJobModel> actionContext) ResendToDataHubAction.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<Object>FindY2YSyncMediaAction.perform(com.hybris.cockpitng.actions.ActionContext<Y2YSyncCronJobModel> actionContext) com.hybris.cockpitng.actions.ActionResult<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 Y2YSyncCronJobModelMethods in de.hybris.platform.y2ysync.backoffice.data with parameters of type Y2YSyncCronJobModelModifier and TypeMethodDescriptionvoidY2YSyncJobForm.setSyncCronJob(Y2YSyncCronJobModel syncCronJob) -
Uses of Y2YSyncCronJobModel in de.hybris.y2ysync.job
Methods in de.hybris.y2ysync.job with parameters of type Y2YSyncCronJobModelModifier and TypeMethodDescriptionY2YSyncMasterJobPerformable.perform(Y2YSyncCronJobModel cronJob) -
Uses of Y2YSyncCronJobModel in de.hybris.y2ysync.model
Methods in de.hybris.y2ysync.model that return Y2YSyncCronJobModelModifier and TypeMethodDescriptionY2YDistributedProcessModel.getY2ySyncCronJob()Generated method - Getter of theY2YDistributedProcess.y2ySyncCronJobattribute defined at extensiony2ysync.Methods in de.hybris.y2ysync.model with parameters of type Y2YSyncCronJobModelModifier and TypeMethodDescriptionvoidY2YDistributedProcessModel.setY2ySyncCronJob(Y2YSyncCronJobModel value) Generated method - Setter ofY2YDistributedProcess.y2ySyncCronJobattribute defined at extensiony2ysync.Constructors in de.hybris.y2ysync.model with parameters of type Y2YSyncCronJobModelModifierConstructorDescriptionY2YDistributedProcessModel(int _batchSize, String _code, String _currentExecutionId, String _handlerBeanId, 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(String _code, 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 Y2YSyncCronJobModelModifier and TypeMethodDescriptionSyncImpExMediaModel.getExportCronJob()Generated method - Getter of theSyncImpExMedia.exportCronJobattribute defined at extensiony2ysync.Methods in de.hybris.y2ysync.model.media with parameters of type Y2YSyncCronJobModelModifier and TypeMethodDescriptionvoidSyncImpExMediaModel.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 Y2YSyncCronJobModelModifier and TypeMethodDescriptionSyncExecutionService.startSync(Y2YSyncJobModel job, SyncExecutionService.ExecutionMode executionMode) Starts synchronization usingY2YSyncJobModel.SyncExecutionService.startSync(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 Y2YSyncCronJobModelModifier and TypeMethodDescriptionDefaultSyncExecutionService.startSync(Y2YSyncJobModel job, SyncExecutionService.ExecutionMode executionMode) DefaultSyncExecutionService.startSync(String jobCode, SyncExecutionService.ExecutionMode executionMode) -
Uses of Y2YSyncCronJobModel in de.hybris.y2ysync.task.dao
Methods in de.hybris.y2ysync.task.dao that return Y2YSyncCronJobModel -
Uses of Y2YSyncCronJobModel in de.hybris.y2ysync.task.distributed
Methods in de.hybris.y2ysync.task.distributed that return Y2YSyncCronJobModelModifier and TypeMethodDescriptionFinalizeProcessHandler.finalizeFor(Y2YDistributedProcessModel process)