Uses of Class
com.broadleafcommerce.common.extension.data.DataRouteReference
Packages that use DataRouteReference
Package
Description
-
Uses of DataRouteReference in com.broadleafcommerce.common.extension.autoconfigure
Methods in com.broadleafcommerce.common.extension.autoconfigure that return DataRouteReferenceModifier and TypeMethodDescriptionCommonExtensionAutoConfiguration.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 DataRouteReferenceModifier and TypeMethodDescriptionCommonExtensionAutoConfiguration.CommonExtensionDataRouteAutoConfiguration.dataRouteAspect
(DataRouteReference reference) CommonExtensionAutoConfiguration.CommonExtensionDataRouteAutoConfiguration.dataRouteByKeyAspect
(DataRouteReference reference) -
Uses of DataRouteReference in com.broadleafcommerce.common.extension.data
Methods in com.broadleafcommerce.common.extension.data with parameters of type DataRouteReferenceModifier and TypeMethodDescriptionstatic <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> T
DataRouteSupportUtil.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 DataRouteReferenceModifierConstructorDescriptionDataRouteAspect
(DataRouteReference reference) DataRouteByKeyAspect
(DataRouteReference reference)