Class CompareCatalogVersionsCronJob

All Implemented Interfaces:
Serializable, Comparable

public class CompareCatalogVersionsCronJob extends GeneratedCompareCatalogVersionsCronJob
CompareCatalogVersionsCronJob
See Also:
  • Constructor Details

    • CompareCatalogVersionsCronJob

      public CompareCatalogVersionsCronJob()
  • Method Details

    • createItem

      protected Item createItem(SessionContext ctx, ComposedType type, Item.ItemAttributeMap allAttributes) throws JaloBusinessException
      create the item you can delete this method if you don't want to intercept the creation of this item
      Overrides:
      createItem in class CronJob
      Parameters:
      ctx - the current session context which this item is created within
      type - the actual item type ( since subtypes may not provide a own jalo class this may be different from the type which this method was implemented for )
      Returns:
      the new item instance
      Throws:
      JaloBusinessException - indicates an error during creation - any changes will be rollbacked