Uses of Class
com.broadleafcommerce.sandbox.domain.DivergedChange
Packages that use DivergedChange
Package
Description
Higher-level builders on top of the base domain
Higher-level builders on top of the base domain
-
Uses of DivergedChange in com.broadleafcommerce.sandbox.domain
Methods in com.broadleafcommerce.sandbox.domain that return types with arguments of type DivergedChangeModifier and TypeMethodDescriptionChangeSummary.getDivergedChanges()
Changes that have been promoted in advance of the current change represented in this ChangeInfo.Method parameters in com.broadleafcommerce.sandbox.domain with type arguments of type DivergedChangeModifier and TypeMethodDescriptionvoid
ChangeSummary.setDivergedChanges
(List<DivergedChange> divergedChanges) Changes that have been promoted in advance of the current change represented in this ChangeInfo. -
Uses of DivergedChange in com.broadleafcommerce.sandbox.provider.jpa.repository.nontrackable
Methods in com.broadleafcommerce.sandbox.provider.jpa.repository.nontrackable that return types with arguments of type DivergedChangeModifier and TypeMethodDescriptionJpaCustomizedChangeSummaryRepository.findDivergentChanges
(List<D> summariesToFindDivergencesFor) -
Uses of DivergedChange in com.broadleafcommerce.sandbox.repository.nontrackable
Methods in com.broadleafcommerce.sandbox.repository.nontrackable that return types with arguments of type DivergedChangeModifier and TypeMethodDescriptionCustomizedChangeSummaryRepository.findDivergentChanges
(List<D> summariesToFindDivergencesFor) Finds all diverged changes for each of the givensummariesToFindDivergencesFor
.