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 booleanbooleanThe 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.inthashCode()toString()
-
Constructor Details
-
UpdateParams
-
-
Method Details
-
getGroupVals
The values to update. Keyed byChangeSummaryGroupfield name. Includes notification state changes as well using special syntax. -
getSummaryVals
The values to update. Keyed byChangeSummaryfield 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
-