Class GeneratedOrderStatusUpdateCleanerCronJob

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

public abstract class GeneratedOrderStatusUpdateCleanerCronJob extends CronJob
Generated class for type OrderStatusUpdateCleanerCronJob.
See Also:
  • Field Details

    • QUEUETIMELIMIT

      public static final String QUEUETIMELIMIT
      Qualifier of the OrderStatusUpdateCleanerCronJob.queueTimeLimit attribute
      See Also:
    • DEFAULT_INITIAL_ATTRIBUTES

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

    • GeneratedOrderStatusUpdateCleanerCronJob

      public GeneratedOrderStatusUpdateCleanerCronJob()
  • Method Details

    • getDefaultAttributeModes

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

      public Integer getQueueTimeLimit(SessionContext ctx)
      Generated method - Getter of the OrderStatusUpdateCleanerCronJob.queueTimeLimit attribute.
      Returns:
      the queueTimeLimit - Only elements older than specified value (in minutes) will be removed from the queue
    • getQueueTimeLimit

      public Integer getQueueTimeLimit()
      Generated method - Getter of the OrderStatusUpdateCleanerCronJob.queueTimeLimit attribute.
      Returns:
      the queueTimeLimit - Only elements older than specified value (in minutes) will be removed from the queue
    • getQueueTimeLimitAsPrimitive

      public int getQueueTimeLimitAsPrimitive(SessionContext ctx)
      Generated method - Getter of the OrderStatusUpdateCleanerCronJob.queueTimeLimit attribute.
      Returns:
      the queueTimeLimit - Only elements older than specified value (in minutes) will be removed from the queue
    • getQueueTimeLimitAsPrimitive

      public int getQueueTimeLimitAsPrimitive()
      Generated method - Getter of the OrderStatusUpdateCleanerCronJob.queueTimeLimit attribute.
      Returns:
      the queueTimeLimit - Only elements older than specified value (in minutes) will be removed from the queue
    • setQueueTimeLimit

      public void setQueueTimeLimit(SessionContext ctx, Integer value)
      Generated method - Setter of the OrderStatusUpdateCleanerCronJob.queueTimeLimit attribute.
      Parameters:
      value - the queueTimeLimit - Only elements older than specified value (in minutes) will be removed from the queue
    • setQueueTimeLimit

      public void setQueueTimeLimit(Integer value)
      Generated method - Setter of the OrderStatusUpdateCleanerCronJob.queueTimeLimit attribute.
      Parameters:
      value - the queueTimeLimit - Only elements older than specified value (in minutes) will be removed from the queue
    • setQueueTimeLimit

      public void setQueueTimeLimit(SessionContext ctx, int value)
      Generated method - Setter of the OrderStatusUpdateCleanerCronJob.queueTimeLimit attribute.
      Parameters:
      value - the queueTimeLimit - Only elements older than specified value (in minutes) will be removed from the queue
    • setQueueTimeLimit

      public void setQueueTimeLimit(int value)
      Generated method - Setter of the OrderStatusUpdateCleanerCronJob.queueTimeLimit attribute.
      Parameters:
      value - the queueTimeLimit - Only elements older than specified value (in minutes) will be removed from the queue