Uses of Enum Class
de.hybris.y2ysync.services.SyncExecutionService.ExecutionMode
Packages that use SyncExecutionService.ExecutionMode
-
Uses of SyncExecutionService.ExecutionMode in de.hybris.y2ysync.services
Methods in de.hybris.y2ysync.services that return SyncExecutionService.ExecutionModeModifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.static SyncExecutionService.ExecutionMode[]SyncExecutionService.ExecutionMode.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in de.hybris.y2ysync.services with parameters of type SyncExecutionService.ExecutionModeModifier 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 SyncExecutionService.ExecutionMode in de.hybris.y2ysync.services.impl
Methods in de.hybris.y2ysync.services.impl with parameters of type SyncExecutionService.ExecutionModeModifier and TypeMethodDescriptionDefaultSyncExecutionService.startSync(Y2YSyncJobModel job, SyncExecutionService.ExecutionMode executionMode) DefaultSyncExecutionService.startSync(String jobCode, SyncExecutionService.ExecutionMode executionMode)