Uses of Class
com.broadleafcommerce.sandbox.domain.PromoteSummaries
Packages that use PromoteSummaries
Package
Description
-
Uses of PromoteSummaries in com.broadleafcommerce.sandbox.service
Methods in com.broadleafcommerce.sandbox.service with parameters of type PromoteSummariesModifier and TypeMethodDescriptionvoid
DefaultTransitionRequestManager.promote
(PromoteSummaries summaries, com.broadleafcommerce.data.tracking.core.context.ContextInfo contextInfo, String sandbox) void
TransitionRequestManager.promote
(PromoteSummaries summaries, com.broadleafcommerce.data.tracking.core.context.ContextInfo context, String sandbox) Moves theChangeSummaries
identified by thegetChangeSummaries()
into thePROMOTING status
and notifies all interested microservices managing matchingTrackable entities
that they should perform a promotion for each of said entities.void
DefaultTransitionRequestManager.promoteDeploy
(PromoteSummaries summaries, com.broadleafcommerce.data.tracking.core.context.ContextInfo contextInfo, String sandbox) void
TransitionRequestManager.promoteDeploy
(PromoteSummaries summaries, com.broadleafcommerce.data.tracking.core.context.ContextInfo context, String sandbox) Moves theChangeSummaries
identified by thegetChangeSummaries()
into theDeploying status
and notifies all interested microservices managing matchingTrackable entities
that they should perform a deployment for each of said entities. -
Uses of PromoteSummaries in com.broadleafcommerce.sandbox.web.endpoint
Methods in com.broadleafcommerce.sandbox.web.endpoint with parameters of type PromoteSummariesModifier and TypeMethodDescriptionvoid
TransitionRequestEndpoint.promote
(jakarta.servlet.http.HttpServletRequest request, com.broadleafcommerce.data.tracking.core.context.ContextInfo context, PromoteSummaries req, String sandbox) void
TransitionRequestEndpoint.promoteAndDeploy
(jakarta.servlet.http.HttpServletRequest request, com.broadleafcommerce.data.tracking.core.context.ContextInfo context, PromoteSummaries req, String sandbox)