Uses of Class
de.hybris.y2ysync.model.Y2YSyncCronJobModel
Packages that use Y2YSyncCronJobModel
Package
Description
Contains generated models for each type of de.hybris.y2ysync.jalo package.
Contains generated models for each type of de.hybris.y2ysync.jalo.media package.
-
Uses of Y2YSyncCronJobModel in de.hybris.platform.c4ccustomer.job
Methods in de.hybris.platform.c4ccustomer.job with parameters of type Y2YSyncCronJobModelModifier and TypeMethodDescriptionde.hybris.platform.servicelayer.cronjob.PerformResultC4CSyncJobPerformable.perform(Y2YSyncCronJobModel cronJob) -
Uses of Y2YSyncCronJobModel in de.hybris.y2ysync.model
Methods in de.hybris.y2ysync.model that return Y2YSyncCronJobModelModifier and TypeMethodDescriptionY2YDistributedProcessModel.getY2ySyncCronJob()Generated method - Getter of theY2YDistributedProcess.y2ySyncCronJobattribute defined at extensiony2ysync.Methods in de.hybris.y2ysync.model with parameters of type Y2YSyncCronJobModelModifier and TypeMethodDescriptionvoidY2YDistributedProcessModel.setY2ySyncCronJob(Y2YSyncCronJobModel value) Generated method - Setter ofY2YDistributedProcess.y2ySyncCronJobattribute defined at extensiony2ysync.Constructors in de.hybris.y2ysync.model with parameters of type Y2YSyncCronJobModelModifierConstructorDescriptionY2YDistributedProcessModel(int _batchSize, String _code, String _currentExecutionId, String _handlerBeanId, String _nodeGroup, ItemModel _owner, DistributedProcessState _state, Y2YSyncCronJobModel _y2ySyncCronJob) Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersY2YDistributedProcessModel(String _code, String _currentExecutionId, DistributedProcessState _state, Y2YSyncCronJobModel _y2ySyncCronJob) 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 Y2YSyncCronJobModel in de.hybris.y2ysync.model.media
Methods in de.hybris.y2ysync.model.media that return Y2YSyncCronJobModelModifier and TypeMethodDescriptionSyncImpExMediaModel.getExportCronJob()Generated method - Getter of theSyncImpExMedia.exportCronJobattribute defined at extensiony2ysync.Methods in de.hybris.y2ysync.model.media with parameters of type Y2YSyncCronJobModelModifier and TypeMethodDescriptionvoidSyncImpExMediaModel.setExportCronJob(Y2YSyncCronJobModel value) Generated method - Setter ofSyncImpExMedia.exportCronJobattribute defined at extensiony2ysync.