Uses of Interface
com.broadleafcommerce.common.dataexport.data.ExportDataRouteSupporting
Packages that use ExportDataRouteSupporting
-
Uses of ExportDataRouteSupporting in com.broadleafcommerce.common.dataexport.messaging
Methods in com.broadleafcommerce.common.dataexport.messaging that return types with arguments of type ExportDataRouteSupportingModifier and TypeMethodDescriptionprotected List<ExportDataRouteSupporting>ExportOrphanCheckListener.getDataRoutes()protected List<ExportDataRouteSupporting>ProcessExportRequestListener.getDataRoutes()Constructor parameters in com.broadleafcommerce.common.dataexport.messaging with type arguments of type ExportDataRouteSupportingModifierConstructorDescriptionExportOrphanCheckListener(com.broadleafcommerce.common.messaging.service.IdempotentMessageConsumptionService idempotentConsumptionService, List<ExportDataRouteSupporting> dataRoutes, ExportService<Export> exportService, com.broadleafcommerce.common.extension.TypeFactory typeFactory) ProcessExportRequestListener(List<ExportDataRouteSupporting> dataRoutes, ExportService<Export> exportService, ExportManager exportManager)