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 TypeMethodDescriptionintdeleteAllByIdIn(Collection<String> ids) Deletes all theBulkOperationsmatching the given IDs.Methods inherited from interface com.broadleafcommerce.common.extension.DomainTypeAware
getDomainType
-
Method Details
-
deleteAllByIdIn
Deletes all theBulkOperationsmatching the given IDs.- Parameters:
ids- IDs of theBulkOperationsto delete.- Returns:
- The number deleted.
-