Interface NotificationService<N extends Notification>

Type Parameters:
N -
All Superinterfaces:
com.broadleafcommerce.data.tracking.core.service.CrudEntityService<N>
All Known Implementing Classes:
DefaultNotificationService

public interface NotificationService<N extends Notification> extends com.broadleafcommerce.data.tracking.core.service.CrudEntityService<N>
Service to provide business logic / data access related to Notifications.
Author:
Broadleaf Commerce
  • Method Summary

    Modifier and Type
    Method
    Description
    sendNotification(N notification, com.broadleafcommerce.data.tracking.core.context.ContextInfo contextInfo)
     

    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

    • sendNotification

      @Nullable NotificationResponse sendNotification(N notification, com.broadleafcommerce.data.tracking.core.context.ContextInfo contextInfo)