Uses of Class
de.hybris.platform.cmssmarteditwebservices.data.SyncItemStatusWsDTO
-
Packages that use SyncItemStatusWsDTO Package Description de.hybris.platform.cmssmarteditwebservices.data de.hybris.platform.cmssmarteditwebservices.synchronization.controller -
-
Uses of SyncItemStatusWsDTO in de.hybris.platform.cmssmarteditwebservices.data
Methods in de.hybris.platform.cmssmarteditwebservices.data that return types with arguments of type SyncItemStatusWsDTO Modifier and Type Method Description java.util.List<SyncItemStatusWsDTO>SyncItemStatusWsDTO. getSelectedDependencies()java.util.List<SyncItemStatusWsDTO>SyncItemStatusWsDTO. getSharedDependencies()java.util.List<SyncItemStatusWsDTO>SyncItemStatusWsDTO. getUnavailableDependencies()Method parameters in de.hybris.platform.cmssmarteditwebservices.data with type arguments of type SyncItemStatusWsDTO Modifier and Type Method Description voidSyncItemStatusWsDTO. setSelectedDependencies(java.util.List<SyncItemStatusWsDTO> selectedDependencies)voidSyncItemStatusWsDTO. setSharedDependencies(java.util.List<SyncItemStatusWsDTO> sharedDependencies)voidSyncItemStatusWsDTO. setUnavailableDependencies(java.util.List<SyncItemStatusWsDTO> unavailableDependencies) -
Uses of SyncItemStatusWsDTO in de.hybris.platform.cmssmarteditwebservices.synchronization.controller
Methods in de.hybris.platform.cmssmarteditwebservices.synchronization.controller that return SyncItemStatusWsDTO Modifier and Type Method Description SyncItemStatusWsDTOSynchronizationController. getSyncStatus(java.lang.String catalogId, java.lang.String versionId, java.lang.String targetCatalogVersion, java.lang.String pageId)
-