Class GeneratedOldCartRemovalCronJob

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

public abstract class GeneratedOldCartRemovalCronJob extends CronJob
Generated class for type OldCartRemovalCronJob.
See Also:
  • Field Details

    • SITES

      public static final String SITES
      Qualifier of the OldCartRemovalCronJob.sites attribute
      See Also:
    • CARTREMOVALAGE

      public static final String CARTREMOVALAGE
      Qualifier of the OldCartRemovalCronJob.cartRemovalAge attribute
      See Also:
    • ANONYMOUSCARTREMOVALAGE

      public static final String ANONYMOUSCARTREMOVALAGE
      Qualifier of the OldCartRemovalCronJob.anonymousCartRemovalAge attribute
      See Also:
    • DEFAULT_INITIAL_ATTRIBUTES

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

    • GeneratedOldCartRemovalCronJob

      public GeneratedOldCartRemovalCronJob()
  • Method Details

    • getDefaultAttributeModes

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

      public 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 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, 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(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 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 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, 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(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 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 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, 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(Collection<BaseSite> value)
      Generated method - Setter of the OldCartRemovalCronJob.sites attribute.
      Parameters:
      value - the sites - BaseSites for which old carts should be removed