Interface CustomerService<P extends Customer>
- All Superinterfaces:
 com.broadleafcommerce.data.tracking.core.service.CrudEntityService<P>
- All Known Implementing Classes:
 DefaultCustomerService
public interface CustomerService<P extends Customer>
extends com.broadleafcommerce.data.tracking.core.service.CrudEntityService<P>
- 
Method Summary
Modifier and TypeMethodDescriptionvoiddeleteAllByNumericId(Collection<Long> numericIds, com.broadleafcommerce.data.tracking.core.context.ContextInfo contextInfo) readAllByCustomerIdOptional(Collection<String> contextIds, 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
- 
readAllByCustomerIdOptional
List<P> readAllByCustomerIdOptional(Collection<String> contextIds, @Nullable com.broadleafcommerce.data.tracking.core.context.ContextInfo contextInfo)  - 
deleteAllByNumericId
void deleteAllByNumericId(Collection<Long> numericIds, @Nullable com.broadleafcommerce.data.tracking.core.context.ContextInfo contextInfo)  
 -