| Package | Description |
|---|---|
| de.hybris.platform.fractussyncservices.model |
Contains generated models for each type of de.hybris.platform.fractussyncservices.jalo package.
|
| 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.resource | |
| de.hybris.y2ysync.services | |
| de.hybris.y2ysync.services.impl |
| Modifier and Type | Method and Description |
|---|---|
Y2YSyncJobModel |
FractusSyncCronJobModel.getY2ySyncJob()
Generated method - Getter of the
FractusSyncCronJob.y2ySyncJob attribute defined at extension fractussyncservices. |
| Modifier and Type | Method and Description |
|---|---|
void |
FractusSyncCronJobModel.setY2ySyncJob(Y2YSyncJobModel value)
Generated method - Setter of
FractusSyncCronJob.y2ySyncJob attribute defined at extension fractussyncservices. |
| Constructor and Description |
|---|
FractusSyncCronJobModel(JobModel _job,
ItemModel _owner,
Y2YSyncJobModel _y2ySyncJob)
Deprecated.
Since 4.1.1 Please use the default constructor without parameters
|
FractusSyncCronJobModel(JobModel _job,
Y2YSyncJobModel _y2ySyncJob)
Deprecated.
Since 4.1.1 Please use the default constructor without parameters
|
| Modifier and Type | Method and Description |
|---|---|
Y2YSyncJobModel |
Y2YSyncJobForm.getSyncJob() |
| Modifier and Type | Method and Description |
|---|---|
void |
Y2YSyncJobForm.setSyncJob(Y2YSyncJobModel syncJob) |
| Modifier and Type | Method and Description |
|---|---|
Y2YSyncJobModel |
Y2YSyncCronJobModel.getJob()
Generated method - Getter of the
CronJob.job attribute defined at extension processing and redeclared at extension y2ysync. |
| Constructor and Description |
|---|
Y2YSyncCronJobModel(Y2YSyncJobModel _job)
Deprecated.
Since 4.1.1 Please use the default constructor without parameters
|
Y2YSyncCronJobModel(Y2YSyncJobModel _job,
ItemModel _owner)
Deprecated.
Since 4.1.1 Please use the default constructor without parameters
|
| Modifier and Type | Method and Description |
|---|---|
Y2YSyncJobModel |
Y2YSyncJobResource.getY2YSyncJobModel()
Convenience method which just delegates to
#getResourceValue() |
protected Y2YSyncJobModel |
Y2YSyncJobResource.readResource(String resourceId)
Gets the
Y2YSyncJobModel resource which is addressed by current resource request. |
| Modifier and Type | Method and Description |
|---|---|
Collection<Y2YSyncJobModel> |
Y2YSyncJobsResource.getY2YSyncJobsCollection()
Convenience method which just delegates to
#getResourceValue() |
| Modifier and Type | Method and Description |
|---|---|
void |
Y2YSyncJobResource.setY2YSyncJobModel(Y2YSyncJobModel value)
Convenience method which just delegates to
#setResourceValue(Y2YSyncJobModel) |
| Modifier and Type | Method and Description |
|---|---|
void |
Y2YSyncJobsResource.setY2YSyncJobsCollection(Collection<Y2YSyncJobModel> value)
Convenience method which just delegates to
#setResourceValue(Collection) |
| Modifier and Type | Method and Description |
|---|---|
Y2YSyncJobModel |
SyncExecutionService.createSyncJobForDataHub(String code,
Y2YStreamConfigurationContainerModel container)
Creates sync job configured for DataHub sync for a given
container. |
Y2YSyncJobModel |
SyncExecutionService.createSyncJobForDataHub(String code,
Y2YStreamConfigurationContainerModel container,
String dataHubUrl)
Creates sync job configured for DataHub sync for a given
container with custom
dataHubUrl. |
Y2YSyncJobModel |
SyncExecutionService.createSyncJobForZip(String code,
Y2YStreamConfigurationContainerModel container)
Creates sync job configured for Zip sync for a given
container. |
| Modifier and Type | Method and Description |
|---|---|
Collection<Y2YSyncJobModel> |
SyncExecutionService.getAllSyncJobs()
Returns collection of all sync jobs in the system.
|
Collection<Y2YSyncJobModel> |
SyncExecutionService.getSyncJobsForContainer(Y2YStreamConfigurationContainerModel container)
Returns collection of all sync jobs for given Y2YStreamConfigurationContainer.
|
| Modifier and Type | Method and Description |
|---|---|
Y2YSyncCronJobModel |
SyncExecutionService.startSync(Y2YSyncJobModel job,
SyncExecutionService.ExecutionMode executionMode)
Starts synchronization using
Y2YSyncJobModel. |
| Modifier and Type | Method and Description |
|---|---|
Y2YSyncJobModel |
DefaultSyncExecutionService.createSyncJobForDataHub(String code,
Y2YStreamConfigurationContainerModel container) |
Y2YSyncJobModel |
DefaultSyncExecutionService.createSyncJobForDataHub(String code,
Y2YStreamConfigurationContainerModel container,
String dataHubUrl) |
Y2YSyncJobModel |
DefaultSyncExecutionService.createSyncJobForZip(String code,
Y2YStreamConfigurationContainerModel container) |
| Modifier and Type | Method and Description |
|---|---|
Collection<Y2YSyncJobModel> |
DefaultSyncExecutionService.getAllSyncJobs() |
Collection<Y2YSyncJobModel> |
DefaultSyncExecutionService.getSyncJobsForContainer(Y2YStreamConfigurationContainerModel container) |
| Modifier and Type | Method and Description |
|---|---|
Y2YSyncCronJobModel |
DefaultSyncExecutionService.startSync(Y2YSyncJobModel job,
SyncExecutionService.ExecutionMode executionMode) |
Copyright © 2017 SAP SE. All Rights Reserved.