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 TypeMethodDescriptionvoidDefaultTransitionRequestManager.approve(ChangeSummaryGroups groups, String sandbox) voidDefaultTransitionRequestManager.approve(ChangeSummaryGroups groups, String sandbox, com.broadleafcommerce.data.tracking.core.context.ContextInfo contextInfo) voidTransitionRequestManager.approve(ChangeSummaryGroups approveGroups, String sandbox) Deprecated.voidTransitionRequestManager.approve(ChangeSummaryGroups approveGroups, String sandbox, com.broadleafcommerce.data.tracking.core.context.ContextInfo contextInfo) Moves theChangeSummaryGroupinstances identified by the approveGroups param into theChangeState.APPROVEDstate.voidDefaultDeploymentRequestHandler.deploy(ChangeSummaryGroups scheduleGroups, com.broadleafcommerce.data.tracking.core.context.ContextInfo context, String sandbox, int level) voidDefaultDeploymentRequestHandler.deploy(ChangeSummaryGroups scheduleGroups, com.broadleafcommerce.data.tracking.core.context.ContextInfo context, String sandbox, int level, boolean vendorNarrowing) voidDefaultDeploymentRequestHandler.deploy(ChangeSummaryGroups scheduleGroups, Stream<ChangeSummary> summaries, com.broadleafcommerce.data.tracking.core.context.ContextInfo context, String sandbox, int level) Deprecated.voidDefaultDeploymentRequestHandler.deploy(ChangeSummaryGroups scheduleGroups, Stream<ChangeSummary> summaries, com.broadleafcommerce.data.tracking.core.context.ContextInfo context, String sandbox, int level, boolean vendorNarrowing) voidDefaultTransitionRequestManager.deploy(ChangeSummaryGroups groups, com.broadleafcommerce.data.tracking.core.context.ContextInfo context, String sandbox, int level) voidDeploymentRequestHandler.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)voidDeploymentRequestHandler.deploy(ChangeSummaryGroups scheduleGroups, com.broadleafcommerce.data.tracking.core.context.ContextInfo context, String sandbox, int level, boolean vendorNarrowing) Creates a newChangeDeployfor the givenChangeSummaryGroupsand executes immediate deployment.voidDeploymentRequestHandler.deploy(ChangeSummaryGroups scheduleGroups, Stream<ChangeSummary> summaries, com.broadleafcommerce.data.tracking.core.context.ContextInfo context, String sandbox, int level) Deprecated.voidDeploymentRequestHandler.deploy(ChangeSummaryGroups scheduleGroups, Stream<ChangeSummary> summaries, com.broadleafcommerce.data.tracking.core.context.ContextInfo context, String sandbox, int level, boolean vendorNarrowing) Creates a newChangeDeployfor the givenChangeSummaryGroupsand executes immediate deployment.voidTransitionRequestManager.deploy(ChangeSummaryGroups scheduleGroups, com.broadleafcommerce.data.tracking.core.context.ContextInfo context, String sandbox, int level) Moves theChangeSummaryGroupinstances identified by the scheduleGroups param into theChangeStatusType.DEPLOYINGstatus.voidDefaultTransitionRequestManager.reject(ChangeSummaryGroups groups, com.broadleafcommerce.data.tracking.core.context.ContextInfo context, String sandbox) Rejects the targeted changeSummaryGroupIds inChangeSummaryGroupsit targets those with theChangeStateof PROMOTEDvoidTransitionRequestManager.reject(ChangeSummaryGroups changeSummaryGroups, com.broadleafcommerce.data.tracking.core.context.ContextInfo context, String sandbox) Moves theChangeSummariesidentified as part of theChangeSummaryGroupsidentified bygetChangeSummaryGroupIds()into theREJECTING statusand notifies all interested microservices that manage matchingTrackable entitiesthat they should perform a rejection for each of the said entities.voidDefaultTransitionRequestManager.rejectApproved(ChangeSummaryGroups groups, com.broadleafcommerce.data.tracking.core.context.ContextInfo context, String sandbox) Rejects the targeted changeSummaryGroupIds inChangeSummaryGroupsit targets those with theChangeStateof APPROVEDvoidTransitionRequestManager.rejectApproved(ChangeSummaryGroups changeSummaryGroups, com.broadleafcommerce.data.tracking.core.context.ContextInfo context, String sandbox) Moves theChangeSummariesidentified as part of theChangeSummaryGroupsidentified bygetChangeSummaryGroupIds()into theREJECTING statusand notifies all interested microservices that manage matchingTrackable entitiesthat they should perform a rejection for each of the said entities.protected voidDefaultTransitionRequestManager.rejectInternal(ChangeSummaryGroups groups, com.broadleafcommerce.data.tracking.core.context.ContextInfo context, String sandbox, String whereState, List<String> whereStatuses) Rejects the targeted changeSummaryGroupIds inChangeSummaryGroupswith a state matchingwhereStateand a status matching one ofwhereStatuses.voidDefaultTransitionRequestManager.rejectPromoted(ChangeSummaryGroups groups, com.broadleafcommerce.data.tracking.core.context.ContextInfo context, String sandbox) Rejects the targeted changeSummaryGroupIds inChangeSummaryGroupsit targets those with theChangeStateof PROMOTEDvoidTransitionRequestManager.rejectPromoted(ChangeSummaryGroups changeSummaryGroups, com.broadleafcommerce.data.tracking.core.context.ContextInfo context, String sandbox) Moves theChangeSummariesidentified as part of theChangeSummaryGroupsidentified bygetChangeSummaryGroupIds()into theREJECTING statusand notifies all interested microservices that manage matchingTrackable entitiesthat they should perform a rejection for each of the said entities.voidDefaultDeploymentRequestHandler.schedule(ChangeSummaryGroups scheduleGroups, com.broadleafcommerce.data.tracking.core.context.ContextInfo context, String sandbox, Instant deployTime, int level) voidDefaultDeploymentRequestHandler.schedule(ChangeSummaryGroups scheduleGroups, com.broadleafcommerce.data.tracking.core.context.ContextInfo context, String sandbox, Instant deployTime, int level, boolean vendorNarrowing) voidDeploymentRequestHandler.schedule(ChangeSummaryGroups scheduleGroups, com.broadleafcommerce.data.tracking.core.context.ContextInfo context, String sandbox, Instant deployTime, int level) Deprecated.voidDeploymentRequestHandler.schedule(ChangeSummaryGroups scheduleGroups, com.broadleafcommerce.data.tracking.core.context.ContextInfo context, String sandbox, Instant deployTime, int level, boolean vendorNarrowing) Creates a newChangeDeployfor the givenChangeSummaryGroupsand schedules it for the given deployTime.voidDefaultTransitionRequestManager.scheduleDeployment(ChangeSummaryGroups scheduleGroups, com.broadleafcommerce.data.tracking.core.context.ContextInfo context, String sandbox, Instant deployTime, int level) voidTransitionRequestManager.scheduleDeployment(ChangeSummaryGroups scheduleGroups, com.broadleafcommerce.data.tracking.core.context.ContextInfo context, String sandbox, Instant deployTime, int level) Moves theChangeSummaryGroupinstances identified by the scheduleGroups param into theChangeStatusType.SCHEDULINGstatus. -
Uses of ChangeSummaryGroups in com.broadleafcommerce.sandbox.web.endpoint
Methods in com.broadleafcommerce.sandbox.web.endpoint with parameters of type ChangeSummaryGroupsModifier and TypeMethodDescriptionvoidTransitionRequestEndpoint.approve(jakarta.servlet.http.HttpServletRequest request, com.broadleafcommerce.data.tracking.core.context.ContextInfo context, ChangeSummaryGroups req, String sandbox) voidTransitionRequestEndpoint.approveDeploy(com.broadleafcommerce.data.tracking.core.context.ContextInfo context, ChangeSummaryGroups req, String sandbox) voidTransitionRequestEndpoint.deploy(jakarta.servlet.http.HttpServletRequest request, com.broadleafcommerce.data.tracking.core.context.ContextInfo context, ChangeSummaryGroups req, String sandbox) voidTransitionRequestEndpoint.reject(jakarta.servlet.http.HttpServletRequest request, com.broadleafcommerce.data.tracking.core.context.ContextInfo context, ChangeSummaryGroups req, String sandbox) voidTransitionRequestEndpoint.rejectApproved(jakarta.servlet.http.HttpServletRequest request, com.broadleafcommerce.data.tracking.core.context.ContextInfo context, ChangeSummaryGroups req, String sandbox) voidTransitionRequestEndpoint.rejectPromoted(jakarta.servlet.http.HttpServletRequest request, com.broadleafcommerce.data.tracking.core.context.ContextInfo context, ChangeSummaryGroups req, String sandbox) voidTransitionRequestEndpoint.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)