Uses of Class
de.hybris.y2ysync.model.Y2YSyncJobModel
-
Packages that use Y2YSyncJobModel Package Description de.hybris.platform.y2ysync.backoffice.actions de.hybris.platform.y2ysync.backoffice.data de.hybris.y2ysync.model Contains generated models for each type of de.hybris.y2ysync.jalo package.de.hybris.y2ysync.services de.hybris.y2ysync.services.impl -
-
Uses of Y2YSyncJobModel in de.hybris.platform.y2ysync.backoffice.actions
Method parameters in de.hybris.platform.y2ysync.backoffice.actions with type arguments of type Y2YSyncJobModel Modifier and Type Method Description booleanPerformY2YSyncJob. canPerform(com.hybris.cockpitng.actions.ActionContext<Y2YSyncJobModel> actionContext)java.lang.StringPerformY2YSyncJob. getConfirmationMessage(com.hybris.cockpitng.actions.ActionContext<Y2YSyncJobModel> actionContext)booleanPerformY2YSyncJob. needsConfirmation(com.hybris.cockpitng.actions.ActionContext<Y2YSyncJobModel> actionContext)com.hybris.cockpitng.actions.ActionResult<java.lang.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 Y2YSyncJobModel Modifier and Type Method Description Y2YSyncJobModelY2YSyncJobForm. getSyncJob()Methods in de.hybris.platform.y2ysync.backoffice.data with parameters of type Y2YSyncJobModel Modifier and Type Method Description voidY2YSyncJobForm. setSyncJob(Y2YSyncJobModel syncJob) -
Uses of Y2YSyncJobModel in de.hybris.y2ysync.model
Methods in de.hybris.y2ysync.model that return Y2YSyncJobModel Modifier and Type Method Description Y2YSyncJobModelY2YSyncCronJobModel. getJob()Generated method - Getter of theCronJob.jobattribute defined at extensionprocessingand redeclared at extensiony2ysync.Constructors in de.hybris.y2ysync.model with parameters of type Y2YSyncJobModel Constructor Description Y2YSyncCronJobModel(Y2YSyncJobModel _job)Deprecated, 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 Y2YSyncJobModel Modifier and Type Method Description Y2YSyncJobModelSyncExecutionService. createSyncJobForDataHub(java.lang.String code, Y2YStreamConfigurationContainerModel container)Creates sync job configured for DataHub sync for a givencontainer.Y2YSyncJobModelSyncExecutionService. createSyncJobForDataHub(java.lang.String code, Y2YStreamConfigurationContainerModel container, java.lang.String dataHubUrl)Creates sync job configured for DataHub sync for a givencontainerwith customdataHubUrl.Y2YSyncJobModelSyncExecutionService. createSyncJobForZip(java.lang.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 Y2YSyncJobModel Modifier and Type Method Description java.util.Collection<Y2YSyncJobModel>SyncExecutionService. getAllSyncJobs()Returns collection of all sync jobs in the system.java.util.Collection<Y2YSyncJobModel>SyncExecutionService. getSyncJobsForContainer(Y2YStreamConfigurationContainerModel container)Returns collection of all sync jobs for given Y2YStreamConfigurationContainer.Methods in de.hybris.y2ysync.services with parameters of type Y2YSyncJobModel Modifier and Type Method Description Y2YSyncCronJobModelSyncExecutionService. 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 Y2YSyncJobModel Modifier and Type Method Description Y2YSyncJobModelDefaultSyncExecutionService. createSyncJobForDataHub(java.lang.String code, Y2YStreamConfigurationContainerModel container)Y2YSyncJobModelDefaultSyncExecutionService. createSyncJobForDataHub(java.lang.String code, Y2YStreamConfigurationContainerModel container, java.lang.String dataHubUrl)Y2YSyncJobModelDefaultSyncExecutionService. createSyncJobForZip(java.lang.String code, Y2YStreamConfigurationContainerModel container)Methods in de.hybris.y2ysync.services.impl that return types with arguments of type Y2YSyncJobModel Modifier and Type Method Description java.util.Collection<Y2YSyncJobModel>DefaultSyncExecutionService. getAllSyncJobs()java.util.Collection<Y2YSyncJobModel>DefaultSyncExecutionService. getSyncJobsForContainer(Y2YStreamConfigurationContainerModel container)Methods in de.hybris.y2ysync.services.impl with parameters of type Y2YSyncJobModel Modifier and Type Method Description Y2YSyncCronJobModelDefaultSyncExecutionService. startSync(Y2YSyncJobModel job, SyncExecutionService.ExecutionMode executionMode)
-