Class GeneratedOldCartRemovalCronJob

    • Field Detail

      • SITES

        public static final java.lang.String SITES
        Qualifier of the OldCartRemovalCronJob.sites attribute
        See Also:
        Constant Field Values
      • CARTREMOVALAGE

        public static final java.lang.String CARTREMOVALAGE
        Qualifier of the OldCartRemovalCronJob.cartRemovalAge attribute
        See Also:
        Constant Field Values
      • ANONYMOUSCARTREMOVALAGE

        public static final java.lang.String ANONYMOUSCARTREMOVALAGE
        Qualifier of the OldCartRemovalCronJob.anonymousCartRemovalAge 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

      • GeneratedOldCartRemovalCronJob

        public GeneratedOldCartRemovalCronJob()
    • Method Detail

      • getAnonymousCartRemovalAge

        public java.lang.Integer getAnonymousCartRemovalAge​(SessionContext ctx)
        Generated method - Getter of the OldCartRemovalCronJob.anonymousCartRemovalAge attribute.
        Returns:
        the anonymousCartRemovalAge - After specified number of seconds carts will be cleaned up. Default is 14 days.
      • getAnonymousCartRemovalAge

        public java.lang.Integer getAnonymousCartRemovalAge()
        Generated method - Getter of the OldCartRemovalCronJob.anonymousCartRemovalAge attribute.
        Returns:
        the anonymousCartRemovalAge - After specified number of seconds carts will be cleaned up. Default is 14 days.
      • getAnonymousCartRemovalAgeAsPrimitive

        public int getAnonymousCartRemovalAgeAsPrimitive​(SessionContext ctx)
        Generated method - Getter of the OldCartRemovalCronJob.anonymousCartRemovalAge attribute.
        Returns:
        the anonymousCartRemovalAge - After specified number of seconds carts will be cleaned up. Default is 14 days.
      • getAnonymousCartRemovalAgeAsPrimitive

        public int getAnonymousCartRemovalAgeAsPrimitive()
        Generated method - Getter of the OldCartRemovalCronJob.anonymousCartRemovalAge attribute.
        Returns:
        the anonymousCartRemovalAge - After specified number of seconds carts will be cleaned up. Default is 14 days.
      • setAnonymousCartRemovalAge

        public void setAnonymousCartRemovalAge​(SessionContext ctx,
                                               java.lang.Integer value)
        Generated method - Setter of the OldCartRemovalCronJob.anonymousCartRemovalAge attribute.
        Parameters:
        value - the anonymousCartRemovalAge - After specified number of seconds carts will be cleaned up. Default is 14 days.
      • setAnonymousCartRemovalAge

        public void setAnonymousCartRemovalAge​(java.lang.Integer value)
        Generated method - Setter of the OldCartRemovalCronJob.anonymousCartRemovalAge attribute.
        Parameters:
        value - the anonymousCartRemovalAge - After specified number of seconds carts will be cleaned up. Default is 14 days.
      • setAnonymousCartRemovalAge

        public void setAnonymousCartRemovalAge​(SessionContext ctx,
                                               int value)
        Generated method - Setter of the OldCartRemovalCronJob.anonymousCartRemovalAge attribute.
        Parameters:
        value - the anonymousCartRemovalAge - After specified number of seconds carts will be cleaned up. Default is 14 days.
      • setAnonymousCartRemovalAge

        public void setAnonymousCartRemovalAge​(int value)
        Generated method - Setter of the OldCartRemovalCronJob.anonymousCartRemovalAge attribute.
        Parameters:
        value - the anonymousCartRemovalAge - After specified number of seconds carts will be cleaned up. Default is 14 days.
      • getCartRemovalAge

        public java.lang.Integer getCartRemovalAge​(SessionContext ctx)
        Generated method - Getter of the OldCartRemovalCronJob.cartRemovalAge attribute.
        Returns:
        the cartRemovalAge - After specified number of seconds carts will be cleaned up. Default is 28 days.
      • getCartRemovalAge

        public java.lang.Integer getCartRemovalAge()
        Generated method - Getter of the OldCartRemovalCronJob.cartRemovalAge attribute.
        Returns:
        the cartRemovalAge - After specified number of seconds carts will be cleaned up. Default is 28 days.
      • getCartRemovalAgeAsPrimitive

        public int getCartRemovalAgeAsPrimitive​(SessionContext ctx)
        Generated method - Getter of the OldCartRemovalCronJob.cartRemovalAge attribute.
        Returns:
        the cartRemovalAge - After specified number of seconds carts will be cleaned up. Default is 28 days.
      • getCartRemovalAgeAsPrimitive

        public int getCartRemovalAgeAsPrimitive()
        Generated method - Getter of the OldCartRemovalCronJob.cartRemovalAge attribute.
        Returns:
        the cartRemovalAge - After specified number of seconds carts will be cleaned up. Default is 28 days.
      • setCartRemovalAge

        public void setCartRemovalAge​(SessionContext ctx,
                                      java.lang.Integer value)
        Generated method - Setter of the OldCartRemovalCronJob.cartRemovalAge attribute.
        Parameters:
        value - the cartRemovalAge - After specified number of seconds carts will be cleaned up. Default is 28 days.
      • setCartRemovalAge

        public void setCartRemovalAge​(java.lang.Integer value)
        Generated method - Setter of the OldCartRemovalCronJob.cartRemovalAge attribute.
        Parameters:
        value - the cartRemovalAge - After specified number of seconds carts will be cleaned up. Default is 28 days.
      • setCartRemovalAge

        public void setCartRemovalAge​(SessionContext ctx,
                                      int value)
        Generated method - Setter of the OldCartRemovalCronJob.cartRemovalAge attribute.
        Parameters:
        value - the cartRemovalAge - After specified number of seconds carts will be cleaned up. Default is 28 days.
      • setCartRemovalAge

        public void setCartRemovalAge​(int value)
        Generated method - Setter of the OldCartRemovalCronJob.cartRemovalAge attribute.
        Parameters:
        value - the cartRemovalAge - After specified number of seconds carts will be cleaned up. Default is 28 days.
      • getSites

        public java.util.Collection<BaseSite> getSites​(SessionContext ctx)
        Generated method - Getter of the OldCartRemovalCronJob.sites attribute.
        Returns:
        the sites - BaseSites for which old carts should be removed
      • getSites

        public java.util.Collection<BaseSite> getSites()
        Generated method - Getter of the OldCartRemovalCronJob.sites attribute.
        Returns:
        the sites - BaseSites for which old carts should be removed
      • setSites

        public void setSites​(SessionContext ctx,
                             java.util.Collection<BaseSite> value)
        Generated method - Setter of the OldCartRemovalCronJob.sites attribute.
        Parameters:
        value - the sites - BaseSites for which old carts should be removed
      • setSites

        public void setSites​(java.util.Collection<BaseSite> value)
        Generated method - Setter of the OldCartRemovalCronJob.sites attribute.
        Parameters:
        value - the sites - BaseSites for which old carts should be removed