Uses of Interface
com.broadleafcommerce.sandbox.provider.BatchIndexable
Packages that use BatchIndexable
Package
Description
Higher-level builders on top of the base domain
Higher-level builders on top of the base domain
-
Uses of BatchIndexable in com.broadleafcommerce.sandbox.provider.jpa.domain
Classes in com.broadleafcommerce.sandbox.provider.jpa.domain that implement BatchIndexable -
Uses of BatchIndexable in com.broadleafcommerce.sandbox.provider.jpa.repository.nontrackable
Methods in com.broadleafcommerce.sandbox.provider.jpa.repository.nontrackable that return types with arguments of type BatchIndexable -
Uses of BatchIndexable in com.broadleafcommerce.sandbox.repository.nontrackable
Methods in com.broadleafcommerce.sandbox.repository.nontrackable that return types with arguments of type BatchIndexableModifier and TypeMethodDescriptionCustomizedChangeSummaryRepository.findIndexableChangeSummariesByIds
(List<String> changeSummaryIds, List<String> states, List<String> status, int limit) Find all records in the list of ids that also have the requested state and have not been acknowledged as indexed.