Uses of Interface
org.broadleafcommerce.common.util.tenant.IdentityOperation
Packages that use IdentityOperation
Package
Description
-
Uses of IdentityOperation in org.broadleafcommerce.common.util.tenant
Methods in org.broadleafcommerce.common.util.tenant with parameters of type IdentityOperationModifier and TypeMethodDescriptionstatic <T,
G extends Throwable>
TIdentityExecutionUtils.runOperationAndIgnoreIdentifier
(IdentityOperation<T, G> operation) static <T,
G extends Throwable>
TIdentityExecutionUtils.runOperationAndIgnoreIdentifier
(IdentityOperation<T, G> operation, org.springframework.transaction.PlatformTransactionManager transactionManager) static <T,
G extends Throwable>
TIdentityExecutionUtils.runOperationByIdentifier
(IdentityOperation<T, G> operation, Site site) static <T,
G extends Throwable>
TIdentityExecutionUtils.runOperationByIdentifier
(IdentityOperation<T, G> operation, Site site, Catalog catalog) static <T,
G extends Throwable>
TIdentityExecutionUtils.runOperationByIdentifier
(IdentityOperation<T, G> operation, Site site, Site profile) static <T,
G extends Throwable>
TIdentityExecutionUtils.runOperationByIdentifier
(IdentityOperation<T, G> operation, Site site, Site profile, Catalog catalog) static <T,
G extends Throwable>
TIdentityExecutionUtils.runOperationByIdentifier
(IdentityOperation<T, G> operation, Site site, Site profile, Catalog catalog, org.springframework.transaction.PlatformTransactionManager transactionManager) -
Uses of IdentityOperation in org.broadleafcommerce.core.search.service.solr.indexer
Methods in org.broadleafcommerce.core.search.service.solr.indexer that return IdentityOperationModifier and TypeMethodDescriptionprotected IdentityOperation<Void,
Exception> CatalogSolrIndexUpdateCommandHandlerImpl.getIncrementalIndexOperation
(ReindexStateHolder holder, Catalog catalog, Site site, List<Long> ids) Returns anIdentityOperation
who may be executed in the context of aCatalog
and/orSite
to read products by IDs, and then build the index incrementally.protected IdentityOperation<List<Long>,
Exception> CatalogSolrIndexUpdateCommandHandlerImpl.getReadIdsOperation
(ReindexStateHolder holder, Long catalogId, Long siteId, Integer batchSize, Long lastId) Provides anIdentityOperation
(function that runs in the context of a Site and/or Catalog) to read batches of IDs.