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 TypeMethodDescriptionbooleanJpaCustomizedChangeSummaryGroupRepository.batchTransition(StateChangeOnlyBatchFlushContext flushContext) voidJpaCustomizedChangeSummaryRepository.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 TypeMethodDescriptionbooleanCustomizedChangeSummaryGroupRepository.batchTransition(StateChangeOnlyBatchFlushContext flushContext) Given aStateChangeOnlyBatchFlushContextcontainingChangeSummaryGroupandChangeSummarystate change information, perform a batch update of the prescribed state.voidCustomizedChangeSummaryRepository.batchTransition(StateChangeOnlyBatchFlushContext flushContext) Given aStateChangeOnlyBatchFlushContextcontainingChangeSummaryGroupandChangeSummarystate 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 TypeMethodDescriptionbooleanChangeSummaryGroupService.batchTransition(StateChangeOnlyBatchFlushContext flushContext) UpdateChangeSummaryGroupinstances in bulk (identified byPromoteBatchFlushContext.getGroupUpdate()) in order to mutate state (such asChangeSummaryGroup.getState()).voidChangeSummaryService.batchTransition(StateChangeOnlyBatchFlushContext flushContext) UpdateChangeSummaryinstances in bulk (identified bySummaryBasedFlushContext.getSummaryUpdates()) in order to mutate state (such asChangeSummary.getState()).booleanDefaultChangeSummaryGroupService.batchTransition(StateChangeOnlyBatchFlushContext flushContext) voidDefaultChangeSummaryService.batchTransition(StateChangeOnlyBatchFlushContext flushContext) voidBatchTransitionService.flush(StateChangeOnlyBatchFlushContext flushContext) Flush changes related to state change only forChangeSummaryandChangeSummaryGroup.voidDefaultBatchTransitionService.flush(StateChangeOnlyBatchFlushContext flushContext)