Uses of Class
com.broadleafcommerce.sandbox.service.flush.PromoteBatchFlushContext
Packages that use PromoteBatchFlushContext
Package
Description
Higher-level builders on top of the base domain
Higher-level builders on top of the base domain
-
Uses of PromoteBatchFlushContext in com.broadleafcommerce.sandbox.provider.jpa.repository.nontrackable
Methods in com.broadleafcommerce.sandbox.provider.jpa.repository.nontrackable with parameters of type PromoteBatchFlushContextModifier and TypeMethodDescriptionboolean
JpaCustomizedChangeSummaryGroupRepository.batchTransition
(PromoteBatchFlushContext flushContext) -
Uses of PromoteBatchFlushContext in com.broadleafcommerce.sandbox.repository.nontrackable
Methods in com.broadleafcommerce.sandbox.repository.nontrackable with parameters of type PromoteBatchFlushContextModifier and TypeMethodDescriptionboolean
CustomizedChangeSummaryGroupRepository.batchTransition
(PromoteBatchFlushContext flushContext) Given aPromoteBatchFlushContext
containingChangeSummaryGroup
transition information, update the state of the group, especially as it relates to transitionedChangeSummary
instances. -
Uses of PromoteBatchFlushContext in com.broadleafcommerce.sandbox.service
Methods in com.broadleafcommerce.sandbox.service with parameters of type PromoteBatchFlushContextModifier and TypeMethodDescriptionboolean
ChangeSummaryGroupService.batchTransition
(PromoteBatchFlushContext flushContext) Add all the members identified inSummaryBasedFlushContext.getSummaryUpdates()
to theChangeSummaryGroup.getChangeSummaryIds()
collection via theChangeSummaryGroup
identified ingetGroupUpdate()
.boolean
DefaultChangeSummaryGroupService.batchTransition
(PromoteBatchFlushContext flushContext) void
BatchTransitionService.flush
(PromoteBatchFlushContext flushContext) Flush changes related to the promote or deploy forward transitions.void
DefaultBatchTransitionService.flush
(PromoteBatchFlushContext flushContext) -
Uses of PromoteBatchFlushContext in com.broadleafcommerce.sandbox.service.flush
Subclasses of PromoteBatchFlushContext in com.broadleafcommerce.sandbox.service.flushModifier and TypeClassDescriptionclass
Flush context related to the sandbox deploy transition lifecycle