Class StateChangeOnlyBatchFlushContext.UpdateParams
java.lang.Object
com.broadleafcommerce.sandbox.service.flush.StateChangeOnlyBatchFlushContext.UpdateParams
- Enclosing class:
- StateChangeOnlyBatchFlushContext
The information to update universally across all
StateChangeOnlyBatchFlushContext.SummaryUpdate
and
StateChangeOnlyBatchFlushContext.SummaryGroupUpdate
instances.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected boolean
boolean
The values to update.The values to update.One or moreChangeSummary.getState()
values that must match in order to perform the update on this entity.One or moreChangeSummary.getStatus()
values that must match in order to perform the update on this entity.int
hashCode()
toString()
-
Constructor Details
-
UpdateParams
-
-
Method Details
-
getGroupVals
The values to update. Keyed byChangeSummaryGroup
field name. Includes notification state changes as well using special syntax. -
getSummaryVals
The values to update. Keyed byChangeSummary
field name. Includes notification state changes as well using special syntax. -
getWhereState
One or moreChangeSummary.getState()
values that must match in order to perform the update on this entity. Optional. -
getWhereStatuses
One or moreChangeSummary.getStatus()
values that must match in order to perform the update on this entity. Optional. -
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-