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 TypeMethodDescriptionvoidDefaultTransitionRequestManager.promote(PromoteSummaries summaries, com.broadleafcommerce.data.tracking.core.context.ContextInfo contextInfo, String sandbox) voidTransitionRequestManager.promote(PromoteSummaries summaries, com.broadleafcommerce.data.tracking.core.context.ContextInfo context, String sandbox) Moves theChangeSummariesidentified by thegetChangeSummaries()into thePROMOTING statusand notifies all interested microservices managing matchingTrackable entitiesthat they should perform a promotion for each of said entities.voidDefaultTransitionRequestManager.promoteDeploy(PromoteSummaries summaries, com.broadleafcommerce.data.tracking.core.context.ContextInfo contextInfo, String sandbox) voidTransitionRequestManager.promoteDeploy(PromoteSummaries summaries, com.broadleafcommerce.data.tracking.core.context.ContextInfo context, String sandbox) Moves theChangeSummariesidentified by thegetChangeSummaries()into theDeploying statusand notifies all interested microservices managing matchingTrackable entitiesthat 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 TypeMethodDescriptionvoidTransitionRequestEndpoint.promote(jakarta.servlet.http.HttpServletRequest request, com.broadleafcommerce.data.tracking.core.context.ContextInfo context, PromoteSummaries req, String sandbox) voidTransitionRequestEndpoint.promoteAndDeploy(jakarta.servlet.http.HttpServletRequest request, com.broadleafcommerce.data.tracking.core.context.ContextInfo context, PromoteSummaries req, String sandbox)