Class GeneratedCachedPromotionResult

All Implemented Interfaces:
Serializable, Comparable
Direct Known Subclasses:
CachedPromotionResult

public abstract class GeneratedCachedPromotionResult extends PromotionResult
Generated class for type CachedPromotionResult.
See Also:
  • Field Details

    • CACHEDACTIONS

      public static final String CACHEDACTIONS
      Qualifier of the CachedPromotionResult.cachedActions attribute
      See Also:
    • CACHEDCONSUMEDENTRIES

      public static final String CACHEDCONSUMEDENTRIES
      Qualifier of the CachedPromotionResult.cachedConsumedEntries attribute
      See Also:
    • DEFAULT_INITIAL_ATTRIBUTES

      protected static final Map<String,Item.AttributeMode> DEFAULT_INITIAL_ATTRIBUTES
  • Constructor Details

    • GeneratedCachedPromotionResult

      public GeneratedCachedPromotionResult()
  • Method Details

    • getDefaultAttributeModes

      protected Map<String,Item.AttributeMode> getDefaultAttributeModes()
      Overrides:
      getDefaultAttributeModes in class GeneratedPromotionResult
    • getCachedActions

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

      public 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, Collection<AbstractPromotionAction> value)
      Generated method - Setter of the CachedPromotionResult.cachedActions attribute.
      Parameters:
      value - the cachedActions - Cached list of actions
    • setCachedActions

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

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

      public 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, Collection<CachedPromotionOrderEntryConsumed> value)
      Generated method - Setter of the CachedPromotionResult.cachedConsumedEntries attribute.
      Parameters:
      value - the cachedConsumedEntries - Cached list of consumed entries
    • setCachedConsumedEntries

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