Class GeneratedProductConfigurationPersistenceCleanUpCronJob

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

public abstract class GeneratedProductConfigurationPersistenceCleanUpCronJob extends CronJob
See Also:
  • Field Details

    • THRESHOLDDAYS

      public static final String THRESHOLDDAYS
      Qualifier of the ProductConfigurationPersistenceCleanUpCronJob.thresholdDays attribute
      See Also:
    • CLEANUPMODE

      public static final String CLEANUPMODE
      Qualifier of the ProductConfigurationPersistenceCleanUpCronJob.cleanUpMode attribute
      See Also:
    • BASESITE

      public static final String BASESITE
      Qualifier of the ProductConfigurationPersistenceCleanUpCronJob.baseSite attribute
      See Also:
    • DEFAULT_INITIAL_ATTRIBUTES

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

    • GeneratedProductConfigurationPersistenceCleanUpCronJob

      public GeneratedProductConfigurationPersistenceCleanUpCronJob()
  • Method Details

    • getDefaultAttributeModes

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

      public BaseSite getBaseSite(SessionContext ctx)
      Generated method - Getter of the ProductConfigurationPersistenceCleanUpCronJob.baseSite attribute.
      Returns:
      the baseSite
    • getBaseSite

      public BaseSite getBaseSite()
      Generated method - Getter of the ProductConfigurationPersistenceCleanUpCronJob.baseSite attribute.
      Returns:
      the baseSite
    • setBaseSite

      public void setBaseSite(SessionContext ctx, BaseSite value)
      Generated method - Setter of the ProductConfigurationPersistenceCleanUpCronJob.baseSite attribute.
      Parameters:
      value - the baseSite
    • setBaseSite

      public void setBaseSite(BaseSite value)
      Generated method - Setter of the ProductConfigurationPersistenceCleanUpCronJob.baseSite attribute.
      Parameters:
      value - the baseSite
    • getCleanUpMode

      public EnumerationValue getCleanUpMode(SessionContext ctx)
      Generated method - Getter of the ProductConfigurationPersistenceCleanUpCronJob.cleanUpMode attribute.
      Returns:
      the cleanUpMode
    • getCleanUpMode

      public EnumerationValue getCleanUpMode()
      Generated method - Getter of the ProductConfigurationPersistenceCleanUpCronJob.cleanUpMode attribute.
      Returns:
      the cleanUpMode
    • setCleanUpMode

      public void setCleanUpMode(SessionContext ctx, EnumerationValue value)
      Generated method - Setter of the ProductConfigurationPersistenceCleanUpCronJob.cleanUpMode attribute.
      Parameters:
      value - the cleanUpMode
    • setCleanUpMode

      public void setCleanUpMode(EnumerationValue value)
      Generated method - Setter of the ProductConfigurationPersistenceCleanUpCronJob.cleanUpMode attribute.
      Parameters:
      value - the cleanUpMode
    • getThresholdDays

      public Integer getThresholdDays(SessionContext ctx)
      Generated method - Getter of the ProductConfigurationPersistenceCleanUpCronJob.thresholdDays attribute.
      Returns:
      the thresholdDays
    • getThresholdDays

      public Integer getThresholdDays()
      Generated method - Getter of the ProductConfigurationPersistenceCleanUpCronJob.thresholdDays attribute.
      Returns:
      the thresholdDays
    • getThresholdDaysAsPrimitive

      public int getThresholdDaysAsPrimitive(SessionContext ctx)
      Generated method - Getter of the ProductConfigurationPersistenceCleanUpCronJob.thresholdDays attribute.
      Returns:
      the thresholdDays
    • getThresholdDaysAsPrimitive

      public int getThresholdDaysAsPrimitive()
      Generated method - Getter of the ProductConfigurationPersistenceCleanUpCronJob.thresholdDays attribute.
      Returns:
      the thresholdDays
    • setThresholdDays

      public void setThresholdDays(SessionContext ctx, Integer value)
      Generated method - Setter of the ProductConfigurationPersistenceCleanUpCronJob.thresholdDays attribute.
      Parameters:
      value - the thresholdDays
    • setThresholdDays

      public void setThresholdDays(Integer value)
      Generated method - Setter of the ProductConfigurationPersistenceCleanUpCronJob.thresholdDays attribute.
      Parameters:
      value - the thresholdDays
    • setThresholdDays

      public void setThresholdDays(SessionContext ctx, int value)
      Generated method - Setter of the ProductConfigurationPersistenceCleanUpCronJob.thresholdDays attribute.
      Parameters:
      value - the thresholdDays
    • setThresholdDays

      public void setThresholdDays(int value)
      Generated method - Setter of the ProductConfigurationPersistenceCleanUpCronJob.thresholdDays attribute.
      Parameters:
      value - the thresholdDays