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 TypeMethodDescriptionvoid
JpaCustomizedChangeSummaryRepository.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 TypeMethodDescriptionvoid
CustomizedChangeSummaryRepository.batchTransition
(SummaryBasedFlushContext flushContext) Given aPromoteBatchFlushContext
containingChangeSummary
transition 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 TypeMethodDescriptionvoid
ChangeSummaryService.batchTransition
(SummaryBasedFlushContext flushContext) Given aPromoteBatchFlushContext
containingChangeSummary
transition information, update the state of all change summaries in a batch transaction.void
DefaultChangeSummaryService.batchTransition
(SummaryBasedFlushContext flushContext) void
BatchTransitionService.flush
(SummaryBasedFlushContext flushContext) Flush other transition lifecycle changes other than promote or deploy.void
DefaultBatchTransitionService.flush
(SummaryBasedFlushContext flushContext) void
BatchTransitionService.post
(SummaryBasedFlushContext flushContext) Execute any additional operations required after the flush based on the information supplied inSummaryBasedFlushContext.PostInformation
.void
DefaultBatchTransitionService.post
(SummaryBasedFlushContext flushContext) -
Uses of SummaryBasedFlushContext in com.broadleafcommerce.sandbox.service.flush
Subclasses of SummaryBasedFlushContext in com.broadleafcommerce.sandbox.service.flushModifier and TypeClassDescriptionclass
Flush context related to the sandbox deploy transition lifecycleclass
Flush context related to the sandbox promote transition lifecycleclass
Flush context related to the sandbox rebase transition lifecycleclass
Flush context related to the sandbox reject transition lifecycleclass
Flush context related to the sandbox revert transition lifecycle