Uses of Class
de.hybris.y2ysync.enums.Y2YSyncType
-
Packages that use Y2YSyncType Package Description de.hybris.platform.c4ccustomer.job de.hybris.y2ysync.enums Contains generated models for each type of de.hybris.platform.jalo.enumeration package.de.hybris.y2ysync.job de.hybris.y2ysync.model Contains generated models for each type of de.hybris.y2ysync.jalo package.de.hybris.y2ysync.task.distributed de.hybris.y2ysync.task.internal de.hybris.y2ysync.task.runner -
-
Uses of Y2YSyncType in de.hybris.platform.c4ccustomer.job
Methods in de.hybris.platform.c4ccustomer.job with parameters of type Y2YSyncType Modifier and Type Method Description protected void
C4CSyncJobPerformable. createAllTasksInTx(java.lang.String syncExecutionId, java.util.List<MediasForType> allMedia, Y2YSyncType syncType)
Run prepared synchronization tasks. -
Uses of Y2YSyncType in de.hybris.y2ysync.enums
Methods in de.hybris.y2ysync.enums that return Y2YSyncType Modifier and Type Method Description static Y2YSyncType
Y2YSyncType. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static Y2YSyncType[]
Y2YSyncType. values()
Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of Y2YSyncType in de.hybris.y2ysync.job
Methods in de.hybris.y2ysync.job with parameters of type Y2YSyncType Modifier and Type Method Description protected void
Y2YSyncMasterJobPerformable. createAllTasksInTx(java.lang.String syncExecutionId, java.util.List<MediasForType> allMedias, Y2YSyncType syncType, java.lang.String nodeGroup)
-
Uses of Y2YSyncType in de.hybris.y2ysync.model
Methods in de.hybris.y2ysync.model that return Y2YSyncType Modifier and Type Method Description Y2YSyncType
Y2YSyncJobModel. getSyncType()
Generated method - Getter of theY2YSyncJob.syncType
attribute defined at extensiony2ysync
.Methods in de.hybris.y2ysync.model with parameters of type Y2YSyncType Modifier and Type Method Description void
Y2YSyncJobModel. setSyncType(Y2YSyncType value)
Generated method - Initial setter ofY2YSyncJob.syncType
attribute defined at extensiony2ysync
.Constructors in de.hybris.y2ysync.model with parameters of type Y2YSyncType Constructor Description Y2YSyncJobModel(java.lang.String _code, java.lang.Integer _nodeID, ItemModel _owner, java.lang.String _springId, Y2YStreamConfigurationContainerModel _streamConfigurationContainer, Y2YSyncType _syncType)
Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersY2YSyncJobModel(java.lang.String _code, java.lang.String _springId, Y2YStreamConfigurationContainerModel _streamConfigurationContainer, Y2YSyncType _syncType)
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 Y2YSyncType in de.hybris.y2ysync.task.distributed
Methods in de.hybris.y2ysync.task.distributed that return Y2YSyncType Modifier and Type Method Description Y2YSyncType
Y2YSyncProcessCreationData. getSyncType()
Methods in de.hybris.y2ysync.task.distributed with parameters of type Y2YSyncType Modifier and Type Method Description Y2YSyncProcessCreationData.Builder
Y2YSyncProcessCreationData.Builder. withSyncType(Y2YSyncType syncType)
-
Uses of Y2YSyncType in de.hybris.y2ysync.task.internal
Methods in de.hybris.y2ysync.task.internal with parameters of type Y2YSyncType Modifier and Type Method Description void
SyncTaskFactory. runSyncTasks(java.lang.String syncExecutionID, Y2YSyncType syncType, java.util.List<MediasForType> mediaForType)
void
SyncTaskFactory. runSyncTasks(java.lang.String syncExecutionID, Y2YSyncType syncType, java.util.List<MediasForType> mediaForType, java.lang.String nodeGroup)
-
Uses of Y2YSyncType in de.hybris.y2ysync.task.runner
Methods in de.hybris.y2ysync.task.runner that return Y2YSyncType Modifier and Type Method Description Y2YSyncType
TaskContext. getSyncType()
-