Uses of Class
de.hybris.platform.promotions.jalo.CachedPromotionOrderEntryConsumed
Packages that use CachedPromotionOrderEntryConsumed
-
Uses of CachedPromotionOrderEntryConsumed in de.hybris.platform.promotions.jalo
Methods in de.hybris.platform.promotions.jalo that return CachedPromotionOrderEntryConsumedModifier and TypeMethodDescriptionGeneratedPromotionsManager.createCachedPromotionOrderEntryConsumed(SessionContext ctx, Map attributeValues) GeneratedPromotionsManager.createCachedPromotionOrderEntryConsumed(Map attributeValues) Methods in de.hybris.platform.promotions.jalo that return types with arguments of type CachedPromotionOrderEntryConsumedModifier and TypeMethodDescriptionCachedPromotionResult.getCachedConsumedEntries(SessionContext sessionContext) GeneratedCachedPromotionResult.getCachedConsumedEntries()Generated method - Getter of theCachedPromotionResult.cachedConsumedEntriesattribute.abstract Collection<CachedPromotionOrderEntryConsumed>GeneratedCachedPromotionResult.getCachedConsumedEntries(SessionContext ctx) Generated method - Getter of theCachedPromotionResult.cachedConsumedEntriesattribute.Methods in de.hybris.platform.promotions.jalo with parameters of type CachedPromotionOrderEntryConsumedModifier and TypeMethodDescriptionvoidCachedPromotionResult.addToCachedConsumedEntries(SessionContext ctx, CachedPromotionOrderEntryConsumed poec) voidCachedPromotionResult.removeFromCachedConsumedEntries(SessionContext ctx, CachedPromotionOrderEntryConsumed poec) Method parameters in de.hybris.platform.promotions.jalo with type arguments of type CachedPromotionOrderEntryConsumedModifier and TypeMethodDescriptionvoidCachedPromotionResult.setCachedConsumedEntries(SessionContext ctx, Collection<CachedPromotionOrderEntryConsumed> cachedConsumedEntries) abstract voidGeneratedCachedPromotionResult.setCachedConsumedEntries(SessionContext ctx, Collection<CachedPromotionOrderEntryConsumed> value) Generated method - Setter of theCachedPromotionResult.cachedConsumedEntriesattribute.voidGeneratedCachedPromotionResult.setCachedConsumedEntries(Collection<CachedPromotionOrderEntryConsumed> value) Generated method - Setter of theCachedPromotionResult.cachedConsumedEntriesattribute.