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