Class ChangeSummaryRemovalResponse
java.lang.Object
com.broadleafcommerce.sandbox.web.context.ChangeSummaryRemovalResponse
Response object for a successful call to
TransitionRequestEndpoint.removeSummariesFromGroup(jakarta.servlet.http.HttpServletRequest, com.broadleafcommerce.data.tracking.core.context.ContextInfo, com.broadleafcommerce.sandbox.domain.ChangeSummaryRemovalRequest)
.- Author:
- Chad Harchar (charchar)
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected boolean
boolean
The ids of the providedChangeSummaries
that failed to be removed from their currentChangeSummaryGroup
.The newly createdChangeSummaryGroup
to which the providedChangeSummaries
were transferred.int
hashCode()
void
setFailedRemovalIds
(List<String> failedRemovalIds) The ids of the providedChangeSummaries
that failed to be removed from their currentChangeSummaryGroup
.void
setNewChangeSummmaryGroup
(ChangeSummaryGroup newChangeSummmaryGroup) The newly createdChangeSummaryGroup
to which the providedChangeSummaries
were transferred.toString()
-
Constructor Details
-
ChangeSummaryRemovalResponse
public ChangeSummaryRemovalResponse()
-
-
Method Details
-
getNewChangeSummmaryGroup
The newly createdChangeSummaryGroup
to which the providedChangeSummaries
were transferred.- Returns:
- The newly created
ChangeSummaryGroup
to which the providedChangeSummaries
were transferred
-
getFailedRemovalIds
The ids of the providedChangeSummaries
that failed to be removed from their currentChangeSummaryGroup
.- Returns:
- The ids of the provided
ChangeSummaries
that failed to be removed from their currentChangeSummaryGroup
-
setNewChangeSummmaryGroup
The newly createdChangeSummaryGroup
to which the providedChangeSummaries
were transferred.- Parameters:
newChangeSummaryGroup
- The newly createdChangeSummaryGroup
to which the providedChangeSummaries
were transferred
-
setFailedRemovalIds
The ids of the providedChangeSummaries
that failed to be removed from their currentChangeSummaryGroup
.- Parameters:
failedRemovalIds
- The ids of the providedChangeSummaries
that failed to be removed from their currentChangeSummaryGroup
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-