Class PromoteBatchFlushContext
java.lang.Object
com.broadleafcommerce.sandbox.service.flush.SummaryBasedFlushContext
com.broadleafcommerce.sandbox.service.flush.PromoteBatchFlushContext
- Direct Known Subclasses:
DeployBatchFlushContext
Flush context related to the sandbox promote transition lifecycle
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class
The state change information for a singleChangeSummaryGroup
instanceNested classes/interfaces inherited from class com.broadleafcommerce.sandbox.service.flush.SummaryBasedFlushContext
SummaryBasedFlushContext.PostInformation, SummaryBasedFlushContext.SummaryUpdate
-
Constructor Summary
ConstructorsConstructorDescriptionPromoteBatchFlushContext
(int batchSize, PromoteBatchFlushContext.SummaryGroupUpdate groupUpdate) PromoteBatchFlushContext
(int batchSize, PromoteBatchFlushContext.SummaryGroupUpdate groupUpdate, List<String> keys) -
Method Summary
Methods inherited from class com.broadleafcommerce.sandbox.service.flush.SummaryBasedFlushContext
clearPostExecutors, clearUpdates, getBatchSize, getFailed, getFlushId, getKeys, getPostExecutors, getSummaryUpdates, isEmpty, isFull, resetFlushId, setFlushId
-
Constructor Details
-
PromoteBatchFlushContext
public PromoteBatchFlushContext(int batchSize, PromoteBatchFlushContext.SummaryGroupUpdate groupUpdate, List<String> keys) -
PromoteBatchFlushContext
public PromoteBatchFlushContext(int batchSize, PromoteBatchFlushContext.SummaryGroupUpdate groupUpdate)
-
-
Method Details
-
getGroupUpdate
-
equals
- Overrides:
equals
in classSummaryBasedFlushContext
-
canEqual
- Overrides:
canEqual
in classSummaryBasedFlushContext
-
hashCode
public int hashCode()- Overrides:
hashCode
in classSummaryBasedFlushContext
-
toString
- Overrides:
toString
in classSummaryBasedFlushContext
-