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