Uses of Class
com.broadleafcommerce.sandbox.service.flush.StateChangeOnlyBatchFlushContext
Packages that use StateChangeOnlyBatchFlushContext
Package
Description
Higher-level builders on top of the base domain
Higher-level builders on top of the base domain
-
Uses of StateChangeOnlyBatchFlushContext in com.broadleafcommerce.sandbox.provider.jpa.repository.nontrackable
Methods in com.broadleafcommerce.sandbox.provider.jpa.repository.nontrackable with parameters of type StateChangeOnlyBatchFlushContextModifier and TypeMethodDescriptionboolean
JpaCustomizedChangeSummaryGroupRepository.batchTransition
(StateChangeOnlyBatchFlushContext flushContext) void
JpaCustomizedChangeSummaryRepository.batchTransition
(StateChangeOnlyBatchFlushContext flushContext) -
Uses of StateChangeOnlyBatchFlushContext in com.broadleafcommerce.sandbox.repository.nontrackable
Methods in com.broadleafcommerce.sandbox.repository.nontrackable with parameters of type StateChangeOnlyBatchFlushContextModifier and TypeMethodDescriptionboolean
CustomizedChangeSummaryGroupRepository.batchTransition
(StateChangeOnlyBatchFlushContext flushContext) Given aStateChangeOnlyBatchFlushContext
containingChangeSummaryGroup
andChangeSummary
state change information, perform a batch update of the prescribed state.void
CustomizedChangeSummaryRepository.batchTransition
(StateChangeOnlyBatchFlushContext flushContext) Given aStateChangeOnlyBatchFlushContext
containingChangeSummaryGroup
andChangeSummary
state change information, perform a batch update of the prescribed state. -
Uses of StateChangeOnlyBatchFlushContext in com.broadleafcommerce.sandbox.service
Methods in com.broadleafcommerce.sandbox.service with parameters of type StateChangeOnlyBatchFlushContextModifier and TypeMethodDescriptionboolean
ChangeSummaryGroupService.batchTransition
(StateChangeOnlyBatchFlushContext flushContext) UpdateChangeSummaryGroup
instances in bulk (identified byPromoteBatchFlushContext.getGroupUpdate()
) in order to mutate state (such asChangeSummaryGroup.getState()
).void
ChangeSummaryService.batchTransition
(StateChangeOnlyBatchFlushContext flushContext) UpdateChangeSummary
instances in bulk (identified bySummaryBasedFlushContext.getSummaryUpdates()
) in order to mutate state (such asChangeSummary.getState()
).boolean
DefaultChangeSummaryGroupService.batchTransition
(StateChangeOnlyBatchFlushContext flushContext) void
DefaultChangeSummaryService.batchTransition
(StateChangeOnlyBatchFlushContext flushContext) void
BatchTransitionService.flush
(StateChangeOnlyBatchFlushContext flushContext) Flush changes related to state change only forChangeSummary
andChangeSummaryGroup
.void
DefaultBatchTransitionService.flush
(StateChangeOnlyBatchFlushContext flushContext)