Uses of Interface
de.hybris.platform.outboundsync.job.GettableChangesCollector
-
Packages that use GettableChangesCollector Package Description de.hybris.platform.outboundsync.job.impl -
-
Uses of GettableChangesCollector in de.hybris.platform.outboundsync.job.impl
Classes in de.hybris.platform.outboundsync.job.impl that implement GettableChangesCollector Modifier and Type Class Description classInMemoryGettableChangesCollectorDeprecated, for removal: This API element is subject to removal in a future version.not used for outbound sync anymore.Methods in de.hybris.platform.outboundsync.job.impl that return GettableChangesCollector Modifier and Type Method Description protected GettableChangesCollectorGettableChangesCollectorProvider. createCollector(java.lang.Class clazz)Deprecated, for removal: This API element is subject to removal in a future version.Creates an instance of theclazzprovided.protected GettableChangesCollectorGettableChangesCollectorProvider. defaultCollector()Deprecated, for removal: This API element is subject to removal in a future version.Returns the defaultGettableChangesCollectorGettableChangesCollectorGettableChangesCollectorProvider. getCollector()Deprecated, for removal: This API element is subject to removal in a future version.Gets a new instance of theGettableChangesCollector.
-