Uses of Class
com.broadleafcommerce.sandbox.domain.ChangeSummaries
Packages that use ChangeSummaries
Package
Description
-
Uses of ChangeSummaries in com.broadleafcommerce.sandbox.domain
Methods in com.broadleafcommerce.sandbox.domain that return ChangeSummariesModifier and TypeMethodDescriptionPromoteSummaries.getChangeSummaries()
Identifies theChangeSummary
instances to promote forwardMethods in com.broadleafcommerce.sandbox.domain with parameters of type ChangeSummariesModifier and TypeMethodDescriptionvoid
PromoteSummaries.setChangeSummaries
(ChangeSummaries changeSummaries) Identifies theChangeSummary
instances to promote forward -
Uses of ChangeSummaries in com.broadleafcommerce.sandbox.exception
Constructors in com.broadleafcommerce.sandbox.exception with parameters of type ChangeSummaries -
Uses of ChangeSummaries in com.broadleafcommerce.sandbox.service
Methods in com.broadleafcommerce.sandbox.service with parameters of type ChangeSummariesModifier and TypeMethodDescriptionvoid
DefaultTransitionRequestManager.rebase
(ChangeSummaries summaries, com.broadleafcommerce.data.tracking.core.context.ContextInfo context, String sandbox) void
TransitionRequestManager.rebase
(ChangeSummaries summaries, com.broadleafcommerce.data.tracking.core.context.ContextInfo context, String sandbox) Moves theChangeSummaries
identified by thegetChangeSummaryIds()
into theREBASING status
and notifies all interested microservices that manage matchingTrackable entities
that they should perform a rebase for each of the said entities.void
DefaultTransitionRequestManager.revert
(ChangeSummaries summaries, com.broadleafcommerce.data.tracking.core.context.ContextInfo context, String sandbox) void
TransitionRequestManager.revert
(ChangeSummaries summaries, com.broadleafcommerce.data.tracking.core.context.ContextInfo context, String sandbox) Moves theChangeSummaries
identified by thegetChangeSummaryIds()
into theREVERTING status
and notifies all interested microservices that manage matchingTrackable entities
that they should perform a reversion for each of the said entities. -
Uses of ChangeSummaries in com.broadleafcommerce.sandbox.web.endpoint
Methods in com.broadleafcommerce.sandbox.web.endpoint with parameters of type ChangeSummariesModifier and TypeMethodDescriptionvoid
TransitionRequestEndpoint.rebase
(jakarta.servlet.http.HttpServletRequest request, com.broadleafcommerce.data.tracking.core.context.ContextInfo context, ChangeSummaries req, String sandbox) void
TransitionRequestEndpoint.revert
(jakarta.servlet.http.HttpServletRequest request, com.broadleafcommerce.data.tracking.core.context.ContextInfo context, ChangeSummaries req, String sandbox)