Uses of Class
com.broadleafcommerce.sandbox.domain.ChangeSummaryGroups
Packages that use ChangeSummaryGroups
Package
Description
-
Uses of ChangeSummaryGroups in com.broadleafcommerce.sandbox.service
Methods in com.broadleafcommerce.sandbox.service with parameters of type ChangeSummaryGroupsModifier and TypeMethodDescriptionvoid
DefaultTransitionRequestManager.approve
(ChangeSummaryGroups groups, String sandbox) void
DefaultTransitionRequestManager.approve
(ChangeSummaryGroups groups, String sandbox, com.broadleafcommerce.data.tracking.core.context.ContextInfo contextInfo) void
TransitionRequestManager.approve
(ChangeSummaryGroups approveGroups, String sandbox) Deprecated.void
TransitionRequestManager.approve
(ChangeSummaryGroups approveGroups, String sandbox, com.broadleafcommerce.data.tracking.core.context.ContextInfo contextInfo) Moves theChangeSummaryGroup
instances identified by the approveGroups param into theChangeState.APPROVED
state.void
DefaultDeploymentRequestHandler.deploy
(ChangeSummaryGroups scheduleGroups, com.broadleafcommerce.data.tracking.core.context.ContextInfo context, String sandbox, int level) void
DefaultDeploymentRequestHandler.deploy
(ChangeSummaryGroups scheduleGroups, com.broadleafcommerce.data.tracking.core.context.ContextInfo context, String sandbox, int level, boolean vendorNarrowing) void
DefaultDeploymentRequestHandler.deploy
(ChangeSummaryGroups scheduleGroups, Stream<ChangeSummary> summaries, com.broadleafcommerce.data.tracking.core.context.ContextInfo context, String sandbox, int level) Deprecated.void
DefaultDeploymentRequestHandler.deploy
(ChangeSummaryGroups scheduleGroups, Stream<ChangeSummary> summaries, com.broadleafcommerce.data.tracking.core.context.ContextInfo context, String sandbox, int level, boolean vendorNarrowing) void
DefaultTransitionRequestManager.deploy
(ChangeSummaryGroups groups, com.broadleafcommerce.data.tracking.core.context.ContextInfo context, String sandbox, int level) void
DeploymentRequestHandler.deploy
(ChangeSummaryGroups scheduleGroups, com.broadleafcommerce.data.tracking.core.context.ContextInfo context, String sandbox, int level) Deprecated.since 1.3, replaced byDeploymentRequestHandler.deploy(ChangeSummaryGroups, ContextInfo, String, int, boolean)
void
DeploymentRequestHandler.deploy
(ChangeSummaryGroups scheduleGroups, com.broadleafcommerce.data.tracking.core.context.ContextInfo context, String sandbox, int level, boolean vendorNarrowing) Creates a newChangeDeploy
for the givenChangeSummaryGroups
and executes immediate deployment.void
DeploymentRequestHandler.deploy
(ChangeSummaryGroups scheduleGroups, Stream<ChangeSummary> summaries, com.broadleafcommerce.data.tracking.core.context.ContextInfo context, String sandbox, int level) Deprecated.void
DeploymentRequestHandler.deploy
(ChangeSummaryGroups scheduleGroups, Stream<ChangeSummary> summaries, com.broadleafcommerce.data.tracking.core.context.ContextInfo context, String sandbox, int level, boolean vendorNarrowing) Creates a newChangeDeploy
for the givenChangeSummaryGroups
and executes immediate deployment.void
TransitionRequestManager.deploy
(ChangeSummaryGroups scheduleGroups, com.broadleafcommerce.data.tracking.core.context.ContextInfo context, String sandbox, int level) Moves theChangeSummaryGroup
instances identified by the scheduleGroups param into theChangeStatusType.DEPLOYING
status.void
DefaultTransitionRequestManager.reject
(ChangeSummaryGroups groups, com.broadleafcommerce.data.tracking.core.context.ContextInfo context, String sandbox) Rejects the targeted changeSummaryGroupIds inChangeSummaryGroups
it targets those with theChangeState
of PROMOTEDvoid
TransitionRequestManager.reject
(ChangeSummaryGroups changeSummaryGroups, com.broadleafcommerce.data.tracking.core.context.ContextInfo context, String sandbox) Moves theChangeSummaries
identified as part of theChangeSummaryGroups
identified bygetChangeSummaryGroupIds()
into theREJECTING status
and notifies all interested microservices that manage matchingTrackable entities
that they should perform a rejection for each of the said entities.void
DefaultTransitionRequestManager.rejectApproved
(ChangeSummaryGroups groups, com.broadleafcommerce.data.tracking.core.context.ContextInfo context, String sandbox) Rejects the targeted changeSummaryGroupIds inChangeSummaryGroups
it targets those with theChangeState
of APPROVEDvoid
TransitionRequestManager.rejectApproved
(ChangeSummaryGroups changeSummaryGroups, com.broadleafcommerce.data.tracking.core.context.ContextInfo context, String sandbox) Moves theChangeSummaries
identified as part of theChangeSummaryGroups
identified bygetChangeSummaryGroupIds()
into theREJECTING status
and notifies all interested microservices that manage matchingTrackable entities
that they should perform a rejection for each of the said entities.protected void
DefaultTransitionRequestManager.rejectInternal
(ChangeSummaryGroups groups, com.broadleafcommerce.data.tracking.core.context.ContextInfo context, String sandbox, String whereState, List<String> whereStatuses) Rejects the targeted changeSummaryGroupIds inChangeSummaryGroups
with a state matchingwhereState
and a status matching one ofwhereStatuses
.void
DefaultTransitionRequestManager.rejectPromoted
(ChangeSummaryGroups groups, com.broadleafcommerce.data.tracking.core.context.ContextInfo context, String sandbox) Rejects the targeted changeSummaryGroupIds inChangeSummaryGroups
it targets those with theChangeState
of PROMOTEDvoid
TransitionRequestManager.rejectPromoted
(ChangeSummaryGroups changeSummaryGroups, com.broadleafcommerce.data.tracking.core.context.ContextInfo context, String sandbox) Moves theChangeSummaries
identified as part of theChangeSummaryGroups
identified bygetChangeSummaryGroupIds()
into theREJECTING status
and notifies all interested microservices that manage matchingTrackable entities
that they should perform a rejection for each of the said entities.void
DefaultDeploymentRequestHandler.schedule
(ChangeSummaryGroups scheduleGroups, com.broadleafcommerce.data.tracking.core.context.ContextInfo context, String sandbox, Instant deployTime, int level) void
DefaultDeploymentRequestHandler.schedule
(ChangeSummaryGroups scheduleGroups, com.broadleafcommerce.data.tracking.core.context.ContextInfo context, String sandbox, Instant deployTime, int level, boolean vendorNarrowing) void
DeploymentRequestHandler.schedule
(ChangeSummaryGroups scheduleGroups, com.broadleafcommerce.data.tracking.core.context.ContextInfo context, String sandbox, Instant deployTime, int level) Deprecated.void
DeploymentRequestHandler.schedule
(ChangeSummaryGroups scheduleGroups, com.broadleafcommerce.data.tracking.core.context.ContextInfo context, String sandbox, Instant deployTime, int level, boolean vendorNarrowing) Creates a newChangeDeploy
for the givenChangeSummaryGroups
and schedules it for the given deployTime.void
DefaultTransitionRequestManager.scheduleDeployment
(ChangeSummaryGroups scheduleGroups, com.broadleafcommerce.data.tracking.core.context.ContextInfo context, String sandbox, Instant deployTime, int level) void
TransitionRequestManager.scheduleDeployment
(ChangeSummaryGroups scheduleGroups, com.broadleafcommerce.data.tracking.core.context.ContextInfo context, String sandbox, Instant deployTime, int level) Moves theChangeSummaryGroup
instances identified by the scheduleGroups param into theChangeStatusType.SCHEDULING
status. -
Uses of ChangeSummaryGroups in com.broadleafcommerce.sandbox.web.endpoint
Methods in com.broadleafcommerce.sandbox.web.endpoint with parameters of type ChangeSummaryGroupsModifier and TypeMethodDescriptionvoid
TransitionRequestEndpoint.approve
(jakarta.servlet.http.HttpServletRequest request, com.broadleafcommerce.data.tracking.core.context.ContextInfo context, ChangeSummaryGroups req, String sandbox) void
TransitionRequestEndpoint.approveDeploy
(com.broadleafcommerce.data.tracking.core.context.ContextInfo context, ChangeSummaryGroups req, String sandbox) void
TransitionRequestEndpoint.deploy
(jakarta.servlet.http.HttpServletRequest request, com.broadleafcommerce.data.tracking.core.context.ContextInfo context, ChangeSummaryGroups req, String sandbox) void
TransitionRequestEndpoint.reject
(jakarta.servlet.http.HttpServletRequest request, com.broadleafcommerce.data.tracking.core.context.ContextInfo context, ChangeSummaryGroups req, String sandbox) void
TransitionRequestEndpoint.rejectApproved
(jakarta.servlet.http.HttpServletRequest request, com.broadleafcommerce.data.tracking.core.context.ContextInfo context, ChangeSummaryGroups req, String sandbox) void
TransitionRequestEndpoint.rejectPromoted
(jakarta.servlet.http.HttpServletRequest request, com.broadleafcommerce.data.tracking.core.context.ContextInfo context, ChangeSummaryGroups req, String sandbox) void
TransitionRequestEndpoint.scheduleDeploy
(jakarta.servlet.http.HttpServletRequest request, com.broadleafcommerce.data.tracking.core.context.ContextInfo context, ChangeSummaryGroups req, String sandbox, Instant deployTime)
TransitionRequestManager.approve(ChangeSummaryGroups, String, ContextInfo)