Interface RouteService<P extends Route>

All Superinterfaces:
com.broadleafcommerce.data.tracking.core.service.CrudEntityService<P>
All Known Implementing Classes:
DefaultRouteService

public interface RouteService<P extends Route> extends com.broadleafcommerce.data.tracking.core.service.CrudEntityService<P>
Author:
Jon Fleschler (jfleschler)
  • Method Summary

    Modifier and Type
    Method
    Description
    readAllByComponentKey(String componentKey, com.broadleafcommerce.data.tracking.core.context.ContextInfo context)
     

    Methods inherited from interface com.broadleafcommerce.data.tracking.core.service.CrudEntityService

    create, createAll, createAllAllowingPartialSuccess, delete, readAll, readAll, readAll, readAllByContextId, readByContextId, replace, replaceAll, replaceAllAllowingPartialSuccess, update, updateAll, updateAllAllowingPartialSuccess, updateSort
  • Method Details

    • readAllByComponentKey

      List<P> readAllByComponentKey(String componentKey, @Nullable com.broadleafcommerce.data.tracking.core.context.ContextInfo context)