Interface CustomizedBulkOperationRepository<D>

All Superinterfaces:
com.broadleafcommerce.common.extension.DomainTypeAware
All Known Subinterfaces:
BulkOperationRepository<D>, JpaBulkOperationRepository<D>
All Known Implementing Classes:
JpaCustomizedBulkOperationRepository

public interface CustomizedBulkOperationRepository<D> extends com.broadleafcommerce.common.extension.DomainTypeAware
Author:
Nathan Moore (nathandmoore)
  • Method Summary

    Modifier and Type
    Method
    Description
    int
    Deletes all the BulkOperations matching the given IDs.

    Methods inherited from interface com.broadleafcommerce.common.extension.DomainTypeAware

    getDomainType
  • Method Details

    • deleteAllByIdIn

      @Policy(operationTypes=READ) int deleteAllByIdIn(Collection<String> ids)
      Deletes all the BulkOperations matching the given IDs.
      Parameters:
      ids - IDs of the BulkOperations to delete.
      Returns:
      The number deleted.