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 booleanbooleanThe ids of the providedChangeSummariesthat failed to be removed from their currentChangeSummaryGroup.The newly createdChangeSummaryGroupto which the providedChangeSummarieswere transferred.inthashCode()voidsetFailedRemovalIds(List<String> failedRemovalIds) The ids of the providedChangeSummariesthat failed to be removed from their currentChangeSummaryGroup.voidsetNewChangeSummmaryGroup(ChangeSummaryGroup newChangeSummmaryGroup) The newly createdChangeSummaryGroupto which the providedChangeSummarieswere transferred.toString()
-
Constructor Details
-
ChangeSummaryRemovalResponse
public ChangeSummaryRemovalResponse()
-
-
Method Details
-
getNewChangeSummmaryGroup
The newly createdChangeSummaryGroupto which the providedChangeSummarieswere transferred.- Returns:
- The newly created
ChangeSummaryGroupto which the providedChangeSummarieswere transferred
-
getFailedRemovalIds
The ids of the providedChangeSummariesthat failed to be removed from their currentChangeSummaryGroup.- Returns:
- The ids of the provided
ChangeSummariesthat failed to be removed from their currentChangeSummaryGroup
-
setNewChangeSummmaryGroup
The newly createdChangeSummaryGroupto which the providedChangeSummarieswere transferred.- Parameters:
newChangeSummaryGroup- The newly createdChangeSummaryGroupto which the providedChangeSummarieswere transferred
-
setFailedRemovalIds
The ids of the providedChangeSummariesthat failed to be removed from their currentChangeSummaryGroup.- Parameters:
failedRemovalIds- The ids of the providedChangeSummariesthat failed to be removed from their currentChangeSummaryGroup
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-