Class BatchIdHolder<ID extends Serializable>

    • Constructor Detail

      • BatchIdHolder

        public BatchIdHolder​(@NonNull
                             @NonNull com.broadleafcommerce.search.api.type.IndexableType type,
                             List<ID> ids)
    • Method Detail

      • getIndexableType

        public final com.broadleafcommerce.search.api.type.IndexableType getIndexableType()
        Description copied from interface: IndexableTypeAware
        Components that implement this method should return the same, non-null value on each invocation. This should basically return a constant value.
        Specified by:
        getIndexableType in interface IndexableTypeAware
        Returns:
        the associated indexable type
      • getIds

        public List<ID> getIds()
        The IDs contained in this batch.
        Returns:
        IDs contained in this batch