Class GeneratedRemoveCatalogVersionCronJob

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

public abstract class GeneratedRemoveCatalogVersionCronJob extends CronJob
Generated class for type RemoveCatalogVersionCronJob.
See Also:
  • Field Details

    • CATALOG

      public static final String CATALOG
      Qualifier of the RemoveCatalogVersionCronJob.catalog attribute
      See Also:
    • CATALOGVERSION

      public static final String CATALOGVERSION
      Qualifier of the RemoveCatalogVersionCronJob.catalogVersion attribute
      See Also:
    • DONTREMOVEOBJECTS

      public static final String DONTREMOVEOBJECTS
      Qualifier of the RemoveCatalogVersionCronJob.dontRemoveObjects attribute
      See Also:
    • NOTREMOVEDITEMS

      public static final String NOTREMOVEDITEMS
      Qualifier of the RemoveCatalogVersionCronJob.notRemovedItems attribute
      See Also:
    • TOTALDELETEITEMCOUNT

      public static final String TOTALDELETEITEMCOUNT
      Qualifier of the RemoveCatalogVersionCronJob.totalDeleteItemCount attribute
      See Also:
    • CURRENTPROCESSINGITEMCOUNT

      public static final String CURRENTPROCESSINGITEMCOUNT
      Qualifier of the RemoveCatalogVersionCronJob.currentProcessingItemCount attribute
      See Also:
    • DEFAULT_INITIAL_ATTRIBUTES

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

    • GeneratedRemoveCatalogVersionCronJob

      public GeneratedRemoveCatalogVersionCronJob()
  • Method Details

    • getDefaultAttributeModes

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

      public Catalog getCatalog(SessionContext ctx)
      Generated method - Getter of the RemoveCatalogVersionCronJob.catalog attribute.
      Returns:
      the catalog
    • getCatalog

      public Catalog getCatalog()
      Generated method - Getter of the RemoveCatalogVersionCronJob.catalog attribute.
      Returns:
      the catalog
    • setCatalog

      public void setCatalog(SessionContext ctx, Catalog value)
      Generated method - Setter of the RemoveCatalogVersionCronJob.catalog attribute.
      Parameters:
      value - the catalog
    • setCatalog

      public void setCatalog(Catalog value)
      Generated method - Setter of the RemoveCatalogVersionCronJob.catalog attribute.
      Parameters:
      value - the catalog
    • getCatalogVersion

      public CatalogVersion getCatalogVersion(SessionContext ctx)
      Generated method - Getter of the RemoveCatalogVersionCronJob.catalogVersion attribute.
      Returns:
      the catalogVersion
    • getCatalogVersion

      public CatalogVersion getCatalogVersion()
      Generated method - Getter of the RemoveCatalogVersionCronJob.catalogVersion attribute.
      Returns:
      the catalogVersion
    • setCatalogVersion

      public void setCatalogVersion(SessionContext ctx, CatalogVersion value)
      Generated method - Setter of the RemoveCatalogVersionCronJob.catalogVersion attribute.
      Parameters:
      value - the catalogVersion
    • setCatalogVersion

      public void setCatalogVersion(CatalogVersion value)
      Generated method - Setter of the RemoveCatalogVersionCronJob.catalogVersion attribute.
      Parameters:
      value - the catalogVersion
    • getCurrentProcessingItemCount

      public Integer getCurrentProcessingItemCount(SessionContext ctx)
      Generated method - Getter of the RemoveCatalogVersionCronJob.currentProcessingItemCount attribute.
      Returns:
      the currentProcessingItemCount - Current processed(removed) item instance
    • getCurrentProcessingItemCount

      public Integer getCurrentProcessingItemCount()
      Generated method - Getter of the RemoveCatalogVersionCronJob.currentProcessingItemCount attribute.
      Returns:
      the currentProcessingItemCount - Current processed(removed) item instance
    • getCurrentProcessingItemCountAsPrimitive

      public int getCurrentProcessingItemCountAsPrimitive(SessionContext ctx)
      Generated method - Getter of the RemoveCatalogVersionCronJob.currentProcessingItemCount attribute.
      Returns:
      the currentProcessingItemCount - Current processed(removed) item instance
    • getCurrentProcessingItemCountAsPrimitive

      public int getCurrentProcessingItemCountAsPrimitive()
      Generated method - Getter of the RemoveCatalogVersionCronJob.currentProcessingItemCount attribute.
      Returns:
      the currentProcessingItemCount - Current processed(removed) item instance
    • setCurrentProcessingItemCount

      public void setCurrentProcessingItemCount(SessionContext ctx, Integer value)
      Generated method - Setter of the RemoveCatalogVersionCronJob.currentProcessingItemCount attribute.
      Parameters:
      value - the currentProcessingItemCount - Current processed(removed) item instance
    • setCurrentProcessingItemCount

      public void setCurrentProcessingItemCount(Integer value)
      Generated method - Setter of the RemoveCatalogVersionCronJob.currentProcessingItemCount attribute.
      Parameters:
      value - the currentProcessingItemCount - Current processed(removed) item instance
    • setCurrentProcessingItemCount

      public void setCurrentProcessingItemCount(SessionContext ctx, int value)
      Generated method - Setter of the RemoveCatalogVersionCronJob.currentProcessingItemCount attribute.
      Parameters:
      value - the currentProcessingItemCount - Current processed(removed) item instance
    • setCurrentProcessingItemCount

      public void setCurrentProcessingItemCount(int value)
      Generated method - Setter of the RemoveCatalogVersionCronJob.currentProcessingItemCount attribute.
      Parameters:
      value - the currentProcessingItemCount - Current processed(removed) item instance
    • isDontRemoveObjects

      public Boolean isDontRemoveObjects(SessionContext ctx)
      Generated method - Getter of the RemoveCatalogVersionCronJob.dontRemoveObjects attribute.
      Returns:
      the dontRemoveObjects
    • isDontRemoveObjects

      public Boolean isDontRemoveObjects()
      Generated method - Getter of the RemoveCatalogVersionCronJob.dontRemoveObjects attribute.
      Returns:
      the dontRemoveObjects
    • isDontRemoveObjectsAsPrimitive

      public boolean isDontRemoveObjectsAsPrimitive(SessionContext ctx)
      Generated method - Getter of the RemoveCatalogVersionCronJob.dontRemoveObjects attribute.
      Returns:
      the dontRemoveObjects
    • isDontRemoveObjectsAsPrimitive

      public boolean isDontRemoveObjectsAsPrimitive()
      Generated method - Getter of the RemoveCatalogVersionCronJob.dontRemoveObjects attribute.
      Returns:
      the dontRemoveObjects
    • setDontRemoveObjects

      public void setDontRemoveObjects(SessionContext ctx, Boolean value)
      Generated method - Setter of the RemoveCatalogVersionCronJob.dontRemoveObjects attribute.
      Parameters:
      value - the dontRemoveObjects
    • setDontRemoveObjects

      public void setDontRemoveObjects(Boolean value)
      Generated method - Setter of the RemoveCatalogVersionCronJob.dontRemoveObjects attribute.
      Parameters:
      value - the dontRemoveObjects
    • setDontRemoveObjects

      public void setDontRemoveObjects(SessionContext ctx, boolean value)
      Generated method - Setter of the RemoveCatalogVersionCronJob.dontRemoveObjects attribute.
      Parameters:
      value - the dontRemoveObjects
    • setDontRemoveObjects

      public void setDontRemoveObjects(boolean value)
      Generated method - Setter of the RemoveCatalogVersionCronJob.dontRemoveObjects attribute.
      Parameters:
      value - the dontRemoveObjects
    • getNotRemovedItems

      public ImpExMedia getNotRemovedItems(SessionContext ctx)
      Generated method - Getter of the RemoveCatalogVersionCronJob.notRemovedItems attribute.
      Returns:
      the notRemovedItems
    • getNotRemovedItems

      public ImpExMedia getNotRemovedItems()
      Generated method - Getter of the RemoveCatalogVersionCronJob.notRemovedItems attribute.
      Returns:
      the notRemovedItems
    • setNotRemovedItems

      public void setNotRemovedItems(SessionContext ctx, ImpExMedia value)
      Generated method - Setter of the RemoveCatalogVersionCronJob.notRemovedItems attribute.
      Parameters:
      value - the notRemovedItems
    • setNotRemovedItems

      public void setNotRemovedItems(ImpExMedia value)
      Generated method - Setter of the RemoveCatalogVersionCronJob.notRemovedItems attribute.
      Parameters:
      value - the notRemovedItems
    • getTotalDeleteItemCount

      public Integer getTotalDeleteItemCount(SessionContext ctx)
      Generated method - Getter of the RemoveCatalogVersionCronJob.totalDeleteItemCount attribute.
      Returns:
      the totalDeleteItemCount - Predicted count of items to remove
    • getTotalDeleteItemCount

      public Integer getTotalDeleteItemCount()
      Generated method - Getter of the RemoveCatalogVersionCronJob.totalDeleteItemCount attribute.
      Returns:
      the totalDeleteItemCount - Predicted count of items to remove
    • getTotalDeleteItemCountAsPrimitive

      public int getTotalDeleteItemCountAsPrimitive(SessionContext ctx)
      Generated method - Getter of the RemoveCatalogVersionCronJob.totalDeleteItemCount attribute.
      Returns:
      the totalDeleteItemCount - Predicted count of items to remove
    • getTotalDeleteItemCountAsPrimitive

      public int getTotalDeleteItemCountAsPrimitive()
      Generated method - Getter of the RemoveCatalogVersionCronJob.totalDeleteItemCount attribute.
      Returns:
      the totalDeleteItemCount - Predicted count of items to remove
    • setTotalDeleteItemCount

      public void setTotalDeleteItemCount(SessionContext ctx, Integer value)
      Generated method - Setter of the RemoveCatalogVersionCronJob.totalDeleteItemCount attribute.
      Parameters:
      value - the totalDeleteItemCount - Predicted count of items to remove
    • setTotalDeleteItemCount

      public void setTotalDeleteItemCount(Integer value)
      Generated method - Setter of the RemoveCatalogVersionCronJob.totalDeleteItemCount attribute.
      Parameters:
      value - the totalDeleteItemCount - Predicted count of items to remove
    • setTotalDeleteItemCount

      public void setTotalDeleteItemCount(SessionContext ctx, int value)
      Generated method - Setter of the RemoveCatalogVersionCronJob.totalDeleteItemCount attribute.
      Parameters:
      value - the totalDeleteItemCount - Predicted count of items to remove
    • setTotalDeleteItemCount

      public void setTotalDeleteItemCount(int value)
      Generated method - Setter of the RemoveCatalogVersionCronJob.totalDeleteItemCount attribute.
      Parameters:
      value - the totalDeleteItemCount - Predicted count of items to remove