org.hibernate.beanvalidation.tck.tests.metadata
Class CustomerServiceExtension

java.lang.Object
  extended by org.hibernate.beanvalidation.tck.tests.metadata.CustomerService
      extended by org.hibernate.beanvalidation.tck.tests.metadata.CustomerServiceExtension

public class CustomerServiceExtension
extends CustomerService

Author:
Gunnar Morling

Nested Class Summary
 
Nested classes/interfaces inherited from class org.hibernate.beanvalidation.tck.tests.metadata.CustomerService
CustomerService.BasicChecks, CustomerService.InnerClass, CustomerService.MyCrossParameterConstraint, CustomerService.MyCrossParameterConstraintValidator, CustomerService.StrictChecks, CustomerService.StrictCustomerServiceChecks, CustomerService.ValidCustomerService, CustomerService.ValidCustomerServiceValidator
 
Constructor Summary
CustomerServiceExtension()
           
 
Method Summary
 void removeCustomer(Customer customer)
           
 
Methods inherited from class org.hibernate.beanvalidation.tck.tests.metadata.CustomerService
createCustomer, findCustomer, findCustomer, getBestCustomer, reset, shutDown, updateAccount, updateAccountStrictly, updateCustomer
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CustomerServiceExtension

public CustomerServiceExtension()
Method Detail

removeCustomer

public void removeCustomer(Customer customer)
Overrides:
removeCustomer in class CustomerService


Copyright © 2008-2013. All Rights Reserved.