Class GeneratedAbstractMediaCronJob

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

public abstract class GeneratedAbstractMediaCronJob extends CronJob
Generated class for type AbstractMediaCronJob.
See Also:
  • Field Details

    • MAXTHREADS

      public static final String MAXTHREADS
      Qualifier of the AbstractMediaCronJob.maxThreads attribute
      See Also:
    • CATALOGVERSION

      public static final String CATALOGVERSION
      Qualifier of the AbstractMediaCronJob.catalogVersion attribute
      See Also:
    • DEFAULT_INITIAL_ATTRIBUTES

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

    • GeneratedAbstractMediaCronJob

      public GeneratedAbstractMediaCronJob()
  • Method Details

    • getDefaultAttributeModes

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

      public CatalogVersion getCatalogVersion(SessionContext ctx)
      Generated method - Getter of the AbstractMediaCronJob.catalogVersion attribute.
      Returns:
      the catalogVersion - Optional catalog version to work on.
    • getCatalogVersion

      public CatalogVersion getCatalogVersion()
      Generated method - Getter of the AbstractMediaCronJob.catalogVersion attribute.
      Returns:
      the catalogVersion - Optional catalog version to work on.
    • setCatalogVersion

      public void setCatalogVersion(SessionContext ctx, CatalogVersion value)
      Generated method - Setter of the AbstractMediaCronJob.catalogVersion attribute.
      Parameters:
      value - the catalogVersion - Optional catalog version to work on.
    • setCatalogVersion

      public void setCatalogVersion(CatalogVersion value)
      Generated method - Setter of the AbstractMediaCronJob.catalogVersion attribute.
      Parameters:
      value - the catalogVersion - Optional catalog version to work on.
    • getMaxThreads

      public Integer getMaxThreads(SessionContext ctx)
      Generated method - Getter of the AbstractMediaCronJob.maxThreads attribute.
      Returns:
      the maxThreads - Amount of threads to use.
    • getMaxThreads

      public Integer getMaxThreads()
      Generated method - Getter of the AbstractMediaCronJob.maxThreads attribute.
      Returns:
      the maxThreads - Amount of threads to use.
    • getMaxThreadsAsPrimitive

      public int getMaxThreadsAsPrimitive(SessionContext ctx)
      Generated method - Getter of the AbstractMediaCronJob.maxThreads attribute.
      Returns:
      the maxThreads - Amount of threads to use.
    • getMaxThreadsAsPrimitive

      public int getMaxThreadsAsPrimitive()
      Generated method - Getter of the AbstractMediaCronJob.maxThreads attribute.
      Returns:
      the maxThreads - Amount of threads to use.
    • setMaxThreads

      public void setMaxThreads(SessionContext ctx, Integer value)
      Generated method - Setter of the AbstractMediaCronJob.maxThreads attribute.
      Parameters:
      value - the maxThreads - Amount of threads to use.
    • setMaxThreads

      public void setMaxThreads(Integer value)
      Generated method - Setter of the AbstractMediaCronJob.maxThreads attribute.
      Parameters:
      value - the maxThreads - Amount of threads to use.
    • setMaxThreads

      public void setMaxThreads(SessionContext ctx, int value)
      Generated method - Setter of the AbstractMediaCronJob.maxThreads attribute.
      Parameters:
      value - the maxThreads - Amount of threads to use.
    • setMaxThreads

      public void setMaxThreads(int value)
      Generated method - Setter of the AbstractMediaCronJob.maxThreads attribute.
      Parameters:
      value - the maxThreads - Amount of threads to use.