Uses of Class
de.hybris.platform.catalog.jalo.SyncItemJob.ModifiedItemsPair
-
Packages that use SyncItemJob.ModifiedItemsPair Package Description de.hybris.platform.catalog.jalo -
-
Uses of SyncItemJob.ModifiedItemsPair in de.hybris.platform.catalog.jalo
Methods in de.hybris.platform.catalog.jalo that return types with arguments of type SyncItemJob.ModifiedItemsPair Modifier and Type Method Description protected java.util.List<SyncItemJob.ModifiedItemsPair>SyncItemJob. getModifiedCatalogItemPairs(SessionContext ctx, ComposedType type, int start, int range, boolean forceUpdate)Deprecated.protected java.util.List<SyncItemJob.ModifiedItemsPair>SyncItemJob. getPossibleCatalogItemPairs(SessionContext ctx, ComposedType type, java.lang.String additionalQueryRestrictions, int start, int range)Deprecated.Method parameters in de.hybris.platform.catalog.jalo with type arguments of type SyncItemJob.ModifiedItemsPair Modifier and Type Method Description protected java.util.List<PK[]>SyncItemJob. toPendingItemsList(java.util.List<SyncItemJob.ModifiedItemsPair> itemPairs)Deprecated.
-