Interface BulkUpdateService<P extends BulkUpdate>

  • All Superinterfaces:
    com.broadleafcommerce.data.tracking.core.service.MappableCrudEntityService<P>
    All Known Implementing Classes:
    DefaultBulkUpdateService

    public interface BulkUpdateService<P extends BulkUpdate>
    extends com.broadleafcommerce.data.tracking.core.service.MappableCrudEntityService<P>
    Service API for BulkUpdates. Supported by BulkUpdateRepository.
    Author:
    Samarth Dhruva (samarthd)