Uses of Interface
com.broadleafcommerce.common.extension.data.DataRouteSupportUtil.ThrowingVoidWork
-
Uses of DataRouteSupportUtil.ThrowingVoidWork in com.broadleafcommerce.common.extension.data
Modifier and TypeMethodDescriptionstatic <G extends Exception>
voidDataRouteSupportUtil.processOnRoute
(DataRouteSupportUtil.ThrowingVoidWork<G> work, DataRouteSupporting route, Class<G> exceptionClass) Given a piece of void work, execute the work against the supplied route.