Uses of Interface
com.broadleafcommerce.common.extension.data.DataRouteSupportUtil.ConfirmingWork
-
Packages that use DataRouteSupportUtil.ConfirmingWork Package Description com.broadleafcommerce.common.extension.data -
-
Uses of DataRouteSupportUtil.ConfirmingWork in com.broadleafcommerce.common.extension.data
Methods in com.broadleafcommerce.common.extension.data with parameters of type DataRouteSupportUtil.ConfirmingWork Modifier and Type Method Description static 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.
-