Class GeneratedCachedPromotionResult

    • Field Detail

      • CACHEDACTIONS

        public static final java.lang.String CACHEDACTIONS
        Qualifier of the CachedPromotionResult.cachedActions attribute
        See Also:
        Constant Field Values
      • CACHEDCONSUMEDENTRIES

        public static final java.lang.String CACHEDCONSUMEDENTRIES
        Qualifier of the CachedPromotionResult.cachedConsumedEntries attribute
        See Also:
        Constant Field Values
      • DEFAULT_INITIAL_ATTRIBUTES

        protected static final java.util.Map<java.lang.String,​Item.AttributeMode> DEFAULT_INITIAL_ATTRIBUTES
    • Constructor Detail

      • GeneratedCachedPromotionResult

        public GeneratedCachedPromotionResult()
    • Method Detail

      • getCachedActions

        public abstract java.util.Collection<AbstractPromotionAction> getCachedActions​(SessionContext ctx)
        Generated method - Getter of the CachedPromotionResult.cachedActions attribute.
        Returns:
        the cachedActions - Cached list of actions
      • getCachedActions

        public java.util.Collection<AbstractPromotionAction> getCachedActions()
        Generated method - Getter of the CachedPromotionResult.cachedActions attribute.
        Returns:
        the cachedActions - Cached list of actions
      • setCachedActions

        public abstract void setCachedActions​(SessionContext ctx,
                                              java.util.Collection<AbstractPromotionAction> value)
        Generated method - Setter of the CachedPromotionResult.cachedActions attribute.
        Parameters:
        value - the cachedActions - Cached list of actions
      • setCachedActions

        public void setCachedActions​(java.util.Collection<AbstractPromotionAction> value)
        Generated method - Setter of the CachedPromotionResult.cachedActions attribute.
        Parameters:
        value - the cachedActions - Cached list of actions
      • getCachedConsumedEntries

        public abstract java.util.Collection<CachedPromotionOrderEntryConsumed> getCachedConsumedEntries​(SessionContext ctx)
        Generated method - Getter of the CachedPromotionResult.cachedConsumedEntries attribute.
        Returns:
        the cachedConsumedEntries - Cached list of consumed entries
      • getCachedConsumedEntries

        public java.util.Collection<CachedPromotionOrderEntryConsumed> getCachedConsumedEntries()
        Generated method - Getter of the CachedPromotionResult.cachedConsumedEntries attribute.
        Returns:
        the cachedConsumedEntries - Cached list of consumed entries
      • setCachedConsumedEntries

        public abstract void setCachedConsumedEntries​(SessionContext ctx,
                                                      java.util.Collection<CachedPromotionOrderEntryConsumed> value)
        Generated method - Setter of the CachedPromotionResult.cachedConsumedEntries attribute.
        Parameters:
        value - the cachedConsumedEntries - Cached list of consumed entries
      • setCachedConsumedEntries

        public void setCachedConsumedEntries​(java.util.Collection<CachedPromotionOrderEntryConsumed> value)
        Generated method - Setter of the CachedPromotionResult.cachedConsumedEntries attribute.
        Parameters:
        value - the cachedConsumedEntries - Cached list of consumed entries