Class GeneratedProductConfigurationPersistenceCleanUpCronJob

    • Field Detail

      • THRESHOLDDAYS

        public static final java.lang.String THRESHOLDDAYS
        Qualifier of the ProductConfigurationPersistenceCleanUpCronJob.thresholdDays attribute
        See Also:
        Constant Field Values
      • CLEANUPMODE

        public static final java.lang.String CLEANUPMODE
        Qualifier of the ProductConfigurationPersistenceCleanUpCronJob.cleanUpMode attribute
        See Also:
        Constant Field Values
      • BASESITE

        public static final java.lang.String BASESITE
        Qualifier of the ProductConfigurationPersistenceCleanUpCronJob.baseSite 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

      • GeneratedProductConfigurationPersistenceCleanUpCronJob

        public GeneratedProductConfigurationPersistenceCleanUpCronJob()
    • Method Detail

      • 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 java.lang.Integer getThresholdDays​(SessionContext ctx)
        Generated method - Getter of the ProductConfigurationPersistenceCleanUpCronJob.thresholdDays attribute.
        Returns:
        the thresholdDays
      • getThresholdDays

        public java.lang.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,
                                     java.lang.Integer value)
        Generated method - Setter of the ProductConfigurationPersistenceCleanUpCronJob.thresholdDays attribute.
        Parameters:
        value - the thresholdDays
      • setThresholdDays

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