public class CustomerRepository extends Object
| Modifier and Type | Class and Description |
|---|---|
static interface |
CustomerRepository.ValidB2BRepository |
static class |
CustomerRepository.ValidB2BRepositoryValidator |
| Constructor and Description |
|---|
CustomerRepository() |
| Modifier and Type | Method and Description |
|---|---|
void |
addCustomers(Customer... customer) |
List<Customer> |
findByExample(Customer customer) |
Customer |
findCustomer(String id) |
String |
getRepositoryId() |
boolean |
isCustomer(String id) |
List<Customer> |
listCustomers() |
Long |
notifyCustomer(Customer customer,
String message) |
Copyright © 2008–2017. All rights reserved.