| Modifier and Type | Method and Description |
|---|---|
SyncItemJobModel |
SyncTask.getSyncItemJob() |
| Modifier and Type | Method and Description |
|---|---|
java.util.Map<SyncItemJobModel,java.lang.Boolean> |
PartialSyncInfo.getInboundSyncStatus() |
java.util.Map<SyncItemJobModel,java.lang.Boolean> |
PartialSyncInfo.getOutboundSyncStatus() |
| Constructor and Description |
|---|
SyncTask(java.util.List<? extends ItemModel> items,
SyncItemJobModel syncItemJob)
Creates items sync task
|
SyncTask(SyncItemJobModel syncItemJob)
Creates full catalog version sync
|
| Constructor and Description |
|---|
PartialSyncInfo(java.util.List<ItemModel> syncItems,
SyncItemStatus targetStatus,
java.util.Map<SyncItemJobModel,java.lang.Boolean> inboundSyncStatus,
java.util.Map<SyncItemJobModel,java.lang.Boolean> outboundSyncStatus) |
PartialSyncInfo(java.util.List<ItemModel> syncItems,
SyncItemStatus targetStatus,
java.util.Map<SyncItemJobModel,java.lang.Boolean> inboundSyncStatus,
java.util.Map<SyncItemJobModel,java.lang.Boolean> outboundSyncStatus) |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<SyncItemJobModel> |
DefaultSynchronizationFacade.getInboundSynchronizations(CatalogVersionModel catalogVersion) |
java.util.List<SyncItemJobModel> |
SynchronizationFacade.getInboundSynchronizations(CatalogVersionModel catalogVersion)
Gets inbound sync jobs for given catalog version.
|
java.util.List<SyncItemJobModel> |
DefaultSynchronizationFacade.getOutboundSynchronizations(CatalogVersionModel catalogVersion) |
java.util.List<SyncItemJobModel> |
SynchronizationFacade.getOutboundSynchronizations(CatalogVersionModel catalogVersion)
Gets outbound sync jobs for given catalog version.
|
protected java.util.List<SyncItemJobModel> |
DefaultSynchronizationFacade.getSynchronizations(CatalogVersionModel syncCatalogVersion) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
DefaultSynchronizationFacade.canSync(SyncItemJobModel sync) |
boolean |
SynchronizationFacade.canSync(SyncItemJobModel sync)
Tells whether current user can perform given sync.
|
protected SyncConfig |
DefaultSynchronizationFacade.createSyncConfigWithDefaults(SyncItemJobModel syncJob)
Creates sync config based on project properties and syncJob settings.
|
java.util.Optional<ItemModel> |
DefaultSynchronizationFacade.findSyncCounterpart(ItemModel item,
SyncItemJobModel syncItemJob) |
java.util.Optional<ItemModel> |
SynchronizationFacade.findSyncCounterpart(ItemModel item,
SyncItemJobModel syncItemJob)
Finds a counterpart of given item in respective catalog version defined by the syncItemJob.
|
java.util.Optional<java.lang.Boolean> |
DefaultSynchronizationFacade.isInSync(java.util.List<ItemModel> itemModels,
SyncItemJobModel jobModel,
java.util.Map<java.lang.String,java.lang.Object> ctxMap) |
java.util.Optional<java.lang.Boolean> |
SynchronizationFacade.isInSync(java.util.List<ItemModel> itemModels,
SyncItemJobModel jobModel,
java.util.Map<java.lang.String,java.lang.Object> ctxMap)
Checks if all
ItemModels are sync according to source and target from SyncItemJobModel. |
protected SyncConfig |
DefaultSynchronizationFacade.prepareSyncConfig(SyncConfig syncConfig,
SyncItemJobModel syncJob)
Prepares sync config.
|
| Modifier and Type | Method and Description |
|---|---|
protected java.util.Optional<java.lang.String> |
DefaultSynchronizationFacade.executeSync(SyncTask syncTask,
java.util.function.BiFunction<SyncItemJobModel,SyncConfig,SyncResult> syncRunner) |
| Modifier and Type | Method and Description |
|---|---|
protected Component |
PartialSyncInfoTooltipRenderer.createJobSyncInfo(SyncItemJobModel syncJob,
java.lang.Boolean inSync) |
| Modifier and Type | Method and Description |
|---|---|
SyncItemJobModel |
SyncPopupViewModel.getJobModel() |
| Modifier and Type | Method and Description |
|---|---|
protected java.util.List<SyncItemJobModel> |
SyncJobsLoader.filterAccessibleJobs(java.util.List<SyncItemJobModel> jobs) |
java.util.List<SyncItemJobModel> |
SyncJobsLoader.getPullJobs() |
java.util.List<SyncItemJobModel> |
SyncJobsLoader.getPushJobs() |
protected java.util.Optional<SyncItemJobModel> |
SyncPopupController.getSelectedSyncJob() |
protected java.util.List<SyncItemJobModel> |
SyncPopupController.unpackModels(java.util.Collection<SyncPopupViewModel> viewModels) |
| Modifier and Type | Method and Description |
|---|---|
protected SyncTask |
SyncPopupController.createSyncTask(java.util.Collection<ItemModel> item,
SyncItemJobModel syncJob) |
protected java.lang.String |
SyncPopupController.getCatalogName(SyncItemJobModel syncItemJobModel) |
| Modifier and Type | Method and Description |
|---|---|
protected java.util.List<SyncItemJobModel> |
SyncJobsLoader.filterAccessibleJobs(java.util.List<SyncItemJobModel> jobs) |
protected void |
SyncPopupController.loadPullJobs(java.util.List<SyncItemJobModel> jobs) |
protected void |
SyncPopupController.loadPushJobs(java.util.List<SyncItemJobModel> jobs) |
protected java.util.List<SyncPopupViewModel> |
SyncPopupController.packModels(java.util.List<SyncItemJobModel> itemJobModels,
SyncJobType type) |
| Constructor and Description |
|---|
SyncPopupViewModel(SyncItemJobModel jobModel,
SyncJobType type,
java.lang.Boolean inSync)
Deprecated.
since 1808 - use
SyncPopupViewModel.SyncPopupViewModel(SyncItemJobModel, SyncJobType, Boolean, String) instead. |
SyncPopupViewModel(SyncItemJobModel jobModel,
SyncJobType type,
java.lang.Boolean inSync,
java.lang.String name) |
| Modifier and Type | Method and Description |
|---|---|
protected java.util.Optional<ItemModel> |
SyncTrackerController.findCounterpart(ItemModel item,
SyncItemJobModel syncItemJob) |
protected java.util.List<? extends ItemModel> |
SyncTrackerController.withCounterparts(java.util.List<? extends ItemModel> items,
SyncItemJobModel syncItemJob) |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<ItemSyncTimestampModel> |
ItemSyncTimestampDao.findLastSourceSyncTimestamps(SyncItemJobModel syncJob,
ItemModel source)
Returns list of
ItemSyncTimestampModel for a given source item
syncJob |
java.util.List<ItemSyncTimestampModel> |
ItemSyncTimestampDao.findLastTargetSyncTimestamps(SyncItemJobModel syncJob,
ItemModel source)
Returns list of
ItemSyncTimestampModel for a given target item
syncJob |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<ItemSyncTimestampModel> |
DefaultItemSyncTimestampDao.findLastSourceSyncTimestamps(SyncItemJobModel syncJob,
ItemModel source) |
java.util.List<ItemSyncTimestampModel> |
DefaultItemSyncTimestampDao.findLastTargetSyncTimestamps(SyncItemJobModel syncJob,
ItemModel target) |
| Modifier and Type | Method and Description |
|---|---|
SyncItemJobModel |
SyncItemCronJobModel.getJob()
Generated method - Getter of the
CronJob.job attribute defined at extension processing and redeclared at extension catalog. |
SyncItemJobModel |
ItemSyncTimestampModel.getSyncJob()
Generated method - Getter of the
ItemSyncTimestamp.syncJob attribute defined at extension catalog. |
SyncItemJobModel |
SyncAttributeDescriptorConfigModel.getSyncJob()
Generated method - Getter of the
SyncAttributeDescriptorConfig.syncJob attribute defined at extension catalog. |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<SyncItemJobModel> |
CatalogVersionModel.getIncomingSynchronizations()
Generated method - Getter of the
CatalogVersion.incomingSynchronizations attribute defined at extension catalog. |
java.util.List<SyncItemJobModel> |
CatalogVersionModel.getSynchronizations()
Generated method - Getter of the
CatalogVersion.synchronizations attribute defined at extension catalog. |
| Modifier and Type | Method and Description |
|---|---|
void |
ItemSyncTimestampModel.setSyncJob(SyncItemJobModel value)
Generated method - Initial setter of
ItemSyncTimestamp.syncJob attribute defined at extension catalog. |
void |
SyncAttributeDescriptorConfigModel.setSyncJob(SyncItemJobModel value)
Generated method - Initial setter of
SyncAttributeDescriptorConfig.syncJob attribute defined at extension catalog. |
| Modifier and Type | Method and Description |
|---|---|
void |
CatalogVersionModel.setSynchronizations(java.util.List<SyncItemJobModel> value)
Generated method - Setter of
CatalogVersion.synchronizations attribute defined at extension catalog. |
| Constructor and Description |
|---|
ItemSyncTimestampModel(ItemModel _owner,
ItemModel _sourceItem,
CatalogVersionModel _sourceVersion,
SyncItemJobModel _syncJob,
ItemModel _targetItem,
CatalogVersionModel _targetVersion)
Deprecated.
since 4.1.1 Please use the default constructor without parameters
|
SyncAttributeDescriptorConfigModel(AttributeDescriptorModel _attributeDescriptor,
java.lang.Boolean _copyByValue,
ItemModel _owner,
SyncItemJobModel _syncJob)
Deprecated.
since 4.1.1 Please use the default constructor without parameters
|
SyncAttributeDescriptorConfigModel(AttributeDescriptorModel _attributeDescriptor,
java.lang.Boolean _copyByValue,
SyncItemJobModel _syncJob)
Deprecated.
since 4.1.1 Please use the default constructor without parameters
|
SyncItemCronJobModel(SyncItemJobModel _job)
Deprecated.
since 4.1.1 Please use the default constructor without parameters
|
SyncItemCronJobModel(SyncItemJobModel _job,
ItemModel _owner)
Deprecated.
since 4.1.1 Please use the default constructor without parameters
|
| Modifier and Type | Class and Description |
|---|---|
class |
CatalogVersionSyncJobModel
Generated model class for type CatalogVersionSyncJob first defined at extension catalog.
|
| Constructor and Description |
|---|
CatalogVersionSyncCronJobModel(SyncItemJobModel _job)
Deprecated.
since 4.1.1 Please use the default constructor without parameters
|
CatalogVersionSyncCronJobModel(SyncItemJobModel _job,
ItemModel _owner)
Deprecated.
since 4.1.1 Please use the default constructor without parameters
|
| Modifier and Type | Method and Description |
|---|---|
SyncItemJobModel |
SyncItemJobResource.getSyncItemJobModel()
Convenience method which just delegates to
AbstractResource.getResourceValue() |
protected SyncItemJobModel |
SyncItemJobResource.readResource(java.lang.String resourceId)
Gets the
SyncItemJobModel resource which is addressed by current resource request. |
| Modifier and Type | Method and Description |
|---|---|
java.util.Collection<SyncItemJobModel> |
SyncItemJobsResource.getSyncItemJobsCollection()
Convenience method which just delegates to
AbstractResource.getResourceValue() |
| Modifier and Type | Method and Description |
|---|---|
void |
SyncItemJobResource.setSyncItemJobModel(SyncItemJobModel value)
Convenience method which just delegates to
#setResourceValue(SyncItemJobModel) |
| Modifier and Type | Method and Description |
|---|---|
void |
SyncItemJobsResource.setSyncItemJobsCollection(java.util.Collection<SyncItemJobModel> value)
Convenience method which just delegates to
#setResourceValue(Collection) |
| Modifier and Type | Method and Description |
|---|---|
protected SyncItemJobModel |
BaseSynchronizationStatusServiceTest.createSyncJob(CatalogVersionModel source,
CatalogVersionModel target) |
protected SyncItemJobModel |
DefaultCatalogSynchronizationServiceTest.createSyncJob(CatalogVersionModel source,
CatalogVersionModel target) |
protected SyncItemJobModel |
BaseSynchronizationStatusServiceTest.createSyncJob(java.lang.String code,
CatalogVersionModel source,
CatalogVersionModel target) |
SyncItemJobModel |
DefaultCatalogSynchronizationService.getSyncJob(CatalogVersionModel source,
CatalogVersionModel target,
java.lang.String qualifier) |
SyncItemJobModel |
CatalogSynchronizationService.getSyncJob(CatalogVersionModel source,
CatalogVersionModel target,
java.lang.String qualifier)
Returns the publication rule (as
SyncItemJobModel item) between a specified source catalog version and target
catalog version. |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<SyncItemJobModel> |
SynchronizationStatusService.getInboundSynchronizations(ItemModel theItem)
Returns all defined inbound synchronization sync jobs for a given item.
|
java.util.List<SyncItemJobModel> |
DefaultSynchronizationStatusService.getInboundSynchronizations(ItemModel item) |
java.util.List<SyncItemJobModel> |
SynchronizationStatusService.getOutboundSynchronizations(ItemModel theItem)
Returns all defined outbound synchronization sync jobs for a given item.
|
java.util.List<SyncItemJobModel> |
DefaultSynchronizationStatusService.getOutboundSynchronizations(ItemModel item) |
| Modifier and Type | Method and Description |
|---|---|
void |
DefaultCatalogSynchronizationServiceTest.awaitThenSynchronizeAndCountDown(java.util.List<ProductModel> sourceProductsPart,
SyncItemJobModel syncItemJob,
SyncConfig syncConfig,
java.util.concurrent.atomic.AtomicReference<SyncResult> result,
java.util.concurrent.CountDownLatch startSignal,
java.util.concurrent.CountDownLatch testFinish,
long millisecondsOffSet) |
boolean |
DefaultCatalogSynchronizationService.canSynchronize(SyncItemJobModel syncJob,
PrincipalModel principal)
Returns true if the principal has sync permissions to synchronize between catalog versions from given sync job.
|
boolean |
CatalogSynchronizationService.canSynchronize(SyncItemJobModel syncJob,
PrincipalModel principal)
Returns true if the principal has sync permissions to synchronize between catalog versions from given sync job.
|
protected SyncItemCronJobModel |
DefaultCatalogSynchronizationService.createSyncCronJob(SyncItemJobModel job) |
java.util.List<ItemModel> |
DefaultCatalogSynchronizationService.getApplicableItems(java.util.List<ItemModel> inputItems,
SyncItemJobModel syncItemJob) |
java.util.List<ItemModel> |
CatalogSynchronizationService.getApplicableItems(java.util.List<ItemModel> givenItems,
SyncItemJobModel syncItemJob)
Filters given items returning only the ones being applicable to the given sync job.
|
ItemModel |
DefaultCatalogSynchronizationService.getSynchronizationSourceFor(SyncItemJobModel theSyncJob,
ItemModel targetItem) |
<T extends ItemModel> |
CatalogSynchronizationService.getSynchronizationSourceFor(SyncItemJobModel theSyncJob,
ItemModel target)
Returns the counterpart for the
target item against given sync job theSyncJob. |
ItemSyncTimestampModel |
DefaultCatalogSynchronizationService.getSynchronizationSourceTimestampFor(SyncItemJobModel theSyncJob,
ItemModel source) |
ItemSyncTimestampModel |
CatalogSynchronizationService.getSynchronizationSourceTimestampFor(SyncItemJobModel theSyncJob,
ItemModel source)
Returns the existing
ItemSyncTimestampModel for the source item in the scope of the given
sync job. |
ItemModel |
DefaultCatalogSynchronizationService.getSynchronizationTargetFor(SyncItemJobModel theSyncJob,
ItemModel sourceItem) |
<T extends ItemModel> |
CatalogSynchronizationService.getSynchronizationTargetFor(SyncItemJobModel theSyncJob,
ItemModel source)
Returns the counterpart for the
source item against given sync job theSyncJob. |
ItemSyncTimestampModel |
DefaultCatalogSynchronizationService.getSynchronizationTargetTimestampFor(SyncItemJobModel theSyncJob,
ItemModel target) |
ItemSyncTimestampModel |
CatalogSynchronizationService.getSynchronizationTargetTimestampFor(SyncItemJobModel theSyncJob,
ItemModel target)
Returns the existing
ItemSyncTimestampModel for the target item in the scope of the given sync job. |
SyncItemInfo |
SynchronizationStatusService.getSyncInfo(ItemModel theItem,
SyncItemJobModel syncItemJob)
Gets the
SyncItemStatus from the source of the synchronization side defined by syncItemJob
for a given item. |
SyncItemInfo |
DefaultSynchronizationStatusService.getSyncInfo(ItemModel item,
SyncItemJobModel syncItemJob) |
java.util.List<SyncItemInfo> |
SynchronizationStatusService.getSyncInfo(java.util.List<ItemModel> givenItems,
SyncItemJobModel syncItemJob)
Gets the list of
SyncItemStatus from the source of the synchronization side defined by
syncItemJob for a given items givenItems. |
java.util.List<SyncItemInfo> |
DefaultSynchronizationStatusService.getSyncInfo(java.util.List<ItemModel> givenItems,
SyncItemJobModel syncItemJob) |
boolean |
DefaultCatalogSynchronizationService.isInProgress(SyncItemJobModel theSyncJob) |
boolean |
CatalogSynchronizationService.isInProgress(SyncItemJobModel theSyncJob)
Checks whether the given
givenSyncJob is currently in progress. |
java.util.Collection<SyncResult> |
DefaultCatalogSynchronizationService.lookupCurrentSynchronizations(SyncItemJobModel theSyncJob) |
java.util.Collection<SyncResult> |
CatalogSynchronizationService.lookupCurrentSynchronizations(SyncItemJobModel theSyncJob)
Returns the current executions for the given
theSyncJob. |
SyncResult |
DefaultCatalogSynchronizationService.performSynchronization(java.util.List<ItemModel> givenItems,
SyncItemJobModel syncItemJob,
SyncConfig syncConfig) |
SyncResult |
CatalogSynchronizationService.performSynchronization(java.util.List<ItemModel> givenItems,
SyncItemJobModel syncItemJob,
SyncConfig syncConfig)
Performs the synchronization for given items.
|
protected void |
BaseSynchronizationStatusServiceTest.performSynchronization(SyncItemJobModel syncItemJobModel,
java.util.List<ItemModel> items,
SyncConfig syncConfig) |
protected SyncConfig |
DefaultCatalogSynchronizationService.scheduleItemsWithConfig(SyncConfig syncConfig,
SyncItemJobModel syncJob,
java.util.List<ItemModel> applicableItems) |
SyncResult |
DefaultCatalogSynchronizationService.synchronize(SyncItemJobModel syncJob,
SyncConfig syncConfig) |
SyncResult |
CatalogSynchronizationService.synchronize(SyncItemJobModel syncJob,
SyncConfig syncConfig)
Starts synchronization for an existing
SyncItemJobModel. |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<SyncItemInfo> |
SynchronizationStatusService.getSyncInfo(ItemModel theItem,
java.util.List<SyncItemJobModel> syncItemJobs)
Gets the
SyncItemStatus from the all sources of the synchronization side defined by
syncItemJobs for a given item. |
java.util.List<SyncItemInfo> |
DefaultSynchronizationStatusService.getSyncInfo(ItemModel item,
java.util.List<SyncItemJobModel> syncItemJobs) |
boolean |
SynchronizationStatusService.matchesSyncStatus(java.util.List<ItemModel> givenItems,
java.util.List<SyncItemJobModel> syncItemJobs,
SyncItemStatus syncStatus)
Convenient method that check whether given items are in one particular
SyncItemStatus for all the sources
of the synchronization side defined by syncItemJobs |
boolean |
DefaultSynchronizationStatusService.matchesSyncStatus(java.util.List<ItemModel> givenItems,
java.util.List<SyncItemJobModel> syncItemJobs,
SyncItemStatus syncStatus) |
java.util.List<SyncResult> |
DefaultCatalogSynchronizationService.performSynchronization(java.util.List<ItemModel> givenItems,
java.util.List<SyncItemJobModel> syncItemJobs,
SyncConfig syncConfig) |
java.util.List<SyncResult> |
CatalogSynchronizationService.performSynchronization(java.util.List<ItemModel> givenItems,
java.util.List<SyncItemJobModel> syncItemJobs,
SyncConfig syncConfig)
Performs the synchronization for given items against given sync jobs.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
DefaultSyncJobApplicableTypesStrategy.checkIfApplicable(ItemModel theItem,
SyncItemJobModel syncItemJob) |
boolean |
SyncJobApplicableTypesStrategy.checkIfApplicable(ItemModel theItem,
SyncItemJobModel syncItemJob)
Check whether given item is applicable for a given context i.e.
|
protected boolean |
DefaultSyncJobApplicableTypesStrategy.isTypeInRootTypes(java.lang.String typeCode,
SyncItemJobModel syncItemJob) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
CatalogSystemSetupTest.performSynchronization(SyncItemJobModel syncItemJobModel,
java.util.List<ItemModel> items,
SyncConfig syncConfig) |
| Modifier and Type | Method and Description |
|---|---|
protected SyncItemJobModel |
DefaultSynchronizationFacade.createSyncJobModel(CatalogVersionModel source,
CatalogVersionModel target)
Create a sync job
|
| Modifier and Type | Method and Description |
|---|---|
protected java.util.Optional<SyncItemJobModel> |
DefaultSynchronizationFacade.findLatestSyncItemJobModel(java.lang.String catalogId,
java.lang.String sourceCatalogVersionName,
java.lang.String targetTatalogVersionName)
Find the latest SyncItemJobModel
|
protected java.util.Optional<SyncItemJobModel> |
DefaultSynchronizationFacade.findLatestSyncItemJobModelByTarget(java.util.List<SyncItemJobModel> incomingSynchronizations,
java.util.Map<PK,CronJobModel> latestCronJobs)
Retrieves the synchronization item that triggered the last successful cron job (SUCCESSFUL and FINISHED).
|
protected java.util.List<SyncItemJobModel> |
DefaultSynchronizationFacade.getIncomingSynchronizations(java.lang.String catalogId,
java.lang.String targetCatalogVersionName)
Finds the list of synchronizations targeting the provided catalog version.
|
protected Populator<java.util.Optional<SyncItemJobModel>,SyncJobData> |
DefaultSynchronizationFacade.getSyncItemJobToSyncJobDataPopulator() |
| Modifier and Type | Method and Description |
|---|---|
protected SyncItemCronJobModel |
DefaultSynchronizationFacade.createSyncCronJob(SyncItemJobModel job)
Creates a new
SyncItemCronJobModel for the same SyncItemJobModel |
protected java.util.Optional<CronJobModel> |
DefaultSynchronizationFacade.getLastSuccessfulCronJob(SyncItemJobModel syncItemJobModel)
Retrieves the last successful (SUCCESSFUL and FINISHED) cron job of the provided synchronization item.
|
| Modifier and Type | Method and Description |
|---|---|
protected java.util.Optional<SyncItemJobModel> |
DefaultSynchronizationFacade.findLatestSyncItemJobModelByTarget(java.util.List<SyncItemJobModel> incomingSynchronizations,
java.util.Map<PK,CronJobModel> latestCronJobs)
Retrieves the synchronization item that triggered the last successful cron job (SUCCESSFUL and FINISHED).
|
protected java.util.Optional<CronJobModel> |
DefaultSynchronizationFacade.findTheCronJob(java.util.Optional<SyncItemJobModel> syncItemJobModel)
Return the latest cron job of a syncItemJobModel
|
protected java.util.Map<PK,CronJobModel> |
DefaultSynchronizationFacade.getSynchronizationsLastSuccessfulCronJob(java.util.List<SyncItemJobModel> synchronizations)
Retrieves the last successful cron job of each of the provided synchronization items.
|
void |
DefaultSynchronizationFacade.setSyncItemJobToSyncJobDataPopulator(Populator<java.util.Optional<SyncItemJobModel>,SyncJobData> syncItemJobToSyncJobDataPopulator) |
| Modifier and Type | Method and Description |
|---|---|
void |
SyncItemJobToSyncJobDataPopulator.populate(java.util.Optional<SyncItemJobModel> source,
SyncJobData target) |
| Modifier and Type | Method and Description |
|---|---|
protected SyncItemJobModel |
DefaultItemSynchronizationService.getRelevantSyncItemJob(SyncRequestData syncRequestData,
ItemModel item)
Will retrieve from the
CatalogVersionModel of the ItemModel the SyncItemJobModel matching
the request synchronization direction |
| Modifier and Type | Method and Description |
|---|---|
protected java.util.Map<java.lang.String,java.lang.Object> |
DefaultItemSynchronizationService.getItemCollectorContext(SyncItemJobModel syncItemJob)
Gets the item collector configuration context.
|
| Modifier and Type | Method and Description |
|---|---|
protected java.util.Optional<SyncItemJobModel> |
CatalogSynchronizationValidator.getSyncItemJob(SyncRequestData syncJobRequestData)
Returns first active synchronization job from source catalog.
|
| Modifier and Type | Method and Description |
|---|---|
SyncItemJobModel |
CatalogVersionModelMother.createCatalogSynchronizationItemJobModel(CatalogVersionModel source,
CatalogVersionModel target,
boolean save) |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<java.lang.String> |
SynchronizationService.getSynchronizationStatuses(java.util.List<SyncItemJobModel> synchRules,
TypedObject item)
Retrieves synchronization statuses for given item
|
| Modifier and Type | Method and Description |
|---|---|
java.util.List<java.lang.String> |
SynchronizationServiceImpl.getSynchronizationStatuses(java.util.List<SyncItemJobModel> rules,
TypedObject sourceObject) |
java.util.List<java.lang.String> |
SynchronizationServiceImpl.getSynchronizationStatusesSimple(java.util.List<SyncItemJobModel> rules,
TypedObject sourceObject) |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<SyncItemJobModel> |
AbstractSystemSetup.getCatalogSyncJob(java.lang.String catalogId)
Searches for synchronization jobs of given catalog id
|
| Modifier and Type | Method and Description |
|---|---|
protected SyncItemJobModel |
DefaultSetupSyncJobServiceTest.getCatalogSyncJob(java.lang.String catalogId) |
| Modifier and Type | Method and Description |
|---|---|
java.util.Collection<SyncItemJobModel> |
PrincipalModel.getSyncJobs()
Generated method - Getter of the
Principal.syncJobs attribute defined at extension catalog. |
| Modifier and Type | Method and Description |
|---|---|
void |
PrincipalModel.setSyncJobs(java.util.Collection<SyncItemJobModel> value)
Generated method - Setter of
Principal.syncJobs attribute defined at extension catalog. |
| Modifier and Type | Method and Description |
|---|---|
SyncItemJobModel |
ModifiedCatalogItemsViewModel.getJob()
Generated method - Getter of the
ModifiedCatalogItemsView.job attribute defined at extension catalog. |
| Modifier and Type | Method and Description |
|---|---|
protected SyncItemJobModel |
DefaultVendorCMSService.getRelevantSyncItemJob(SyncRequestData syncRequestData,
ItemModel item) |
| Modifier and Type | Method and Description |
|---|---|
protected SyncPermissionsData |
DefaultPermissionsFacade.buildSyncPermissionData(SyncItemJobModel syncJob,
PrincipalModel principal)
Creates the sync permission data for a given sync job and a principal
|
| Modifier and Type | Method and Description |
|---|---|
SyncItemJobModel |
StartSyncForm.getSelectedSyncItemJob() |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<SyncItemJobModel> |
StartSyncForm.getSyncItemJobs() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
SyncJobSelectionEditor.fillComboBox(Combobox syncJobsComboBox,
java.util.List<SyncItemJobModel> availableSyncJobs,
SyncItemJobModel selectedSyncItemJob) |
void |
StartSyncForm.setSelectedSyncItemJob(SyncItemJobModel selectedSyncItemJob) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
SyncJobSelectionEditor.fillComboBox(Combobox syncJobsComboBox,
java.util.List<SyncItemJobModel> availableSyncJobs,
SyncItemJobModel selectedSyncItemJob) |
void |
StartSyncForm.setSyncItemJobs(java.util.List<SyncItemJobModel> syncItemJobs) |
Copyright © 2018 SAP SE. All Rights Reserved.