Uses of Class
com.broadleafcommerce.common.extension.data.DataRouteReference
- 
Packages that use DataRouteReference Package Description com.broadleafcommerce.common.extension.autoconfigure com.broadleafcommerce.common.extension.data  - 
- 
Uses of DataRouteReference in com.broadleafcommerce.common.extension.autoconfigure
Methods in com.broadleafcommerce.common.extension.autoconfigure that return DataRouteReference Modifier and Type Method Description DataRouteReferenceCommonExtensionAutoConfiguration.CommonExtensionDataRouteAutoConfiguration. dataRouteReference(List<PackageDataRouteSupplier<DataRouteSupporting>> routeSuppliers, List<RepositoryDataRouteSupplier<DataRouteSupporting>> repositorySuppliers, List<DomainClassSupplier<DataRouteSupporting>> domainSuppliers)Methods in com.broadleafcommerce.common.extension.autoconfigure with parameters of type DataRouteReference Modifier and Type Method Description DataRouteAspectCommonExtensionAutoConfiguration.CommonExtensionDataRouteAutoConfiguration. dataRouteAspect(DataRouteReference reference)DataRouteByKeyAspectCommonExtensionAutoConfiguration.CommonExtensionDataRouteAutoConfiguration. dataRouteByKeyAspect(DataRouteReference reference) - 
Uses of DataRouteReference in com.broadleafcommerce.common.extension.data
Methods in com.broadleafcommerce.common.extension.data with parameters of type DataRouteReference Modifier and Type Method Description static <T> List<T>DataRouteSupportUtil. findMembersInScopeByExample(List<T> beans, DataRouteReference reference, Class<?> example)Given a list of bean instances, filter the list based on the example class' package name, which is used to identity the package fragment for the current flow.static <T> List<T>DataRouteSupportUtil. findMembersInScopeByFragment(List<T> beans, DataRouteReference reference, String fragment)Given a list of bean instances, filter the list based on the package fragment identifying the current flow.static <T> TDataRouteSupportUtil. getBestMatchInRoute(List<T> beans, DataRouteReference reference, T defaultBean)Using the currentDataRouteContext.getLookupKey()to match aDataRouteSupporting, and find the first bean whose whose class package name has a package fragment match.Constructors in com.broadleafcommerce.common.extension.data with parameters of type DataRouteReference Constructor Description DataRouteAspect(DataRouteReference reference)DataRouteByKeyAspect(DataRouteReference reference) 
 -