Uses of Interface
com.broadleafcommerce.common.extension.data.DataRouteSupportUtil.ConfirmingWork
-
Uses of DataRouteSupportUtil.ConfirmingWork in com.broadleafcommerce.common.extension.data
Modifier and TypeMethodDescriptionstatic boolean
DataRouteSupportUtil.processFirstOrOnce
(List<? extends DataRouteSupporting> supportingRoutes, DataRouteSupportUtil.ConfirmingWork work, Class<?>... refineTypes) Given a piece of confirming work, execute the work against the supplied routes looking for the first positive confirmation.static boolean
DataRouteSupportUtil.processOnRoute
(DataRouteSupportUtil.ConfirmingWork work, DataRouteSupporting route) Given a piece of confirming work, execute the work against the supplied route.