Class GeneratedBackofficeSolrIndexerCronJob

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

public abstract class GeneratedBackofficeSolrIndexerCronJob extends SolrIndexerCronJob
Generated class for type BackofficeSolrIndexerCronJob.
See Also:
  • Field Details

  • Constructor Details

    • GeneratedBackofficeSolrIndexerCronJob

      public GeneratedBackofficeSolrIndexerCronJob()
  • Method Details

    • getDefaultAttributeModes

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

      public Collection<SolrModifiedItem> getModifiedItems(SessionContext ctx)
      Generated method - Getter of the BackofficeSolrIndexerCronJob.modifiedItems attribute.
      Returns:
      the modifiedItems
    • getModifiedItems

      public Collection<SolrModifiedItem> getModifiedItems()
      Generated method - Getter of the BackofficeSolrIndexerCronJob.modifiedItems attribute.
      Returns:
      the modifiedItems
    • setModifiedItems

      public void setModifiedItems(SessionContext ctx, Collection<SolrModifiedItem> value)
      Generated method - Setter of the BackofficeSolrIndexerCronJob.modifiedItems attribute.
      Parameters:
      value - the modifiedItems
    • setModifiedItems

      public void setModifiedItems(Collection<SolrModifiedItem> value)
      Generated method - Setter of the BackofficeSolrIndexerCronJob.modifiedItems attribute.
      Parameters:
      value - the modifiedItems
    • addToModifiedItems

      public void addToModifiedItems(SessionContext ctx, SolrModifiedItem value)
      Generated method - Adds value to modifiedItems.
      Parameters:
      value - the item to add to modifiedItems
    • addToModifiedItems

      public void addToModifiedItems(SolrModifiedItem value)
      Generated method - Adds value to modifiedItems.
      Parameters:
      value - the item to add to modifiedItems
    • removeFromModifiedItems

      public void removeFromModifiedItems(SessionContext ctx, SolrModifiedItem value)
      Generated method - Removes value from modifiedItems.
      Parameters:
      value - the item to remove from modifiedItems
    • removeFromModifiedItems

      public void removeFromModifiedItems(SolrModifiedItem value)
      Generated method - Removes value from modifiedItems.
      Parameters:
      value - the item to remove from modifiedItems