Class GeneratedProductExpressUpdateCleanerCronJob

    • Field Detail

      • QUEUETIMELIMIT

        public static final java.lang.String QUEUETIMELIMIT
        Qualifier of the ProductExpressUpdateCleanerCronJob.queueTimeLimit 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

      • GeneratedProductExpressUpdateCleanerCronJob

        public GeneratedProductExpressUpdateCleanerCronJob()
    • Method Detail

      • getQueueTimeLimit

        public java.lang.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 java.lang.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,
                                      java.lang.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​(java.lang.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