Class GeneratedProductExpressUpdateCleanerCronJob

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

public abstract class GeneratedProductExpressUpdateCleanerCronJob extends CronJob
Generated class for type ProductExpressUpdateCleanerCronJob.
See Also:
  • Field Details

    • QUEUETIMELIMIT

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

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

    • GeneratedProductExpressUpdateCleanerCronJob

      public GeneratedProductExpressUpdateCleanerCronJob()
  • 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 ProductExpressUpdateCleanerCronJob.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 ProductExpressUpdateCleanerCronJob.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 ProductExpressUpdateCleanerCronJob.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 ProductExpressUpdateCleanerCronJob.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 ProductExpressUpdateCleanerCronJob.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 ProductExpressUpdateCleanerCronJob.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 ProductExpressUpdateCleanerCronJob.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 ProductExpressUpdateCleanerCronJob.queueTimeLimit attribute.
      Parameters:
      value - the queueTimeLimit - Only elements older than specified value (in minutes) will be removed from the queue