Uses of Class
de.hybris.y2ysync.model.Y2YSyncJobModel
Packages that use Y2YSyncJobModel
Package
Description
Contains generated models for each type of de.hybris.y2ysync.jalo package.
-
Uses of Y2YSyncJobModel in de.hybris.platform.y2ysync.backoffice.actions
Method parameters in de.hybris.platform.y2ysync.backoffice.actions with type arguments of type Y2YSyncJobModelModifier and TypeMethodDescriptionbooleanPerformY2YSyncJob.canPerform(com.hybris.cockpitng.actions.ActionContext<Y2YSyncJobModel> actionContext) PerformY2YSyncJob.getConfirmationMessage(com.hybris.cockpitng.actions.ActionContext<Y2YSyncJobModel> actionContext) booleanPerformY2YSyncJob.needsConfirmation(com.hybris.cockpitng.actions.ActionContext<Y2YSyncJobModel> actionContext) com.hybris.cockpitng.actions.ActionResult<Object>PerformY2YSyncJob.perform(com.hybris.cockpitng.actions.ActionContext<Y2YSyncJobModel> ctx) -
Uses of Y2YSyncJobModel in de.hybris.platform.y2ysync.backoffice.data
Methods in de.hybris.platform.y2ysync.backoffice.data that return Y2YSyncJobModelMethods in de.hybris.platform.y2ysync.backoffice.data with parameters of type Y2YSyncJobModel -
Uses of Y2YSyncJobModel in de.hybris.y2ysync.model
Methods in de.hybris.y2ysync.model that return Y2YSyncJobModelModifier and TypeMethodDescriptionY2YSyncCronJobModel.getJob()Generated method - Getter of theCronJob.jobattribute defined at extensionprocessingand redeclared at extensiony2ysync.Constructors in de.hybris.y2ysync.model with parameters of type Y2YSyncJobModelModifierConstructorDescriptionDeprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersY2YSyncCronJobModel(Y2YSyncJobModel _job, ItemModel _owner) 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 Y2YSyncJobModel in de.hybris.y2ysync.services
Methods in de.hybris.y2ysync.services that return Y2YSyncJobModelModifier and TypeMethodDescriptionSyncExecutionService.createSyncJobForDataHub(String code, Y2YStreamConfigurationContainerModel container) Creates sync job configured for DataHub sync for a givencontainer.SyncExecutionService.createSyncJobForDataHub(String code, Y2YStreamConfigurationContainerModel container, String dataHubUrl) Creates sync job configured for DataHub sync for a givencontainerwith customdataHubUrl.SyncExecutionService.createSyncJobForZip(String code, Y2YStreamConfigurationContainerModel container) Creates sync job configured for Zip sync for a givencontainer.Methods in de.hybris.y2ysync.services that return types with arguments of type Y2YSyncJobModelModifier and TypeMethodDescriptionSyncExecutionService.getAllSyncJobs()Returns collection of all sync jobs in the system.SyncExecutionService.getSyncJobsForContainer(Y2YStreamConfigurationContainerModel container) Returns collection of all sync jobs for given Y2YStreamConfigurationContainer.Methods in de.hybris.y2ysync.services with parameters of type Y2YSyncJobModelModifier and TypeMethodDescriptionSyncExecutionService.startSync(Y2YSyncJobModel job, SyncExecutionService.ExecutionMode executionMode) Starts synchronization usingY2YSyncJobModel. -
Uses of Y2YSyncJobModel in de.hybris.y2ysync.services.impl
Methods in de.hybris.y2ysync.services.impl that return Y2YSyncJobModelModifier and TypeMethodDescriptionDefaultSyncExecutionService.createSyncJobForDataHub(String code, Y2YStreamConfigurationContainerModel container) DefaultSyncExecutionService.createSyncJobForDataHub(String code, Y2YStreamConfigurationContainerModel container, String dataHubUrl) DefaultSyncExecutionService.createSyncJobForZip(String code, Y2YStreamConfigurationContainerModel container) Methods in de.hybris.y2ysync.services.impl that return types with arguments of type Y2YSyncJobModelModifier and TypeMethodDescriptionDefaultSyncExecutionService.getAllSyncJobs()DefaultSyncExecutionService.getSyncJobsForContainer(Y2YStreamConfigurationContainerModel container) Methods in de.hybris.y2ysync.services.impl with parameters of type Y2YSyncJobModelModifier and TypeMethodDescriptionDefaultSyncExecutionService.startSync(Y2YSyncJobModel job, SyncExecutionService.ExecutionMode executionMode)