org.hibernate.beanvalidation.tck.tests.xmlconfiguration.methodvalidation
Class CustomerRepository

java.lang.Object
  extended by org.hibernate.beanvalidation.tck.tests.xmlconfiguration.methodvalidation.CustomerRepository

public class CustomerRepository
extends Object

Hardy Ferentschik


Nested Class Summary
static interface CustomerRepository.ValidB2BRepository
           
static class CustomerRepository.ValidB2BRepositoryValidator
           
 
Constructor Summary
CustomerRepository()
           
 
Method Summary
 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)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CustomerRepository

public CustomerRepository()
Method Detail

listCustomers

public List<Customer> listCustomers()

findCustomer

public Customer findCustomer(String id)

isCustomer

public boolean isCustomer(String id)

addCustomers

public void addCustomers(Customer... customer)

notifyCustomer

public Long notifyCustomer(Customer customer,
                           String message)

findByExample

public List<Customer> findByExample(Customer customer)

getRepositoryId

public String getRepositoryId()


Copyright © 2008-2013. All Rights Reserved.