Class GeneratedTimedaccesspromotionengineservicesManager

java.lang.Object
de.hybris.platform.jalo.Manager
de.hybris.platform.jalo.extension.Extension
de.hybris.platform.timedaccesspromotionengineservices.jalo.GeneratedTimedaccesspromotionengineservicesManager
All Implemented Interfaces:
ItemLifecycleListener, Serializable
Direct Known Subclasses:
TimedaccesspromotionengineservicesManager

public abstract class GeneratedTimedaccesspromotionengineservicesManager extends Extension
Generated class for type TimedaccesspromotionengineservicesManager.
See Also:
  • Field Details

  • Constructor Details

    • GeneratedTimedaccesspromotionengineservicesManager

      public GeneratedTimedaccesspromotionengineservicesManager()
  • Method Details

    • getDefaultAttributeModes

      public Map<String,Item.AttributeMode> getDefaultAttributeModes(Class<? extends Item> itemClass)
      Overrides:
      getDefaultAttributeModes in class Extension
    • createFlashBuyCoupon

      public FlashBuyCoupon createFlashBuyCoupon(SessionContext ctx, Map attributeValues)
    • createFlashBuyCoupon

      public FlashBuyCoupon createFlashBuyCoupon(Map attributeValues)
    • createFlashBuyCronJob

      public FlashBuyCronJob createFlashBuyCronJob(SessionContext ctx, Map attributeValues)
    • createFlashBuyCronJob

      public FlashBuyCronJob createFlashBuyCronJob(Map attributeValues)
    • getName

      public String getName()
      Specified by:
      getName in class Extension
    • isProcessingFlashBuyOrder

      public Boolean isProcessingFlashBuyOrder(SessionContext ctx, Cart item)
      Generated method - Getter of the Cart.processingFlashBuyOrder attribute.
      Returns:
      the processingFlashBuyOrder - set the status for the flashbuy
    • isProcessingFlashBuyOrder

      public Boolean isProcessingFlashBuyOrder(Cart item)
      Generated method - Getter of the Cart.processingFlashBuyOrder attribute.
      Returns:
      the processingFlashBuyOrder - set the status for the flashbuy
    • isProcessingFlashBuyOrderAsPrimitive

      public boolean isProcessingFlashBuyOrderAsPrimitive(SessionContext ctx, Cart item)
      Generated method - Getter of the Cart.processingFlashBuyOrder attribute.
      Returns:
      the processingFlashBuyOrder - set the status for the flashbuy
    • isProcessingFlashBuyOrderAsPrimitive

      public boolean isProcessingFlashBuyOrderAsPrimitive(Cart item)
      Generated method - Getter of the Cart.processingFlashBuyOrder attribute.
      Returns:
      the processingFlashBuyOrder - set the status for the flashbuy
    • setProcessingFlashBuyOrder

      public void setProcessingFlashBuyOrder(SessionContext ctx, Cart item, Boolean value)
      Generated method - Setter of the Cart.processingFlashBuyOrder attribute.
      Parameters:
      value - the processingFlashBuyOrder - set the status for the flashbuy
    • setProcessingFlashBuyOrder

      public void setProcessingFlashBuyOrder(Cart item, Boolean value)
      Generated method - Setter of the Cart.processingFlashBuyOrder attribute.
      Parameters:
      value - the processingFlashBuyOrder - set the status for the flashbuy
    • setProcessingFlashBuyOrder

      public void setProcessingFlashBuyOrder(SessionContext ctx, Cart item, boolean value)
      Generated method - Setter of the Cart.processingFlashBuyOrder attribute.
      Parameters:
      value - the processingFlashBuyOrder - set the status for the flashbuy
    • setProcessingFlashBuyOrder

      public void setProcessingFlashBuyOrder(Cart item, boolean value)
      Generated method - Setter of the Cart.processingFlashBuyOrder attribute.
      Parameters:
      value - the processingFlashBuyOrder - set the status for the flashbuy