Uses of Interface
com.broadleafcommerce.data.tracking.core.transition.TargetRelatedRequest
Packages that use TargetRelatedRequest
Package
Description
-
Uses of TargetRelatedRequest in com.broadleafcommerce.data.tracking.core
Methods in com.broadleafcommerce.data.tracking.core with parameters of type TargetRelatedRequestModifier and TypeMethodDescriptiondefault TransitionPackage<D>
TrackableRepository.findPromoteOrientedItems
(TargetRelatedRequest request) Find items positioned for original and tracking from the perspective of a promotion request. -
Uses of TargetRelatedRequest in com.broadleafcommerce.data.tracking.core.transition
Classes in com.broadleafcommerce.data.tracking.core.transition that implement TargetRelatedRequestModifier and TypeClassDescriptionclass
A request for a promotion operation, moving all changes related to a promotion id from the sandboxable state of an item to the requested target sandbox state.class
A request for a rebase operation, moving all missing changes from a more advanced sandbox state of an item to a less advanced state.class
A request for a reject operation, moving all visible changes related to a promotion id from the sandboxable state of an item to the requested target sandbox state.