Class GeneratedBackofficeSolrIndexerCronJob

    • Field Detail

      • MODIFIEDITEMS

        public static final java.lang.String MODIFIEDITEMS
        Qualifier of the BackofficeSolrIndexerCronJob.modifiedItems 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

      • GeneratedBackofficeSolrIndexerCronJob

        public GeneratedBackofficeSolrIndexerCronJob()
    • Method Detail

      • getModifiedItems

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

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

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

        public void setModifiedItems​(java.util.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