Uses of Class
de.hybris.y2ysync.services.SyncExecutionService.ExecutionMode
-
Packages that use SyncExecutionService.ExecutionMode Package Description de.hybris.y2ysync.services de.hybris.y2ysync.services.impl -
-
Uses of SyncExecutionService.ExecutionMode in de.hybris.y2ysync.services
Methods in de.hybris.y2ysync.services that return SyncExecutionService.ExecutionMode Modifier and Type Method Description static SyncExecutionService.ExecutionModeSyncExecutionService.ExecutionMode. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static SyncExecutionService.ExecutionMode[]SyncExecutionService.ExecutionMode. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in de.hybris.y2ysync.services with parameters of type SyncExecutionService.ExecutionMode 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 SyncExecutionService.ExecutionMode in de.hybris.y2ysync.services.impl
Methods in de.hybris.y2ysync.services.impl with parameters of type SyncExecutionService.ExecutionMode Modifier and Type Method Description Y2YSyncCronJobModelDefaultSyncExecutionService. startSync(Y2YSyncJobModel job, SyncExecutionService.ExecutionMode executionMode)Y2YSyncCronJobModelDefaultSyncExecutionService. startSync(java.lang.String jobCode, SyncExecutionService.ExecutionMode executionMode)
-