Uses of Class
com.broadleafcommerce.sandbox.service.flush.SummaryBasedFlushContext
Packages that use SummaryBasedFlushContext
Package
Description
Higher-level builders on top of the base domain
Higher-level builders on top of the base domain
-
Uses of SummaryBasedFlushContext in com.broadleafcommerce.sandbox.provider.jpa.repository.nontrackable
Methods in com.broadleafcommerce.sandbox.provider.jpa.repository.nontrackable with parameters of type SummaryBasedFlushContextModifier and TypeMethodDescriptionvoidJpaCustomizedChangeSummaryRepository.batchTransition(SummaryBasedFlushContext flushContext) -
Uses of SummaryBasedFlushContext in com.broadleafcommerce.sandbox.repository.nontrackable
Methods in com.broadleafcommerce.sandbox.repository.nontrackable with parameters of type SummaryBasedFlushContextModifier and TypeMethodDescriptionvoidCustomizedChangeSummaryRepository.batchTransition(SummaryBasedFlushContext flushContext) Given aPromoteBatchFlushContextcontainingChangeSummarytransition information, update the state of all change summaries in a batch transaction. -
Uses of SummaryBasedFlushContext in com.broadleafcommerce.sandbox.service
Methods in com.broadleafcommerce.sandbox.service with parameters of type SummaryBasedFlushContextModifier and TypeMethodDescriptionvoidChangeSummaryService.batchTransition(SummaryBasedFlushContext flushContext) Given aPromoteBatchFlushContextcontainingChangeSummarytransition information, update the state of all change summaries in a batch transaction.voidDefaultChangeSummaryService.batchTransition(SummaryBasedFlushContext flushContext) voidBatchTransitionService.flush(SummaryBasedFlushContext flushContext) Flush other transition lifecycle changes other than promote or deploy.voidDefaultBatchTransitionService.flush(SummaryBasedFlushContext flushContext) voidBatchTransitionService.post(SummaryBasedFlushContext flushContext) Execute any additional operations required after the flush based on the information supplied inSummaryBasedFlushContext.PostInformation.voidDefaultBatchTransitionService.post(SummaryBasedFlushContext flushContext) -
Uses of SummaryBasedFlushContext in com.broadleafcommerce.sandbox.service.flush
Subclasses of SummaryBasedFlushContext in com.broadleafcommerce.sandbox.service.flushModifier and TypeClassDescriptionclassFlush context related to the sandbox deploy transition lifecycleclassFlush context related to the sandbox promote transition lifecycleclassFlush context related to the sandbox rebase transition lifecycleclassFlush context related to the sandbox reject transition lifecycleclassFlush context related to the sandbox revert transition lifecycle