org.hibernate.beanvalidation.tck.tests.constraints.groups.groupconversion.service.impl
Class ImplementationOfInterfaceAndSuperClassBothWithGroupConversionOnParameter

java.lang.Object
  extended by org.hibernate.beanvalidation.tck.tests.constraints.groups.groupconversion.service.UserWriteServiceBase
      extended by org.hibernate.beanvalidation.tck.tests.constraints.groups.groupconversion.service.impl.ImplementationOfInterfaceAndSuperClassBothWithGroupConversionOnParameter
All Implemented Interfaces:
UserWriteServiceWithGroupConversionOnParameter

public class ImplementationOfInterfaceAndSuperClassBothWithGroupConversionOnParameter
extends UserWriteServiceBase
implements UserWriteServiceWithGroupConversionOnParameter

Author:
Gunnar Morling

Constructor Summary
ImplementationOfInterfaceAndSuperClassBothWithGroupConversionOnParameter()
           
 
Method Summary
 void addUser(User user)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ImplementationOfInterfaceAndSuperClassBothWithGroupConversionOnParameter

public ImplementationOfInterfaceAndSuperClassBothWithGroupConversionOnParameter()
Method Detail

addUser

public void addUser(User user)
Specified by:
addUser in interface UserWriteServiceWithGroupConversionOnParameter
Overrides:
addUser in class UserWriteServiceBase


Copyright © 2008-2013. All Rights Reserved.